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

Ingest astronomer-provider/astro-sdk html docs #199

Merged
merged 11 commits into from
Dec 18, 2023
Merged

Conversation

pankajastro
Copy link
Collaborator

@pankajastro pankajastro commented Dec 1, 2023

closes: #166
closes: #165

Copy link

cloudflare-pages bot commented Dec 1, 2023

Deploying with  Cloudflare Pages  Cloudflare Pages

Latest commit: 155e23d
Status: ✅  Deploy successful!
Preview URL: https://35e23cfe.ask-astro.pages.dev
Branch Preview URL: https://ingest-astro-sdk-docs.ask-astro.pages.dev

View logs

@pankajastro pankajastro changed the title [WIP] Ingest astronomer-provider-html docs Ingest astronomer-provider-html docs Dec 5, 2023
@pankajastro pankajastro changed the title Ingest astronomer-provider-html docs Ingest astronomer-provider/astro-sdk html docs Dec 5, 2023
@pankajastro pankajastro marked this pull request as ready for review December 11, 2023 06:10
Copy link
Collaborator

@sunank200 sunank200 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@pankajastro can you add this change to bulk load DAG as well?

airflow/include/tasks/extract/astro_sdk_docs.py Outdated Show resolved Hide resolved
urls = extract_internal_url(base_url, exclude_docs)
version_pattern = re.compile(r"[0-9]+(\.[0-9]+){1,2}")

new_urls = [url for url in urls if not version_pattern.search(url)]
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should just pick the latest one.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

change to match "stable"

@pankajastro pankajastro merged commit ad905e0 into main Dec 18, 2023
7 checks passed
@pankajastro pankajastro deleted the ingest_astro_sdk_docs branch December 18, 2023 09:10
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.

Consider ingesting astronomer-providers docs Consider ingest of astro sdk docs
2 participants