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 sdk
1 Open Issue Need Help Last updated: Jul 10, 2025

Open Issues Need Help

View All on GitHub

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

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