Brandon Geise
Brandon Geise
This PR does two things. 1. Migrates the AWS SDK to V2 2. Adds support for SSO by specifying a flag -sso and setting `AWS_PROFILE` env var Based on our...
``` val spark = SparkSession.builder .appName("Testing Spark DSL") .master("local[1]") //build a local cluster .getOrCreate() // injectRules(spark) import spark.implicits._ val data = Array(("US", "TX", "2018-12-08 00:00:00", 12.0123, "ios", 2, 32.813548, -96.835159),...
Using the attached geojson boundary for Ontario there was an error for a broadcast timeout when trying to run against about ~1b points. The points data set is parquet. ```Final...
I have an AWS MSK cluster that has been configured for TLS authentication with SSL. I have followed https://docs.aws.amazon.com/msk/latest/developerguide/msk-authentication.html and am able to connect to the cluster without Kafka proxy...
**Describe the bug** `testcontainers-localstack` not installing with most recent code base on `0.0.1rc1` Installed `testcontainers` using `poetry add testcontainers` and added localstack `poetry add testcontainers-localstack` `pyproject.toml` has versions `testcontainers-localstack =...
cannot reference permanent table from temporary table constraint resolves # [[[docs](https://github.com/dbt-labs/docs.getdbt.com/issues/new/choose) dbt-labs/docs.getdbt.com/#](https://github.com/dbt-labs/dbt-adapters/issues/644)](https://github.com/dbt-labs/dbt-adapters/issues/644) ### Problem cannot reference permanent table from temporary table constraint ### Solution Implement change from https://github.com/dbt-labs/dbt-core/pull/8768 and https://github.com/dbt-labs/dbt-core/pull/8889...