The parameters effective_enable_file_events and effective_file_event_queue appear on the ExternalLocationsAPI.create method's signature, but these are not documented fields in the API documentation. They are documented as part of the response body, is it possible they have been added as arguments by mistake?
AWS documentation: https://docs.databricks.com/api/workspace/externallocations/create
Relevant code:
|
effective_enable_file_events: Optional[bool] = None, |
The parameters
effective_enable_file_eventsandeffective_file_event_queueappear on the ExternalLocationsAPI.create method's signature, but these are not documented fields in the API documentation. They are documented as part of the response body, is it possible they have been added as arguments by mistake?AWS documentation: https://docs.databricks.com/api/workspace/externallocations/create
Relevant code:
databricks-sdk-py/databricks/sdk/service/catalog.py
Line 12971 in 780d960