Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pankajastro committed Dec 18, 2023
1 parent 5eb1caf commit 9bbe0ff
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions airflow/dags/ingestion/ask-astro-load.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,10 @@

import pandas as pd
from include.tasks import split
<<<<<<< HEAD
from include.tasks.extract import airflow_docs, astro_cli_docs, blogs, github, registry, stack_overflow
from include.tasks.extract.astro_forum_docs import get_forum_df
from include.tasks.extract.astro_sdk_docs import extract_astro_sdk_docs
from include.tasks.extract.astronomer_providers_docs import extract_provider_docs
=======
from include.tasks.extract import airflow_docs, blogs, github, registry, stack_overflow
from include.tasks.extract.astro_forum_docs import get_forum_df
>>>>>>> bcac955 (Add forum ask in bulk load)
from include.tasks.extract.utils.weaviate.ask_astro_weaviate_hook import AskAstroWeaviateHook

from airflow.decorators import dag, task
Expand Down

0 comments on commit 9bbe0ff

Please sign in to comment.