You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue has been marked as Stale because it has been open for 180 days with no activity. If you would like the issue to remain open, please remove the stale label or comment on the issue, or it will be closed in 7 days.
Bring this repo into line with other Labs-maintained plugins (
dbt-redshift
,dbt-snowflake
,dbt-bigquery
).The lists below are starting points; they're not exhaustive. In all cases, we should follow the examples set in the other plugin repos.
README
Packaging
setup.py
should use compatibility pin (~=
) ondbt-core
dev_requirements.txt
should install latest changes fromdbt-core
repo viagit+
requirements.txt
(I think it's redundant)release
GHA workflowCI
test/custom/base.py
to include full integration test scaffolding, rather thanfrom dbt_adapter_tests import DBTIntegrationTestBase
main
CI from CircleCI to GitHub Actionsintegration
CI from CircleCI to GitHub ActionsI began this work in #223, but I got stuck with the integration test switch-over.
The text was updated successfully, but these errors were encountered: