astronomer / ask-astro

An end-to-end LLM reference implementation providing a Q&A interface for Airflow and Astronomer
https://ask.astronomer.io/
Apache License 2.0
192 stars 47 forks source link

Need to set class schema for check_schema and create_schema tasks #108

Open mpgreg opened 10 months ago

mpgreg commented 10 months ago

https://github.com/astronomer/ask-astro/blob/c45487c7f12a9424dbe885580c687e35e30b7de4/airflow/dags/ingestion/ask-astro-load.py#L18C10-L18C10

The class awareness was added in https://github.com/astronomer/ask-astro/commit/c45487c7f12a9424dbe885580c687e35e30b7de4 but the json schema file still references "Docs".

The check_schema and create_schema tasks will need some logic to update the class name.

sunank200 commented 10 months ago

@mpgreg is this still relevant?