Camilo Soto Montoya
Camilo Soto Montoya
Or another solution is add a ? at the end of 127 line private Uri PrepareUri(string path, QueryBuilder queryBuilder) { var authToken = !string.IsNullOrWhiteSpace(_config.AuthSecret) ? $"{path}.json?auth={_config.AuthSecret}" : $"{path}.json?"; ``` var...
Great, how can i help you with this project?
Hi, can we configure a sagemaker pysparkprocessor to use Glue Data Catalog as the metastore for Hive, or can we use the Glue interactive sessions with this processor?
@neilferreira here is our implementation using python @TheJoshuaEvans thank U for the instruction to enable de RDS Data API ```python def _create_rds(self, configurations: dict, rds_parameter_group: rds.ParameterGroup) -> rds.DatabaseCluster: rds_config =...