You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
52 lines
891 B
Python
52 lines
891 B
Python
10 months ago
|
"""
|
||
|
This file is intended to aggregate all we can about the framework in terms of support
|
||
|
"""
|
||
|
|
||
|
BIGQUERY='bigquery'
|
||
|
|
||
|
POSTGRESQL = 'postgresql'
|
||
|
MONGODB = 'mongodb'
|
||
|
HTTP='http'
|
||
|
BIGQUERY ='bigquery'
|
||
|
FILE = 'file'
|
||
|
ETL = 'etl'
|