File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ namespace: blueprint
4
4
tasks :
5
5
- id : extract
6
6
type : io.kestra.plugin.fs.http.Download
7
- uri : https://raw.githubusercontent.com/kestra-io/datasets /main/csv /orders.csv
7
+ uri : https://raw.githubusercontent.com/kestra-io/examples /main/datasets /orders.csv
8
8
9
9
- id : transform
10
10
type : io.kestra.plugin.jdbc.duckdb.Query
Original file line number Diff line number Diff line change 7
7
tasks :
8
8
- id : downloadCSV
9
9
type : io.kestra.plugin.fs.http.Download
10
- uri : https://raw.githubusercontent.com/kestra-io/datasets /main/csv /orders.csv
10
+ uri : https://raw.githubusercontent.com/kestra-io/examples /main/datasets /orders.csv
11
11
12
12
- id : fetchAuthToken
13
13
type : io.kestra.plugin.gcp.auth.OauthAccessToken
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ variables:
8
8
tasks :
9
9
- id : extract
10
10
type : io.kestra.plugin.fs.http.Download
11
- uri : https://raw.githubusercontent.com/kestra-io/datasets /main/csv /orders.csv
11
+ uri : https://raw.githubusercontent.com/kestra-io/examples /main/datasets /orders.csv
12
12
13
13
- id : query
14
14
type : io.kestra.plugin.jdbc.postgresql.Query
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ variables:
7
7
tasks :
8
8
- id : extract
9
9
type : io.kestra.plugin.fs.http.Download
10
- uri : https://raw.githubusercontent.com/kestra-io/datasets /main/csv /orders.csv
10
+ uri : https://raw.githubusercontent.com/kestra-io/examples /main/datasets /orders.csv
11
11
12
12
- id : enableLocalFiles
13
13
type : io.kestra.plugin.jdbc.mysql.Query
You can’t perform that action at this time.
0 commit comments