Skip to content

Commit

Permalink
Prod location again
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Courouble committed Jun 27, 2023
1 parent 8591ad6 commit efbc398
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion macros/dune/schema.sql
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{% endmacro %}

{% macro default__create_schema(relation) -%}
{% set s3_bucket = 'trino-dev-datasets-118330671040' %}
{% set s3_bucket = 'prod-spellbook-trino-118330671040' %}
{%- call statement('create_schema') -%}
CREATE SCHEMA {{ relation }} WITH (location = 's3a://{{s3_bucket}}/hive/')
{% endcall %}
Expand Down

0 comments on commit efbc398

Please sign in to comment.