We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bf86ab commit 10f39d2Copy full SHA for 10f39d2
airbyte_cdk/sql/shared/catalog_providers.py
@@ -125,7 +125,7 @@ def get_primary_keys(
125
We return `source_defined_primary_key` if set, or `primary_key` otherwise. If both are set,
126
we assume they should not should differ, since Airbyte data integrity constraints do not
127
permit overruling a source's pre-defined primary keys. If neither is set, we return `None`.
128
-
+
129
Returns:
130
A list of column names that constitute the primary key, or None if no primary key is defined.
131
"""
0 commit comments