estuary / connectors

Connectors for capturing data from external data sources
Other
48 stars 13 forks source link

materialize-iceberg: table identifiers are always lowercase #1686

Closed williamhbaker closed 3 months ago

williamhbaker commented 3 months ago

Description:

At least with the AWS Glue catalog (which is the only one we use right now), table identifiers are always lowercase. So if you have a resource with a table that has uppercase letters, right now we can't find that table. This fix will have use always treat table identifiers with lowercase, which should fix that problem.

Workflow steps:

(How does one use this feature, and how has it changed)

Documentation links affected:

(list any documentation links that you created, or existing ones that you've identified as needing updates, along with a brief description)

Notes for reviewers:

(anything that might help someone review this PR)


This change is Reviewable