Bulk update deprecated authenticators (#40549)
This commit is contained in:
committed by
GitHub
parent
dc1e0ac01c
commit
ffca542fc9
@@ -229,7 +229,7 @@ class CollectionContents(WebflowStream):
|
||||
"""
|
||||
|
||||
collection_id = self.collection_id
|
||||
schema_stream = CollectionSchema(authenticator=self.authenticator, collection_id=collection_id)
|
||||
schema_stream = CollectionSchema(authenticator=self._session.auth, collection_id=collection_id)
|
||||
schema_records = schema_stream.read_records(sync_mode="full_refresh")
|
||||
|
||||
# each record corresponds to a property in the json schema. So we loop over each of these properties
|
||||
|
||||
Reference in New Issue
Block a user