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.
50 lines
808 B
Python
50 lines
808 B
Python
8 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'
|