Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Dandandan/dbt-athena
/ functions
Functions
30 in github.com/Dandandan/dbt-athena
⨍
Functions
30
◇
Types & classes
8
↓ 1 callers
Method
_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 callers
Method
add_query
(self, sql, auto_begin=True, bindings=None, abridge_sql_log=False)
dbt/adapters/athena/connections.py:188
↓ 1 callers
Method
cancel
(self)
dbt/adapters/athena/connections.py:115
↓ 1 callers
Method
cursor
(self)
dbt/adapters/athena/connections.py:112
↓ 1 callers
Method
fetchall
(self)
dbt/adapters/athena/connections.py:46
↓ 1 callers
Method
get_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
Method
add_begin_query
(self)
dbt/adapters/athena/connections.py:144
Method
add_commit_query
(self)
dbt/adapters/athena/connections.py:147
Method
cancel
(self, connection)
dbt/adapters/athena/connections.py:185
Method
close
(self)
dbt/adapters/athena/connections.py:119
Method
commit
(self)
dbt/adapters/athena/connections.py:123
Method
commit
(self, *args, **kwargs)
dbt/adapters/athena/connections.py:150
Method
convert_datetime_type
(cls, agate_table, col_idx)
dbt/adapters/athena/impl.py:26
Method
convert_number_type
(cls, agate_table, col_idx)
dbt/adapters/athena/impl.py:21
Method
convert_text_type
(cls, agate_table, col_idx)
dbt/adapters/athena/impl.py:17
Method
date_function
(cls)
dbt/adapters/athena/impl.py:13
Method
description
(self)
dbt/adapters/athena/connections.py:73
Method
drop_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
Method
exception_handler
(self, sql: str)
dbt/adapters/athena/connections.py:134
Method
execute
(self, sql, bindings=None)
dbt/adapters/athena/connections.py:54
Method
execute
(self, sql, auto_begin=False, fetch=False)
dbt/adapters/athena/connections.py:224
Method
open
(cls, connection)
dbt/adapters/athena/connections.py:157
Method
rollback
(self)
dbt/adapters/athena/connections.py:126
Method
rollback
(self, *args, **kwargs)
dbt/adapters/athena/connections.py:153
Method
state
(self)
dbt/adapters/athena/connections.py:77
Function
test_config
()
test/unit/test_adapter.py:1
Method
type
(self)
dbt/adapters/athena/connections.py:32