We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bd10c5 commit ff8aa40Copy full SHA for ff8aa40
airtabledb/dialect.py
@@ -50,6 +50,8 @@ def extract_query_host(
50
51
52
class APSWAirtableDialect(APSWDialect):
53
+ name = "airtable"
54
+
55
supports_statement_cache = True
56
57
def __init__(
0 commit comments