diff --git a/registry/sql-registry/registry/db_registry.py b/registry/sql-registry/registry/db_registry.py index c2d7b47f0..4feb8902c 100644 --- a/registry/sql-registry/registry/db_registry.py +++ b/registry/sql-registry/registry/db_registry.py @@ -312,7 +312,7 @@ def create_project_datasource(self, project_id: UUID, definition: SourceDef) -> json.loads(r[0]["attributes"]), SourceAttributes) if attr.name == definition.name \ and attr.type == definition.type \ - and attr.path == definition.path \ + and attr.options == definition.options \ and attr.preprocessing == definition.preprocessing \ and attr.event_timestamp_column == definition.event_timestamp_column \ and attr.timestamp_format == definition.timestamp_format: