cruseakshay commented on code in PR #62867:
URL: https://github.com/apache/airflow/pull/62867#discussion_r2916291014
##########
providers/common/sql/src/airflow/providers/common/sql/datafusion/object_storage_provider.py:
##########
@@ -34,7 +34,7 @@ def get_storage_type(self) -> StorageType:
def create_object_store(self, path: str, connection_config:
ConnectionConfig | None = None):
"""Create an S3 object store using DataFusion's AmazonS3."""
if connection_config is None:
- raise ValueError("connection_config must be provided for %s",
self.get_storage_type)
+ raise ValueError(f"connection_config must be provided for
{self.get_storage_type}")
Review Comment:
Will call it out explicitly in the PR description
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]