Skip to content

Commit 07095d7

Browse files
committed
Merge branch 'main' of github.com:oracle-samples/dbt-oracle into fix/snapshot
2 parents 0139739 + 8c5de42 commit 07095d7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dbt/adapters/oracle/python_submissions.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ def get_session_info(credentials):
159159
}
160160

161161
def schedule_async_job_and_wait_for_completion(self, data):
162-
logger.info(f"Running Python aysnc job using {data}")
162+
logger.info(f"Running Python async job using {data}")
163163
try:
164164
r = self.oml4py_client.request(method="POST",
165165
path=OML_DO_EVAL_API.format(script_name=self.py_q_script_name),

dbt/include/oracle/macros/adapters.sql

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
{%- endif -%}
7272
{%- call statement('create_schema') -%}
7373
-- Noop for not breaking tests, oracle
74-
-- schemas are actualy users, we can't
74+
-- schemas are actually users, we can't
7575
-- create it here
7676
select 'a' from dual
7777
{%- endcall -%}

dbt/include/oracle/macros/materializations/python_model/python.sql

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,6 @@ def main(action, client_identifier, clientinfo, module):
116116
{{py_script_comment()}}
117117
{% endmacro %}
118118

119-
{#-- entry point for add instuctions for running compiled_code --#}
119+
{#-- entry point for add instructions for running compiled_code --#}
120120
{%macro py_script_comment()%}
121121
{%endmacro%}

0 commit comments

Comments
 (0)