kaxil commented on issue #11920: URL: https://github.com/apache/airflow/issues/11920#issuecomment-736028298
@WilliamTun Use the following: ```python from airflow.providers.sqlite.operators.sqlite import SqliteOperator ``` Check https://github.com/apache/airflow/blob/dee304b222d355b03794aa063f39e3ee13997730/airflow/operators/sqlite_operator.py#L23 https://github.com/apache/airflow/blob/dee304b222d355b03794aa063f39e3ee13997730/airflow/providers/sqlite/operators/sqlite.py#L25 ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
