Skip to content

Commit

Permalink
Merge pull request #18 from bruin-data/feature/sap-hana
Browse files Browse the repository at this point in the history
include sap hana as sql source
  • Loading branch information
albertobruin authored Apr 24, 2024
2 parents ba3406c + 33375f3 commit 488f426
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions ingestr/src/factory.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
"sqlite",
"oracle",
"oracle+cx_oracle",
"hana",
]


Expand Down
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,5 @@ sqlalchemy-redshift==0.8.14
SQLAlchemy==1.4.52
sqlalchemy2-stubs==0.0.2a38
tqdm==4.66.2
typer==0.12.3
typer==0.12.3
sqlalchemy-hana==0.2.0

0 comments on commit 488f426

Please sign in to comment.