π·οΈYAML placeholders
${{ <placeholder> }}my_warehouse:
size: ${{ wh_size }}
auto_suspend: ${{ wh_auto_suspend }}url: s3://${{ bucket_name }}/my_path/
storage_integration: test_storage_integration
file_format: test_avro_formatConfiguration
wh_size: SMALL
wh_auto_suspend: 300
bucket_name: dev-test-bucketbucket_name: prod-test-bucketPlaceholders from command line argument
Technical placeholders
Usage notes
Last updated