-
Notifications
You must be signed in to change notification settings - Fork 50
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
feat(airflow): add astro-cli ingestion #200
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think you need to add this change to bulk ingestion DAG as well for loading it the first time: https://github.com/astronomer/ask-astro/blob/main/airflow/dags/ingestion/ask-astro-load.py
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also this change has to be tested as part of this issue: #191
Requesting you to create new weaviate class for this change and deploy this change in dev before merging this.
Deploying with Cloudflare Pages
|
ce05b5e
to
236162a
Compare
|
||
|
||
def extract_astro_cli_docs() -> list[pd.DataFrame]: | ||
astronomer_base_url = "https://docs.astronomer.io" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you add the doc strings please?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
236162a
to
e8a77cd
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Closes: #190