Обновить dags/OSV_with_docs.py
This commit is contained in:
parent
4a9b0cb9f5
commit
cb2b15405b
|
|
@ -4,7 +4,7 @@ import pandas as pd
|
|||
import numpy as np
|
||||
from datetime import datetime, timedelta
|
||||
from requests.auth import HTTPBasicAuth
|
||||
from sqlalchemy import create_engine
|
||||
from sqlalchemy import create_engine, text
|
||||
from airflow import DAG
|
||||
from airflow.operators.python import PythonOperator
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue