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

Add dbt 1.7 to tests #13

Merged
merged 1 commit into from
Dec 10, 2023
Merged

Add dbt 1.7 to tests #13

merged 1 commit into from
Dec 10, 2023

Conversation

dwreeves
Copy link
Owner

No description provided.

@dwreeves
Copy link
Owner Author

This is one of the strangest Python errors I've ever seen in my life.

Traceback (most recent call last):
  File "/home/runner/work/dbt_linreg/dbt_linreg/.venv/bin/dbt", line 5, in <module>
    from dbt.cli.main import cli
  File "/home/runner/work/dbt_linreg/dbt_linreg/.venv/lib/python3.10/site-packages/dbt/cli/__init__.py", line 1, in <module>
    from .main import cli as dbt_cli  # noqa
  File "/home/runner/work/dbt_linreg/dbt_linreg/.venv/lib/python3.10/site-packages/dbt/cli/main.py", line 14, in <module>
    from dbt.cli import requires, params as p
  File "/home/runner/work/dbt_linreg/dbt_linreg/.venv/lib/python3.10/site-packages/dbt/cli/requires.py", line 3, in <module>
    from dbt.adapters.factory import adapter_management, register_adapter
  File "/home/runner/work/dbt_linreg/dbt_linreg/.venv/lib/python3.10/site-packages/dbt/adapters/__init__.py", line 4
    path named after the package which effectively combines both modules into a single namespace (dbt.adapters)
         ^^^^^
SyntaxError: invalid syntax

@dwreeves dwreeves force-pushed the add-dbt-17-to-tests branch from 157238e to e6e31b7 Compare December 10, 2023 17:32
@dwreeves
Copy link
Owner Author

I'm going to chalk that up to cosmic neutrino background radiation or something. I have no other explanation.

@dwreeves dwreeves merged commit f0dbcda into main Dec 10, 2023
5 checks passed
@dwreeves dwreeves deleted the add-dbt-17-to-tests branch October 2, 2024 14:19
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

Successfully merging this pull request may close these issues.

1 participant