Replies: 1 comment 7 replies
-
Airflow will not work forT Teradata for metadat repository and we strongly discourage trying it out, plus the maintainers will not lose their time on results of any modifications you make for those scripts. I don't think anyone will want to lose their time on it. I think with any of that you are 100% on your own and time of maintainers spend on those is about the time I spent for that response. |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In "migrations/versions/0001_1_5_0_current_schema.py" there are LOG and SLOT_POOL tables that have ID column that should autoincrement. I'm implementing a Teradata solution for Alembic, and adding "autoincrement = True" is needed for that. It should not disturb anything, right?
Beta Was this translation helpful? Give feedback.
All reactions