requirePartitionFilter
andpartitionExpirationDays
BigQuery options are now supported, see https://docs.dataform.co/warehouses/bigquery#configuration-options for more info- generic, untyped/unchecked support for all BigQuery table options has been added as part of an
additionalOptions
feature, e.g.
bigquery: {
additionalOptions : {
partition_expiration_days : "1",
"require_partition_filter" : "true",
friendly_name : '"friendlyName"',
}
}
--include-dependents
flag is now supported in the CLI to request inclusion of dependent actions of all other selected actions in a run