maximillianus

Results 3 issues of maximillianus

I got an error while loading data from `com.apple.notification_events` context to redshift. Apparently my userInfo field is an empty object while the SQL definition for this table says that `notification.user_info.aps.alert.body`...

CAUTION

### Configuration ```hcl # Copy-paste your Terraform configuration here resource "databricks_metastore_data_access" "this" { provider = databricks.mws metastore_id = databricks_metastore.this.id name = local.iam_role_name owner = "name-principals-group" isolation_mode = "ISOLATION_MODE_ISOLATED" aws_iam_role {...

### Describe the issue Referring to this error in assuming role using OIDC ([issues 1137](https://github.com/aws-actions/configure-aws-credentials/issues/1137)). I wonder what's the actual issue? This issue came up when I use `environment` in...

documentation
feature-request
p2