Skip to content

[Bug]: Cannot compile with dbt Fusion due to +column_store configuration #523

@coopawhite

Description

@coopawhite

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:

# Add the results here

Please paste the contents of your packages.yml file here:

packages:
  ...

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions