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.
|
|
|
"""
|
|
|
|
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'
|
|
|
|
PGSQL = POSTGRESQL
|