How We Can Access Any Configuration File From Other Bucket (instead Of Composer Bucket)
I am new in python and google composer. I am trying to read configuration(.properties) file from google cloud storage from my python script. configuration files contain key & v
Solution 1:
We can't access any configuration file from composer bucket. we can only access the file using storage access API but directly we can't read any property file from any other bucket.
Post a Comment for "How We Can Access Any Configuration File From Other Bucket (instead Of Composer Bucket)"