MCPcopy Create free account

hub / github.com/Dandandan/dbt-athena / functions

Functions30 in github.com/Dandandan/dbt-athena

↓ 1 callersMethod_escape_value
A not very comprehensive system for escaping bindings. I think "'" (a single quote) is the only character that matters.
dbt/adapters/athena/connections.py:81
↓ 1 callersMethodadd_query
(self, sql, auto_begin=True, bindings=None, abridge_sql_log=False)
dbt/adapters/athena/connections.py:188
↓ 1 callersMethodcancel
(self)
dbt/adapters/athena/connections.py:115
↓ 1 callersMethodcursor
(self)
dbt/adapters/athena/connections.py:112
↓ 1 callersMethodfetchall
(self)
dbt/adapters/athena/connections.py:46
↓ 1 callersMethodget_status
(cls, cursor)
dbt/adapters/athena/connections.py:179
Method__init__
(self, cursor)
dbt/adapters/athena/connections.py:40
Method__init__
(self, handle, max_workers: int)
dbt/adapters/athena/connections.py:108
Method_connection_keys
(self)
dbt/adapters/athena/connections.py:35
Methodadd_begin_query
(self)
dbt/adapters/athena/connections.py:144
Methodadd_commit_query
(self)
dbt/adapters/athena/connections.py:147
Methodcancel
(self, connection)
dbt/adapters/athena/connections.py:185
Methodclose
(self)
dbt/adapters/athena/connections.py:119
Methodcommit
(self)
dbt/adapters/athena/connections.py:123
Methodcommit
(self, *args, **kwargs)
dbt/adapters/athena/connections.py:150
Methodconvert_datetime_type
(cls, agate_table, col_idx)
dbt/adapters/athena/impl.py:26
Methodconvert_number_type
(cls, agate_table, col_idx)
dbt/adapters/athena/impl.py:21
Methodconvert_text_type
(cls, agate_table, col_idx)
dbt/adapters/athena/impl.py:17
Methoddate_function
(cls)
dbt/adapters/athena/impl.py:13
Methoddescription
(self)
dbt/adapters/athena/connections.py:73
Methoddrop_schema
On Presto, 'cascade' isn't supported so we have to manually cascade. Fortunately, we don't have to worry about cross-schema views because
dbt/adapters/athena/impl.py:29
Methodexception_handler
(self, sql: str)
dbt/adapters/athena/connections.py:134
Methodexecute
(self, sql, bindings=None)
dbt/adapters/athena/connections.py:54
Methodexecute
(self, sql, auto_begin=False, fetch=False)
dbt/adapters/athena/connections.py:224
Methodopen
(cls, connection)
dbt/adapters/athena/connections.py:157
Methodrollback
(self)
dbt/adapters/athena/connections.py:126
Methodrollback
(self, *args, **kwargs)
dbt/adapters/athena/connections.py:153
Methodstate
(self)
dbt/adapters/athena/connections.py:77
Functiontest_config
()
test/unit/test_adapter.py:1
Methodtype
(self)
dbt/adapters/athena/connections.py:32