mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-09-09 17:12:02 +00:00
Fix typo (#9969)
This commit is contained in:
parent
34c26c542f
commit
47d814d059
@ -91,7 +91,7 @@ def read_parquet_from_s3(client: Any, key: str, bucket_name: str):
|
|||||||
Read the parquet file from the s3 bucket and return a dataframe
|
Read the parquet file from the s3 bucket and return a dataframe
|
||||||
"""
|
"""
|
||||||
s3_fs = s3fs.S3FileSystem()
|
s3_fs = s3fs.S3FileSystem()
|
||||||
if client.awsAccessKeyId and client.awsSecretAccessKeyx:
|
if client.awsAccessKeyId and client.awsSecretAccessKey:
|
||||||
s3_fs = s3fs.S3FileSystem(
|
s3_fs = s3fs.S3FileSystem(
|
||||||
key=client.awsAccessKeyId,
|
key=client.awsAccessKeyId,
|
||||||
secret=client.awsSecretAccessKey.get_secret_value(),
|
secret=client.awsSecretAccessKey.get_secret_value(),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user