Skip to content

Commit

Permalink
Revert setting requires_primary_keys to False for SaaS connectors
Browse files Browse the repository at this point in the history
  • Loading branch information
galvana committed Dec 11, 2024
1 parent dd8a3ad commit 3c3c63c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/fides/api/service/connectors/saas_connector.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,6 @@
class SaaSConnector(BaseConnector[AuthenticatedClient], Contextualizable):
"""A connector type to integrate with third-party SaaS APIs"""

@property
def requires_primary_keys(self) -> bool:
"""SaaS connectors work with HTTP requests, so the database concept of primary keys does not apply."""
return False

def get_log_context(self) -> Dict[LoggerContextKeys, Any]:
return {
LoggerContextKeys.system_key: (
Expand Down

0 comments on commit 3c3c63c

Please sign in to comment.