Open Issues Need Help
View All on GitHub bug: Primary Key Column Order Mismatch in `create_empty_table` about 2 months ago
AI Summary: The task is to fix a bug in the Meltano Singer SDK's `create_empty_table` method. The bug causes the primary key column order in created tables to be incorrect, not matching the order specified by the user. The solution involves modifying the method to use SQLAlchemy's `PrimaryKeyConstraint` instead of setting the `primary_key` flag on individual columns, ensuring the correct primary key order is maintained.
Complexity:
4/5
good first issue Accepting Pull Requests SQL Type/Target
meltano/sdk
113
Write 70% less code by using the SDK to build custom extractors and loaders that adhere to the Singer standard: https://sdk.meltano.com
Python
#python#sdk