Skip to content

Commit

Permalink
Fix FullyQualifiedName
Browse files Browse the repository at this point in the history
  • Loading branch information
SpaceCondor committed Sep 12, 2024
1 parent ab2087a commit ab35a4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tap_mssql/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ def change_tracking_current_version(self):
@cached_property
def minimum_valid_version(self):
return t.cast(MSSQLConnector, self.connector).get_minimum_valid_version(
self.fully_qualified_name)
self.fully_qualified_name.table)

@cached_property
def table_is_change_tracking_enabled(self) -> bool:
Expand Down

0 comments on commit ab35a4a

Please sign in to comment.