| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
Quick comment - instead just return empty string, we should also eliminate the parameter names below: '--s3-config', self._get_s3_config_str(),
'--adls-config', self._get_adls_config_str(),
'--blob-config', self._get_blob_config_str(),
'--sql-config', self._get_sql_config_str(),
'--snowflake-config', self._get_snowflake_config_str()
i.e. if s3 is not configured, it doesn't make sense to have --s3-config in the param list |
Sorry, something went wrong.
Modified the solution in new commit. |
Sorry, something went wrong.
There was a problem hiding this comment.
Thanks for the update, changes look good to me.
Sorry, something went wrong.
For offline stores, S3/ADLS/WASB/JDBC/Snowflake, if any of its 'enabled' config variables are set to 'false' or undefined their other related environment variables will not be visited.
| Back | FazBrowse Home | New Git URL |
For offline stores, S3/ADLS/WASB/JDBC/Snowflake, if any of its 'enabled' config variables are set to 'false' or undefined their other related environment variables will not be visited.