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

Multi-active config ignored in Stage templates #33

Open
tta-scalefree opened this issue Aug 21, 2024 · 0 comments
Open

Multi-active config ignored in Stage templates #33

tta-scalefree opened this issue Aug 21, 2024 · 0 comments

Comments

@tta-scalefree
Copy link

Template for Stage objects is currently ignoring multi-active config in the stage macro call.

In turbovault4dbt/templates/stage.txt - Line 19-25:

{{ datavault4dbt.stage(source_model=metadata_dict.get('source_model'),
                        ldts=metadata_dict.get('ldts'),
                        rsrc=metadata_dict.get('rsrc'),
                        hashed_columns=metadata_dict.get('hashed_columns'),
                        derived_columns=metadata_dict.get('derived_columns'),
                        prejoined_columns=metadata_dict.get('prejoined_columns'),
                        missing_columns=metadata_dict.get('missing_columns')) }}  

Missing:
multiactive_config=metadata_dict.get('multiactive_config'))

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant