MotherDuck - Download Query Results to Shipyard
Overviewβ
Quickly download the results of a DuckDB query to Shipyard. The target file can either be a CSV or Parquet file.
Variablesβ
Name | Reference | Type | Required | Default | Options | Description |
---|---|---|---|---|---|---|
Access Token | MOTHERDUCK_TOKEN | Password | β | - | - | The API token for programmatic access to MotherDuck |
Query | MOTHERDUCK_QUERY | Alphanumeric | β | - | - | The SQL query to fetch results for |
Database | MOTHERDUCK_DATABASE | Alphanumeric | β | - | - | The optional database to connect to |
File Type | MOTHERDUCK_FILE_TYPE | Select | β | csv | CSV: csv Parquet: parquet | The file type of the target file |
Shipyard File Name | MOTHERDUCK_FILE | Alphanumeric | β | - | - | The name of the file with the query results |
Shipyard Folder Name | MOTHERDUCK_FOLDER | Alphanumeric | β | - | - | The optional directory to be used to download the query results to |
YAMLβ
Below is the YAML template for this Blueprint and can be used in the Fleet YAML Editor.
source:
blueprint: MotherDuck - Download Query Results to Shipyard
inputs:
MOTHERDUCK_TOKEN: null ## REQUIRED
MOTHERDUCK_QUERY: null ## REQUIRED
MOTHERDUCK_DATABASE: null
MOTHERDUCK_FILE_TYPE: csv ## REQUIRED
MOTHERDUCK_FILE: null ## REQUIRED
MOTHERDUCK_FOLDER: null
type: BLUEPRINT
guardrails:
retry_count: 1
retry_wait: 0h0m0s
runtime_cutoff: 1h0m0s
exclude_exit_code_ranges:
- '200'
- '222'
- '249'