Skip to content

Commit

Permalink
Add forum ask in bulk load
Browse files Browse the repository at this point in the history
  • Loading branch information
pankajastro committed Dec 17, 2023
1 parent fd49ecf commit bcac955
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airflow/dags/ingestion/ask-astro-load.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
import pandas as pd
from include.tasks import split
from include.tasks.extract import airflow_docs, blogs, github, registry, stack_overflow
from include.tasks.extract.utils.weaviate.ask_astro_weaviate_hook import AskAstroWeaviateHook
from include.tasks.extract.astro_forum_docs import get_forum_df
from include.tasks.extract.utils.weaviate.ask_astro_weaviate_hook import AskAstroWeaviateHook

from airflow.decorators import dag, task

Expand Down

0 comments on commit bcac955

Please sign in to comment.