Skip to content

Commit e80ded8

Browse files
author
root
committed
add blueprints
1 parent 1798c92 commit e80ded8

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

blueprints/108.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ namespace: blueprint
44
tasks:
55
- id: extract
66
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
88

99
- id: transform
1010
type: io.kestra.plugin.jdbc.duckdb.Query

blueprints/36.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ tasks:
77
tasks:
88
- id: downloadCSV
99
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
1111

1212
- id: fetchAuthToken
1313
type: io.kestra.plugin.gcp.auth.OauthAccessToken

blueprints/65.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ variables:
88
tasks:
99
- id: extract
1010
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
1212

1313
- id: query
1414
type: io.kestra.plugin.jdbc.postgresql.Query

blueprints/66.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ variables:
77
tasks:
88
- id: extract
99
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
1111

1212
- id: enableLocalFiles
1313
type: io.kestra.plugin.jdbc.mysql.Query

0 commit comments

Comments
 (0)