All Downloads are FREE. Search and download functionalities are using the official Maven repository.

docker.presto-product-tests.conf.environment.singlenode-delta-lake-databricks.tempto-configuration.yaml Maven / Gradle / Ivy

There is a newer version: 451
Show newest version
databases:
  presto:
    jdbc_user: root
  delta:
    jdbc_driver_class: com.databricks.client.jdbc.Driver
    jdbc_jar: /docker/jdbc/databricks-jdbc.jar
    schema: default
    prepare_statement:
      - USE ${databases.delta.schema}
    table_manager_type: jdbc
    jdbc_url: ${DATABRICKS_JDBC_URL};EnableArrow=0
    jdbc_user: ${DATABRICKS_LOGIN}
    jdbc_password: ${DATABRICKS_TOKEN}

s3:
  server_type: aws




© 2015 - 2024 Weber Informatics LLC | Privacy Policy