Overview
Compiling a dbt project that uses the dbt_artifacts package will result in a failure due to configuration in the dbt_artifact package dbt_project.yml file.
warning: (will error post beta) dbt1060: Ignored unexpected key '+as_columnstore'. YAML path: 'dbt_artifacts.sources.+as_columnstore'.
--> dbt_packages/dbt_artifacts/dbt_project.yml:23:24
warning: (will error post beta) dbt1060: Ignored unexpected key '+as_columnstore'. YAML path: 'dbt_artifacts.sources.+as_columnstore'.
--> dbt_packages/dbt_artifacts/dbt_project.yml:23:24
How to reproduce
Compile either the dbt_artifacts dbt project, or compile a project that uses the dbt_artifacts package with dbt Fusion.
I am currently using dbt-fusion 2.0.0-beta.64 with the ENV DBT_ENGINE_BETA_PARSING=1 env var. My dbt_artifacts version is 1.9.3
Expected behaviour
It is expected that the package compiles with no problems.
Screenshots
Environment
Results of running dbt --version:
Please paste the contents of your packages.yml file here:
Overview
Compiling a dbt project that uses the
dbt_artifactspackage will result in a failure due to configuration in the dbt_artifact packagedbt_project.ymlfile.How to reproduce
Compile either the
dbt_artifactsdbt project, or compile a project that uses thedbt_artifactspackage with dbt Fusion.I am currently using
dbt-fusion 2.0.0-beta.64with theENV DBT_ENGINE_BETA_PARSING=1env var. Mydbt_artifactsversion is 1.9.3Expected behaviour
It is expected that the package compiles with no problems.
Screenshots
Environment
Results of running
dbt --version:# Add the results herePlease paste the contents of your
packages.ymlfile here: