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

cannot import name 'get_join_output_columns' from 'ai.chronon.repo.validator' #748

Open
lilyleking opened this issue Apr 19, 2024 · 0 comments

Comments

@lilyleking
Copy link

Hi,

I have setup chronon both locally and on DataProc GCE. I tried to replicate the example Kaggle_Outbrain, but receive this error below.

Can anyone please help? Many thanks in advance!

Traceback (most recent call last):
  File "/Users/$user/chronon/api/py/ai/chronon/repo/compile.py", line 33, in <module>
    from ai.chronon.repo.validator import ChrononRepoValidator, get_join_output_columns, get_group_by_output_columns
ImportError: cannot import name 'get_join_output_columns' from 'ai.chronon.repo.validator' (/Users/$user/stda-airflow-dags/.venv/lib/python3.11/site-packages/ai/chronon/repo/validator.py)
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