Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: dbt_artifacts cannot upload artifacts when the dbt_project has microbatch models #476

Open
rudeb0y opened this issue Jan 20, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@rudeb0y
Copy link

rudeb0y commented Jan 20, 2025

Overview

if the dbt_project contains "microbatch" models - json is not serializable when uploading artifacts.

Related to this

How to reproduce

Try to use dbt_artifacts within a project that has micobatch style incremental models

Expected behaviour

That dbt_artifacts works as normal regardless of the strategy used for incremental model

Screenshots

Image

Environment

Core:
  - installed: 1.9.1
  - latest:    1.9.1 - Up to date!

Plugins:
  - snowflake: 1.9.0 - Up to date!

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

packages:
  - package: dbt-labs/dbt_external_tables
    version: 0.11.1
  - package: dbt-labs/codegen
    version: 0.13.1
  - package: brooklyn-data/dbt_artifacts
    version: 2.8.0
  - package: calogica/dbt_expectations
    version: 0.10.4
  - package: dbt-labs/audit_helper
    version: 0.12.1
  - package: get-select/dbt_snowflake_monitoring
    version: 5.3.1
@rudeb0y rudeb0y added the bug Something isn't working label Jan 20, 2025
@rudeb0y rudeb0y changed the title [Bug]: [Bug]: dbt_artifacts cannot upload artifacts when the dbt_project has microbatch models Jan 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant