diff --git a/.gitattributes b/.gitattributes index 18c4cf98d745cd6409f4cb12ea83c0b5dd019582..1ef325f1b111266a6b26e0196871bd78baa8c2f3 100644 --- a/.gitattributes +++ b/.gitattributes @@ -35,9 +35,6 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text *.zip filter=lfs diff=lfs merge=lfs -text *.zst filter=lfs diff=lfs merge=lfs -text *tfevents* filter=lfs diff=lfs merge=lfs -text -gt_v5/**/*.csv filter=lfs diff=lfs merge=lfs -text -gt_v5_databricks/**/*.csv filter=lfs diff=lfs merge=lfs -text -gt_redshift_v5/**/*.csv filter=lfs diff=lfs merge=lfs -text # Audio files - uncompressed *.pcm filter=lfs diff=lfs merge=lfs -text *.sam filter=lfs diff=lfs merge=lfs -text diff --git a/README.md b/README.md index b2ca68b5496326411c249fdb91e1d6d82deac4e9..340a31bb5f9b74dc06138cb27c713a0410017851 100644 --- a/README.md +++ b/README.md @@ -1,32 +1,3 @@ ---- -license: cc-by-sa-4.0 ---- - -# ELT-Bench Inputs - -This dataset contains the 100 ELT-Bench task inputs for three data -warehouses: - -| Data warehouse | Directory | -| --- | --- | -| Snowflake | `inputs/` | -| Databricks | `inputs_databricks/` | -| Redshift | `inputs_redshift/` | - -Every directory is self-contained. Each task includes its -destination-specific `config.yaml` and `data_model.yaml`, together with a -copy of the shared table schemas under `schemas/`. - -## Ground Truth - -The v5 ground-truth output tables are provided separately for each data -warehouse: - -| Data warehouse | Ground-truth directory | -| --- | --- | -| Snowflake | `gt_v5/` | -| Databricks | `gt_v5_databricks/` | -| Redshift | `gt_redshift_v5/` | - -Each directory contains 202 evaluation CSV files organized as -`/.csv`. +--- +license: cc-by-sa-4.0 +--- diff --git a/inputs_snowflake/address/config.yaml b/address/config.yaml similarity index 100% rename from inputs_snowflake/address/config.yaml rename to address/config.yaml diff --git a/inputs_databricks/address/data_model.yaml b/address/data_model.yaml similarity index 82% rename from inputs_databricks/address/data_model.yaml rename to address/data_model.yaml index c0c27180c5c5fa2e78b5d76109b47658a78d69c6..13a7ab58041b26085be4185f829441a45abd8380 100644 --- a/inputs_databricks/address/data_model.yaml +++ b/address/data_model.yaml @@ -7,12 +7,12 @@ models: - name: name description: the name of the state - name: county_with_highest_average_income_per_household - description: the county with the highest average income per household in the state, with ties broken by the ascending order of the county + description: the county with the highest average income per household in the state, with ties broken by the ascending order of the country - name: num_asian description: the number of Asian in the state, replace NULL values with 0. - name: num_counties description: the number of counties in the state, replace NULL values with 0. - name: higher_avg_female_per description: Set to 1 if the state’s percentage of female population is higher than the average percentage of female population across all states, otherwise, set to 0 - - name: greater_than_15_CBSA_metro - description: Set to 1 if the state has greater than 15 distinct CBSA officers of metro type, otherwise, set to 0 \ No newline at end of file + - name: greater_than_50_CBSA_metro + description: Set to 1 if the state has greater than 50 CBSA officers of metro type, otherwise, set to 0 \ No newline at end of file diff --git a/inputs_databricks/address/schemas/CBSA.csv b/address/schemas/CBSA.csv similarity index 100% rename from inputs_databricks/address/schemas/CBSA.csv rename to address/schemas/CBSA.csv diff --git a/inputs_databricks/address/schemas/alias.csv b/address/schemas/alias.csv similarity index 100% rename from inputs_databricks/address/schemas/alias.csv rename to address/schemas/alias.csv diff --git a/inputs_databricks/address/schemas/area_code.csv b/address/schemas/area_code.csv similarity index 100% rename from inputs_databricks/address/schemas/area_code.csv rename to address/schemas/area_code.csv diff --git a/inputs_databricks/address/schemas/avoid.csv b/address/schemas/avoid.csv similarity index 100% rename from inputs_databricks/address/schemas/avoid.csv rename to address/schemas/avoid.csv diff --git a/inputs_databricks/address/schemas/congress.csv b/address/schemas/congress.csv similarity index 100% rename from inputs_databricks/address/schemas/congress.csv rename to address/schemas/congress.csv diff --git a/address/schemas/country.csv b/address/schemas/country.csv new file mode 100644 index 0000000000000000000000000000000000000000..dbb8c9d1b6f71cf0e5570a4c8fd49ea4d8e46dd0 --- /dev/null +++ b/address/schemas/country.csv @@ -0,0 +1,4 @@ +column_name,column_description +zip_code,the zip code of the state in the country +county,the country +state,the state of the country diff --git a/inputs_databricks/address/schemas/state.csv b/address/schemas/state.csv similarity index 100% rename from inputs_databricks/address/schemas/state.csv rename to address/schemas/state.csv diff --git a/inputs_databricks/address/schemas/zip_congress.csv b/address/schemas/zip_congress.csv similarity index 100% rename from inputs_databricks/address/schemas/zip_congress.csv rename to address/schemas/zip_congress.csv diff --git a/inputs_databricks/address/schemas/zip_data.csv b/address/schemas/zip_data.csv similarity index 96% rename from inputs_databricks/address/schemas/zip_data.csv rename to address/schemas/zip_data.csv index 9ba6f0e03dbba8149f71490f2078e9d5e2d9e9d9..a4afb8b20bb9c5c04277cfefe99151a80ec3aaa1 100644 --- a/inputs_databricks/address/schemas/zip_data.csv +++ b/address/schemas/zip_data.csv @@ -2,7 +2,7 @@ column_name,column_description zip_code,the zip code of the postal point city,the city where the postal point locates state,the state of the city -multi_county,whether the county that the city belongs to is multi_county +multi_county,whether the country that the city belongs to is multi_country type,the type of the postal point organization,the organization to which the postal point belongs time_zone,the time zone of the postal point location @@ -11,7 +11,7 @@ latitude,the latitude of the postal point location longitude,the longitude of the postal point location elevation,the elevation of the postal point location state_fips,state-level FIPS code -county_fips,county-level FIPS code +county_fips,country-level FIPS code region,the region where the postal point locates division,the division of the organization population_2020,the population of the residential area in 2020 diff --git a/inputs_snowflake/airline/config.yaml b/airline/config.yaml similarity index 100% rename from inputs_snowflake/airline/config.yaml rename to airline/config.yaml diff --git a/inputs_snowflake/airline/data_model.yaml b/airline/data_model.yaml similarity index 96% rename from inputs_snowflake/airline/data_model.yaml rename to airline/data_model.yaml index 7c336a7e4182791f45cce6530a36eeb2c65cef7e..8f08e7f91e06cdbe5d589769c01df697916f10f1 100644 --- a/inputs_snowflake/airline/data_model.yaml +++ b/airline/data_model.yaml @@ -6,7 +6,7 @@ models: description: The airline code. - name: airline_name description: The airline name. - - name: flight_number_had_the_longest_delay_in_departure + - name: flight_number_had_the_lonest_delay_in_departure description: the flight number of the flight operated by the airline that had the longest delay in departure, with ties broken by the ascending order of the flight number - name: num_flights_operate_in_2018 description: the number of flights operated by the airline in 2018, replace NULL values with 0. diff --git a/inputs_databricks/airline/schemas/Air_Carriers.csv b/airline/schemas/Air_Carriers.csv similarity index 100% rename from inputs_databricks/airline/schemas/Air_Carriers.csv rename to airline/schemas/Air_Carriers.csv diff --git a/inputs_databricks/airline/schemas/Airlines.csv b/airline/schemas/Airlines.csv similarity index 100% rename from inputs_databricks/airline/schemas/Airlines.csv rename to airline/schemas/Airlines.csv diff --git a/inputs_databricks/airline/schemas/Airports.csv b/airline/schemas/Airports.csv similarity index 100% rename from inputs_databricks/airline/schemas/Airports.csv rename to airline/schemas/Airports.csv diff --git a/inputs_snowflake/amplitude/config.yaml b/amplitude/config.yaml similarity index 100% rename from inputs_snowflake/amplitude/config.yaml rename to amplitude/config.yaml diff --git a/inputs_redshift/amplitude/data_model.yaml b/amplitude/data_model.yaml similarity index 81% rename from inputs_redshift/amplitude/data_model.yaml rename to amplitude/data_model.yaml index a24bc5837fb9ff62446eddaecf00c23a342b2405..943cc1d067a2056d6dacfcfa4f9e5b3d05694389 100644 --- a/inputs_redshift/amplitude/data_model.yaml +++ b/amplitude/data_model.yaml @@ -3,9 +3,9 @@ models: description: Each record represents event data, enhanced with event type data and unnested event, group, and user properties. columns: - name: unique_event_id - description: A surrogate key that uniquely identifies each event, derived from event_id, device_id, client_event_time, and amplitude_user_id. Use the dbt utils package to generate the surrogate key. + description: A surrogate key that uniquely identifies each event, derived from event_id, device_id, and client_event_time. - name: unique_session_id - description: A surrogate key that uniquely identifies each session, derived from user_id and session_id. Use the dbt utils package to generate the surrogate key. + description: A surrogate key that uniquely identifies each session, derived from user_id and session_id - name: amplitude_user_id description: Unique key for each user, which is user_id by default. If user_id does not exist, use amplitude_id - name: event_id @@ -20,23 +20,21 @@ models: client_upload_time) 2015-08-10T12:00:00.000000 We use this timestamp to organize events on Amplitude charts. Note: If the difference between server_received_time and client_upload_time is less than 60 seconds, the - event_time will not be adjusted and will equal the client_event_time. - format: YYYY-MM-DD HH:MM:SS.fff + event_time will not be adjusted and will equal the client_event_time - name: event_day description: Day of event time - format: YYYY-MM-DD - name: unique_event_type_id - description: A surrogate key that uniquely identifies each event type, derived from event_type_id and project_name. Use the dbt utils package to generate the surrogate key. + description: A unique identifier for each event type. - name: event_type_id description: Event type ID - name: event_type_name description: Event type name - name: session_id - description: The session start time in milliseconds since epoch.All events within the same session share the same session ID. By default, the setting in Amplitude for the session property is session ID. All events with the same session ID and the same user ID will be grouped into the same session. The session ID does not have to be unique across multiple users. Session IDs for events sent via the Amplitude SDKs are automatically generated and managed. + description: The session start time in milliseconds since epoch.All events within the same session share the same session ID. By default, the setting in Amplitude for the session property is session ID. All events with the same session ID and the same user ID will be grouped into the same session. The session ID does not have to be unique across multiple users. Session IDs for events sent via the Amplitude SDKs are automatically generated and managed. However, for events sent via the HTTP API, Amplitude defaults to a session ID of -1. This means the event is excluded from all session metrics. - name: session_event_number - description: The number of the event within the session, ordered by time of event, with ties broken by event unique ID ascending. + description: The number of the event within the session, ordered by time of event. - name: user_event_number - description: The sequential number of the event within the user's activity, ordered by event time ascending, with ties broken by event unique ID ascending. + description: A sequential count of events triggered by a user, indicating the order of events within a user’s activity. - name: group_types description: Group types. "Groups" in the source table, renamed here. See the Accounts documentation for more information. - name: user_id @@ -44,10 +42,10 @@ models: A readable ID specified by you. Amplitude uses a combination of three different methods to identify your users: device IDs, Amplitude ID, and user IDs. The first comes directly from your users' devices, while the second is an ID that Amplitude automatically creates once it has enough information to conclusively identify a unique user. The user ID, however, is something you'd set up. In Amplitude, a user ID is a unique identifier applied to individual users. Using them is optional, but recommended: your product should set a user ID once a user has created an account, logged in, or is otherwise identified in your product. - Amplitude can use a user ID to reconcile events across multiple devices under the same user ID. Additionally, a user's event data will be merged on the backend so that all anonymous events prior to the assignment of a user ID will be connected to the correct user. For this reason, you can wait to assign user IDs if that makes sense for your product. Conversely, this is also why you should not set user IDs for anonymous users. Once set, user IDs in Amplitude cannot be changed. + Amplitude can use a user ID to reconcile events across multiple devices under the same user ID. Additionally, a user's event data will be merged on the backend so that all anonymous events prior to the assignment of a user ID will be connected to the correct user. For this reason, you can wait to assign user IDs if that makes sense for your product. Conversely, this is also why you should not set user IDs for anonymous users. + Once set, user IDs in Amplitude cannot be changed.Once set, user IDs in Amplitude cannot be changed. - name: user_creation_time description: Event_time (UTC) of the user's first event - format: YYYY-MM-DD HH:MM:SS.fff - name: amplitude_id description: An internal ID used to count unique users. - name: app @@ -56,18 +54,14 @@ models: description: Project ID - name: client_event_time description: Local timestamp (UTC) of when the device logged the event. - format: YYYY-MM-DD HH:MM:SS.fff - name: client_upload_time description: The local timestamp (UTC) of when the device uploaded the event. - format: YYYY-MM-DD HH:MM:SS.fff - name: server_received_time description: Amplitude timestamp (UTC) of when servers received the event - format: YYYY-MM-DD HH:MM:SS.fff - name: server_upload_time description: Amplitude timestamp (UTC) of when the event data was uploaded to Amplitude servers - format: YYYY-MM-DD HH:MM:SS.fff - name: country - description: Country where event was registered. + description: Country - name: data description: Dictionary where certain fields such as first_event and merged_amplitude_id are stored. - name: device_id @@ -82,28 +76,24 @@ models: description: The count of events in a session - name: session_started_at description: The time of the first event in a session - format: YYYY-MM-DD HH:MM:SS.fff - name: session_ended_at description: The time of the last event in a session - format: YYYY-MM-DD HH:MM:SS.fff - name: user_session_number - description: A sequential identifier for each session initiated by a user, ordered by session start time, helping to track a user's sessions over time. + description: A sequential identifier for each session initiated by a user, helping to track users across sessions. - name: session_started_at_day description: The date on which a session started. - format: YYYY-MM-DD - name: session_ended_at_day description: The date on which a session ended. - format: YYYY-MM-DD - name: session_length_in_minutes description: The length of the session, in minutes - name: is_first_user_session - description: Boolean of whether or not a session is the user's first session. Use 1 for true and 0 for false. + description: Boolean of whether or not a session is the user's first session - name: amplitude__sessions description: Each record represents a distinct session with aggregated metrics for that session. columns: - name: unique_session_id - description: A surrogate key that uniquely identifies each session, derived from user_id and session_id. Use the dbt utils package to generate the surrogate key. + description: A surrogate key that uniquely identifies each session, derived from user_id and session_id - name: user_id description: > A readable ID specified by you. @@ -115,22 +105,18 @@ models: description: The count of events in a session - name: session_started_at description: The time of the first event in a session - format: YYYY-MM-DD HH:MM:SS.fff - name: session_ended_at description: The time of the last event in a session - format: YYYY-MM-DD HH:MM:SS.fff - name: session_length_in_minutes description: The length of the session, in minutes - name: session_started_at_day description: The day the session started - format: YYYY-MM-DD - name: session_ended_at_day description: The day the session ended - format: YYYY-MM-DD - name: user_session_number - description: A sequential identifier for each session initiated by a user, ordered by session start time, helping to track a user's sessions over time. + description: The number of the session, within a user's lifetime - name: is_first_user_session - description: Boolean of whether or not a session is the user's first session. Use 1 for true and 0 for false. + description: Boolean of whether or not a session is the user's first session - name: amplitude__user_enhanced description: Each record represents a distinct user with aggregated metrics for that user. @@ -139,13 +125,10 @@ models: description: Unique key for each user, which is user_id by default. If user_id does not exist, use amplitude_id - name: user_created_at description: Event_time (UTC) of the user's first event - format: YYYY-MM-DD HH:MM:SS.fff - name: first_session_at description: Timestamp of user's first recorded activity - format: YYYY-MM-DD HH:MM:SS.fff - name: last_session_at description: Timestamp of user's most recent activity - format: YYYY-MM-DD HH:MM:SS.fff - name: total_events_per_user description: The total number of events for a certain user - name: total_sessions_per_user diff --git a/inputs_databricks/amplitude/schemas/event.csv b/amplitude/schemas/event.csv similarity index 100% rename from inputs_databricks/amplitude/schemas/event.csv rename to amplitude/schemas/event.csv diff --git a/inputs_databricks/amplitude/schemas/event_type.csv b/amplitude/schemas/event_type.csv similarity index 100% rename from inputs_databricks/amplitude/schemas/event_type.csv rename to amplitude/schemas/event_type.csv diff --git a/inputs_snowflake/app_store/config.yaml b/app_store/config.yaml similarity index 100% rename from inputs_snowflake/app_store/config.yaml rename to app_store/config.yaml diff --git a/inputs_snowflake/app_store/data_model.yaml b/app_store/data_model.yaml similarity index 82% rename from inputs_snowflake/app_store/data_model.yaml rename to app_store/data_model.yaml index c8d8bc28561fd6b16c7ecb8f3de6088eb495dc27..dc92a4e87f59547b5748e3d904a4b3163b3d830f 100644 --- a/inputs_snowflake/app_store/data_model.yaml +++ b/app_store/data_model.yaml @@ -11,7 +11,7 @@ models: - name: num_nan_or_null_comment_reviews description: the number of reviews the app recieved whose comment is 'nan' or null, replace NULL values with 0. - name: per_ratio_between_positive_and_negative_setiments - description: The percentage ratio between the number of positive and negative sentiments for the app, calculated using the formula (Positive / Negative) * 100. + description: The percentage ratio between positive and negative sentiments for the app - name: num_reviews_with_neutral_attitude description: The number of reviews with a neutral attitude for the app, replace NULL values with 0. \ No newline at end of file diff --git a/inputs_databricks/app_store/schemas/playstore.csv b/app_store/schemas/playstore.csv similarity index 100% rename from inputs_databricks/app_store/schemas/playstore.csv rename to app_store/schemas/playstore.csv diff --git a/inputs_databricks/app_store/schemas/user_reviews.csv b/app_store/schemas/user_reviews.csv similarity index 100% rename from inputs_databricks/app_store/schemas/user_reviews.csv rename to app_store/schemas/user_reviews.csv diff --git a/inputs_snowflake/apple_store/config.yaml b/apple_store/config.yaml similarity index 100% rename from inputs_snowflake/apple_store/config.yaml rename to apple_store/config.yaml diff --git a/inputs_databricks/apple_store/data_model.yaml b/apple_store/data_model.yaml similarity index 63% rename from inputs_databricks/apple_store/data_model.yaml rename to apple_store/data_model.yaml index 5d501afc29014c17224ce96791a36f9e6520c990..53cf9a70a44c9cbfe3024a83f99987e06f9ea4a7 100644 --- a/inputs_databricks/apple_store/data_model.yaml +++ b/apple_store/data_model.yaml @@ -1,6 +1,6 @@ models: - name: apple_store__device_report - description: Each record represents daily subscription metrics by app_id, source_type and device. Rows exist only where app_store_device or crashes_device have data. Other source tables contribute metric values only. + description: Each record represents daily subscription metrics by app_id, source_type and device columns: - name: date_day description: The date of the report and respective recorded metric(s); follows the format YYYY-MM-DD. @@ -29,18 +29,18 @@ models: - name: total_downloads description: Total Downloads is the sum of Redownloads and First Time Downloads. - name: active_devices - description: The count of devices that ran the app at least one time and for at least two seconds on a given day (User Opt-In only); this metric is presumed to be de-duplicated daily as received from the source data, therefore, aggregating over a span of days is better done in the UI. A value of 0 indicates there were 0 active devices or no value from the source report that day. + description: The count of active_device is the count of devices that ran the app at least one time and for at least two seconds on a given day (User Opt-In only); this metric is presumed to be de-duplicated daily as received from the source data, therefore, aggregating over a span of days is better done in the UI. A value of 0 indicates there were 0 active devices or no value from the source report that day. - name: active_devices_last_30_days - description: The count of devices that ran the app at least one time and for at least two seconds on the date_day of the report minus 30 days (User Opt-In only); this metric is presumed to be de-duplicated daily as received from the source data, therefore, aggregating over a span of days is better done in the UI. A value of 0 indicates there were 0 active devices last 30 days or no value from the source report that day. + description: The count of active_devices_last_30_days is the count of devices that ran the app at least one time and for at least two seconds on the date_day of the report minus 30 days (User Opt-In only); this metric is presumed to be de-duplicated daily as received from the source data, therefore, aggregating over a span of days is better done in the UI. A value of 0 indicates there were 0 active devices last 30 days or no value from the source report that day. - name: deletions - description: The count of deletions. A deletion occurs when a user removes your app from their device (User Opt-In only). Data from resetting or erasing a device’s content and settings is not included. A value of 0 indicates there were 0 deletions or no value from the source report that day. + description: A deletion occurs when a user removes your app from their device (User Opt-In only). Data from resetting or erasing a device’s content and settings is not included. A value of 0 indicates there were 0 deletions or no value from the source report that day. - name: installations - description: The count of installations. An installation event is when the user opens the App after they've downloaded it (User Opt-In only). If the App was downloaded but not opened or opened offline, this will not count; if the user opts out of sending data back to Apple, there will also be no data here. A value of 0 indicates there were 0 installations or no value from the source report that day. + description: An installation event is when the user opens the App after they've downloaded it (User Opt-In only). If the App was downloaded but not opened or opened offline, this will not count; if the user opts out of sending data back to Apple, there will also be no data here. A value of 0 indicates there were 0 installations or no value from the source report that day. - name: sessions description: Sessions is the count of the number of times the app has been used for at least two seconds (User Opt-In only). If the app is in the background and is later used again, that counts as another session. A value of 0 indicates there were 0 sessions or no value from the source report that day. - name: apple_store__source_type_report - description: Each record represents daily metrics by app_id and source_type. Rows exist only where app_store_device has a record. Other source tables contribute metric values only. + description: Each record represents daily metrics by app_id and source_type columns: - name: date_day description: The date of the report and respective recorded metric(s); follows the format YYYY-MM-DD. @@ -61,16 +61,16 @@ models: - name: total_downloads description: Total Downloads is the sum of Redownloads and First Time Downloads. - name: active_devices - description: The count of devices that ran the app at least one time and for at least two seconds on a given day (User Opt-In only); this metric is presumed to be de-duplicated daily as received from the source data, therefore, aggregating over a span of days is better done in the UI. A value of 0 indicates there were 0 active devices or no value from the source report that day. + description: The count of active_device is the count of devices that ran the app at least one time and for at least two seconds on a given day (User Opt-In only); this metric is presumed to be de-duplicated daily as received from the source data, therefore, aggregating over a span of days is better done in the UI. A value of 0 indicates there were 0 active devices or no value from the source report that day. - name: deletions - description: The count of deletions. A deletion occurs when a user removes your app from their device (User Opt-In only). Data from resetting or erasing a device’s content and settings is not included. A value of 0 indicates there were 0 deletions or no value from the source report that day. + description: A deletion occurs when a user removes your app from their device (User Opt-In only). Data from resetting or erasing a device’s content and settings is not included. A value of 0 indicates there were 0 deletions or no value from the source report that day. - name: installations - description: The count of installations. An installation event is when the user opens the App after they've downloaded it (User Opt-In only). If the App was downloaded but not opened or opened offline, this will not count; if the user opts out of sending data back to Apple, there will also be no data here. A value of 0 indicates there were 0 installations or no value from the source report that day. + description: An installation event is when the user opens the App after they've downloaded it (User Opt-In only). If the App was downloaded but not opened or opened offline, this will not count; if the user opts out of sending data back to Apple, there will also be no data here. A value of 0 indicates there were 0 installations or no value from the source report that day. - name: sessions description: Sessions is the count of the number of times the app has been used for at least two seconds (User Opt-In only). If the app is in the background and is later used again, that counts as another session. A value of 0 indicates there were 0 sessions or no value from the source report that day. - name: apple_store__overview_report - description: Each record represents daily metrics for each app_id. One row per (date_day, app_id) where app_store_device has a record. Other source tables contribute metric values only . + description: Each record represents daily metrics for each app_id columns: - name: date_day description: The date of the report and respective recorded metric(s); follows the format YYYY-MM-DD. @@ -91,16 +91,16 @@ models: - name: total_downloads description: Total Downloads is the sum of Redownloads and First Time Downloads. - name: active_devices - description: The count of devices that ran the app at least one time and for at least two seconds on a given day (User Opt-In only); this metric is presumed to be de-duplicated daily as received from the source data, therefore, aggregating over a span of days is better done in the UI. A value of 0 indicates there were 0 active devices or no value from the source report that day. + description: The count of active_device is the count of devices that ran the app at least one time and for at least two seconds on a given day (User Opt-In only); this metric is presumed to be de-duplicated daily as received from the source data, therefore, aggregating over a span of days is better done in the UI. A value of 0 indicates there were 0 active devices or no value from the source report that day. - name: deletions - description: The count of deletions. A deletion occurs when a user removes your app from their device (User Opt-In only). Data from resetting or erasing a device’s content and settings is not included. A value of 0 indicates there were 0 deletions or no value from the source report that day. + description: A deletion occurs when a user removes your app from their device (User Opt-In only). Data from resetting or erasing a device’s content and settings is not included. A value of 0 indicates there were 0 deletions or no value from the source report that day. - name: installations - description: The count of installations. An installation event is when the user opens the App after they've downloaded it (User Opt-In only). If the App was downloaded but not opened or opened offline, this will not count; if the user opts out of sending data back to Apple, there will also be no data here. A value of 0 indicates there were 0 installations or no value from the source report that day. + description: An installation event is when the user opens the App after they've downloaded it (User Opt-In only). If the App was downloaded but not opened or opened offline, this will not count; if the user opts out of sending data back to Apple, there will also be no data here. A value of 0 indicates there were 0 installations or no value from the source report that day. - name: sessions description: Sessions is the count of the number of times the app has been used for at least two seconds (User Opt-In only). If the app is in the background and is later used again, that counts as another session. A value of 0 indicates there were 0 sessions or no value from the source report that day. - name: apple_store__platform_version_report - description: Each record represents daily metrics for each by app_id, source_type and platform version. Rows exist only where app_store_platform_version or crashes_platform_version have data. Other source tables contribute metric values only. + description: Each record represents daily metrics for each by app_id, source_type and platform version columns: - name: date_day description: The date of the report and respective recorded metric(s); follows the format YYYY-MM-DD. @@ -129,19 +129,19 @@ models: - name: total_downloads description: Total Downloads is the sum of Redownloads and First Time Downloads. - name: active_devices - description: The count of devices that ran the app at least one time and for at least two seconds on a given day (User Opt-In only); this metric is presumed to be de-duplicated daily as received from the source data, therefore, aggregating over a span of days is better done in the UI. A value of 0 indicates there were 0 active devices or no value from the source report that day. + description: The count of active_device is the count of devices that ran the app at least one time and for at least two seconds on a given day (User Opt-In only); this metric is presumed to be de-duplicated daily as received from the source data, therefore, aggregating over a span of days is better done in the UI. A value of 0 indicates there were 0 active devices or no value from the source report that day. - name: active_devices_last_30_days - description: The count of devices that ran the app at least one time and for at least two seconds on the date_day of the report minus 30 days (User Opt-In only); this metric is presumed to be de-duplicated daily as received from the source data, therefore, aggregating over a span of days is better done in the UI. A value of 0 indicates there were 0 active devices last 30 days or no value from the source report that day. + description: The count of active_devices_last_30_days is the count of devices that ran the app at least one time and for at least two seconds on the date_day of the report minus 30 days (User Opt-In only); this metric is presumed to be de-duplicated daily as received from the source data, therefore, aggregating over a span of days is better done in the UI. A value of 0 indicates there were 0 active devices last 30 days or no value from the source report that day. - name: deletions - description: The count of deletions. A deletion occurs when a user removes your app from their device (User Opt-In only). Data from resetting or erasing a device’s content and settings is not included. A value of 0 indicates there were 0 deletions or no value from the source report that day. + description: A deletion occurs when a user removes your app from their device (User Opt-In only). Data from resetting or erasing a device’s content and settings is not included. A value of 0 indicates there were 0 deletions or no value from the source report that day. - name: installations - description: The count of installations. An installation event is when the user opens the App after they've downloaded it (User Opt-In only). If the App was downloaded but not opened or opened offline, this will not count; if the user opts out of sending data back to Apple, there will also be no data here. A value of 0 indicates there were 0 installations or no value from the source report that day. + description: An installation event is when the user opens the App after they've downloaded it (User Opt-In only). If the App was downloaded but not opened or opened offline, this will not count; if the user opts out of sending data back to Apple, there will also be no data here. A value of 0 indicates there were 0 installations or no value from the source report that day. - name: sessions description: Sessions is the count of the number of times the app has been used for at least two seconds (User Opt-In only). If the app is in the background and is later used again, that counts as another session. A value of 0 indicates there were 0 sessions or no value from the source report that day. - name: apple_store__app_version_report - description: Each record represents daily metrics for each by app_id, source_type and app version. Rows exist only where usage_app_version or crashes_app_version have data. Other source tables contribute metric values only. + description: Each record represents daily metrics for each by app_id, source_type and app version columns: - name: date_day description: The date of the report and respective recorded metric(s); follows the format YYYY-MM-DD. @@ -156,12 +156,12 @@ models: - name: crashes description: The number of recorded crashes experienced (User Opt-In only); a value of 0 indicates there were 0 crash reports or no value from the source report that day. - name: active_devices - description: The count of devices that ran the app at least one time and for at least two seconds on a given day (User Opt-In only); this metric is presumed to be de-duplicated daily as received from the source data, therefore, aggregating over a span of days is better done in the UI. A value of 0 indicates there were 0 active devices or no value from the source report that day. + description: The count of active_device is the count of devices that ran the app at least one time and for at least two seconds on a given day (User Opt-In only); this metric is presumed to be de-duplicated daily as received from the source data, therefore, aggregating over a span of days is better done in the UI. A value of 0 indicates there were 0 active devices or no value from the source report that day. - name: active_devices_last_30_days - description: The count of devices that ran the app at least one time and for at least two seconds on the date_day of the report minus 30 days (User Opt-In only); this metric is presumed to be de-duplicated daily as received from the source data, therefore, aggregating over a span of days is better done in the UI. A value of 0 indicates there were 0 active devices last 30 days or no value from the source report that day. + description: The count of active_devices_last_30_days is the count of devices that ran the app at least one time and for at least two seconds on the date_day of the report minus 30 days (User Opt-In only); this metric is presumed to be de-duplicated daily as received from the source data, therefore, aggregating over a span of days is better done in the UI. A value of 0 indicates there were 0 active devices last 30 days or no value from the source report that day. - name: deletions - description: The count of deletions. A deletion occurs when a user removes your app from their device (User Opt-In only). Data from resetting or erasing a device’s content and settings is not included. A value of 0 indicates there were 0 deletions or no value from the source report that day. + description: A deletion occurs when a user removes your app from their device (User Opt-In only). Data from resetting or erasing a device’s content and settings is not included. A value of 0 indicates there were 0 deletions or no value from the source report that day. - name: installations - description: The count of installations. An installation event is when the user opens the App after they've downloaded it (User Opt-In only). If the App was downloaded but not opened or opened offline, this will not count; if the user opts out of sending data back to Apple, there will also be no data here. A value of 0 indicates there were 0 installations or no value from the source report that day. + description: An installation event is when the user opens the App after they've downloaded it (User Opt-In only). If the App was downloaded but not opened or opened offline, this will not count; if the user opts out of sending data back to Apple, there will also be no data here. A value of 0 indicates there were 0 installations or no value from the source report that day. - name: sessions description: Sessions is the count of the number of times the app has been used for at least two seconds (User Opt-In only). If the app is in the background and is later used again, that counts as another session. A value of 0 indicates there were 0 sessions or no value from the source report that day. diff --git a/inputs_databricks/apple_store/schemas/app.csv b/apple_store/schemas/app.csv similarity index 100% rename from inputs_databricks/apple_store/schemas/app.csv rename to apple_store/schemas/app.csv diff --git a/inputs_databricks/apple_store/schemas/app_store_device.csv b/apple_store/schemas/app_store_device.csv similarity index 100% rename from inputs_databricks/apple_store/schemas/app_store_device.csv rename to apple_store/schemas/app_store_device.csv diff --git a/inputs_databricks/apple_store/schemas/app_store_platform_version.csv b/apple_store/schemas/app_store_platform_version.csv similarity index 100% rename from inputs_databricks/apple_store/schemas/app_store_platform_version.csv rename to apple_store/schemas/app_store_platform_version.csv diff --git a/inputs_databricks/apple_store/schemas/app_store_territory.csv b/apple_store/schemas/app_store_territory.csv similarity index 100% rename from inputs_databricks/apple_store/schemas/app_store_territory.csv rename to apple_store/schemas/app_store_territory.csv diff --git a/inputs_databricks/apple_store/schemas/crashes_app_version.csv b/apple_store/schemas/crashes_app_version.csv similarity index 100% rename from inputs_databricks/apple_store/schemas/crashes_app_version.csv rename to apple_store/schemas/crashes_app_version.csv diff --git a/inputs_databricks/apple_store/schemas/crashes_platform_version.csv b/apple_store/schemas/crashes_platform_version.csv similarity index 100% rename from inputs_databricks/apple_store/schemas/crashes_platform_version.csv rename to apple_store/schemas/crashes_platform_version.csv diff --git a/inputs_databricks/apple_store/schemas/downloads_device.csv b/apple_store/schemas/downloads_device.csv similarity index 100% rename from inputs_databricks/apple_store/schemas/downloads_device.csv rename to apple_store/schemas/downloads_device.csv diff --git a/inputs_databricks/apple_store/schemas/downloads_platform_version.csv b/apple_store/schemas/downloads_platform_version.csv similarity index 100% rename from inputs_databricks/apple_store/schemas/downloads_platform_version.csv rename to apple_store/schemas/downloads_platform_version.csv diff --git a/inputs_databricks/apple_store/schemas/downloads_territory.csv b/apple_store/schemas/downloads_territory.csv similarity index 100% rename from inputs_databricks/apple_store/schemas/downloads_territory.csv rename to apple_store/schemas/downloads_territory.csv diff --git a/inputs_databricks/apple_store/schemas/sales_account.csv b/apple_store/schemas/sales_account.csv similarity index 100% rename from inputs_databricks/apple_store/schemas/sales_account.csv rename to apple_store/schemas/sales_account.csv diff --git a/inputs_databricks/apple_store/schemas/sales_subscription_events.csv b/apple_store/schemas/sales_subscription_events.csv similarity index 100% rename from inputs_databricks/apple_store/schemas/sales_subscription_events.csv rename to apple_store/schemas/sales_subscription_events.csv diff --git a/inputs_databricks/apple_store/schemas/sales_subscription_summary.csv b/apple_store/schemas/sales_subscription_summary.csv similarity index 100% rename from inputs_databricks/apple_store/schemas/sales_subscription_summary.csv rename to apple_store/schemas/sales_subscription_summary.csv diff --git a/inputs_databricks/apple_store/schemas/usage_app_version.csv b/apple_store/schemas/usage_app_version.csv similarity index 100% rename from inputs_databricks/apple_store/schemas/usage_app_version.csv rename to apple_store/schemas/usage_app_version.csv diff --git a/inputs_databricks/apple_store/schemas/usage_device.csv b/apple_store/schemas/usage_device.csv similarity index 100% rename from inputs_databricks/apple_store/schemas/usage_device.csv rename to apple_store/schemas/usage_device.csv diff --git a/inputs_databricks/apple_store/schemas/usage_platform_version.csv b/apple_store/schemas/usage_platform_version.csv similarity index 100% rename from inputs_databricks/apple_store/schemas/usage_platform_version.csv rename to apple_store/schemas/usage_platform_version.csv diff --git a/inputs_databricks/apple_store/schemas/usage_territory.csv b/apple_store/schemas/usage_territory.csv similarity index 100% rename from inputs_databricks/apple_store/schemas/usage_territory.csv rename to apple_store/schemas/usage_territory.csv diff --git a/inputs_snowflake/asana/config.yaml b/asana/config.yaml similarity index 100% rename from inputs_snowflake/asana/config.yaml rename to asana/config.yaml diff --git a/inputs_databricks/asana/data_model.yaml b/asana/data_model.yaml similarity index 92% rename from inputs_databricks/asana/data_model.yaml rename to asana/data_model.yaml index 7538b780f567aa3bb532f851128c3dfdc9e24c50..f196b0a64c08280ccdda37a2e80ffa7daff8353b 100644 --- a/inputs_databricks/asana/data_model.yaml +++ b/asana/data_model.yaml @@ -10,16 +10,12 @@ models: description: Boolean that is true if the task is currently marked complete. - name: completed_at description: Timestamp of when the task was marked complete. - format: YYYY-MM-DD HH:MM:SS.fff - name: created_at description: Timestamp of when the task was created - format: YYYY-MM-DD HH:MM:SS.fff - name: due_date description: Date the task is due, if provided. - format: YYYY-MM-DD - name: task_modified_at description: Timestamp of when the task was last modified - format: YYYY-MM-DD HH:MM:SS.fff - name: task_description description: Free-form text describing the task, as seen in the UI. - name: workspace_id @@ -82,15 +78,12 @@ models: description: Boolean representing if the project has been archived in the UI - name: created_at description: Timestamp of when the project was created - format: YYYY-MM-DD H[H]:MM:SS - name: current_status description: The most recent progress status update for the project (free-form string) - name: due_date description: The date the project is due on, if given - format: YYYY-MM-DD H[H]:MM:SS - name: last_modified_at description: Timestamp of when the project was last modified (doesn't include comments or tasks) - format: YYYY-MM-DD H[H]:MM:SS - name: owner_user_id description: Foreign key referencing the USER who owns the project. - name: number_of_users_involved @@ -115,7 +108,7 @@ models: - name: number_of_active_projects description: Count of non-archived projects - name: active_projects - description: Comma-separated string of non-archived project IDs associated with the team, sorted alphabetically by project ID. NULL if the team has no active projects. + description: Aggregated list of non archived projects associated with the team - name: number_of_archived_projects description: Count of archived projects @@ -128,9 +121,8 @@ models: description: UI-facing name of the tag - name: created_at description: Timestamp of when the tag was created - format: YYYY-MM-DD H[H]:MM:SS - name: number_of_open_tasks - description: Count of the currently open tasks with this tag. + description: Count of the currently open tasks with this tag. - name: number_of_assigned_open_tasks description: Count of the open and assigned tasks with this tag. Set to 0 if NULL. - name: number_of_tasks_completed diff --git a/inputs_databricks/asana/schemas/project.csv b/asana/schemas/project.csv similarity index 100% rename from inputs_databricks/asana/schemas/project.csv rename to asana/schemas/project.csv diff --git a/inputs_databricks/asana/schemas/project_task.csv b/asana/schemas/project_task.csv similarity index 100% rename from inputs_databricks/asana/schemas/project_task.csv rename to asana/schemas/project_task.csv diff --git a/inputs_databricks/asana/schemas/section.csv b/asana/schemas/section.csv similarity index 100% rename from inputs_databricks/asana/schemas/section.csv rename to asana/schemas/section.csv diff --git a/inputs_databricks/asana/schemas/story.csv b/asana/schemas/story.csv similarity index 100% rename from inputs_databricks/asana/schemas/story.csv rename to asana/schemas/story.csv diff --git a/inputs_databricks/asana/schemas/tag.csv b/asana/schemas/tag.csv similarity index 100% rename from inputs_databricks/asana/schemas/tag.csv rename to asana/schemas/tag.csv diff --git a/inputs_databricks/asana/schemas/task.csv b/asana/schemas/task.csv similarity index 100% rename from inputs_databricks/asana/schemas/task.csv rename to asana/schemas/task.csv diff --git a/inputs_databricks/asana/schemas/task_follower.csv b/asana/schemas/task_follower.csv similarity index 100% rename from inputs_databricks/asana/schemas/task_follower.csv rename to asana/schemas/task_follower.csv diff --git a/inputs_databricks/asana/schemas/task_section.csv b/asana/schemas/task_section.csv similarity index 100% rename from inputs_databricks/asana/schemas/task_section.csv rename to asana/schemas/task_section.csv diff --git a/inputs_databricks/asana/schemas/task_tag.csv b/asana/schemas/task_tag.csv similarity index 100% rename from inputs_databricks/asana/schemas/task_tag.csv rename to asana/schemas/task_tag.csv diff --git a/inputs_databricks/asana/schemas/team.csv b/asana/schemas/team.csv similarity index 100% rename from inputs_databricks/asana/schemas/team.csv rename to asana/schemas/team.csv diff --git a/inputs_databricks/asana/schemas/user.csv b/asana/schemas/user.csv similarity index 100% rename from inputs_databricks/asana/schemas/user.csv rename to asana/schemas/user.csv diff --git a/authors/.DS_Store b/authors/.DS_Store new file mode 100644 index 0000000000000000000000000000000000000000..e0db51f7998ebfff7acb5ba5537020a3f1429eec Binary files /dev/null and b/authors/.DS_Store differ diff --git a/inputs_snowflake/authors/config.yaml b/authors/config.yaml similarity index 100% rename from inputs_snowflake/authors/config.yaml rename to authors/config.yaml diff --git a/inputs_snowflake/authors/data_model.yaml b/authors/data_model.yaml similarity index 95% rename from inputs_snowflake/authors/data_model.yaml rename to authors/data_model.yaml index 24d536b0cd06a232ec3e9da381a5ae7ad00af37a..e91807696b4dbb26b80dca15c5ea5d057015b763 100644 --- a/inputs_snowflake/authors/data_model.yaml +++ b/authors/data_model.yaml @@ -15,6 +15,6 @@ models: - name: year_published_most_paper description: The year in which the most papers were published in the conference, with ties broken by the ascending order of the year. - name: per_papers_have_keyword_cancer - description: The percentage of papers that have the keyword "cancer" (case insensitive) in the conference. + description: The percentage of papers that have the keyword "cancer" in the conference. - name: total_number_paper_during_1990_to_2000 description: The total number of papers published in the conference during 1990 to 2000, replace NULL values with 0. \ No newline at end of file diff --git a/inputs_databricks/authors/schemas/Author.csv b/authors/schemas/Author.csv similarity index 100% rename from inputs_databricks/authors/schemas/Author.csv rename to authors/schemas/Author.csv diff --git a/inputs_databricks/authors/schemas/Conference.csv b/authors/schemas/Conference.csv similarity index 100% rename from inputs_databricks/authors/schemas/Conference.csv rename to authors/schemas/Conference.csv diff --git a/inputs_databricks/authors/schemas/Journal.csv b/authors/schemas/Journal.csv similarity index 100% rename from inputs_databricks/authors/schemas/Journal.csv rename to authors/schemas/Journal.csv diff --git a/inputs_databricks/authors/schemas/Paper.csv b/authors/schemas/Paper.csv similarity index 100% rename from inputs_databricks/authors/schemas/Paper.csv rename to authors/schemas/Paper.csv diff --git a/inputs_databricks/authors/schemas/PaperAuthor.csv b/authors/schemas/PaperAuthor.csv similarity index 100% rename from inputs_databricks/authors/schemas/PaperAuthor.csv rename to authors/schemas/PaperAuthor.csv diff --git a/inputs_snowflake/beer_factory/config.yaml b/beer_factory/config.yaml similarity index 100% rename from inputs_snowflake/beer_factory/config.yaml rename to beer_factory/config.yaml diff --git a/inputs_snowflake/beer_factory/data_model.yaml b/beer_factory/data_model.yaml similarity index 85% rename from inputs_snowflake/beer_factory/data_model.yaml rename to beer_factory/data_model.yaml index 905a7af7fc0f8af91c13dd17412abc98708f33bf..ba15bdb5aaf7436f3984ad2461552dbf9489dbf7 100644 --- a/inputs_snowflake/beer_factory/data_model.yaml +++ b/beer_factory/data_model.yaml @@ -7,7 +7,7 @@ models: - name: name description: Name of the customer. Concatenate the first name and last name with a space separating them. - name: address - description: Address of the customer. Concatenate the street address, city and state with a space separating them. + description: Address of the customer. Concatenate the street streetaddress, city and state with a space separating them. - name: num_reviews description: Number of reviews the customer has written, replace NULL values with 0. - name: purchased_beer_by_ASB @@ -15,7 +15,7 @@ models: - name: date_first_bought description: Date the customer first bought a root beer. - name: num_non_sweetened - description: Number of non-sweetened root beers the customer has purchased, replace NULL values with 0. Non-sweetened root beers are defined as root beers that do not contain artificial sweetener and honey. + description: Number of non-sweetened root beers the customer has purchased, replace NULL values with 0. - name: bought_beers_contain_artificial_sweetener description: set to 1 if the customer has purchased at least one root beer that contains artificial sweetener, otherwise, set to 0 - name: brands @@ -26,7 +26,7 @@ models: - name: brandname description: Name of the brand. - name: address - description: Address of the brand. Concatenate the city, state, and country with a space separating them. + description: Address of the brand, contains city, state, and country with a space between each. - name: num_5_stars description: Number of 5-star ratings the brand has received, replace NULL values with 0. - name: not_advertise_on_Facebook_and_Twitter diff --git a/inputs_databricks/beer_factory/schemas/customers.csv b/beer_factory/schemas/customers.csv similarity index 100% rename from inputs_databricks/beer_factory/schemas/customers.csv rename to beer_factory/schemas/customers.csv diff --git a/inputs_databricks/beer_factory/schemas/geolocation.csv b/beer_factory/schemas/geolocation.csv similarity index 100% rename from inputs_databricks/beer_factory/schemas/geolocation.csv rename to beer_factory/schemas/geolocation.csv diff --git a/inputs_databricks/beer_factory/schemas/location.csv b/beer_factory/schemas/location.csv similarity index 100% rename from inputs_databricks/beer_factory/schemas/location.csv rename to beer_factory/schemas/location.csv diff --git a/inputs_databricks/beer_factory/schemas/rootbeer.csv b/beer_factory/schemas/rootbeer.csv similarity index 100% rename from inputs_databricks/beer_factory/schemas/rootbeer.csv rename to beer_factory/schemas/rootbeer.csv diff --git a/inputs_databricks/beer_factory/schemas/rootbeerbrand.csv b/beer_factory/schemas/rootbeerbrand.csv similarity index 100% rename from inputs_databricks/beer_factory/schemas/rootbeerbrand.csv rename to beer_factory/schemas/rootbeerbrand.csv diff --git a/inputs_databricks/beer_factory/schemas/rootbeerreview.csv b/beer_factory/schemas/rootbeerreview.csv similarity index 100% rename from inputs_databricks/beer_factory/schemas/rootbeerreview.csv rename to beer_factory/schemas/rootbeerreview.csv diff --git a/inputs_databricks/beer_factory/schemas/transaction.csv b/beer_factory/schemas/transaction.csv similarity index 100% rename from inputs_databricks/beer_factory/schemas/transaction.csv rename to beer_factory/schemas/transaction.csv diff --git a/inputs_snowflake/bike_share_1/config.yaml b/bike_share_1/config.yaml similarity index 100% rename from inputs_snowflake/bike_share_1/config.yaml rename to bike_share_1/config.yaml diff --git a/inputs_databricks/bike_share_1/data_model.yaml b/bike_share_1/data_model.yaml similarity index 100% rename from inputs_databricks/bike_share_1/data_model.yaml rename to bike_share_1/data_model.yaml diff --git a/inputs_databricks/bike_share_1/schemas/station.csv b/bike_share_1/schemas/station.csv similarity index 100% rename from inputs_databricks/bike_share_1/schemas/station.csv rename to bike_share_1/schemas/station.csv diff --git a/inputs_databricks/bike_share_1/schemas/status.csv b/bike_share_1/schemas/status.csv similarity index 100% rename from inputs_databricks/bike_share_1/schemas/status.csv rename to bike_share_1/schemas/status.csv diff --git a/inputs_databricks/bike_share_1/schemas/trip.csv b/bike_share_1/schemas/trip.csv similarity index 100% rename from inputs_databricks/bike_share_1/schemas/trip.csv rename to bike_share_1/schemas/trip.csv diff --git a/inputs_databricks/bike_share_1/schemas/weather.csv b/bike_share_1/schemas/weather.csv similarity index 100% rename from inputs_databricks/bike_share_1/schemas/weather.csv rename to bike_share_1/schemas/weather.csv diff --git a/inputs_snowflake/book_publishing_company/config.yaml b/book_publishing_company/config.yaml similarity index 100% rename from inputs_snowflake/book_publishing_company/config.yaml rename to book_publishing_company/config.yaml diff --git a/inputs_snowflake/book_publishing_company/data_model.yaml b/book_publishing_company/data_model.yaml similarity index 92% rename from inputs_snowflake/book_publishing_company/data_model.yaml rename to book_publishing_company/data_model.yaml index 04d27992e73989705c59e6dfd38b0b02bbf0cf5b..6f64e87cfb925b402ebbe09fba5006cb41d77c3c 100644 --- a/inputs_snowflake/book_publishing_company/data_model.yaml +++ b/book_publishing_company/data_model.yaml @@ -17,7 +17,7 @@ models: - name: percentage_of_psychology description: The percentage of psychology book sold by the store - name: title_has_highest_ytd_sales - description: The title of the book in the store that has the highest year-to-date sales, with ties broken by the ascending order of the title. + description: The title of the book with the highest year-to-date sales in the store, with ties broken by the ascending order of the title. - name: book_publishers description: Each record represents a publisher. columns: @@ -55,4 +55,4 @@ models: - name: number_of_sales_in_California_stores description: Number of copies sold in stores located in California, replace NULL values with 0. - name: ordered_quantity_1992 - description: Quantity of the title ordered in 1992, replace NULL values with 0. \ No newline at end of file + description: Quantity of the title ordered in 1992. \ No newline at end of file diff --git a/inputs_databricks/book_publishing_company/schemas/authors.csv b/book_publishing_company/schemas/authors.csv similarity index 100% rename from inputs_databricks/book_publishing_company/schemas/authors.csv rename to book_publishing_company/schemas/authors.csv diff --git a/inputs_databricks/book_publishing_company/schemas/discounts.csv b/book_publishing_company/schemas/discounts.csv similarity index 100% rename from inputs_databricks/book_publishing_company/schemas/discounts.csv rename to book_publishing_company/schemas/discounts.csv diff --git a/inputs_databricks/book_publishing_company/schemas/employee.csv b/book_publishing_company/schemas/employee.csv similarity index 100% rename from inputs_databricks/book_publishing_company/schemas/employee.csv rename to book_publishing_company/schemas/employee.csv diff --git a/inputs_databricks/book_publishing_company/schemas/jobs.csv b/book_publishing_company/schemas/jobs.csv similarity index 100% rename from inputs_databricks/book_publishing_company/schemas/jobs.csv rename to book_publishing_company/schemas/jobs.csv diff --git a/inputs_databricks/book_publishing_company/schemas/pub_info.csv b/book_publishing_company/schemas/pub_info.csv similarity index 100% rename from inputs_databricks/book_publishing_company/schemas/pub_info.csv rename to book_publishing_company/schemas/pub_info.csv diff --git a/inputs_databricks/book_publishing_company/schemas/publishers.csv b/book_publishing_company/schemas/publishers.csv similarity index 100% rename from inputs_databricks/book_publishing_company/schemas/publishers.csv rename to book_publishing_company/schemas/publishers.csv diff --git a/inputs_databricks/book_publishing_company/schemas/roysched.csv b/book_publishing_company/schemas/roysched.csv similarity index 100% rename from inputs_databricks/book_publishing_company/schemas/roysched.csv rename to book_publishing_company/schemas/roysched.csv diff --git a/inputs_databricks/book_publishing_company/schemas/sales.csv b/book_publishing_company/schemas/sales.csv similarity index 100% rename from inputs_databricks/book_publishing_company/schemas/sales.csv rename to book_publishing_company/schemas/sales.csv diff --git a/inputs_databricks/book_publishing_company/schemas/stores.csv b/book_publishing_company/schemas/stores.csv similarity index 100% rename from inputs_databricks/book_publishing_company/schemas/stores.csv rename to book_publishing_company/schemas/stores.csv diff --git a/inputs_databricks/book_publishing_company/schemas/titleauthor.csv b/book_publishing_company/schemas/titleauthor.csv similarity index 100% rename from inputs_databricks/book_publishing_company/schemas/titleauthor.csv rename to book_publishing_company/schemas/titleauthor.csv diff --git a/inputs_databricks/book_publishing_company/schemas/titles.csv b/book_publishing_company/schemas/titles.csv similarity index 100% rename from inputs_databricks/book_publishing_company/schemas/titles.csv rename to book_publishing_company/schemas/titles.csv diff --git a/inputs_snowflake/books/config.yaml b/books/config.yaml similarity index 100% rename from inputs_snowflake/books/config.yaml rename to books/config.yaml diff --git a/inputs_snowflake/books/data_model.yaml b/books/data_model.yaml similarity index 92% rename from inputs_snowflake/books/data_model.yaml rename to books/data_model.yaml index 5920d282e52bcee70f04cb13f58bb8258290be90..3074ed0f6ecb400196df742d04b79ec34169352e 100644 --- a/inputs_snowflake/books/data_model.yaml +++ b/books/data_model.yaml @@ -26,7 +26,7 @@ models: - name: email description: Email of the customer. - name: per_books_over_13 - description: Percentage of the books whose price is over $13 among all the books ordered by the customer. + description: the percentage of those books ordered by the customer whose price is over $13 - name: num_orders description: Number of orders placed by the customer, replace NULL values with 0. - name: preferred_shipping_method @@ -51,4 +51,4 @@ models: - name: most_expensive_book description: Title of the most expensive book written by the author, with ties broken by the descending order of the title. - name: avg_book_price_over_19 - description: Set to 1 if the average sale price of the books written by the author is over $19; otherwise, set to 0. \ No newline at end of file + description: Set to 1 if the average price of the books written by the author is over $19; otherwise, set to 0. \ No newline at end of file diff --git a/inputs_databricks/books/schemas/address.csv b/books/schemas/address.csv similarity index 100% rename from inputs_databricks/books/schemas/address.csv rename to books/schemas/address.csv diff --git a/inputs_databricks/books/schemas/address_status.csv b/books/schemas/address_status.csv similarity index 100% rename from inputs_databricks/books/schemas/address_status.csv rename to books/schemas/address_status.csv diff --git a/inputs_databricks/books/schemas/author.csv b/books/schemas/author.csv similarity index 100% rename from inputs_databricks/books/schemas/author.csv rename to books/schemas/author.csv diff --git a/inputs_databricks/books/schemas/book.csv b/books/schemas/book.csv similarity index 100% rename from inputs_databricks/books/schemas/book.csv rename to books/schemas/book.csv diff --git a/inputs_databricks/books/schemas/book_author.csv b/books/schemas/book_author.csv similarity index 100% rename from inputs_databricks/books/schemas/book_author.csv rename to books/schemas/book_author.csv diff --git a/inputs_databricks/books/schemas/book_language.csv b/books/schemas/book_language.csv similarity index 100% rename from inputs_databricks/books/schemas/book_language.csv rename to books/schemas/book_language.csv diff --git a/inputs_databricks/books/schemas/country.csv b/books/schemas/country.csv similarity index 100% rename from inputs_databricks/books/schemas/country.csv rename to books/schemas/country.csv diff --git a/inputs_databricks/books/schemas/cust_order.csv b/books/schemas/cust_order.csv similarity index 100% rename from inputs_databricks/books/schemas/cust_order.csv rename to books/schemas/cust_order.csv diff --git a/inputs_databricks/books/schemas/customer.csv b/books/schemas/customer.csv similarity index 100% rename from inputs_databricks/books/schemas/customer.csv rename to books/schemas/customer.csv diff --git a/inputs_databricks/books/schemas/customer_address.csv b/books/schemas/customer_address.csv similarity index 100% rename from inputs_databricks/books/schemas/customer_address.csv rename to books/schemas/customer_address.csv diff --git a/inputs_databricks/books/schemas/order_history.csv b/books/schemas/order_history.csv similarity index 100% rename from inputs_databricks/books/schemas/order_history.csv rename to books/schemas/order_history.csv diff --git a/inputs_databricks/books/schemas/order_line.csv b/books/schemas/order_line.csv similarity index 100% rename from inputs_databricks/books/schemas/order_line.csv rename to books/schemas/order_line.csv diff --git a/inputs_databricks/books/schemas/order_status.csv b/books/schemas/order_status.csv similarity index 100% rename from inputs_databricks/books/schemas/order_status.csv rename to books/schemas/order_status.csv diff --git a/inputs_databricks/books/schemas/publisher.csv b/books/schemas/publisher.csv similarity index 100% rename from inputs_databricks/books/schemas/publisher.csv rename to books/schemas/publisher.csv diff --git a/inputs_databricks/books/schemas/shipping_method.csv b/books/schemas/shipping_method.csv similarity index 100% rename from inputs_databricks/books/schemas/shipping_method.csv rename to books/schemas/shipping_method.csv diff --git a/inputs_snowflake/california_schools/config.yaml b/california_schools/config.yaml similarity index 100% rename from inputs_snowflake/california_schools/config.yaml rename to california_schools/config.yaml diff --git a/inputs_redshift/california_schools/data_model.yaml b/california_schools/data_model.yaml similarity index 76% rename from inputs_redshift/california_schools/data_model.yaml rename to california_schools/data_model.yaml index 5f534834eb2ba07fa636b55578866d606b5ac453..1ecfb4b4d83359f7236b21a78391a7974903834c 100644 --- a/inputs_redshift/california_schools/data_model.yaml +++ b/california_schools/data_model.yaml @@ -8,12 +8,12 @@ models: description: The county of the school. - name: school_name description: The name of the school. - - name: percent_eligible_free_meals_for_k_12 - description: The percentage of eligible free meals for k-12 of the school + - name: percent_eligible_free_meals_for_grades_1_through_12 + description: The percentage of eligible free meals for grades 1 through 12 of the school - name: percent_eligible_free_meals_for_ages_5_17 description: The percentage of eligible free meals for ages 5 to 17 of the school - name: SAT_excellence_rate - description: Percentage of test takers whose total SAT scores are greater than or equal to 1500 among all test takers of the school + description: The excellence rate of the SAT scores of the school - name: has_more_than_30_difference_in_enrollments_between_K_12_and_ages_5_17 description: Set to 1 if the school has more than 30 differences in enrollments between K-12 and ages 5-17, otherwise, set to 0 - name: sum_of_average_score_for_all_subjects diff --git a/inputs_databricks/california_schools/schemas/frpm.csv b/california_schools/schemas/frpm.csv similarity index 100% rename from inputs_databricks/california_schools/schemas/frpm.csv rename to california_schools/schemas/frpm.csv diff --git a/inputs_databricks/california_schools/schemas/satscores.csv b/california_schools/schemas/satscores.csv similarity index 100% rename from inputs_databricks/california_schools/schemas/satscores.csv rename to california_schools/schemas/satscores.csv diff --git a/inputs_databricks/california_schools/schemas/schools.csv b/california_schools/schemas/schools.csv similarity index 100% rename from inputs_databricks/california_schools/schemas/schools.csv rename to california_schools/schemas/schools.csv diff --git a/inputs_snowflake/car_retails/config.yaml b/car_retails/config.yaml similarity index 100% rename from inputs_snowflake/car_retails/config.yaml rename to car_retails/config.yaml diff --git a/inputs_redshift/car_retails/data_model.yaml b/car_retails/data_model.yaml similarity index 87% rename from inputs_redshift/car_retails/data_model.yaml rename to car_retails/data_model.yaml index 3770e02af8151e9237dbd6ac40ee91d5bcc341bf..96b7b31583033853a3ab7eec33b29e90927d652a 100644 --- a/inputs_redshift/car_retails/data_model.yaml +++ b/car_retails/data_model.yaml @@ -32,9 +32,9 @@ models: - name: is_in_Sydney description: Set to 1 if the employee is located in Sydney; otherwise, set to 0. - name: product_name_of_the_highest_amount_of_order - description: Name of the product with the highest total amount paid across all orders handled by the employee; with ties broken by the ascending order of the product name. + description: Name of the product with the highest amount of order made by the employee, with ties broken by the ascending order of the product name. - name: customer_made_highest_payment - description: Name of the customer who made the highest total payment to the employee, with ties broken by the descending order of the customer name. + description: Name of the customer who made the highest payment to the employee, with ties broken by the descending order of the customer name. - name: highest_customer_credit_limit description: The highest credit limit among the customers the employee is responsible for. - name: car_retails__products @@ -55,4 +55,4 @@ models: - name: total_quantity_sold_in_2003 description: Total quantity of the product sold in 2003, replace NULL values with 0. - name: average_actual_profit - description: Average actual profit per unit sold for the product. \ No newline at end of file + description: Average actual profit gained from the product. \ No newline at end of file diff --git a/inputs_databricks/car_retails/schemas/customers.csv b/car_retails/schemas/customers.csv similarity index 100% rename from inputs_databricks/car_retails/schemas/customers.csv rename to car_retails/schemas/customers.csv diff --git a/inputs_databricks/car_retails/schemas/employees.csv b/car_retails/schemas/employees.csv similarity index 100% rename from inputs_databricks/car_retails/schemas/employees.csv rename to car_retails/schemas/employees.csv diff --git a/inputs_databricks/car_retails/schemas/offices.csv b/car_retails/schemas/offices.csv similarity index 100% rename from inputs_databricks/car_retails/schemas/offices.csv rename to car_retails/schemas/offices.csv diff --git a/inputs_databricks/car_retails/schemas/orderdetails.csv b/car_retails/schemas/orderdetails.csv similarity index 100% rename from inputs_databricks/car_retails/schemas/orderdetails.csv rename to car_retails/schemas/orderdetails.csv diff --git a/inputs_databricks/car_retails/schemas/orders.csv b/car_retails/schemas/orders.csv similarity index 100% rename from inputs_databricks/car_retails/schemas/orders.csv rename to car_retails/schemas/orders.csv diff --git a/inputs_databricks/car_retails/schemas/payments.csv b/car_retails/schemas/payments.csv similarity index 100% rename from inputs_databricks/car_retails/schemas/payments.csv rename to car_retails/schemas/payments.csv diff --git a/inputs_databricks/car_retails/schemas/productlines.csv b/car_retails/schemas/productlines.csv similarity index 100% rename from inputs_databricks/car_retails/schemas/productlines.csv rename to car_retails/schemas/productlines.csv diff --git a/inputs_databricks/car_retails/schemas/products.csv b/car_retails/schemas/products.csv similarity index 100% rename from inputs_databricks/car_retails/schemas/products.csv rename to car_retails/schemas/products.csv diff --git a/inputs_snowflake/card_games/config.yaml b/card_games/config.yaml similarity index 100% rename from inputs_snowflake/card_games/config.yaml rename to card_games/config.yaml diff --git a/inputs_databricks/card_games/data_model.yaml b/card_games/data_model.yaml similarity index 100% rename from inputs_databricks/card_games/data_model.yaml rename to card_games/data_model.yaml diff --git a/inputs_databricks/card_games/schemas/card_sets.csv b/card_games/schemas/card_sets.csv similarity index 100% rename from inputs_databricks/card_games/schemas/card_sets.csv rename to card_games/schemas/card_sets.csv diff --git a/inputs_databricks/card_games/schemas/cards.csv b/card_games/schemas/cards.csv similarity index 100% rename from inputs_databricks/card_games/schemas/cards.csv rename to card_games/schemas/cards.csv diff --git a/inputs_databricks/card_games/schemas/foreign_data.csv b/card_games/schemas/foreign_data.csv similarity index 100% rename from inputs_databricks/card_games/schemas/foreign_data.csv rename to card_games/schemas/foreign_data.csv diff --git a/inputs_databricks/card_games/schemas/legalities.csv b/card_games/schemas/legalities.csv similarity index 100% rename from inputs_databricks/card_games/schemas/legalities.csv rename to card_games/schemas/legalities.csv diff --git a/inputs_databricks/card_games/schemas/rulings.csv b/card_games/schemas/rulings.csv similarity index 100% rename from inputs_databricks/card_games/schemas/rulings.csv rename to card_games/schemas/rulings.csv diff --git a/inputs_databricks/card_games/schemas/set_translations.csv b/card_games/schemas/set_translations.csv similarity index 100% rename from inputs_databricks/card_games/schemas/set_translations.csv rename to card_games/schemas/set_translations.csv diff --git a/inputs_snowflake/cars/config.yaml b/cars/config.yaml similarity index 100% rename from inputs_snowflake/cars/config.yaml rename to cars/config.yaml diff --git a/inputs_redshift/cars/data_model.yaml b/cars/data_model.yaml similarity index 62% rename from inputs_redshift/cars/data_model.yaml rename to cars/data_model.yaml index 6f2b9beb099b4cd25793fe438c95a00f223b5867..3fbe4355d8bfcc633faa84906d35c51d40f067e3 100644 --- a/inputs_redshift/cars/data_model.yaml +++ b/cars/data_model.yaml @@ -7,12 +7,12 @@ models: - name: country description: the origin country of the car. - name: fastest_car - description: Name of the fastest car produced in the country, with ties broken by the ascending order of the car name. Fastest car is determined by the highest acceleration. + description: Name of the fastest car produced in the country, with ties broken by the ascending order of the car name. - name: most_fuel_efficient_car description: Name of the most fuel-efficient car produced in the country, with ties broken by the descending order of the car name. - name: num_cars - description: Number of cars produced in the country; different model years are counted as different cars. Replace NULL values with 0. + description: Number of cars produced in the country, replace NULL values with 0. - name: num_car_worth_over_35000_and_acceleration_14 - description: Number of cars produced in the country that are worth over $35,000 and have an acceleration of 14, different model years are counted as different cars, replace NULL values with 0. + description: Number of cars produced in the country that are worth over $35,000 and have an acceleration of 14, replace NULL values with 0. - name: avg_car_price - description: Average price of cars produced in the country, where different model years are counted as different cars. \ No newline at end of file + description: Average price of cars produced in the country. \ No newline at end of file diff --git a/inputs_databricks/cars/schemas/country.csv b/cars/schemas/country.csv similarity index 100% rename from inputs_databricks/cars/schemas/country.csv rename to cars/schemas/country.csv diff --git a/inputs_databricks/cars/schemas/data.csv b/cars/schemas/data.csv similarity index 100% rename from inputs_databricks/cars/schemas/data.csv rename to cars/schemas/data.csv diff --git a/inputs_databricks/cars/schemas/price.csv b/cars/schemas/price.csv similarity index 100% rename from inputs_databricks/cars/schemas/price.csv rename to cars/schemas/price.csv diff --git a/inputs_databricks/cars/schemas/production.csv b/cars/schemas/production.csv similarity index 100% rename from inputs_databricks/cars/schemas/production.csv rename to cars/schemas/production.csv diff --git a/inputs_snowflake/chicago_crime/config.yaml b/chicago_crime/config.yaml similarity index 100% rename from inputs_snowflake/chicago_crime/config.yaml rename to chicago_crime/config.yaml diff --git a/inputs_databricks/chicago_crime/data_model.yaml b/chicago_crime/data_model.yaml similarity index 89% rename from inputs_databricks/chicago_crime/data_model.yaml rename to chicago_crime/data_model.yaml index a2cd67ba352a12be8f710d66cd75569e7359c2ba..bcaf1abdbd0bee94b0b35b27ffc21a026d411eb2 100644 --- a/inputs_databricks/chicago_crime/data_model.yaml +++ b/chicago_crime/data_model.yaml @@ -7,7 +7,7 @@ models: - name: community_area_name description: Name of the community area. - name: population - description: Population of the community area, convert to integer. + description: Population of the community area. - name: num_neighborhoods description: Number of neighborhoods in the community area, replace NULL values with 0. - name: num_crimes @@ -15,7 +15,7 @@ models: - name: num_pocket_picking_thefts description: Number of pocket-picking thefts reported in the community area, replace NULL values with 0. - name: per_under_500_thefts - description: Percentage of thefts in the community area that are $500 and under. + description: Percentage of thefts in the community area that are under $500. - name: more_than_average_solicit_for_prostitutes_reported description: Set to 1 if the number of solicitations for prostitutes reported in the community area is more than the average number of solicitations for prostitutes reported in all community areas; otherwise, set to 0. - name: districts @@ -26,7 +26,7 @@ models: - name: district_name description: Name of the district. - name: email - description: Email address to contact district administrators. + description: Email of the district. - name: num_crimes_Jan_2018 description: Number of crimes reported in January 2018 in the district, replace NULL values with 0. - name: num_crimes @@ -34,6 +34,6 @@ models: - name: diff_bewteen_vehicular_hijackings_and_aggravated_vehicular_hijackings description: Difference between the number of vehicular hijackings and the number of aggravated vehicular hijackings reported in the district. - name: per_crimes_heppened_inside_the_house - description: Percentage of crimes reported in the district that happened inside the house (location description is 'HOUSE'). + description: Percentage of crimes reported in the district that happened inside the house. - name: num_domestic_violence description: Number of domestic violence cases reported in the district, replace NULL values with 0. \ No newline at end of file diff --git a/inputs_databricks/chicago_crime/schemas/Community_Area.csv b/chicago_crime/schemas/Community_Area.csv similarity index 100% rename from inputs_databricks/chicago_crime/schemas/Community_Area.csv rename to chicago_crime/schemas/Community_Area.csv diff --git a/inputs_databricks/chicago_crime/schemas/Crime.csv b/chicago_crime/schemas/Crime.csv similarity index 100% rename from inputs_databricks/chicago_crime/schemas/Crime.csv rename to chicago_crime/schemas/Crime.csv diff --git a/inputs_databricks/chicago_crime/schemas/District.csv b/chicago_crime/schemas/District.csv similarity index 100% rename from inputs_databricks/chicago_crime/schemas/District.csv rename to chicago_crime/schemas/District.csv diff --git a/inputs_databricks/chicago_crime/schemas/FBI_Code.csv b/chicago_crime/schemas/FBI_Code.csv similarity index 100% rename from inputs_databricks/chicago_crime/schemas/FBI_Code.csv rename to chicago_crime/schemas/FBI_Code.csv diff --git a/inputs_databricks/chicago_crime/schemas/IUCR.csv b/chicago_crime/schemas/IUCR.csv similarity index 100% rename from inputs_databricks/chicago_crime/schemas/IUCR.csv rename to chicago_crime/schemas/IUCR.csv diff --git a/inputs_databricks/chicago_crime/schemas/Neighborhood.csv b/chicago_crime/schemas/Neighborhood.csv similarity index 100% rename from inputs_databricks/chicago_crime/schemas/Neighborhood.csv rename to chicago_crime/schemas/Neighborhood.csv diff --git a/inputs_databricks/chicago_crime/schemas/Ward.csv b/chicago_crime/schemas/Ward.csv similarity index 100% rename from inputs_databricks/chicago_crime/schemas/Ward.csv rename to chicago_crime/schemas/Ward.csv diff --git a/inputs_snowflake/citeseer/config.yaml b/citeseer/config.yaml similarity index 100% rename from inputs_snowflake/citeseer/config.yaml rename to citeseer/config.yaml diff --git a/inputs_redshift/citeseer/data_model.yaml b/citeseer/data_model.yaml similarity index 87% rename from inputs_redshift/citeseer/data_model.yaml rename to citeseer/data_model.yaml index db7134d4311cab4e7988cca7d22f6e402946dd9e..a526e4e0ad5d6115e4f44dac5d9118f28463479a 100644 --- a/inputs_redshift/citeseer/data_model.yaml +++ b/citeseer/data_model.yaml @@ -9,7 +9,7 @@ models: - name: num_cited_word description: Number of cited words in the paper, replace NULL values with 0. - name: cited_word_class - description: Set to '>50' if the paper contains more than 50 cited words, '20~50' if it contains between 20 and 50 cited words, or '<20' if it contains fewer than 20 cited words. + description: Set to '>50' if the paper contains more than 50 cited words, '20~50 if it contains between 20 and 50 cited words, or '<20' if it contains fewer than 20 cited words. - name: under_agents_classification description: Set to 1 if the paper is classified under the 'Agents' category; otherwise, set to 0. - name: cited_word1002 diff --git a/inputs_databricks/citeseer/schemas/cites.csv b/citeseer/schemas/cites.csv similarity index 100% rename from inputs_databricks/citeseer/schemas/cites.csv rename to citeseer/schemas/cites.csv diff --git a/inputs_databricks/citeseer/schemas/content.csv b/citeseer/schemas/content.csv similarity index 100% rename from inputs_databricks/citeseer/schemas/content.csv rename to citeseer/schemas/content.csv diff --git a/inputs_databricks/citeseer/schemas/paper.csv b/citeseer/schemas/paper.csv similarity index 100% rename from inputs_databricks/citeseer/schemas/paper.csv rename to citeseer/schemas/paper.csv diff --git a/inputs_snowflake/codebase_comments/config.yaml b/codebase_comments/config.yaml similarity index 100% rename from inputs_snowflake/codebase_comments/config.yaml rename to codebase_comments/config.yaml diff --git a/inputs_databricks/codebase_comments/data_model.yaml b/codebase_comments/data_model.yaml similarity index 74% rename from inputs_databricks/codebase_comments/data_model.yaml rename to codebase_comments/data_model.yaml index 532a73c662c69314ec0b55b1894a611ac3296129..f85fc0a4e03d055a836964ad68aadc419fe4b0f9 100644 --- a/inputs_databricks/codebase_comments/data_model.yaml +++ b/codebase_comments/data_model.yaml @@ -9,12 +9,12 @@ models: - name: stars description: Stars the repository has received - name: number_of_solution_path_need_compiled - description: Number of solution paths that need to be compiled if the user wants to implement the repository, replace NULL values with 0. A solution path is considered to need compilation refers to WasCompiled = 0. + description: Number of solution paths that need to be compiled if the user wants to implement the repository, replace NULL values with 0. - name: has_forks_higher_than_half_of_watchers description: Set to 1 if the number of forks is higher than half of the number of watchers; otherwise, set to 0. - name: average_time_needed_for_the_solutions description: Average processed time needed to implement the solutions in the repository. - name: percentage_of_solutions_compiled_XML - description: Among all methods whose comments are in XML format within the repository, the percentage of those methods whose associated solution needs to be compiled (WasCompiled = 0). + description: the percentage of the methods' solutions that need to be compiled among the methods whose comments is XML format within the repository - name: has_solution_without_compilation - description: Set to 1 if the repository has at least one solution that does not need to be compiled; otherwise, set to 0. A solution is considered to not need compilation refers to WasCompiled = 1. \ No newline at end of file + description: Set to 1 if the repository has at least one solution that does not need to be compiled; otherwise, set to 0. \ No newline at end of file diff --git a/inputs_databricks/codebase_comments/schemas/Method.csv b/codebase_comments/schemas/Method.csv similarity index 100% rename from inputs_databricks/codebase_comments/schemas/Method.csv rename to codebase_comments/schemas/Method.csv diff --git a/inputs_databricks/codebase_comments/schemas/Repo.csv b/codebase_comments/schemas/Repo.csv similarity index 100% rename from inputs_databricks/codebase_comments/schemas/Repo.csv rename to codebase_comments/schemas/Repo.csv diff --git a/inputs_databricks/codebase_comments/schemas/Solution.csv b/codebase_comments/schemas/Solution.csv similarity index 100% rename from inputs_databricks/codebase_comments/schemas/Solution.csv rename to codebase_comments/schemas/Solution.csv diff --git a/inputs_databricks/codebase_comments/schemas/method_parameter.csv b/codebase_comments/schemas/method_parameter.csv similarity index 100% rename from inputs_databricks/codebase_comments/schemas/method_parameter.csv rename to codebase_comments/schemas/method_parameter.csv diff --git a/inputs_snowflake/codebase_community/config.yaml b/codebase_community/config.yaml similarity index 100% rename from inputs_snowflake/codebase_community/config.yaml rename to codebase_community/config.yaml diff --git a/inputs_snowflake/codebase_community/data_model.yaml b/codebase_community/data_model.yaml similarity index 94% rename from inputs_snowflake/codebase_community/data_model.yaml rename to codebase_community/data_model.yaml index b6d43c6e8d0763fee928d0efa15da03321d77edc..84050924217844a7588b670eabfe52193337d94a 100644 --- a/inputs_snowflake/codebase_community/data_model.yaml +++ b/codebase_community/data_model.yaml @@ -34,6 +34,6 @@ models: - name: avg_score_of_comments description: the average score of comments that were added to the post - name: posted_by_most_influential_user - description: Set to 1 if the post was posted by users with the highest reputation, otherwise, set to 0. + description: Set to 1 if the post was posted by the most influential user, otherwise, set to 0. - name: comment_with_the_highest_score description: the comment of the post that has the highest score, with ties broken by the ascending order of the text. \ No newline at end of file diff --git a/inputs_databricks/codebase_community/schemas/badges.csv b/codebase_community/schemas/badges.csv similarity index 100% rename from inputs_databricks/codebase_community/schemas/badges.csv rename to codebase_community/schemas/badges.csv diff --git a/inputs_databricks/codebase_community/schemas/comments.csv b/codebase_community/schemas/comments.csv similarity index 100% rename from inputs_databricks/codebase_community/schemas/comments.csv rename to codebase_community/schemas/comments.csv diff --git a/inputs_databricks/codebase_community/schemas/postHistory.csv b/codebase_community/schemas/postHistory.csv similarity index 100% rename from inputs_databricks/codebase_community/schemas/postHistory.csv rename to codebase_community/schemas/postHistory.csv diff --git a/inputs_databricks/codebase_community/schemas/postLinks.csv b/codebase_community/schemas/postLinks.csv similarity index 100% rename from inputs_databricks/codebase_community/schemas/postLinks.csv rename to codebase_community/schemas/postLinks.csv diff --git a/inputs_databricks/codebase_community/schemas/posts.csv b/codebase_community/schemas/posts.csv similarity index 100% rename from inputs_databricks/codebase_community/schemas/posts.csv rename to codebase_community/schemas/posts.csv diff --git a/inputs_databricks/codebase_community/schemas/tags.csv b/codebase_community/schemas/tags.csv similarity index 100% rename from inputs_databricks/codebase_community/schemas/tags.csv rename to codebase_community/schemas/tags.csv diff --git a/inputs_databricks/codebase_community/schemas/users.csv b/codebase_community/schemas/users.csv similarity index 100% rename from inputs_databricks/codebase_community/schemas/users.csv rename to codebase_community/schemas/users.csv diff --git a/inputs_databricks/codebase_community/schemas/votes.csv b/codebase_community/schemas/votes.csv similarity index 100% rename from inputs_databricks/codebase_community/schemas/votes.csv rename to codebase_community/schemas/votes.csv diff --git a/inputs_snowflake/coinmarketcap/config.yaml b/coinmarketcap/config.yaml similarity index 100% rename from inputs_snowflake/coinmarketcap/config.yaml rename to coinmarketcap/config.yaml diff --git a/coinmarketcap/data_model.yaml b/coinmarketcap/data_model.yaml new file mode 100644 index 0000000000000000000000000000000000000000..376a38483fa8a3d9df1cf48ce526e22b67448d88 --- /dev/null +++ b/coinmarketcap/data_model.yaml @@ -0,0 +1,20 @@ +models: + - name: coinmarket__coins + description: Each record represents a coin. + columns: + - name: coin_id + description: Unique identifier for the coin. + - name: coin_name + description: Name of the coin. + - name: coin_status + description: Status of the coin. + - name: highest_price + description: Highest price of the coin. + - name: date_lowest_price + description: Date when the coin had the lowest price, with ties broken by the ascending order of the date. + - name: is_above_average_20180428 + description: Set to 1 if the price of the coin is above the average price of all coins on 2018-04-28; otherwise, set to 0. + - name: average_price + description: Average price of the coin. + - name: date_with_greatest_price_decline + description: the date of transactions with the greatest decline in percent change in 1 hour, with ties broken by the descending order of the date \ No newline at end of file diff --git a/inputs_databricks/coinmarketcap/schemas/Coins.csv b/coinmarketcap/schemas/Coins.csv similarity index 100% rename from inputs_databricks/coinmarketcap/schemas/Coins.csv rename to coinmarketcap/schemas/Coins.csv diff --git a/inputs_databricks/coinmarketcap/schemas/Historical.csv b/coinmarketcap/schemas/Historical.csv similarity index 100% rename from inputs_databricks/coinmarketcap/schemas/Historical.csv rename to coinmarketcap/schemas/Historical.csv diff --git a/inputs_snowflake/college_completion/config.yaml b/college_completion/config.yaml similarity index 100% rename from inputs_snowflake/college_completion/config.yaml rename to college_completion/config.yaml diff --git a/inputs_databricks/college_completion/data_model.yaml b/college_completion/data_model.yaml similarity index 100% rename from inputs_databricks/college_completion/data_model.yaml rename to college_completion/data_model.yaml diff --git a/inputs_databricks/college_completion/schemas/institution_details.csv b/college_completion/schemas/institution_details.csv similarity index 100% rename from inputs_databricks/college_completion/schemas/institution_details.csv rename to college_completion/schemas/institution_details.csv diff --git a/inputs_databricks/college_completion/schemas/institution_grads.csv b/college_completion/schemas/institution_grads.csv similarity index 100% rename from inputs_databricks/college_completion/schemas/institution_grads.csv rename to college_completion/schemas/institution_grads.csv diff --git a/inputs_snowflake/computer_student/config.yaml b/computer_student/config.yaml similarity index 100% rename from inputs_snowflake/computer_student/config.yaml rename to computer_student/config.yaml diff --git a/inputs_snowflake/computer_student/data_model.yaml b/computer_student/data_model.yaml similarity index 74% rename from inputs_snowflake/computer_student/data_model.yaml rename to computer_student/data_model.yaml index 5c591a3815674b2c815a2ddb552c59108131bd29..f3f2111c79285daf41c05e458d40b25f01ca9ebb 100644 --- a/inputs_snowflake/computer_student/data_model.yaml +++ b/computer_student/data_model.yaml @@ -7,11 +7,11 @@ models: - name: courselevel description: Course level - name: number_of_professors - description: Number of professors teaching the course, replace NULL values with 0. Professor refers to professor = 1 in the person table. + description: Number of professors teaching the course, replace NULL values with 0. - name: number_of_professors_not_faculty - description: Number of professors teaching the course who are not faculty, replace NULL values with 0. Faculty refers to hasposition <> '0' in the person table. + description: Number of professors teaching the course who are not faculty, replace NULL values with 0. - name: number_of_professors_faculty - description: Number of professors teaching the course who are faculty, replace NULL values with 0. Faculty refers to hasposition <> '0' in the person table. + description: Number of professors teaching the course who are faculty, replace NULL values with 0. - name: taught_by_more_than_4_people description: Set to 1 if the course is taught by more than 4 people, otherwise, set to 0 - name: taught_by_the_advisors diff --git a/inputs_databricks/computer_student/schemas/advisedBy.csv b/computer_student/schemas/advisedBy.csv similarity index 100% rename from inputs_databricks/computer_student/schemas/advisedBy.csv rename to computer_student/schemas/advisedBy.csv diff --git a/inputs_databricks/computer_student/schemas/course.csv b/computer_student/schemas/course.csv similarity index 100% rename from inputs_databricks/computer_student/schemas/course.csv rename to computer_student/schemas/course.csv diff --git a/inputs_databricks/computer_student/schemas/person.csv b/computer_student/schemas/person.csv similarity index 100% rename from inputs_databricks/computer_student/schemas/person.csv rename to computer_student/schemas/person.csv diff --git a/inputs_databricks/computer_student/schemas/taught_by.csv b/computer_student/schemas/taught_by.csv similarity index 100% rename from inputs_databricks/computer_student/schemas/taught_by.csv rename to computer_student/schemas/taught_by.csv diff --git a/inputs_snowflake/cookbook/config.yaml b/cookbook/config.yaml similarity index 100% rename from inputs_snowflake/cookbook/config.yaml rename to cookbook/config.yaml diff --git a/inputs_redshift/cookbook/data_model.yaml b/cookbook/data_model.yaml similarity index 88% rename from inputs_redshift/cookbook/data_model.yaml rename to cookbook/data_model.yaml index c649d2b1306578f86c62962b4ff5e0f6b64f1c25..d83cbbaf5f5b5af8bcea2e0d150af787cfab8184 100644 --- a/inputs_redshift/cookbook/data_model.yaml +++ b/cookbook/data_model.yaml @@ -17,4 +17,4 @@ models: - name: is_good_for_wound_healing description: Set to 1 if the recipe is good for wound healing, otherwise, set to 0 - name: contains_cheese_and_calories_greater_than_200 - description: Set to 1 if the recipe contains cheese and the calories are greater than 200, otherwise, set to 0. Contains cheese refers to ingredients that include the word "cheese" in their name. \ No newline at end of file + description: Set to 1 if the recipe contains cheese and the calories are greater than 200, otherwise, set to 0 \ No newline at end of file diff --git a/inputs_databricks/cookbook/schemas/Ingredient.csv b/cookbook/schemas/Ingredient.csv similarity index 100% rename from inputs_databricks/cookbook/schemas/Ingredient.csv rename to cookbook/schemas/Ingredient.csv diff --git a/inputs_databricks/cookbook/schemas/Nutrition.csv b/cookbook/schemas/Nutrition.csv similarity index 100% rename from inputs_databricks/cookbook/schemas/Nutrition.csv rename to cookbook/schemas/Nutrition.csv diff --git a/inputs_databricks/cookbook/schemas/Quantity.csv b/cookbook/schemas/Quantity.csv similarity index 100% rename from inputs_databricks/cookbook/schemas/Quantity.csv rename to cookbook/schemas/Quantity.csv diff --git a/inputs_databricks/cookbook/schemas/Recipe.csv b/cookbook/schemas/Recipe.csv similarity index 100% rename from inputs_databricks/cookbook/schemas/Recipe.csv rename to cookbook/schemas/Recipe.csv diff --git a/inputs_snowflake/cs_semester/config.yaml b/cs_semester/config.yaml similarity index 100% rename from inputs_snowflake/cs_semester/config.yaml rename to cs_semester/config.yaml diff --git a/inputs_snowflake/cs_semester/data_model.yaml b/cs_semester/data_model.yaml similarity index 86% rename from inputs_snowflake/cs_semester/data_model.yaml rename to cs_semester/data_model.yaml index 564f17aefff3c8d648e09d38375460c1cd008f68..adad7f303e2735ad323b48ea5cde63b9fdbb3f1f 100644 --- a/inputs_snowflake/cs_semester/data_model.yaml +++ b/cs_semester/data_model.yaml @@ -11,11 +11,11 @@ models: - name: got_B_in_MLT_and_gpa_over3 description: Set to 1 if the student got a B in the course 'Machine Learning Theory' and has a gpa of over 3, otherwise, set to 0 - name: has_the_highest_intelligence_UG - description: Set to 1 if the student is taking a bachelor's degree and has the highest intelligence among all students; otherwise, set to 0. + description: Set to 1 if the student has the highest intelligence when taking a bachelor's degree, otherwise, set to 0 - name: is_under_supervision_of_most_popular_professor description: Set to 1 if the student is under the supervision of the most popular professor, otherwise, set to 0 - name: GPA_based_on_registration - description: The GPA of the student on a 4.0 scale based on the courses the student registered + description: The GPA of the student based on the courses the student registered - name: num_courses_taken description: The number of courses the student has taken, replace NULL values with 0. - name: professors @@ -30,9 +30,9 @@ models: - name: num_RA description: The number of research assistants the professor has, replace NULL values with 0. - name: percentage_of_RA_tpg - description: The percentage of the professor's research assistants that are taught postgraduate students + description: The percentage of the professor's research assistants are taught postgraduate students - name: num_students_with_the_highest_research_ability - description: The number of students with the highest research ability that the professor has supervised; replace NULL values with 0. Highest research ability refers to the maximum capability value in the entire dataset. + description: The number of students with the highest research ability that the professor has supervised, replace NULL values with 0. - name: has_more_than_average_teaching_ability_and_1_student description: Set to 1 if the professor has more than the average teaching ability and has more than 1 student, otherwise, set to 0 - name: num_of_students_high_salary diff --git a/inputs_databricks/cs_semester/schemas/RA.csv b/cs_semester/schemas/RA.csv similarity index 100% rename from inputs_databricks/cs_semester/schemas/RA.csv rename to cs_semester/schemas/RA.csv diff --git a/inputs_databricks/cs_semester/schemas/course.csv b/cs_semester/schemas/course.csv similarity index 100% rename from inputs_databricks/cs_semester/schemas/course.csv rename to cs_semester/schemas/course.csv diff --git a/inputs_databricks/cs_semester/schemas/prof.csv b/cs_semester/schemas/prof.csv similarity index 100% rename from inputs_databricks/cs_semester/schemas/prof.csv rename to cs_semester/schemas/prof.csv diff --git a/inputs_databricks/cs_semester/schemas/registration.csv b/cs_semester/schemas/registration.csv similarity index 100% rename from inputs_databricks/cs_semester/schemas/registration.csv rename to cs_semester/schemas/registration.csv diff --git a/inputs_databricks/cs_semester/schemas/student.csv b/cs_semester/schemas/student.csv similarity index 100% rename from inputs_databricks/cs_semester/schemas/student.csv rename to cs_semester/schemas/student.csv diff --git a/inputs_snowflake/debit_card_specializing/config.yaml b/debit_card_specializing/config.yaml similarity index 100% rename from inputs_snowflake/debit_card_specializing/config.yaml rename to debit_card_specializing/config.yaml diff --git a/inputs_databricks/debit_card_specializing/data_model.yaml b/debit_card_specializing/data_model.yaml similarity index 96% rename from inputs_databricks/debit_card_specializing/data_model.yaml rename to debit_card_specializing/data_model.yaml index 8bc6b828ba5cfecb7c34286659201235e14d39e2..07b99eae5d0c99751c7e75d22984985d6b8b9ddb 100644 --- a/inputs_databricks/debit_card_specializing/data_model.yaml +++ b/debit_card_specializing/data_model.yaml @@ -11,7 +11,7 @@ models: - name: consumption_in_2012 description: The total amount the customer consumed in 2012, replace NULL values with 0. - name: consumption_decrease_rate_from_2012_to_2013 - description: The rate of decrease in consumption from 2012 to 2013, expressed as a fraction. + description: The rate of decrease in consumption from 2012 to 2013. - name: avg_price_per_single_item description: The average price per single item the customer pays. - name: amount_spent_at_gas_station diff --git a/inputs_databricks/debit_card_specializing/schemas/customers.csv b/debit_card_specializing/schemas/customers.csv similarity index 100% rename from inputs_databricks/debit_card_specializing/schemas/customers.csv rename to debit_card_specializing/schemas/customers.csv diff --git a/inputs_databricks/debit_card_specializing/schemas/gasstations.csv b/debit_card_specializing/schemas/gasstations.csv similarity index 100% rename from inputs_databricks/debit_card_specializing/schemas/gasstations.csv rename to debit_card_specializing/schemas/gasstations.csv diff --git a/inputs_databricks/debit_card_specializing/schemas/products.csv b/debit_card_specializing/schemas/products.csv similarity index 100% rename from inputs_databricks/debit_card_specializing/schemas/products.csv rename to debit_card_specializing/schemas/products.csv diff --git a/inputs_databricks/debit_card_specializing/schemas/transactions_1k.csv b/debit_card_specializing/schemas/transactions_1k.csv similarity index 100% rename from inputs_databricks/debit_card_specializing/schemas/transactions_1k.csv rename to debit_card_specializing/schemas/transactions_1k.csv diff --git a/inputs_databricks/debit_card_specializing/schemas/yearmonth.csv b/debit_card_specializing/schemas/yearmonth.csv similarity index 100% rename from inputs_databricks/debit_card_specializing/schemas/yearmonth.csv rename to debit_card_specializing/schemas/yearmonth.csv diff --git a/inputs_snowflake/disney/config.yaml b/disney/config.yaml similarity index 100% rename from inputs_snowflake/disney/config.yaml rename to disney/config.yaml diff --git a/inputs_databricks/disney/data_model.yaml b/disney/data_model.yaml similarity index 100% rename from inputs_databricks/disney/data_model.yaml rename to disney/data_model.yaml diff --git a/inputs_databricks/disney/schemas/characters.csv b/disney/schemas/characters.csv similarity index 100% rename from inputs_databricks/disney/schemas/characters.csv rename to disney/schemas/characters.csv diff --git a/inputs_databricks/disney/schemas/director.csv b/disney/schemas/director.csv similarity index 100% rename from inputs_databricks/disney/schemas/director.csv rename to disney/schemas/director.csv diff --git a/inputs_databricks/disney/schemas/movies_total_gross.csv b/disney/schemas/movies_total_gross.csv similarity index 100% rename from inputs_databricks/disney/schemas/movies_total_gross.csv rename to disney/schemas/movies_total_gross.csv diff --git a/inputs_databricks/disney/schemas/revenue.csv b/disney/schemas/revenue.csv similarity index 100% rename from inputs_databricks/disney/schemas/revenue.csv rename to disney/schemas/revenue.csv diff --git a/inputs_databricks/disney/schemas/voice_actors.csv b/disney/schemas/voice_actors.csv similarity index 100% rename from inputs_databricks/disney/schemas/voice_actors.csv rename to disney/schemas/voice_actors.csv diff --git a/inputs_snowflake/donor/config.yaml b/donor/config.yaml similarity index 100% rename from inputs_snowflake/donor/config.yaml rename to donor/config.yaml diff --git a/inputs_databricks/donor/data_model.yaml b/donor/data_model.yaml similarity index 83% rename from inputs_databricks/donor/data_model.yaml rename to donor/data_model.yaml index fc173edc8c90f8f8788c5c793821064608ca55ec..4000ad7ea6c08b68ef9ee68a3907140be72d26b1 100644 --- a/inputs_databricks/donor/data_model.yaml +++ b/donor/data_model.yaml @@ -7,9 +7,9 @@ models: - name: school_city description: The city where the school is located. - name: school_id - description: Unique identifier for the school where the teacher who created a project works. + description: Unique identifier for the school. - name: percentage_lacking_amount_total - description: The percentage of the total amount that is lacking for the project, including the optional price of the project. Leave NULL if the project cost including optional tip is 0. + description: The percentage of the total amount that is lacking for the project, including the optional price of the project. - name: total_price_of_resources description: The total price of the resources needed for the project, replace NULL values with 0. - name: has_resources_provided_by_LLM @@ -17,4 +17,4 @@ models: - name: item_cost_most description: The item with the most cost in the project, with ties broken by the ascending order of the item name - name: avg_amount_donation - description: The average amount of donation for the project, excluding optional support (tip). + description: The average amount of donation for the project. diff --git a/inputs_databricks/donor/schemas/donations.csv b/donor/schemas/donations.csv similarity index 100% rename from inputs_databricks/donor/schemas/donations.csv rename to donor/schemas/donations.csv diff --git a/inputs_databricks/donor/schemas/essays.csv b/donor/schemas/essays.csv similarity index 100% rename from inputs_databricks/donor/schemas/essays.csv rename to donor/schemas/essays.csv diff --git a/inputs_databricks/donor/schemas/projects.csv b/donor/schemas/projects.csv similarity index 100% rename from inputs_databricks/donor/schemas/projects.csv rename to donor/schemas/projects.csv diff --git a/inputs_databricks/donor/schemas/resources.csv b/donor/schemas/resources.csv similarity index 100% rename from inputs_databricks/donor/schemas/resources.csv rename to donor/schemas/resources.csv diff --git a/inputs_snowflake/european_football_1/config.yaml b/european_football_1/config.yaml similarity index 100% rename from inputs_snowflake/european_football_1/config.yaml rename to european_football_1/config.yaml diff --git a/inputs_redshift/european_football_1/data_model.yaml b/european_football_1/data_model.yaml similarity index 77% rename from inputs_redshift/european_football_1/data_model.yaml rename to european_football_1/data_model.yaml index 48e13c48661094b6a2580cdf8bc4d71bd603145a..211cd1b5db431f3d93adc1a24a79c1b51ebd2dfb 100644 --- a/inputs_redshift/european_football_1/data_model.yaml +++ b/european_football_1/data_model.yaml @@ -9,9 +9,9 @@ models: - name: country description: Country of the division. - name: num_teams_2012 - description: The number of teams in the division in the 2012 season, replace NULL values with 0. + description: The number of teams in the division in 2012, replace NULL values with 0. - name: highest_final_time_score_2021 - description: The highest total goals scored in a single match (from both home and away team) in the division during the 2021 season. + description: The highest final time score in the division in 2021. - name: num_0_0_games description: The number of games that ended with a 0-0 score in the division, replace NULL values with 0. - name: per_games_drawn diff --git a/inputs_databricks/european_football_1/schemas/divisions.csv b/european_football_1/schemas/divisions.csv similarity index 100% rename from inputs_databricks/european_football_1/schemas/divisions.csv rename to european_football_1/schemas/divisions.csv diff --git a/inputs_databricks/european_football_1/schemas/matchs.csv b/european_football_1/schemas/matchs.csv similarity index 100% rename from inputs_databricks/european_football_1/schemas/matchs.csv rename to european_football_1/schemas/matchs.csv diff --git a/inputs_snowflake/european_football_2/config.yaml b/european_football_2/config.yaml similarity index 100% rename from inputs_snowflake/european_football_2/config.yaml rename to european_football_2/config.yaml diff --git a/inputs_snowflake/european_football_2/data_model.yaml b/european_football_2/data_model.yaml similarity index 82% rename from inputs_snowflake/european_football_2/data_model.yaml rename to european_football_2/data_model.yaml index 6928ed61f81f5dd2ddf608be9e1ff05f19022c90..bf74a71517474a7b570dadc9070d38be866b9e30 100644 --- a/inputs_snowflake/european_football_2/data_model.yaml +++ b/european_football_2/data_model.yaml @@ -9,13 +9,13 @@ models: - name: team_short_name description: The short name of the team. - name: num_lost_matches_as_home_team_2016 - description: The number of matches the team lost as the home team in the 2015/2016 season, replace NULL values with 0. + description: The number of matches the team lost as the home team in the 2016 season, replace NULL values with 0. - name: less_than_avg_chance_creation_passing_2014 - description: Set to 1 if the team had less than the average chance creation passing in 2014, otherwise, set to 0. + description: Set to 1 if the team had less than the average chance creation passing in the 2014 season, otherwise, set to 0. - name: avg_num_goals_as_away_team description: The average number of goals the team scored as the away team. - name: num_won_2010 - description: The number of matches the team won in the 2009/2010 season, replace NULL values with 0. + description: The number of matches the team won in the 2010 season, replace NULL values with 0. - name: num_goals description: The total number of goals the team scored, replace NULL values with 0. - name: players @@ -33,8 +33,8 @@ models: description: The average rate of penalties the player scores. - name: average_overall_rating_from_2010_to_2015 description: The average overall rating the player received from 2010 to 2015. - - name: is_under_180_and_overall_rating_more_than_70 - description: Set to 1 if the player's height is under 180 cm and the overall rating is more than 70 in at least one season; otherwise, set to 0. + - name: is_under_180_and_overall_strenth_more_than_70 + description: Set to 1 if the player's height is under 180 cm and the overall strength is more than 70, otherwise, set to 0. - name: avg_finishing_rate description: The average rate of finishing the player has. - name: leagues @@ -47,12 +47,12 @@ models: - name: league_name description: The name of the league. - name: num_goals_2016 - description: The total number of goals scored of the league in the 2015/2016 season, replace NULL values with 0. + description: The total number of goals scored of the league in the 2016 season, replace NULL values with 0. - name: away_team_won_most_2010 - description: The team with the most wins as an away team during the 2009/2010 season, with ties broken by the ascending order of the team's long name + description: The team with the most wins as an away team during the 2010 season, with ties broken by the ascending order of the team long name - name: num_draw_matches_2016 - description: The number of matches that ended in a draw in the 2015/2016 season, replace NULL values with 0. + description: The number of matches that ended in a draw in the 2016 season, replace NULL values with 0. - name: avg_goal_by_home_team_higher_than_away_team description: Set to 1 if the average goal scored by the home team is higher than the away team, otherwise, set to 0. - name: num_matches_2008_2009_season - description: The number of matches played of the league in the 2008/2009 season, replace NULL values with 0. \ No newline at end of file + description: The number of matches played of the league in the 2008-2009 season, replace NULL values with 0. \ No newline at end of file diff --git a/inputs_databricks/european_football_2/schemas/Country.csv b/european_football_2/schemas/Country.csv similarity index 100% rename from inputs_databricks/european_football_2/schemas/Country.csv rename to european_football_2/schemas/Country.csv diff --git a/inputs_databricks/european_football_2/schemas/League.csv b/european_football_2/schemas/League.csv similarity index 100% rename from inputs_databricks/european_football_2/schemas/League.csv rename to european_football_2/schemas/League.csv diff --git a/inputs_databricks/european_football_2/schemas/Player.csv b/european_football_2/schemas/Player.csv similarity index 100% rename from inputs_databricks/european_football_2/schemas/Player.csv rename to european_football_2/schemas/Player.csv diff --git a/inputs_databricks/european_football_2/schemas/Player_Attributes.csv b/european_football_2/schemas/Player_Attributes.csv similarity index 100% rename from inputs_databricks/european_football_2/schemas/Player_Attributes.csv rename to european_football_2/schemas/Player_Attributes.csv diff --git a/inputs_databricks/european_football_2/schemas/Team.csv b/european_football_2/schemas/Team.csv similarity index 100% rename from inputs_databricks/european_football_2/schemas/Team.csv rename to european_football_2/schemas/Team.csv diff --git a/inputs_databricks/european_football_2/schemas/Team_Attributes.csv b/european_football_2/schemas/Team_Attributes.csv similarity index 100% rename from inputs_databricks/european_football_2/schemas/Team_Attributes.csv rename to european_football_2/schemas/Team_Attributes.csv diff --git a/inputs_databricks/european_football_2/schemas/matches.csv b/european_football_2/schemas/matches.csv similarity index 100% rename from inputs_databricks/european_football_2/schemas/matches.csv rename to european_football_2/schemas/matches.csv diff --git a/inputs_snowflake/facebook_ads/config.yaml b/facebook_ads/config.yaml similarity index 100% rename from inputs_snowflake/facebook_ads/config.yaml rename to facebook_ads/config.yaml diff --git a/inputs_snowflake/facebook_ads/data_model.yaml b/facebook_ads/data_model.yaml similarity index 75% rename from inputs_snowflake/facebook_ads/data_model.yaml rename to facebook_ads/data_model.yaml index b82f4463fc1143b633abd603a3c04ddb2f54f6fa..9f68caaf217cd854334c580d1adcf6f636c700d7 100644 --- a/inputs_snowflake/facebook_ads/data_model.yaml +++ b/facebook_ads/data_model.yaml @@ -4,7 +4,6 @@ models: columns: - name: date_day description: The date of the performance. - format: YYYY-MM-DD - name: account_id description: The ID of the related account. - name: account_name @@ -18,9 +17,9 @@ models: - name: ad_set_name description: The name of the related ad set. - name: ad_id - description: The ID of the ad. + description: The ID of the related ad. - name: ad_name - description: The name of the ad. + description: The name of the related ad. - name: clicks description: The number of clicks the ad had on the given day. - name: impressions @@ -37,7 +36,6 @@ models: columns: - name: date_day description: The date of the performance. - format: YYYY-MM-DD - name: account_id description: The ID of the related account. - name: account_name @@ -47,15 +45,15 @@ models: - name: campaign_name description: The name of the related campaign. - name: ad_set_id - description: The ID of the ad set. + description: The ID of the related ad set. - name: ad_set_name - description: The name of the ad set. + description: The name of the related ad set. - name: clicks - description: The number of clicks across all ads in the ad set had on the given day. + description: The number of clicks the ad had on the given day. - name: impressions - description: The number of impressions across all ads in the ad set had on the given day. + description: The number of impressions the ad had on the given day. - name: spend - description: The spend on all ads in the ad set in the given day. + description: The spend on the ad in the given day. - name: conversions description: Total number of conversions using the default attribution window on the given day. Set to 0 if the value is NULL. - name: conversions_value @@ -63,25 +61,24 @@ models: - name: facebook_ads__campaign_report - description: Each record represents the daily performance of a Facebook campaign. Use the most recent version of the account, ad, and campaign to ensure the most up-to-date data if there are multiple versions for the same account, ad, or campaign. + description: Each record represents the daily performance of a Facebook campaign. Use the most recent version of the account, ad, campaign, and ad set to ensure the most up-to-date data if there are multiple versions for the same account, ad, campaign, or ad set. columns: - name: date_day description: The date of the performance. - format: YYYY-MM-DD - name: account_id description: The ID of the related account. - name: account_name description: The name of the related account. - name: campaign_id - description: The ID of the campaign. + description: The ID of the related campaign. - name: campaign_name - description: The name of the campaign. + description: The name of the related campaign. - name: clicks - description: The number of clicks across all ads in the campaign had on the given day. + description: The number of clicks the ad had on the given day. - name: impressions - description: The number of impressions across all ads in the campaign had on the given day. + description: The number of impressions the ad had on the given day. - name: spend - description: The spend across all ads in the campaign in the given day. + description: The spend on the ad in the given day. - name: conversions description: Total number of conversions using the default attribution window on the given day. Set to 0 if the value is NULL. - name: conversions_value @@ -92,17 +89,16 @@ models: columns: - name: date_day description: The date of the performance. - format: YYYY-MM-DD - name: account_id - description: The ID of the account. + description: The ID of the related account. - name: account_name - description: The name of the account. + description: The name of the related account. - name: clicks - description: The number of clicks across all ads in the account had on the given day. + description: The number of clicks the ad had on the given day. - name: impressions - description: The number of impressions across all ads in the account had on the given day. + description: The number of impressions the ad had on the given day. - name: spend - description: The spend on across all ads in the account in the given day. + description: The spend on the ad in the given day. - name: conversions description: Total number of conversions using the default attribution window on the given day. Set to 0 if the value is NULL. - name: conversions_value diff --git a/inputs_databricks/facebook_ads/schemas/account_history.csv b/facebook_ads/schemas/account_history.csv similarity index 100% rename from inputs_databricks/facebook_ads/schemas/account_history.csv rename to facebook_ads/schemas/account_history.csv diff --git a/inputs_databricks/facebook_ads/schemas/ad_history.csv b/facebook_ads/schemas/ad_history.csv similarity index 100% rename from inputs_databricks/facebook_ads/schemas/ad_history.csv rename to facebook_ads/schemas/ad_history.csv diff --git a/inputs_databricks/facebook_ads/schemas/ad_set_history.csv b/facebook_ads/schemas/ad_set_history.csv similarity index 100% rename from inputs_databricks/facebook_ads/schemas/ad_set_history.csv rename to facebook_ads/schemas/ad_set_history.csv diff --git a/inputs_databricks/facebook_ads/schemas/basic_ad.csv b/facebook_ads/schemas/basic_ad.csv similarity index 100% rename from inputs_databricks/facebook_ads/schemas/basic_ad.csv rename to facebook_ads/schemas/basic_ad.csv diff --git a/inputs_databricks/facebook_ads/schemas/basic_ad_action_values.csv b/facebook_ads/schemas/basic_ad_action_values.csv similarity index 100% rename from inputs_databricks/facebook_ads/schemas/basic_ad_action_values.csv rename to facebook_ads/schemas/basic_ad_action_values.csv diff --git a/inputs_databricks/facebook_ads/schemas/basic_ad_actions.csv b/facebook_ads/schemas/basic_ad_actions.csv similarity index 100% rename from inputs_databricks/facebook_ads/schemas/basic_ad_actions.csv rename to facebook_ads/schemas/basic_ad_actions.csv diff --git a/inputs_databricks/facebook_ads/schemas/campaign_history.csv b/facebook_ads/schemas/campaign_history.csv similarity index 100% rename from inputs_databricks/facebook_ads/schemas/campaign_history.csv rename to facebook_ads/schemas/campaign_history.csv diff --git a/inputs_databricks/facebook_ads/schemas/creative_history.csv b/facebook_ads/schemas/creative_history.csv similarity index 100% rename from inputs_databricks/facebook_ads/schemas/creative_history.csv rename to facebook_ads/schemas/creative_history.csv diff --git a/inputs_snowflake/financial/config.yaml b/financial/config.yaml similarity index 100% rename from inputs_snowflake/financial/config.yaml rename to financial/config.yaml diff --git a/inputs_snowflake/financial/data_model.yaml b/financial/data_model.yaml similarity index 85% rename from inputs_snowflake/financial/data_model.yaml rename to financial/data_model.yaml index 8b5d1903ec14e6a8c2920b06cb7c40ffa5d525bd..c77691171bc5d621f415e7848a0c751523b89fe5 100644 --- a/inputs_snowflake/financial/data_model.yaml +++ b/financial/data_model.yaml @@ -11,9 +11,9 @@ models: - name: num_male_clients description: The number of male clients in the district, replace NULL values with 0. - name: avg_transaction_amount_1997 - description: The average amount per transaction in 1997 (across all transaction types). + description: The average transaction amount in 1997. - name: num_accounts_with_load_finished_no_problem - description: The number of accounts with loan contracts finished with no problems, replace NULL values with 0. No problems refers to status = 'A'. + description: The number of accounts with loan contracts finished with no problems, replace NULL values with 0. - name: per_account_opened_1993 description: The percentage of accounts from the district among all accounts opened in 1993. - name: clients @@ -28,11 +28,11 @@ models: - name: amount_of_first_transaction description: the amount of the first transaction by the client, with ties broken by the descending order of the amount. - name: largest_loan_amount - description: The largest loan amount the client has taken. Loan the client has taken refers to disp.type = 'OWNER' + description: The largest loan amount the client has taken. - name: num_withdrawals_in_cash_transactions description: The number of withdrawals in cash transactions by the client, replace NULL values with 0. - name: avg_loan_amount - description: The average loan amount the client has taken. Loan the client has taken refers to disp.type = 'OWNER' + description: The average loan amount the client has taken. - name: total_pay_for_all_transactions_1998 description: The total amount the client paid for all of the transactions in 1998, replace NULL values with 0. \ No newline at end of file diff --git a/inputs_databricks/financial/schemas/account.csv b/financial/schemas/account.csv similarity index 100% rename from inputs_databricks/financial/schemas/account.csv rename to financial/schemas/account.csv diff --git a/inputs_databricks/financial/schemas/card.csv b/financial/schemas/card.csv similarity index 100% rename from inputs_databricks/financial/schemas/card.csv rename to financial/schemas/card.csv diff --git a/inputs_databricks/financial/schemas/client.csv b/financial/schemas/client.csv similarity index 100% rename from inputs_databricks/financial/schemas/client.csv rename to financial/schemas/client.csv diff --git a/inputs_databricks/financial/schemas/disp.csv b/financial/schemas/disp.csv similarity index 100% rename from inputs_databricks/financial/schemas/disp.csv rename to financial/schemas/disp.csv diff --git a/inputs_databricks/financial/schemas/district.csv b/financial/schemas/district.csv similarity index 100% rename from inputs_databricks/financial/schemas/district.csv rename to financial/schemas/district.csv diff --git a/inputs_databricks/financial/schemas/loan.csv b/financial/schemas/loan.csv similarity index 100% rename from inputs_databricks/financial/schemas/loan.csv rename to financial/schemas/loan.csv diff --git a/inputs_databricks/financial/schemas/orders.csv b/financial/schemas/orders.csv similarity index 100% rename from inputs_databricks/financial/schemas/orders.csv rename to financial/schemas/orders.csv diff --git a/inputs_databricks/financial/schemas/trans.csv b/financial/schemas/trans.csv similarity index 100% rename from inputs_databricks/financial/schemas/trans.csv rename to financial/schemas/trans.csv diff --git a/inputs_snowflake/food_inspection/config.yaml b/food_inspection/config.yaml similarity index 100% rename from inputs_snowflake/food_inspection/config.yaml rename to food_inspection/config.yaml diff --git a/inputs_redshift/food_inspection/data_model.yaml b/food_inspection/data_model.yaml similarity index 75% rename from inputs_redshift/food_inspection/data_model.yaml rename to food_inspection/data_model.yaml index 7f390d31c9aa3ede89def04d92204142f4a0eb45..1b1260db861a267ae33429243192519f385b1740 100644 --- a/inputs_redshift/food_inspection/data_model.yaml +++ b/food_inspection/data_model.yaml @@ -11,10 +11,10 @@ models: - name: num_high_risk_violations description: The number of high-risk violations the restaurant has, replace NULL values with 0. - name: num_of_inspections_because_of_complaint - description: The number of inspections the restaurant has because of a complaint, replace NULL values with 0. Because of a complaint refers to type = 'Complaint'. + description: The number of inspections the restaurant has because of a complaint, replace NULL values with 0. - name: violation_per_inspection description: The average number of violations per inspection the restaurant has. - name: lowest_inspection_score description: The lowest inspection score the restaurant has. - name: meets_all_required_standards_for_4_consecutive_years - description: 1 if there exists a run of 4 or more consecutive calendar years in which every year of the run contains at least one inspection with score = 100. Otherwise 0. \ No newline at end of file + description: Set to 1 if the restaurant meets all required standards for 4 consecutive years, otherwise, set to 0 \ No newline at end of file diff --git a/inputs_databricks/food_inspection/schemas/businesses.csv b/food_inspection/schemas/businesses.csv similarity index 100% rename from inputs_databricks/food_inspection/schemas/businesses.csv rename to food_inspection/schemas/businesses.csv diff --git a/inputs_databricks/food_inspection/schemas/inspections.csv b/food_inspection/schemas/inspections.csv similarity index 100% rename from inputs_databricks/food_inspection/schemas/inspections.csv rename to food_inspection/schemas/inspections.csv diff --git a/inputs_databricks/food_inspection/schemas/violations.csv b/food_inspection/schemas/violations.csv similarity index 100% rename from inputs_databricks/food_inspection/schemas/violations.csv rename to food_inspection/schemas/violations.csv diff --git a/inputs_snowflake/food_inspection_2/config.yaml b/food_inspection_2/config.yaml similarity index 100% rename from inputs_snowflake/food_inspection_2/config.yaml rename to food_inspection_2/config.yaml diff --git a/inputs_databricks/food_inspection_2/data_model.yaml b/food_inspection_2/data_model.yaml similarity index 85% rename from inputs_databricks/food_inspection_2/data_model.yaml rename to food_inspection_2/data_model.yaml index ecf554e12f94c4cd7f1a25ee58b056edfc029fd6..8625c5181ef339d8f5586a40cf06b9b1e9f6b23a 100644 --- a/inputs_databricks/food_inspection_2/data_model.yaml +++ b/food_inspection_2/data_model.yaml @@ -15,9 +15,9 @@ models: - name: total_amount_of_fine description: The total amount of fine given by the employee, replace NULL values with 0. - name: inspection_pass_rate - description: The inspection pass rate of the employee. Pass rate is calculated as the number of inspections with results = 'Pass' divided by the total number of inspections. + description: The inspection pass rate of the employee - name: is_Sanitarian_and_has_inspected_the_facility_Burbank - description: Set to 1 if the employee is a Sanitarian and has inspected the facility whose DBA name is 'Burbank', otherwise, set to 0 + description: Set to 1 if the employee is a Sanitarian and has inspected the facility in Burbank, otherwise, set to 0 - name: businesses description: Each record represents a facility. columns: @@ -34,6 +34,6 @@ models: - name: per_failed_inspections description: The percentage of failed inspections the facility has. - name: has_paid_at_least_250_fine - description: Set to 1 if the facility has paid at least $250 in fines for any single violation, otherwise, set to 0 + description: Set to 1 if the facility has paid at least $250 in fines, otherwise, set to 0 - name: num_violations description: The number of violations the facility has, replace NULL values with 0. \ No newline at end of file diff --git a/inputs_databricks/food_inspection_2/schemas/employee.csv b/food_inspection_2/schemas/employee.csv similarity index 100% rename from inputs_databricks/food_inspection_2/schemas/employee.csv rename to food_inspection_2/schemas/employee.csv diff --git a/inputs_databricks/food_inspection_2/schemas/establishment.csv b/food_inspection_2/schemas/establishment.csv similarity index 100% rename from inputs_databricks/food_inspection_2/schemas/establishment.csv rename to food_inspection_2/schemas/establishment.csv diff --git a/inputs_databricks/food_inspection_2/schemas/inspection.csv b/food_inspection_2/schemas/inspection.csv similarity index 100% rename from inputs_databricks/food_inspection_2/schemas/inspection.csv rename to food_inspection_2/schemas/inspection.csv diff --git a/inputs_databricks/food_inspection_2/schemas/inspection_point.csv b/food_inspection_2/schemas/inspection_point.csv similarity index 100% rename from inputs_databricks/food_inspection_2/schemas/inspection_point.csv rename to food_inspection_2/schemas/inspection_point.csv diff --git a/inputs_databricks/food_inspection_2/schemas/violation.csv b/food_inspection_2/schemas/violation.csv similarity index 100% rename from inputs_databricks/food_inspection_2/schemas/violation.csv rename to food_inspection_2/schemas/violation.csv diff --git a/inputs_snowflake/formula_1/config.yaml b/formula_1/config.yaml similarity index 100% rename from inputs_snowflake/formula_1/config.yaml rename to formula_1/config.yaml diff --git a/inputs_databricks/formula_1/data_model.yaml b/formula_1/data_model.yaml similarity index 63% rename from inputs_databricks/formula_1/data_model.yaml rename to formula_1/data_model.yaml index d60beab54714fd141b036ec2b2a21bd60a1e0165..e0f72f1e73396f5397d4d56001543d3179258933 100644 --- a/inputs_databricks/formula_1/data_model.yaml +++ b/formula_1/data_model.yaml @@ -5,16 +5,16 @@ models: - name: driverId description: Unique identifier for the driver. - name: fullname - description: Full name of the driver. Concatenate the first name and last name with a space separating them. + description: Full name of the driver - name: nationality description: The nationality of the driver. - name: num_winnings - description: The number of races where the driver finished first; replace NULL values with 0. + description: The number of winnings by the driver, replace NULL values with 0. - name: year_and_race_of_fastest_lap description: Concatenate the year and the name of the race, separated by a space, in which the driver had his fastest lap, with ties broken by the ascending of the year first, then descending order of the name of the race - name: points_recorded_for_first_race - description: The points recorded for the driver's first race event, with ties broken by the descending order of the points. + description: The points recorded for the driver's first race event. - name: num_accidents - description: The number of accidents the driver has been involved in, replace NULL values with 0. Accident refers to status = "Accident". + description: The number of accidents the driver has been involved in, replace NULL values with 0. - name: avg_pit_stop_duration - description: The average duration (in milliseconds) of the pit stops the driver has made. \ No newline at end of file + description: The average duration of the pit stops the driver has made. \ No newline at end of file diff --git a/inputs_databricks/formula_1/schemas/circuits.csv b/formula_1/schemas/circuits.csv similarity index 100% rename from inputs_databricks/formula_1/schemas/circuits.csv rename to formula_1/schemas/circuits.csv diff --git a/inputs_databricks/formula_1/schemas/constructor_results.csv b/formula_1/schemas/constructor_results.csv similarity index 100% rename from inputs_databricks/formula_1/schemas/constructor_results.csv rename to formula_1/schemas/constructor_results.csv diff --git a/inputs_databricks/formula_1/schemas/constructor_standings.csv b/formula_1/schemas/constructor_standings.csv similarity index 100% rename from inputs_databricks/formula_1/schemas/constructor_standings.csv rename to formula_1/schemas/constructor_standings.csv diff --git a/inputs_databricks/formula_1/schemas/constructors.csv b/formula_1/schemas/constructors.csv similarity index 100% rename from inputs_databricks/formula_1/schemas/constructors.csv rename to formula_1/schemas/constructors.csv diff --git a/inputs_databricks/formula_1/schemas/driverStandings.csv b/formula_1/schemas/driverStandings.csv similarity index 100% rename from inputs_databricks/formula_1/schemas/driverStandings.csv rename to formula_1/schemas/driverStandings.csv diff --git a/inputs_databricks/formula_1/schemas/drivers.csv b/formula_1/schemas/drivers.csv similarity index 100% rename from inputs_databricks/formula_1/schemas/drivers.csv rename to formula_1/schemas/drivers.csv diff --git a/inputs_databricks/formula_1/schemas/lap_times.csv b/formula_1/schemas/lap_times.csv similarity index 100% rename from inputs_databricks/formula_1/schemas/lap_times.csv rename to formula_1/schemas/lap_times.csv diff --git a/inputs_databricks/formula_1/schemas/pitStops.csv b/formula_1/schemas/pitStops.csv similarity index 100% rename from inputs_databricks/formula_1/schemas/pitStops.csv rename to formula_1/schemas/pitStops.csv diff --git a/inputs_databricks/formula_1/schemas/qualifying.csv b/formula_1/schemas/qualifying.csv similarity index 100% rename from inputs_databricks/formula_1/schemas/qualifying.csv rename to formula_1/schemas/qualifying.csv diff --git a/inputs_databricks/formula_1/schemas/races.csv b/formula_1/schemas/races.csv similarity index 100% rename from inputs_databricks/formula_1/schemas/races.csv rename to formula_1/schemas/races.csv diff --git a/inputs_databricks/formula_1/schemas/results.csv b/formula_1/schemas/results.csv similarity index 93% rename from inputs_databricks/formula_1/schemas/results.csv rename to formula_1/schemas/results.csv index 455504b3d34f0106d7d04e76570bf5b47a56822a..429c7d2059276a55582cbcaf23d28d2ccc694b0b 100644 --- a/inputs_databricks/formula_1/schemas/results.csv +++ b/formula_1/schemas/results.csv @@ -5,7 +5,7 @@ driverId,the identification number identifying the driver constructorId,the identification number identifying which constructors number,number grid,the number identifying the area where cars are set into a grid formation in order to start the race. -position,The finishing position +position,The finishing position or track of circuits positionText, positionOrder,the finishing order of positions points,points diff --git a/inputs_databricks/formula_1/schemas/seasons.csv b/formula_1/schemas/seasons.csv similarity index 100% rename from inputs_databricks/formula_1/schemas/seasons.csv rename to formula_1/schemas/seasons.csv diff --git a/inputs_databricks/formula_1/schemas/status.csv b/formula_1/schemas/status.csv similarity index 100% rename from inputs_databricks/formula_1/schemas/status.csv rename to formula_1/schemas/status.csv diff --git a/inputs_snowflake/genes/config.yaml b/genes/config.yaml similarity index 100% rename from inputs_snowflake/genes/config.yaml rename to genes/config.yaml diff --git a/inputs_databricks/genes/data_model.yaml b/genes/data_model.yaml similarity index 83% rename from inputs_databricks/genes/data_model.yaml rename to genes/data_model.yaml index 312ab5bf51d078bd0544e8171813e0f64eb49982..333883ee479b41e74b4bccb5ddc4906aed99da1f 100644 --- a/inputs_databricks/genes/data_model.yaml +++ b/genes/data_model.yaml @@ -7,10 +7,10 @@ models: - name: paired_gene_highest_expression_correlation_score description: The paired gene with the highest expression correlation score, with ties broken by the ascending order of the geneid - name: located_in_cytoplasm_and_have_7_chromosomes - description: Set to 1 if the gene is located in the cytoplasm and has 7 chromosomes, otherwise, set to 0. Located in the cytoplasm refers to classification.localization = 'cytoplasm'. + description: Set to 1 if the gene is located in the cytoplasm and has 7 chromosomes, otherwise, set to 0 - name: paired_gene_lowest_expression_correlation_score description: The paired gene with the lowest expression correlation score, with ties broken by the ascending order of the geneid - name: interaction_with_genes_located_in_the_nucleus_and_is_positively_correlated - description: set to 1 if the gene's interaction is with genes located in the nucleus in which it is positively correlated. Locate in the nucleus refers to classification.localization = 'nucleus'. + description: set to 1 if the gene's interaction is with genes located in the nucleus in which it is positively correlated - name: num_functions description: The number of functions the gene has, replace NULL values with 0. \ No newline at end of file diff --git a/inputs_databricks/genes/schemas/Classification.csv b/genes/schemas/Classification.csv similarity index 100% rename from inputs_databricks/genes/schemas/Classification.csv rename to genes/schemas/Classification.csv diff --git a/inputs_databricks/genes/schemas/Genes.csv b/genes/schemas/Genes.csv similarity index 100% rename from inputs_databricks/genes/schemas/Genes.csv rename to genes/schemas/Genes.csv diff --git a/inputs_databricks/genes/schemas/Interactions.csv b/genes/schemas/Interactions.csv similarity index 100% rename from inputs_databricks/genes/schemas/Interactions.csv rename to genes/schemas/Interactions.csv diff --git a/inputs_snowflake/github/config.yaml b/github/config.yaml similarity index 100% rename from inputs_snowflake/github/config.yaml rename to github/config.yaml diff --git a/inputs_snowflake/github/data_model.yaml b/github/data_model.yaml similarity index 72% rename from inputs_snowflake/github/data_model.yaml rename to github/data_model.yaml index 02020b784443eb082417011c03919f6da9dfcafd..72605d52693a6f9a83a1020c9bfe396deca3a390 100644 --- a/inputs_snowflake/github/data_model.yaml +++ b/github/data_model.yaml @@ -1,6 +1,5 @@ models: - name: github__issues - description: Each record represents a github issue. Only considering issues that are not pull request columns: - name: issue_id description: The unique ID of an issue. @@ -8,14 +7,12 @@ models: description: The text body of the issue's main description - name: closed_at description: The timestamp for when an issue was last closed. "null" for issues that are open - format: YYYY-MM-DD HH:MM:SS - name: created_at description: The timestamp for when an issue was created - format: YYYY-MM-DD HH:MM:SS - name: is_locked description: Boolean indicating if the issue is locked. - name: issue_number - description: The number of the issue. Is unique within a repository, but not across repositories. + description: The number of the issue. Is unique within a repository, but not accross - name: is_pull_request description: Boolean indicating whether the issue is a pull request - name: repository_id @@ -26,23 +23,22 @@ models: description: The title of the issue - name: updated_at description: Timestamp of when the issue was last updated - format: YYYY-MM-DD HH:MM:SS - name: user_id - description: Foreign key that references the user table, representing the user who created the issue. + description: Foreign key that references the user table. - name: number_of_times_reopened - description: Total number of times the issue was reopened. + description: Total number of times the issue was reopened - name: number_of_comments description: The total number of comments included in the issue - name: repository - description: The full name of the repository that the issue is applicable to + description: The repository that the issue is applicable to - name: repository_team_names - description: Aggregate of the teams associated with the repository, formed by concatenating team names in ascending alphabetical order, separated by a comma and space. + description: An aggreate of the teams associated with the repository - name: creator_login_name - description: The alias of the user uses to login to github who created the issue. + description: User that created the issue login name - name: creator_name - description: The name of the user who created the issue. + description: User that created the issue name. - name: creator_company - description: The company of the user who created the issue. + description: User that created the issue company name. - name: github__pull_requests description: Basic information about pull_requests as well as additional fields about reviews and time between actions @@ -53,14 +49,12 @@ models: description: the text body of the description of the pull request - name: closed_at description: Timestamp of when the pull request was closed. NULL for pull requests that are still open - format: YYYY-MM-DD HH:MM:SS - name: created_at description: Timestamp of when the pull request was created - format: YYYY-MM-DD HH:MM:SS - name: is_locked description: Boolean indicating whether the issue is locked. - name: issue_number - description: The number of the issue. Is unique within a repository, but not across repositories + description: The number of the pull request. Unique within a repository, but not accross. - name: is_pull_request description: Boolean indiciating whether the issue is a pull request. - name: repository_id @@ -71,7 +65,6 @@ models: description: The title of the pull request - name: updated_at description: Timestamp of when the issue was last updated - format: YYYY-MM-DD HH:MM:SS - name: user_id description: Foreign key that references the user table. - name: number_of_times_reopened @@ -79,31 +72,29 @@ models: - name: number_of_comments description: The total number of comments included in the issue - name: repository - description: The full name of the repository that the pull request applies to + description: The repository that the pull request applies to - name: repository_team_names - description: Aggregate of the teams associated with the repository, formed by concatenating team names in ascending alphabetical order, separated by a comma and space. + description: An aggreate of the teams associated with the repository - name: creator_login_name - description: The alias of the user uses to login to github who created the issue. + description: User that created the issue login name - name: creator_name - description: The name of the user who created the issue. + description: User that created the issue name. - name: creator_company - description: The company of the user who created the issue. + description: User that created the issue company name. - name: merged_at description: Timestamp of when the pull request was merged - format: YYYY-MM-DD HH:MM:SS - name: reviewers - description: Aggregate of the distinct users who reviewed the pull request, formed by concatenating reviewer names in ascending alphabetical order, separated by a comma and space. + description: List of Users who reviewed the pull request - name: number_of_reviews description: Number of times a pull request was reviewed - name: github__daily_metrics - description: Summary numbers for issues and pull requests per repository by day + description: Summary numbers for issues and pull requests by day columns: - name: day description: The reporting day - format: YYYY-MM-DD - name: repository - description: The full name of the repository + description: The name of the repository - name: number_issues_opened description: The total number of issues created during this time period. Set to 0 if no issues were created. - name: number_issues_closed @@ -117,13 +108,12 @@ models: - name: github__weekly_metrics - description: Summary numbers for issues and pull requests per repository by week + description: Summary numbers for issues and pull requests by week columns: - name: week - description: The Monday that starts the reporting week - format: YYYY-MM-DD + description: The reporting week - name: repository - description: The full name of the repository + description: The name of the repository - name: total_number_issues_opened description: The total number of issues created during this time period. Set to 0 if no issues were created. - name: total_number_issues_closed @@ -137,13 +127,12 @@ models: - name: github__monthly_metrics - description: Summary numbers for issues and pull requests per repository by month + description: Summary numbers for issues and pull requests by month columns: - name: month - description: First day of the reporting month - format: YYYY-MM-DD + description: The reporting month - name: repository - description: The full name of the repository + description: The name of the repository - name: total_number_issues_opened description: The total number of issues created during this time period. Set to 0 if no issues were created. - name: total_number_issues_closed @@ -156,13 +145,12 @@ models: description: The total number of pull requests closed without a merge during this time period. Set to 0 if no pull requests were closed without a merge. - name: github__quarterly_metrics - description: Summary numbers for issues and pull requests per repository by quarter + description: Summary numbers for issues and pull requests by quarter columns: - name: quarter - description: First day of the reporting quarter - format: YYYY-MM-DD + description: The reporting quarter - name: repository - description: The full name of the repository + description: The name of the repository - name: total_number_issues_opened description: The total number of issues created during this time period. Set to 0 if no issues were created. - name: total_number_issues_closed diff --git a/inputs_databricks/github/schemas/issue.csv b/github/schemas/issue.csv similarity index 100% rename from inputs_databricks/github/schemas/issue.csv rename to github/schemas/issue.csv diff --git a/inputs_databricks/github/schemas/issue_assignee.csv b/github/schemas/issue_assignee.csv similarity index 100% rename from inputs_databricks/github/schemas/issue_assignee.csv rename to github/schemas/issue_assignee.csv diff --git a/inputs_databricks/github/schemas/issue_closed_history.csv b/github/schemas/issue_closed_history.csv similarity index 100% rename from inputs_databricks/github/schemas/issue_closed_history.csv rename to github/schemas/issue_closed_history.csv diff --git a/inputs_databricks/github/schemas/issue_comment.csv b/github/schemas/issue_comment.csv similarity index 100% rename from inputs_databricks/github/schemas/issue_comment.csv rename to github/schemas/issue_comment.csv diff --git a/inputs_databricks/github/schemas/issue_label.csv b/github/schemas/issue_label.csv similarity index 100% rename from inputs_databricks/github/schemas/issue_label.csv rename to github/schemas/issue_label.csv diff --git a/inputs_databricks/github/schemas/issue_merged.csv b/github/schemas/issue_merged.csv similarity index 100% rename from inputs_databricks/github/schemas/issue_merged.csv rename to github/schemas/issue_merged.csv diff --git a/inputs_databricks/github/schemas/label.csv b/github/schemas/label.csv similarity index 100% rename from inputs_databricks/github/schemas/label.csv rename to github/schemas/label.csv diff --git a/inputs_databricks/github/schemas/pull_request.csv b/github/schemas/pull_request.csv similarity index 100% rename from inputs_databricks/github/schemas/pull_request.csv rename to github/schemas/pull_request.csv diff --git a/inputs_databricks/github/schemas/pull_request_review.csv b/github/schemas/pull_request_review.csv similarity index 100% rename from inputs_databricks/github/schemas/pull_request_review.csv rename to github/schemas/pull_request_review.csv diff --git a/inputs_databricks/github/schemas/repo_team.csv b/github/schemas/repo_team.csv similarity index 100% rename from inputs_databricks/github/schemas/repo_team.csv rename to github/schemas/repo_team.csv diff --git a/inputs_databricks/github/schemas/repository.csv b/github/schemas/repository.csv similarity index 100% rename from inputs_databricks/github/schemas/repository.csv rename to github/schemas/repository.csv diff --git a/inputs_databricks/github/schemas/requested_reviewer_history.csv b/github/schemas/requested_reviewer_history.csv similarity index 100% rename from inputs_databricks/github/schemas/requested_reviewer_history.csv rename to github/schemas/requested_reviewer_history.csv diff --git a/inputs_databricks/github/schemas/team.csv b/github/schemas/team.csv similarity index 100% rename from inputs_databricks/github/schemas/team.csv rename to github/schemas/team.csv diff --git a/inputs_databricks/github/schemas/users.csv b/github/schemas/users.csv similarity index 100% rename from inputs_databricks/github/schemas/users.csv rename to github/schemas/users.csv diff --git a/gt_databricks/address/states.csv b/gt_databricks/address/states.csv deleted file mode 100644 index 5ec7588f9b169d3fc9814fa77f1b0cf8ee706baa..0000000000000000000000000000000000000000 --- a/gt_databricks/address/states.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:610b18d482d03750d7c21b77aaea339c968c323f20bb3df23ca113fd91a40129 -size 2323 diff --git a/gt_databricks/airline/airline__airlines.csv b/gt_databricks/airline/airline__airlines.csv deleted file mode 100644 index 1e3eb820c998502f15ec40383a31a15576d9123d..0000000000000000000000000000000000000000 --- a/gt_databricks/airline/airline__airlines.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ab8690951ef2ce928a8e0a44d518208c007496be6e222eabeeef7ba31c912ca7 -size 72765 diff --git a/gt_databricks/airline/airline__airports.csv b/gt_databricks/airline/airline__airports.csv deleted file mode 100644 index 5995145bea554d87263b1d5ead0af58b70cf6ef4..0000000000000000000000000000000000000000 --- a/gt_databricks/airline/airline__airports.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3304df5cf6f1b047f1d8d1e46ad143bda9249b77ce1f36525143e22ec27888c2 -size 344220 diff --git a/gt_databricks/amplitude/amplitude__event_enhanced.csv b/gt_databricks/amplitude/amplitude__event_enhanced.csv deleted file mode 100644 index 29aaafa8b3ec96a7ca349e413fbcc407b9068b77..0000000000000000000000000000000000000000 --- a/gt_databricks/amplitude/amplitude__event_enhanced.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5e517b25642bf6349003ef6a1a06a48624625bc8d20452d4d96c27ce29a59acb -size 6331 diff --git a/gt_databricks/amplitude/amplitude__sessions.csv b/gt_databricks/amplitude/amplitude__sessions.csv deleted file mode 100644 index 9d0f186433a15cc38cc69511833e3ae94a35b5bb..0000000000000000000000000000000000000000 --- a/gt_databricks/amplitude/amplitude__sessions.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:30427b7ebdf143fb80e3a61a8861bd1619d4411bcf11ab28f938deed21c3d766 -size 1096 diff --git a/gt_databricks/amplitude/amplitude__user_enhanced.csv b/gt_databricks/amplitude/amplitude__user_enhanced.csv deleted file mode 100644 index 021813d7a613bf9e0bd201800ccbd8b78d4e1cf2..0000000000000000000000000000000000000000 --- a/gt_databricks/amplitude/amplitude__user_enhanced.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4e406d25fc60fcf84a864e428c76fc045b6b8ffae6a84814e95b8781e741745d -size 819 diff --git a/gt_databricks/app_store/apps.csv b/gt_databricks/app_store/apps.csv deleted file mode 100644 index ebce6fd1532da122dcd1578870e8477a440de916..0000000000000000000000000000000000000000 --- a/gt_databricks/app_store/apps.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:40c6429745e41c659de55f0b24a11a69f74ae4991f514da9cf18a263a54ed77b -size 326213 diff --git a/gt_databricks/apple_store/apple_store__app_version_report.csv b/gt_databricks/apple_store/apple_store__app_version_report.csv deleted file mode 100644 index 6927dfbab91d7e25c32af90eecad482f26192b73..0000000000000000000000000000000000000000 --- a/gt_databricks/apple_store/apple_store__app_version_report.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:94cb2ad85161d4b36c36f0e142b8925a17af2b62113eab6656322c9680aaf395 -size 1446 diff --git a/gt_databricks/apple_store/apple_store__device_report.csv b/gt_databricks/apple_store/apple_store__device_report.csv deleted file mode 100644 index e89b5975585f0871a2e041624b114c52ed9a5463..0000000000000000000000000000000000000000 --- a/gt_databricks/apple_store/apple_store__device_report.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:492e273ccc43b1d54dfdaec226c14d96164be71f56d8865f83fbbc4d729f4def -size 1736 diff --git a/gt_databricks/apple_store/apple_store__overview_report.csv b/gt_databricks/apple_store/apple_store__overview_report.csv deleted file mode 100644 index fa82ea8330309abf25250acc6066b44fac16d1e4..0000000000000000000000000000000000000000 --- a/gt_databricks/apple_store/apple_store__overview_report.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cf1f3e2b004eff8cee5323b5c349b24b4199ca3a33de908fc65640cbbf0fa686 -size 640 diff --git a/gt_databricks/apple_store/apple_store__platform_version_report.csv b/gt_databricks/apple_store/apple_store__platform_version_report.csv deleted file mode 100644 index eb86cdb7080d07848771093f3abee9ce631fc8e0..0000000000000000000000000000000000000000 --- a/gt_databricks/apple_store/apple_store__platform_version_report.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fc275ba887d15c845b26bbfe938e22b542cf6bbb92d58215b821ebe7f6a5ec12 -size 1755 diff --git a/gt_databricks/apple_store/apple_store__source_type_report.csv b/gt_databricks/apple_store/apple_store__source_type_report.csv deleted file mode 100644 index 2440e5814f46d1cef4c0a561e921f9efacd456f9..0000000000000000000000000000000000000000 --- a/gt_databricks/apple_store/apple_store__source_type_report.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ab7158bd88ef639bb3f4e7feac2287a2b032bd42374f2a22bc0d26b5f96e5500 -size 760 diff --git a/gt_databricks/asana/asana__project.csv b/gt_databricks/asana/asana__project.csv deleted file mode 100644 index df8d6c8947eafed518206d25964d6671e4c99898..0000000000000000000000000000000000000000 --- a/gt_databricks/asana/asana__project.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b8614f0932d9358c038b133158957e84966bba19b91129cc0134bf97bfab7275 -size 3128 diff --git a/gt_databricks/asana/asana__tag.csv b/gt_databricks/asana/asana__tag.csv deleted file mode 100644 index c0d6a87fb835ed6b60e859ef401a6eed344242d1..0000000000000000000000000000000000000000 --- a/gt_databricks/asana/asana__tag.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a3066c9a15ffd3996ec92702dad85ef7facb05cb963dedeba40207f77db05a53 -size 1379 diff --git a/gt_databricks/asana/asana__task.csv b/gt_databricks/asana/asana__task.csv deleted file mode 100644 index cf742652e3dbe72d9f7e06b15144af2ed9fcd40c..0000000000000000000000000000000000000000 --- a/gt_databricks/asana/asana__task.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1f4efdfd8970f59922f31c2baacaf800c2b3274fb6cd0537ae82a115858eb2a1 -size 412 diff --git a/gt_databricks/asana/asana__team.csv b/gt_databricks/asana/asana__team.csv deleted file mode 100644 index 6cab0783e03efe2eab085aac9ea4f35736e7cae1..0000000000000000000000000000000000000000 --- a/gt_databricks/asana/asana__team.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:48566408e8eb53f4ff66c730d9b93c7544644cf98c4088f95c7046245b08bf3a -size 2278 diff --git a/gt_databricks/asana/asana__user.csv b/gt_databricks/asana/asana__user.csv deleted file mode 100644 index ad071fbc5c306ae318a14a4fad31684ba2ac0dd7..0000000000000000000000000000000000000000 --- a/gt_databricks/asana/asana__user.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:974f60c586f82093990c9f1c8de0aaf22228ce8dac22c49659ea84fc79f50916 -size 1989 diff --git a/gt_databricks/authors/conferences.csv b/gt_databricks/authors/conferences.csv deleted file mode 100644 index 70b58ba19c8641b6eb98e78de1c49f8eaf2c6ab1..0000000000000000000000000000000000000000 --- a/gt_databricks/authors/conferences.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:41b740c64b6da14b58ddb9bfe6c866fd871bf6d6cd975ee4478f56be3b1e100c -size 569493 diff --git a/gt_databricks/beer_factory/beer_factory__customers.csv b/gt_databricks/beer_factory/beer_factory__customers.csv deleted file mode 100644 index 736fa019c26c42d22f6294715bee7c3d56e12946..0000000000000000000000000000000000000000 --- a/gt_databricks/beer_factory/beer_factory__customers.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e05cc6a267acad769c6f96831e7ea6a865834526bf1084ffc6db3070979fc942 -size 40546 diff --git a/gt_databricks/beer_factory/brands.csv b/gt_databricks/beer_factory/brands.csv deleted file mode 100644 index a74ac4ce3883410b2a0d6fcd7f114501ef0fb7ae..0000000000000000000000000000000000000000 --- a/gt_databricks/beer_factory/brands.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a33a3beb6d9f3defa522787193c78d87571cce4cb804f730e059444c4d6d29f4 -size 1928 diff --git a/gt_databricks/bike_share_1/stations.csv b/gt_databricks/bike_share_1/stations.csv deleted file mode 100644 index 802f40119b0b8ea8a4b2aa2448f832367e684cad..0000000000000000000000000000000000000000 --- a/gt_databricks/bike_share_1/stations.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2d817fd299f674bd6f4ec7a0e87cf59290e395924a9740d11234e2f0896b4fa5 -size 5864 diff --git a/gt_databricks/book_publishing_company/book_publishers.csv b/gt_databricks/book_publishing_company/book_publishers.csv deleted file mode 100644 index a9909f8e96b81ae9012a7b3dc7a3a3dbff05b8f3..0000000000000000000000000000000000000000 --- a/gt_databricks/book_publishing_company/book_publishers.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4a2d720ea4cbbfe4e8b86a7157d0fea95fb9eaf4c276964bf349b92a5597b5ec -size 720 diff --git a/gt_databricks/book_publishing_company/book_stores.csv b/gt_databricks/book_publishing_company/book_stores.csv deleted file mode 100644 index a2b04d5868d54186ed7a569cd28a22535c02a2bf..0000000000000000000000000000000000000000 --- a/gt_databricks/book_publishing_company/book_stores.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7bf311089b9d071b56840b810ed3c7d48e31588e82cbe6c1aa297143e2127aa7 -size 812 diff --git a/gt_databricks/book_publishing_company/book_titles.csv b/gt_databricks/book_publishing_company/book_titles.csv deleted file mode 100644 index 6a374a0994fe1f4b25407ea0790280e87277f2a2..0000000000000000000000000000000000000000 --- a/gt_databricks/book_publishing_company/book_titles.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:27e7bb9b7a2f4c52fd2fafa24f25bfc4cfd6703b9181f43db2f9fca87907cd1d -size 1288 diff --git a/gt_databricks/books/authors.csv b/gt_databricks/books/authors.csv deleted file mode 100644 index 56d0927a085d1ccd120ae87da68d9443493b3f83..0000000000000000000000000000000000000000 --- a/gt_databricks/books/authors.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d0493d5a889de02d64072487c1438856ae517031c624b2c034ecef54e80e1cbe -size 872981 diff --git a/gt_databricks/books/customers.csv b/gt_databricks/books/customers.csv deleted file mode 100644 index 708df4fb4f566730a9236deef2a91e3fa850f1d7..0000000000000000000000000000000000000000 --- a/gt_databricks/books/customers.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4042eeb5b38df4e93dfc93c0ff203e2a79f7aa586d649b378b4535e1fec39f71 -size 142273 diff --git a/gt_databricks/books/publishers.csv b/gt_databricks/books/publishers.csv deleted file mode 100644 index d206b0f456b7b84d35cdddf3c9b6f741aee2ab7b..0000000000000000000000000000000000000000 --- a/gt_databricks/books/publishers.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a9b2d1ace59c594f7696d66f23f2eecb02b8eccd71f4e7eebc50ee839296f906 -size 254699 diff --git a/gt_databricks/california_schools/ca__schools.csv b/gt_databricks/california_schools/ca__schools.csv deleted file mode 100644 index b4201d5888174af4f1d70ebd8fc79a76e0499da7..0000000000000000000000000000000000000000 --- a/gt_databricks/california_schools/ca__schools.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ac94c376932bf575b17ddfc7e610743f0c00136eb26140dc6e3744565a0a34d2 -size 1318560 diff --git a/gt_databricks/car_retails/car_retails__customers.csv b/gt_databricks/car_retails/car_retails__customers.csv deleted file mode 100644 index ec36d144c77ed8cdea3971c8c351499fee5dccae..0000000000000000000000000000000000000000 --- a/gt_databricks/car_retails/car_retails__customers.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:261722e52d04691053fa9ec8481866f8e664debda35720883c8b2aa62b997e28 -size 7974 diff --git a/gt_databricks/car_retails/car_retails__employees.csv b/gt_databricks/car_retails/car_retails__employees.csv deleted file mode 100644 index f815d487a6c09960f5008e3eac1e8fc174e0f92e..0000000000000000000000000000000000000000 --- a/gt_databricks/car_retails/car_retails__employees.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9f5df7a65f4dda016d4750b283b211c080f48894be5bdd44ab377fc518f7b146 -size 1605 diff --git a/gt_databricks/car_retails/car_retails__products.csv b/gt_databricks/car_retails/car_retails__products.csv deleted file mode 100644 index af87ffe4eb0349ad106b47222feec94a60e5c8b0..0000000000000000000000000000000000000000 --- a/gt_databricks/car_retails/car_retails__products.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:35429ea5d5f47cb97b5c875110fb5babada8d29de6c3a8d65f135bfff70da883 -size 8964 diff --git a/gt_databricks/card_games/card_games__sets.csv b/gt_databricks/card_games/card_games__sets.csv deleted file mode 100644 index 218290540c9a27c8c8b954b4aa15134a0962e2c2..0000000000000000000000000000000000000000 --- a/gt_databricks/card_games/card_games__sets.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dd526bc9b0c1dba7677545d3ec6e88ebd9b4281daa4d99af932a6e5d969fde9d -size 32122 diff --git a/gt_databricks/cars/countries.csv b/gt_databricks/cars/countries.csv deleted file mode 100644 index 2d9c7b1df4fb2afbe19880474826f24c20444e49..0000000000000000000000000000000000000000 --- a/gt_databricks/cars/countries.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:36915ee8fa35b7aa2a50e6168f1385a45390811cf1c30ca9860f895d8ea4826d -size 312 diff --git a/gt_databricks/chicago_crime/community_areas.csv b/gt_databricks/chicago_crime/community_areas.csv deleted file mode 100644 index fbcaec225ffd2b07b0ef5bd303557b7ee13f2dbd..0000000000000000000000000000000000000000 --- a/gt_databricks/chicago_crime/community_areas.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:08e3779a417528ee0ff4eaa42112fa1d2620c16a6eb8f62ffdee89a7e2b54d22 -size 4029 diff --git a/gt_databricks/chicago_crime/districts.csv b/gt_databricks/chicago_crime/districts.csv deleted file mode 100644 index 3abf5322d54d32df9586eb38a52c58e4252146a3..0000000000000000000000000000000000000000 --- a/gt_databricks/chicago_crime/districts.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:19523d3e2182d29fdc60d5854ca090ae08a0ee1bbb6633fdca9182e0ef0d4b5d -size 2025 diff --git a/gt_databricks/citeseer/citeseer_paper.csv b/gt_databricks/citeseer/citeseer_paper.csv deleted file mode 100644 index 0e3005a35f9af5e370111c165159ffaa0dd64cc8..0000000000000000000000000000000000000000 --- a/gt_databricks/citeseer/citeseer_paper.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dc9cdaba9b5eb1f0bfe48359922d53dbb4da05d9390a24ebda0828e6786b7bbd -size 110170 diff --git a/gt_databricks/codebase_comments/repository.csv b/gt_databricks/codebase_comments/repository.csv deleted file mode 100644 index f65ec03d9513c54dd693d8f49e0f9adddbadde19..0000000000000000000000000000000000000000 --- a/gt_databricks/codebase_comments/repository.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f479b0364a00cb79f6fba2a8bdc8600d26252f9bbf7097ea889152a60013802c -size 12218685 diff --git a/gt_databricks/codebase_community/codebase_community__posts.csv b/gt_databricks/codebase_community/codebase_community__posts.csv deleted file mode 100644 index cd9aa495987c7094344828d7fc9d91163543b85d..0000000000000000000000000000000000000000 --- a/gt_databricks/codebase_community/codebase_community__posts.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:39c8f6fdbf85b5d1f2e55794eec4aef369bccadaa0bf68a1c4ddbc8c8a3c765d -size 16443689 diff --git a/gt_databricks/codebase_community/codebase_community__users.csv b/gt_databricks/codebase_community/codebase_community__users.csv deleted file mode 100644 index 1bcd8409bc05b3b7f6dae1cc10ef7e9371483955..0000000000000000000000000000000000000000 --- a/gt_databricks/codebase_community/codebase_community__users.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d34f1139459076b58186a9df575442c401e27e7a431fc31328f6c160caccc332 -size 1994194 diff --git a/gt_databricks/coinmarketcap/coinmarket__coins.csv b/gt_databricks/coinmarketcap/coinmarket__coins.csv deleted file mode 100644 index 907ba021e4330ee1004af98b8953783d5d6c479d..0000000000000000000000000000000000000000 --- a/gt_databricks/coinmarketcap/coinmarket__coins.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5805ffc8ebbb2ee2ee17c1c464a36296485a48a1108303cf2c4e777bee348bf5 -size 791288 diff --git a/gt_databricks/college_completion/states.csv b/gt_databricks/college_completion/states.csv deleted file mode 100644 index 955a4f069001ee654081800d72b1b20b64d5b57e..0000000000000000000000000000000000000000 --- a/gt_databricks/college_completion/states.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cc49a10c17bbbd1b5a52c9c9a21e622cf6bdd269e2a43b77da5ebd5e9b111806 -size 5329 diff --git a/gt_databricks/computer_student/courses.csv b/gt_databricks/computer_student/courses.csv deleted file mode 100644 index 98828fe133150bc0d4915ac210d9679496cbad47..0000000000000000000000000000000000000000 --- a/gt_databricks/computer_student/courses.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4df78848ef08011e7da8f5f6c99e9d3d71be289ec9198c149b73bcbf5e5621ec -size 3508 diff --git a/gt_databricks/cookbook/recipes.csv b/gt_databricks/cookbook/recipes.csv deleted file mode 100644 index a2a3eb9414117433dbed49dd9c44b6f3fba69164..0000000000000000000000000000000000000000 --- a/gt_databricks/cookbook/recipes.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d52f8100688504d660370c3f6fe61712fb7d76de323dcd6735492c78de01a4b0 -size 41135 diff --git a/gt_databricks/cs_semester/courses.csv b/gt_databricks/cs_semester/courses.csv deleted file mode 100644 index 3335012ed322bed63ec140b70195c753eabca598..0000000000000000000000000000000000000000 --- a/gt_databricks/cs_semester/courses.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7e16bf2b6866363bf9da55ef3d2153f1e84a96e6a60d1222bdf89597c55170ca -size 902 diff --git a/gt_databricks/cs_semester/professors.csv b/gt_databricks/cs_semester/professors.csv deleted file mode 100644 index a0f9cc4cc9746bfb0d4e08dbdc546007c8663a2f..0000000000000000000000000000000000000000 --- a/gt_databricks/cs_semester/professors.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e81cc09af6884ed19e4810c051e552463bcb6ca629b05b0d108b2f19fe323d4f -size 532 diff --git a/gt_databricks/cs_semester/students.csv b/gt_databricks/cs_semester/students.csv deleted file mode 100644 index 42afe53f23eeadd98c52e462d37a25ace400a089..0000000000000000000000000000000000000000 --- a/gt_databricks/cs_semester/students.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:19dc41ae9a41ec28e40fd7cda03dc1dd536cb761a10d94b32fd9300539340bbf -size 1383 diff --git a/gt_databricks/debit_card_specializing/debit_card__customers.csv b/gt_databricks/debit_card_specializing/debit_card__customers.csv deleted file mode 100644 index ba415657b599e03a82e08e12837c1a021911bc39..0000000000000000000000000000000000000000 --- a/gt_databricks/debit_card_specializing/debit_card__customers.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2a20f0e9996f2964e6ba9af407510800911b8af44f8662412a6cbec068a343c3 -size 1524606 diff --git a/gt_databricks/disney/directors.csv b/gt_databricks/disney/directors.csv deleted file mode 100644 index 10b557ab0e58013291ae4b9e12617ad94db39ee5..0000000000000000000000000000000000000000 --- a/gt_databricks/disney/directors.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3cbe886e79157a32a52669d3a460b260aeea87d0e3d0dbce3fd98f543b29a85e -size 1684 diff --git a/gt_databricks/donor/donor__projects.csv b/gt_databricks/donor/donor__projects.csv deleted file mode 100644 index 03839c2aebece5b7dc81ab2e79d3ee7d9acfa33d..0000000000000000000000000000000000000000 --- a/gt_databricks/donor/donor__projects.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4cf0f93d5f09b509a0f5125c893d323480f9ba47c5243bea84fa1dd54e72eabb -size 112150593 diff --git a/gt_databricks/european_football_1/eu_foolball__divisions.csv b/gt_databricks/european_football_1/eu_foolball__divisions.csv deleted file mode 100644 index 381976cc857f69268e73cb500a160d75ba775969..0000000000000000000000000000000000000000 --- a/gt_databricks/european_football_1/eu_foolball__divisions.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fafba4d16a321b3d5e1b3185dbfed139fb6f9449dc49e351e46cb59e8ca23ef6 -size 1475 diff --git a/gt_databricks/european_football_2/leagues.csv b/gt_databricks/european_football_2/leagues.csv deleted file mode 100644 index 9c35a42103a5d66f891ee5fe7e1b7e9a1fa8eba9..0000000000000000000000000000000000000000 --- a/gt_databricks/european_football_2/leagues.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0c834b4ecadc24070fed958c95da868d9ff3a1ff848ffca6d8e61a521ced2c96 -size 823 diff --git a/gt_databricks/european_football_2/players.csv b/gt_databricks/european_football_2/players.csv deleted file mode 100644 index 5f0199567360334b60375a12df930d90206afbd5..0000000000000000000000000000000000000000 --- a/gt_databricks/european_football_2/players.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1708b0b0601ade75cf19ca62da888de64053f469a3e0d50972c2bcf234785957 -size 929684 diff --git a/gt_databricks/european_football_2/teams.csv b/gt_databricks/european_football_2/teams.csv deleted file mode 100644 index 510d49e1a1ba3a5eafe68825813942fd6df62e31..0000000000000000000000000000000000000000 --- a/gt_databricks/european_football_2/teams.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bbb91a03f713d0a71d2e144a4a841ec45da824ff668f9b0b0b2f5e42f410db0f -size 13262 diff --git a/gt_databricks/facebook_ads/facebook_ads__account_report.csv b/gt_databricks/facebook_ads/facebook_ads__account_report.csv deleted file mode 100644 index 47f66b8d66c4cc2bca4713d2e6ea566eff77b6fb..0000000000000000000000000000000000000000 --- a/gt_databricks/facebook_ads/facebook_ads__account_report.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d097168420affeb7a36df086a4df6dea950630e4a2c2d50c03dae5ad5008100b -size 874 diff --git a/gt_databricks/facebook_ads/facebook_ads__ad_report.csv b/gt_databricks/facebook_ads/facebook_ads__ad_report.csv deleted file mode 100644 index 35948d002137d1fa8d81e10dced4bffb653412de..0000000000000000000000000000000000000000 --- a/gt_databricks/facebook_ads/facebook_ads__ad_report.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d467eb083d4264b1b07080f459fd5b1a0e3bfb7e360453142f56cd5deb4f3178 -size 1989 diff --git a/gt_databricks/facebook_ads/facebook_ads__ad_set_report.csv b/gt_databricks/facebook_ads/facebook_ads__ad_set_report.csv deleted file mode 100644 index a0b5ddaa992fd2a9644dddc840bd2130b2ad85a3..0000000000000000000000000000000000000000 --- a/gt_databricks/facebook_ads/facebook_ads__ad_set_report.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:702539519b85a98890e87a647f04b3a82cd812e289bc352e18ed16cbe81d3a48 -size 1805 diff --git a/gt_databricks/facebook_ads/facebook_ads__campaign_report.csv b/gt_databricks/facebook_ads/facebook_ads__campaign_report.csv deleted file mode 100644 index c1ec62f1995d497bda8ed00746b3cf907b430891..0000000000000000000000000000000000000000 --- a/gt_databricks/facebook_ads/facebook_ads__campaign_report.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6b2905f6c79ca9bc7c381d521c5eea5d39a9d339a977582c02ef47698b034613 -size 1393 diff --git a/gt_databricks/financial/clients.csv b/gt_databricks/financial/clients.csv deleted file mode 100644 index 57c77196d5e643694d1029ea9f43c9968744daa6..0000000000000000000000000000000000000000 --- a/gt_databricks/financial/clients.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:70a933722dffc7b5a6bb5b527f3dfcbed73091dd11f1e9b5205d68a79d76efa9 -size 206285 diff --git a/gt_databricks/financial/districts.csv b/gt_databricks/financial/districts.csv deleted file mode 100644 index c9906cd45e917285bea86074a53bfe0f6614705a..0000000000000000000000000000000000000000 --- a/gt_databricks/financial/districts.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:86c8b70bd66661b0de010bd7bd9036b1d4e7047c95143569292ba62d462da2ba -size 3388 diff --git a/gt_databricks/food_inspection/restaurants.csv b/gt_databricks/food_inspection/restaurants.csv deleted file mode 100644 index 0d1895636ef9b84c67a9967184bc465acd836869..0000000000000000000000000000000000000000 --- a/gt_databricks/food_inspection/restaurants.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:758e5240027e0c5e32223ae054a640ec8a79ab5aefbdd2e3334c761e29f3851e -size 419289 diff --git a/gt_databricks/food_inspection_2/businesses.csv b/gt_databricks/food_inspection_2/businesses.csv deleted file mode 100644 index 5d21bc0454acc6d42ca9841f42f9b234749867ce..0000000000000000000000000000000000000000 --- a/gt_databricks/food_inspection_2/businesses.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f1b91be8a14c11e15650723998ba076e38da23e0e920423e6d303e06fa217ae1 -size 1886803 diff --git a/gt_databricks/food_inspection_2/employees.csv b/gt_databricks/food_inspection_2/employees.csv deleted file mode 100644 index 1e11c74a1e59352186b254d4690df950d7496990..0000000000000000000000000000000000000000 --- a/gt_databricks/food_inspection_2/employees.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b653e880491dd25fd1dbc3c490f479b86dd208540b49b7e26f0b18b9a86c262d -size 3196 diff --git a/gt_databricks/formula_1/formula__drivers.csv b/gt_databricks/formula_1/formula__drivers.csv deleted file mode 100644 index 3c391cd6e22640b7c47526fab21a81dc05309ef0..0000000000000000000000000000000000000000 --- a/gt_databricks/formula_1/formula__drivers.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dd98383256faf1409f1572cbc941691000b2992755bcaded7a7aa2a202fc223d -size 36604 diff --git a/gt_databricks/genes/genes__genes.csv b/gt_databricks/genes/genes__genes.csv deleted file mode 100644 index dbc33f13df2b79f954b4df9cf800246f648f19f0..0000000000000000000000000000000000000000 --- a/gt_databricks/genes/genes__genes.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6680b80d6da35ccbba3f8926f2b96f3366f26f2575ca1382d00f89dd1368464f -size 23563 diff --git a/gt_databricks/github/github__daily_metrics.csv b/gt_databricks/github/github__daily_metrics.csv deleted file mode 100644 index 1264c74f0b919fbc48358e74a068685608c1ad4e..0000000000000000000000000000000000000000 --- a/gt_databricks/github/github__daily_metrics.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4a61cbd6371b733e9bf3d91ad6bc33d29547a4cb06a8d232592e6c56c88638b4 -size 33321 diff --git a/gt_databricks/github/github__issues.csv b/gt_databricks/github/github__issues.csv deleted file mode 100644 index 6b49d73e2b77ff9588379de4b48026c74dcd74d2..0000000000000000000000000000000000000000 --- a/gt_databricks/github/github__issues.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7e2f19dd00c1f62398ed57bed3c58723e3c12496a22f12d068d707f5507aa613 -size 14192 diff --git a/gt_databricks/github/github__monthly_metrics.csv b/gt_databricks/github/github__monthly_metrics.csv deleted file mode 100644 index f64371c21337aff3b5851c0f23912b3fa5cdb1a1..0000000000000000000000000000000000000000 --- a/gt_databricks/github/github__monthly_metrics.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:62537ea5ef234f03a38a22734b2b239fa5eeedb0ff32b7c7f114392412262eb1 -size 21823 diff --git a/gt_databricks/github/github__pull_requests.csv b/gt_databricks/github/github__pull_requests.csv deleted file mode 100644 index 70dd63d8ca1af7e18e4f1058c3f7f41ffa5a1309..0000000000000000000000000000000000000000 --- a/gt_databricks/github/github__pull_requests.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:43ae7135acf184b6344f0f22e6379e3509d05655f0815ca3328236d996a32b4f -size 94326 diff --git a/gt_databricks/github/github__quarterly_metrics.csv b/gt_databricks/github/github__quarterly_metrics.csv deleted file mode 100644 index 0e26979fbeb436954bdc94169b99e8d5ae3b2576..0000000000000000000000000000000000000000 --- a/gt_databricks/github/github__quarterly_metrics.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ccb679e80df93515f58799d3d53a30bbb91824598ae0d4693f4c172554c5d94e -size 12623 diff --git a/gt_databricks/github/github__weekly_metrics.csv b/gt_databricks/github/github__weekly_metrics.csv deleted file mode 100644 index 85bec6bd0865cb749507f8b0cc3f14d3ffe858bc..0000000000000000000000000000000000000000 --- a/gt_databricks/github/github__weekly_metrics.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0412741d6e4f150f448ffd1f3e743d15e2cc7d7e62add0c8d967d8135137b34e -size 29992 diff --git a/gt_databricks/hockey/hockey__goalies.csv b/gt_databricks/hockey/hockey__goalies.csv deleted file mode 100644 index 20c88a2d3f4f625c8457879bd0aee6cca9988c0d..0000000000000000000000000000000000000000 --- a/gt_databricks/hockey/hockey__goalies.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6d6d84157ea577b927d4ca6b51cb5b0c82d6f63c36f6f35cd34f9847fa98c94b -size 27582 diff --git a/gt_databricks/hockey/hockey__teams.csv b/gt_databricks/hockey/hockey__teams.csv deleted file mode 100644 index 00300866b87501d24ed4ed5e55733d399b774e90..0000000000000000000000000000000000000000 --- a/gt_databricks/hockey/hockey__teams.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f3fee9a6f19470c6b186e062dfdb8101a93717e9c978dffb822558a007e0659a -size 3532 diff --git a/gt_databricks/human_resources/locations.csv b/gt_databricks/human_resources/locations.csv deleted file mode 100644 index adbf7b6352f5df7fb83ebf2881392a52c1c263a2..0000000000000000000000000000000000000000 --- a/gt_databricks/human_resources/locations.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0d30a5e4a6af2005ff8d73d6be89cfd05c92b18002833da253e03bffa1fcbb4d -size 541 diff --git a/gt_databricks/human_resources/positions.csv b/gt_databricks/human_resources/positions.csv deleted file mode 100644 index 1e972067e6f84c79f5f13b5966a0fa2259b66ec3..0000000000000000000000000000000000000000 --- a/gt_databricks/human_resources/positions.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:543ffc2cf1d45a935537add8cdbcab18fdb8c90ccee17051fb42617ada8b79b3 -size 393 diff --git a/gt_databricks/ice_hockey_draft/players.csv b/gt_databricks/ice_hockey_draft/players.csv deleted file mode 100644 index 341bca67a9bff38fe5dfe2cc9ad0def334aab745..0000000000000000000000000000000000000000 --- a/gt_databricks/ice_hockey_draft/players.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:037c3808570814bc404f221069af0b283be0f81ec426f676c2cde9b546446aff -size 118417 diff --git a/gt_databricks/image_and_language/images.csv b/gt_databricks/image_and_language/images.csv deleted file mode 100644 index 4cf3f3a8e702dd969683c5e95a9dfe03a0f43bfb..0000000000000000000000000000000000000000 --- a/gt_databricks/image_and_language/images.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6ded62581486c1cb2bc70773471f0eec83044d129c5a481ae058c5af813ed5b8 -size 2700703 diff --git a/gt_databricks/instagram_business/instagram_business__posts.csv b/gt_databricks/instagram_business/instagram_business__posts.csv deleted file mode 100644 index 0c2a51773c67fb6d248d960f0aca3627a310e895..0000000000000000000000000000000000000000 --- a/gt_databricks/instagram_business/instagram_business__posts.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f9ee6c69c8420d1c843d851183a041e46bbc88f407261f3b750f9de9a77e3468 -size 1739 diff --git a/gt_databricks/language_corpus/language_corpus__words.csv b/gt_databricks/language_corpus/language_corpus__words.csv deleted file mode 100644 index b1d54312ec684f7eb087f37656a52a279430d5f9..0000000000000000000000000000000000000000 --- a/gt_databricks/language_corpus/language_corpus__words.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0d69e157654a69e2db6dda98967a07940777ba37f560b054b1b799e086ea31db -size 90107161 diff --git a/gt_databricks/law_episode/law_episode__episode.csv b/gt_databricks/law_episode/law_episode__episode.csv deleted file mode 100644 index a8c64b323eb0748ffbc6fdcc3f85d3cb34a01302..0000000000000000000000000000000000000000 --- a/gt_databricks/law_episode/law_episode__episode.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2849289a8a95fe1c4f6db0bd82cb864e12f8329d6d4d85383f66f9cbf49345a6 -size 1270 diff --git a/gt_databricks/law_episode/law_episode__person.csv b/gt_databricks/law_episode/law_episode__person.csv deleted file mode 100644 index 40648355991b73b8999ff382e370b356d9de79fc..0000000000000000000000000000000000000000 --- a/gt_databricks/law_episode/law_episode__person.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c3378ab5774aa50d30d98502ddd8e638fbb40eba953660541b36720ba0831996 -size 53004 diff --git a/gt_databricks/legislator/current_legislators.csv b/gt_databricks/legislator/current_legislators.csv deleted file mode 100644 index d9aed9fcaf0754520d5d40a016ee22fa5508186d..0000000000000000000000000000000000000000 --- a/gt_databricks/legislator/current_legislators.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8acd458072276d2233d077f0d4cac711060a6e79624e3099af1988cc74ee953b -size 19282 diff --git a/gt_databricks/lever/lever__posting_enhanced.csv b/gt_databricks/lever/lever__posting_enhanced.csv deleted file mode 100644 index c32760e9269562b6fce71ee3aac0445cdcc20b51..0000000000000000000000000000000000000000 --- a/gt_databricks/lever/lever__posting_enhanced.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:64205ffff618bc1ca183a50251d0b761759dc6d2d817db11495ea23363f72bc5 -size 1040 diff --git a/gt_databricks/lever/lever__requisition_enhanced.csv b/gt_databricks/lever/lever__requisition_enhanced.csv deleted file mode 100644 index 125477493d3abb3e79938a238bcd3d2698c8b3f7..0000000000000000000000000000000000000000 --- a/gt_databricks/lever/lever__requisition_enhanced.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:32fc93c2db12293f08b357bf761b8bccd4e3fdb738f4ac12476f8553cf2d1c01 -size 1205 diff --git a/gt_databricks/linkedin/linkedin_ads__account_report.csv b/gt_databricks/linkedin/linkedin_ads__account_report.csv deleted file mode 100644 index d4d35ebae0bf2b0af7a41b0048084abe283886a1..0000000000000000000000000000000000000000 --- a/gt_databricks/linkedin/linkedin_ads__account_report.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:101b102b4393bc1777dd2564490043b9c768b81019f3be690469cab16eb84256 -size 2395 diff --git a/gt_databricks/linkedin/linkedin_ads__campaign_group_report.csv b/gt_databricks/linkedin/linkedin_ads__campaign_group_report.csv deleted file mode 100644 index 87d88c5fc459f54726f7692b494ae8ec38484f96..0000000000000000000000000000000000000000 --- a/gt_databricks/linkedin/linkedin_ads__campaign_group_report.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:45a6abc4089aa40251347791834a584bc3cfb11f6be635284da4997a671e715f -size 2981 diff --git a/gt_databricks/linkedin/linkedin_ads__campaign_report.csv b/gt_databricks/linkedin/linkedin_ads__campaign_report.csv deleted file mode 100644 index a2fd0c7d6420b9bf7a10612a587253966840f593..0000000000000000000000000000000000000000 --- a/gt_databricks/linkedin/linkedin_ads__campaign_report.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:21c817577ce9595a09ffe9326006721983d7fbeb38fbb26ccf93ffb8a190103a -size 3581 diff --git a/gt_databricks/mailchimp/mailchimp__automation_activities.csv b/gt_databricks/mailchimp/mailchimp__automation_activities.csv deleted file mode 100644 index a44b00148c955ac4393345331cb23632dce9a40e..0000000000000000000000000000000000000000 --- a/gt_databricks/mailchimp/mailchimp__automation_activities.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9e5641e200356a2143729641b84055e42feeffc733f4ba65879fd9e2bf92b273 -size 1393 diff --git a/gt_databricks/mailchimp/mailchimp__automation_emails.csv b/gt_databricks/mailchimp/mailchimp__automation_emails.csv deleted file mode 100644 index 9b08bf8dc114f4206ee4de325300db002862106d..0000000000000000000000000000000000000000 --- a/gt_databricks/mailchimp/mailchimp__automation_emails.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e9a94aa0d78b2928a840f7a0d92c2b6a407f857a49dedbe326700cab9fc7657f -size 1358 diff --git a/gt_databricks/mailchimp/mailchimp__automations.csv b/gt_databricks/mailchimp/mailchimp__automations.csv deleted file mode 100644 index e2383fd315e4b2adce93ae6406fce9e19614713f..0000000000000000000000000000000000000000 --- a/gt_databricks/mailchimp/mailchimp__automations.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3d60730512c5501f182e990dd1f2a6541e25f53067c5d6c383926232a58c8a30 -size 598 diff --git a/gt_databricks/mailchimp/mailchimp__campaign_activities.csv b/gt_databricks/mailchimp/mailchimp__campaign_activities.csv deleted file mode 100644 index dadb7c3681fb554ca22b26b3ddab5e0db7071012..0000000000000000000000000000000000000000 --- a/gt_databricks/mailchimp/mailchimp__campaign_activities.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3cabceb40657409f46b80918e6c272106647f83f88f5c93d428d7353b09bfc3d -size 3526 diff --git a/gt_databricks/mailchimp/mailchimp__campaign_recipients.csv b/gt_databricks/mailchimp/mailchimp__campaign_recipients.csv deleted file mode 100644 index 6773d56c78b4d63905cb0337614cc56c347bf86d..0000000000000000000000000000000000000000 --- a/gt_databricks/mailchimp/mailchimp__campaign_recipients.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:55064af8ae580bf2b15695410b86be9a96765a785ac60b2201b09f774a8fa594 -size 1812 diff --git a/gt_databricks/mailchimp/mailchimp__campaigns.csv b/gt_databricks/mailchimp/mailchimp__campaigns.csv deleted file mode 100644 index 9f2de2f9b684f531e723fb07ebef21e66e34fc4e..0000000000000000000000000000000000000000 --- a/gt_databricks/mailchimp/mailchimp__campaigns.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ac384212fd47fbb1903e0da070e8bd77b0ef4f86e2366576fbd53f513069e978 -size 846 diff --git a/gt_databricks/mailchimp/mailchimp__lists.csv b/gt_databricks/mailchimp/mailchimp__lists.csv deleted file mode 100644 index 79e3fa3d59d059fc02101abbfd79561743ce2408..0000000000000000000000000000000000000000 --- a/gt_databricks/mailchimp/mailchimp__lists.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ba0e048df42341eb15e9c58c1e38c9cca54c49d10c5826f64a0a1668ea4ab772 -size 1419 diff --git a/gt_databricks/mailchimp/mailchimp__members.csv b/gt_databricks/mailchimp/mailchimp__members.csv deleted file mode 100644 index 265c4d180a312bec6d7b5acacbfb882e5692c008..0000000000000000000000000000000000000000 --- a/gt_databricks/mailchimp/mailchimp__members.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1288f258153379368a3f1abb22da4db4bd0995bf683ada56253b8827e418cafb -size 2806 diff --git a/gt_databricks/mailchimp/mailchimp__segments.csv b/gt_databricks/mailchimp/mailchimp__segments.csv deleted file mode 100644 index bfda112ab0beaf407cae432e1dd2769c3a8baceb..0000000000000000000000000000000000000000 --- a/gt_databricks/mailchimp/mailchimp__segments.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:556d41bf2f192fd01856efb86c400b80c7d54f955e655af1bd1fc05d26604f22 -size 462 diff --git a/gt_databricks/marketo/marketo__campaigns.csv b/gt_databricks/marketo/marketo__campaigns.csv deleted file mode 100644 index cfcdfc5e6a05131e70b83fc76d3655509f2947c3..0000000000000000000000000000000000000000 --- a/gt_databricks/marketo/marketo__campaigns.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2b1e00d1bd148a4e6d0be1d57d9a30659828e72e4e894578b72cc0b376a11de4 -size 21150 diff --git a/gt_databricks/marketo/marketo__email_sends.csv b/gt_databricks/marketo/marketo__email_sends.csv deleted file mode 100644 index a5f86d9786b5ac898e089400c76b24dc0a8a1117..0000000000000000000000000000000000000000 --- a/gt_databricks/marketo/marketo__email_sends.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0f5fa0009d08f7e18942e095ab05065e4e4ab3722318961408a046741f7df0ca -size 17968 diff --git a/gt_databricks/marketo/marketo__email_templates.csv b/gt_databricks/marketo/marketo__email_templates.csv deleted file mode 100644 index c030eb0aed709af46aeae57e47a61fd0d1101a22..0000000000000000000000000000000000000000 --- a/gt_databricks/marketo/marketo__email_templates.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:faf07fa2ae47dedd7451ae6744a9403cdd9d171e2be350b751515c5542283f77 -size 44140 diff --git a/gt_databricks/marketo/marketo__programs.csv b/gt_databricks/marketo/marketo__programs.csv deleted file mode 100644 index 6c25edc04f0d6fa40630ed85df0877041631f548..0000000000000000000000000000000000000000 --- a/gt_databricks/marketo/marketo__programs.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5735e3a6c1af1b51cab4c8bff696f82eae54164e4f7d38a71039443c935f91d0 -size 17298 diff --git a/gt_databricks/mental_health_survey/surveys.csv b/gt_databricks/mental_health_survey/surveys.csv deleted file mode 100644 index 3d1cdf221b1186ee276cea8092bb507caf5a6fd4..0000000000000000000000000000000000000000 --- a/gt_databricks/mental_health_survey/surveys.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:25bab5b586672b881e311ce7ceb4cfbc47745a132488b066ae497b65ed5974d2 -size 490 diff --git a/gt_databricks/menu/menus.csv b/gt_databricks/menu/menus.csv deleted file mode 100644 index f53d353ec04f740743a5c1bb2bdfc5b3cf633e05..0000000000000000000000000000000000000000 --- a/gt_databricks/menu/menus.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1738b04fe795719b16b7ad5d191fb2b693d0411d513b1986a779a3439a2f55d6 -size 1246288 diff --git a/gt_databricks/microsoft_ads/microsoft_ads__account_report.csv b/gt_databricks/microsoft_ads/microsoft_ads__account_report.csv deleted file mode 100644 index bdc35b51f742df30a392a427dd9ba4edc840f7b4..0000000000000000000000000000000000000000 --- a/gt_databricks/microsoft_ads/microsoft_ads__account_report.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bb5e6776635b50a445e5a67d640083778fd0efd3641647f9b81b958873ae272e -size 1213 diff --git a/gt_databricks/microsoft_ads/microsoft_ads__ad_group_report.csv b/gt_databricks/microsoft_ads/microsoft_ads__ad_group_report.csv deleted file mode 100644 index 4c6905304ad805b2c48d6d069234c274847ad6a7..0000000000000000000000000000000000000000 --- a/gt_databricks/microsoft_ads/microsoft_ads__ad_group_report.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:47c0d928cbee5735bacbdde00740c6c4c9aaea87ab8450b8340dc35b78de7735 -size 31638 diff --git a/gt_databricks/microsoft_ads/microsoft_ads__ad_report.csv b/gt_databricks/microsoft_ads/microsoft_ads__ad_report.csv deleted file mode 100644 index 80f1dfee3e9f3b864cc2a40a05b2fcae2208bbe5..0000000000000000000000000000000000000000 --- a/gt_databricks/microsoft_ads/microsoft_ads__ad_report.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cca6fb9762bef523380a9e6d13f2fef4515c6baa5a03880639a4c89d75c0e68c -size 57835 diff --git a/gt_databricks/microsoft_ads/microsoft_ads__campaign_report.csv b/gt_databricks/microsoft_ads/microsoft_ads__campaign_report.csv deleted file mode 100644 index eecd4d40fa913ce00749ca93e5b248dfcebb9418..0000000000000000000000000000000000000000 --- a/gt_databricks/microsoft_ads/microsoft_ads__campaign_report.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dd9124d0913af72a8ebed3db3baf0830c8abac177bba52b80ea34207af5feaf4 -size 261403 diff --git a/gt_databricks/microsoft_ads/microsoft_ads__keyword_report.csv b/gt_databricks/microsoft_ads/microsoft_ads__keyword_report.csv deleted file mode 100644 index a0c3611b959b81eda3a802d7e2205377eae80adb..0000000000000000000000000000000000000000 --- a/gt_databricks/microsoft_ads/microsoft_ads__keyword_report.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:baf84d535d7129c9d0bdf9aba62627a5ef1941c28cf9cf9798bc135a7b23a3d5 -size 9328 diff --git a/gt_databricks/microsoft_ads/microsoft_ads__search_report.csv b/gt_databricks/microsoft_ads/microsoft_ads__search_report.csv deleted file mode 100644 index 284c6474b851a1ab1a79f53cfecb552aa3d561a0..0000000000000000000000000000000000000000 --- a/gt_databricks/microsoft_ads/microsoft_ads__search_report.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e60e44c9e5187f20be116bc8e4f0ac25caea10b18e558a9aa44003b2b1136f4c -size 2686 diff --git a/gt_databricks/mondial_geo/countries.csv b/gt_databricks/mondial_geo/countries.csv deleted file mode 100644 index f05bfdee7eb10afaf3f710c0a4ce1f01bc9218ba..0000000000000000000000000000000000000000 --- a/gt_databricks/mondial_geo/countries.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:756993b5af7b4246424b936bae6f98e0bc0b6ef1aa7ec7b3d35a6aa6ba4536b9 -size 10042 diff --git a/gt_databricks/movie/actors.csv b/gt_databricks/movie/actors.csv deleted file mode 100644 index 19f0c96d58d0769af5765fc87fa5529265c2d798..0000000000000000000000000000000000000000 --- a/gt_databricks/movie/actors.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0bc24b8ab65d3f0917cfd7f6795f3f50160834b36306d074ec2578ab2d5e6809 -size 118154 diff --git a/gt_databricks/movie/movie.csv b/gt_databricks/movie/movie.csv deleted file mode 100644 index a2bd5593f0775d8902bebe9f16441fc59b688b41..0000000000000000000000000000000000000000 --- a/gt_databricks/movie/movie.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:43aa4dda783a6435ec5ee695407b42c9c422a6808ccb0fee42093c08c89de289 -size 35050 diff --git a/gt_databricks/movie_3/customers.csv b/gt_databricks/movie_3/customers.csv deleted file mode 100644 index 37c0e4259ae4412eddb040bceda4b39bbbc02737..0000000000000000000000000000000000000000 --- a/gt_databricks/movie_3/customers.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f8a6869c63f4b9e3a974c30698aa25d39f808117c4ce916f89875f23af279ccd -size 49389 diff --git a/gt_databricks/movie_3/films.csv b/gt_databricks/movie_3/films.csv deleted file mode 100644 index 26db7d2eb435be01c55c08f26f8d29d5a06366d2..0000000000000000000000000000000000000000 --- a/gt_databricks/movie_3/films.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7f3459f8402b2793f8925d908ef729701d1a280b86ff942ce7e1053f2e074a9a -size 51034 diff --git a/gt_databricks/movie_platform/movie_platform__directors.csv b/gt_databricks/movie_platform/movie_platform__directors.csv deleted file mode 100644 index fd758467d3bd4d7072fab0097071c4d56f126a3a..0000000000000000000000000000000000000000 --- a/gt_databricks/movie_platform/movie_platform__directors.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:344625d8edb247a4b86393acba69471e759d6f704fbd2c60cb51c1b4da85590e -size 8117853 diff --git a/gt_databricks/movie_platform/movie_platform__list_users.csv b/gt_databricks/movie_platform/movie_platform__list_users.csv deleted file mode 100644 index d2629a78beff526bf5e44d25e264c1ac33ca9eeb..0000000000000000000000000000000000000000 --- a/gt_databricks/movie_platform/movie_platform__list_users.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5fd9dd38d90bf4203180629862a9e6c92d46a33a5f0af5dc3516810448d09b17 -size 4592246 diff --git a/gt_databricks/movie_platform/movie_platform__movies.csv b/gt_databricks/movie_platform/movie_platform__movies.csv deleted file mode 100644 index 5c395e8fa5c31b84d6d381c85bc6b2a03ad29792..0000000000000000000000000000000000000000 --- a/gt_databricks/movie_platform/movie_platform__movies.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5aa902083acac785f63f3cc6cef61d4c3ba9bc87f61c0e20b562e60949d1aee0 -size 27551479 diff --git a/gt_databricks/movielens/movielens__actors.csv b/gt_databricks/movielens/movielens__actors.csv deleted file mode 100644 index 775d889aca8781febaab2f5295f392fcdc5791a6..0000000000000000000000000000000000000000 --- a/gt_databricks/movielens/movielens__actors.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b2ad9a919aa55cface0cbb9f985a37c4d97110873136c827387c9037d9ffcc10 -size 2131482 diff --git a/gt_databricks/movielens/movielens__directors.csv b/gt_databricks/movielens/movielens__directors.csv deleted file mode 100644 index a420049fe71d8cb7e86d55ea49443bd78528f27c..0000000000000000000000000000000000000000 --- a/gt_databricks/movielens/movielens__directors.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cf84fb027ba57e8f4fdad194166ab930edc4ee753355c8de853fab5398970da7 -size 57435 diff --git a/gt_databricks/movielens/movielens__movies.csv b/gt_databricks/movielens/movielens__movies.csv deleted file mode 100644 index b4bbcf957008bc8ce22412c41198c6c277a76f5f..0000000000000000000000000000000000000000 --- a/gt_databricks/movielens/movielens__movies.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fbb90f0ada21bc8b07e61f0bbbdd9844d0fd2a7aab8dada1b57ff4f831078921 -size 189257 diff --git a/gt_databricks/movies_4/movies4__movies.csv b/gt_databricks/movies_4/movies4__movies.csv deleted file mode 100644 index 199511a8bffa7544b81cf443bdf7f8b06a9044bc..0000000000000000000000000000000000000000 --- a/gt_databricks/movies_4/movies4__movies.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e05d297d524cac559e67f342c451810da5d37a30ea364b0d6f4ee5e35996d5ee -size 231811 diff --git a/gt_databricks/movies_4/movies4__person.csv b/gt_databricks/movies_4/movies4__person.csv deleted file mode 100644 index 644f8cc183ba0fee6d615aa3c126f79d4ae8c967..0000000000000000000000000000000000000000 --- a/gt_databricks/movies_4/movies4__person.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2e52d7444f880fad753ac24918319f644a23150b5ea64b62a6eaa204d37f1476 -size 5048618 diff --git a/gt_databricks/movies_4/movies4__production_company.csv b/gt_databricks/movies_4/movies4__production_company.csv deleted file mode 100644 index eb32b1ba612bf543eb213062aa9cc2a475867b7e..0000000000000000000000000000000000000000 --- a/gt_databricks/movies_4/movies4__production_company.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2f796de0b0aaf867e78f792f86e48f4f56d08101b20094acf7a06f380451d4f8 -size 395349 diff --git a/gt_databricks/music_platform_2/music_platform__categories.csv b/gt_databricks/music_platform_2/music_platform__categories.csv deleted file mode 100644 index 5cc98db17a5e999d02a55f56a62729dd559201f3..0000000000000000000000000000000000000000 --- a/gt_databricks/music_platform_2/music_platform__categories.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:98cf1bf2f7e0d6693e952364238cbfe2462f7d965c0bbb8ba8c849210a5a67d0 -size 7161 diff --git a/gt_databricks/music_platform_2/music_platform__podcasts.csv b/gt_databricks/music_platform_2/music_platform__podcasts.csv deleted file mode 100644 index 77821506c5e0d42b672305c31b2ec8de5efaf1ce..0000000000000000000000000000000000000000 --- a/gt_databricks/music_platform_2/music_platform__podcasts.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fb9a9f7faa4499017c1143e308a8d98d23d39c3f00785b4d334e7de1ed593822 -size 78060356 diff --git a/gt_databricks/music_tracker/music_tracker__tags.csv b/gt_databricks/music_tracker/music_tracker__tags.csv deleted file mode 100644 index 28d54db8c7370b1c83d25c049733a4c5f7374cac..0000000000000000000000000000000000000000 --- a/gt_databricks/music_tracker/music_tracker__tags.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2adf9f131463f9db0a547a03117266bcc41ff6edd59dd791f7026dd4329f882c -size 185611 diff --git a/gt_databricks/olympics/athletes.csv b/gt_databricks/olympics/athletes.csv deleted file mode 100644 index b96c71a88ec9d4ae645d3e3849f43e619fa2785e..0000000000000000000000000000000000000000 --- a/gt_databricks/olympics/athletes.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3860e2752470ef665b1e6a5df44a9ba73193ae713ec76ceefb1c2616bf22488d -size 7173914 diff --git a/gt_databricks/olympics/regions.csv b/gt_databricks/olympics/regions.csv deleted file mode 100644 index e0e68148d9a3be073e98fa2f335f763e7f2f122e..0000000000000000000000000000000000000000 --- a/gt_databricks/olympics/regions.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6723ed5e03965b60b5b5aac3ffd79810b65e58e4aa46f14ae5167680288d7282 -size 13619 diff --git a/gt_databricks/olympics/sports.csv b/gt_databricks/olympics/sports.csv deleted file mode 100644 index 215a7a868a11408c02a94b858153d78045b1eb67..0000000000000000000000000000000000000000 --- a/gt_databricks/olympics/sports.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a716103013360e8ddc149e6fc7b941394953a5460322ff4a4dfc082e62046ea5 -size 3845 diff --git a/gt_databricks/pardot/pardot__campaigns.csv b/gt_databricks/pardot/pardot__campaigns.csv deleted file mode 100644 index edbd00406434c438b853c27ce6a0115d70963931..0000000000000000000000000000000000000000 --- a/gt_databricks/pardot/pardot__campaigns.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:49b89733b0000632a2671bd630759d860d65722a169606635d4bbc05bfa8e795 -size 4611 diff --git a/gt_databricks/pardot/pardot__lists.csv b/gt_databricks/pardot/pardot__lists.csv deleted file mode 100644 index f98d062f4e308d3845a1ace4a45959725fdfac32..0000000000000000000000000000000000000000 --- a/gt_databricks/pardot/pardot__lists.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f6dc5f6487a9471ca65203252ad8b34a3f7143f636efdf835bea02bf57d68f1a -size 10634 diff --git a/gt_databricks/pardot/pardot__opportunities.csv b/gt_databricks/pardot/pardot__opportunities.csv deleted file mode 100644 index a5c28afc24cc3e9b8c6ca954b016d67187ea779c..0000000000000000000000000000000000000000 --- a/gt_databricks/pardot/pardot__opportunities.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e7a1eeeac3ff3b0f32b9c9e1fb3052dba2e7dc23992bb1b186986c629ac399e6 -size 15461 diff --git a/gt_databricks/pardot/pardot__prospects.csv b/gt_databricks/pardot/pardot__prospects.csv deleted file mode 100644 index 10ab09c107ff8cfe1ef08100a7e48b7fd2e9d38f..0000000000000000000000000000000000000000 --- a/gt_databricks/pardot/pardot__prospects.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:85f4bf3ee84731bcdbf03d09a40c744a238bc6780be01acf3a757404088cccf1 -size 48938 diff --git a/gt_databricks/pinterest/pinterest_ads__ad_group_report.csv b/gt_databricks/pinterest/pinterest_ads__ad_group_report.csv deleted file mode 100644 index 9ae772ff9ada66c4cce17d1c0c754cac10814487..0000000000000000000000000000000000000000 --- a/gt_databricks/pinterest/pinterest_ads__ad_group_report.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:76870a81c14c78fa485b656159ecc102f0ddcdff2ff65b820188b798089e0ae0 -size 1310 diff --git a/gt_databricks/pinterest/pinterest_ads__advertiser_report.csv b/gt_databricks/pinterest/pinterest_ads__advertiser_report.csv deleted file mode 100644 index 1125e264545e1d0536f497c10254570192511694..0000000000000000000000000000000000000000 --- a/gt_databricks/pinterest/pinterest_ads__advertiser_report.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bd5bd58a8dad568f7e8fc5116d13d60d583ac7c9c2060ff020d73fb127dd744d -size 557 diff --git a/gt_databricks/pinterest/pinterest_ads__campaign_report.csv b/gt_databricks/pinterest/pinterest_ads__campaign_report.csv deleted file mode 100644 index 3115acaa3bb4d3a711d22f51254d76b59b4ac6b7..0000000000000000000000000000000000000000 --- a/gt_databricks/pinterest/pinterest_ads__campaign_report.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:21dc392f8828baeb00d688b578b52d62d62a06e102606d44bf0340386040d61d -size 772 diff --git a/gt_databricks/pinterest/pinterest_ads__keyword_report.csv b/gt_databricks/pinterest/pinterest_ads__keyword_report.csv deleted file mode 100644 index 761ee2caa5ccfe94d26146e0ecd619b4857359d6..0000000000000000000000000000000000000000 --- a/gt_databricks/pinterest/pinterest_ads__keyword_report.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0fe467de03ee94e5e808a84a7a45823d7ce3604fad7b168b04381f169fb665ac -size 1375 diff --git a/gt_databricks/professional_basketball/professional_basketball__coaches.csv b/gt_databricks/professional_basketball/professional_basketball__coaches.csv deleted file mode 100644 index f31a0c79cdb32ef30b119c35efe75b4a69b60b02..0000000000000000000000000000000000000000 --- a/gt_databricks/professional_basketball/professional_basketball__coaches.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:14105358bdefd96f65a008bc60543749e4017ff21a9db47bce2ad75f0d697da6 -size 7712 diff --git a/gt_databricks/professional_basketball/professional_basketball__players.csv b/gt_databricks/professional_basketball/professional_basketball__players.csv deleted file mode 100644 index fa459811eedd0f418d63bd40a301867a0642c5f1..0000000000000000000000000000000000000000 --- a/gt_databricks/professional_basketball/professional_basketball__players.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e78bd7a677d10a5a63bc2cca1e335e5ac4c1292fc0fcf79b7ab0b84a97c2b6a2 -size 258091 diff --git a/gt_databricks/professional_basketball/professional_basketball__teams.csv b/gt_databricks/professional_basketball/professional_basketball__teams.csv deleted file mode 100644 index 7643270bd44e72c7a126d466fed041ba3db4f9f4..0000000000000000000000000000000000000000 --- a/gt_databricks/professional_basketball/professional_basketball__teams.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:81cba7d5aa8984f555fdd00a26d2228a5aef56e8c3cc0dd5848dcb409e531e84 -size 2706 diff --git a/gt_databricks/public_review_platform/public_review_platform__businesses.csv b/gt_databricks/public_review_platform/public_review_platform__businesses.csv deleted file mode 100644 index fba25fc96758e3a1fd0da087821adaa852a423fb..0000000000000000000000000000000000000000 --- a/gt_databricks/public_review_platform/public_review_platform__businesses.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1c2a2f7bf9d8f49d47e6d532e335e2b9eeb844b0f4f7583e1bf1998435bafb6c -size 623088 diff --git a/gt_databricks/public_review_platform/public_review_platform__users.csv b/gt_databricks/public_review_platform/public_review_platform__users.csv deleted file mode 100644 index c51162945375f138befd50870042eeec9c551037..0000000000000000000000000000000000000000 --- a/gt_databricks/public_review_platform/public_review_platform__users.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d53e8c7010464f540eb4c10d8fd73266466215976709eb2046728e17464c4c1d -size 1892771 diff --git a/gt_databricks/qualtrics/qualtrics__contact.csv b/gt_databricks/qualtrics/qualtrics__contact.csv deleted file mode 100644 index 71815eafdcddd9e9882f925b6c6fe6fed748b7d4..0000000000000000000000000000000000000000 --- a/gt_databricks/qualtrics/qualtrics__contact.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:31353f0ec24987614f9e65a8230feea50cb3ca025de64c3b2b258f1c17c4345a -size 1941 diff --git a/gt_databricks/qualtrics/qualtrics__directory.csv b/gt_databricks/qualtrics/qualtrics__directory.csv deleted file mode 100644 index fec00f0102ebc7b735204d8f68547bb4918cb6c6..0000000000000000000000000000000000000000 --- a/gt_databricks/qualtrics/qualtrics__directory.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d9b5d78981d3d9cc03cc5901267320cb80b03edb43be406290511185afd47598 -size 626 diff --git a/gt_databricks/qualtrics/qualtrics__distribution.csv b/gt_databricks/qualtrics/qualtrics__distribution.csv deleted file mode 100644 index 1712f219c350a8c40c74f006419ea5b717a4ca16..0000000000000000000000000000000000000000 --- a/gt_databricks/qualtrics/qualtrics__distribution.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c572aea1357e99cdd62c548e9046170b8d9fca6e64a641fbf16edb6712020c02 -size 8256 diff --git a/gt_databricks/qualtrics/qualtrics__survey.csv b/gt_databricks/qualtrics/qualtrics__survey.csv deleted file mode 100644 index 418bc830a5c6ada98cd103dc14da1793360ff454..0000000000000000000000000000000000000000 --- a/gt_databricks/qualtrics/qualtrics__survey.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:26d3bf5e7f100c7e72a3a4686b1eba6c55f95f8c9afa28b752765e96a9f11faa -size 4147 diff --git a/gt_databricks/recurly/recurly__account_overview.csv b/gt_databricks/recurly/recurly__account_overview.csv deleted file mode 100644 index ebae38740ba48349f2f18f1b3c72b90c20b4b7d2..0000000000000000000000000000000000000000 --- a/gt_databricks/recurly/recurly__account_overview.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a391e20195babfb72195d517959603df01c1f5b1c2b9e28fbf4053241ec8d7c4 -size 1661 diff --git a/gt_databricks/recurly/recurly__balance_transactions.csv b/gt_databricks/recurly/recurly__balance_transactions.csv deleted file mode 100644 index 01ff11605e1c1e4b7d1eaa6a20fc1b50786f6d1a..0000000000000000000000000000000000000000 --- a/gt_databricks/recurly/recurly__balance_transactions.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:20d622837f10f2dc09b3bc3d223b4c1bd31c10eda6d0e938dd51ff869be2b541 -size 11897 diff --git a/gt_databricks/recurly/recurly__churn_analysis.csv b/gt_databricks/recurly/recurly__churn_analysis.csv deleted file mode 100644 index 4ad66579e9c4fad69fdb1e50399f584f9065bdc7..0000000000000000000000000000000000000000 --- a/gt_databricks/recurly/recurly__churn_analysis.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b0b4db57508b19f8fe50fc62f14e82ea43049eaff4ea04a453656ab4fd4cdab8 -size 2269 diff --git a/gt_databricks/recurly/recurly__subscription_overview.csv b/gt_databricks/recurly/recurly__subscription_overview.csv deleted file mode 100644 index 4c8904613f5f581bccedeef04f8cc2955ad9a72e..0000000000000000000000000000000000000000 --- a/gt_databricks/recurly/recurly__subscription_overview.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d3bdd67819208c4560ca0731b9d506d347c1bc1628fa61bd70b50c593f4ccee5 -size 3657 diff --git a/gt_databricks/regional_sales/regional_sales__customers.csv b/gt_databricks/regional_sales/regional_sales__customers.csv deleted file mode 100644 index a90aea5249dc979f748c01daeeb7fa9c7fede178..0000000000000000000000000000000000000000 --- a/gt_databricks/regional_sales/regional_sales__customers.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:089ba1cd6c353a83fa0372cb3178990212479c3d1b724f56033b84c9efa0faee -size 3460 diff --git a/gt_databricks/regional_sales/regional_sales__products.csv b/gt_databricks/regional_sales/regional_sales__products.csv deleted file mode 100644 index baf76cc008daf057b7fcbe6661400e4d6f867870..0000000000000000000000000000000000000000 --- a/gt_databricks/regional_sales/regional_sales__products.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0e692362f28732c1205b3f471cb9c73e2f1fa3381fe4eb9eae36e8efebb6f10a -size 2071 diff --git a/gt_databricks/restaurant/cities.csv b/gt_databricks/restaurant/cities.csv deleted file mode 100644 index 950b03ac28455354b9329a4c200e560206f135f2..0000000000000000000000000000000000000000 --- a/gt_databricks/restaurant/cities.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a86bcbf812aba0ace28cb182f8fa09f17fc89bd677d58974e7085e9d24c57f74 -size 9423 diff --git a/gt_databricks/retail_complains/Clients.csv b/gt_databricks/retail_complains/Clients.csv deleted file mode 100644 index a6629968a2ca98f76774a91288d429e19954129a..0000000000000000000000000000000000000000 --- a/gt_databricks/retail_complains/Clients.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c0f8e08b47d83424bc0bcb34d0ab9faf0fb1d861225d4bff729fe53c309a190c -size 335049 diff --git a/gt_databricks/retail_world/retail_world__customers.csv b/gt_databricks/retail_world/retail_world__customers.csv deleted file mode 100644 index 9ebef79e4a11e71234a4e5db74d43cbef45fac7c..0000000000000000000000000000000000000000 --- a/gt_databricks/retail_world/retail_world__customers.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c771e4d3735e32f9b9726041b69cd3c5f1aa6b2673ee8c7466ec3271d1d9dba9 -size 5649 diff --git a/gt_databricks/retails/customers.csv b/gt_databricks/retails/customers.csv deleted file mode 100644 index 8a45c80f37bbc8903b1dda332fa199e7c9d62c24..0000000000000000000000000000000000000000 --- a/gt_databricks/retails/customers.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f9fe2b33ad78f1ea04e3dd42bcdfa4867a5de4b80c3b7671a535be623e6b0a0c -size 8708593 diff --git a/gt_databricks/retails/nations.csv b/gt_databricks/retails/nations.csv deleted file mode 100644 index c36305e7023d512064c11d619b2494120efbdf89..0000000000000000000000000000000000000000 --- a/gt_databricks/retails/nations.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8c7c162523758dde0a8b1688276ed96de179b8571a098864e196d2a9892c33d0 -size 1591 diff --git a/gt_databricks/sales/sales__customers.csv b/gt_databricks/sales/sales__customers.csv deleted file mode 100644 index 9e631dba21a131585f1bfbdbde8136d1473a10c0..0000000000000000000000000000000000000000 --- a/gt_databricks/sales/sales__customers.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:96b27d6579c6821e5d0eb8eb55d423d0f7f685e14cf596b464b12a33bade5553 -size 651957 diff --git a/gt_databricks/sales/sales__employees.csv b/gt_databricks/sales/sales__employees.csv deleted file mode 100644 index d8fe4d03e5b17e5b372e1a6579304c638b0e584b..0000000000000000000000000000000000000000 --- a/gt_databricks/sales/sales__employees.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0fd3eb4dba0bb56175dc96d5a7fedcd070f2a844ab1015f940ef45dd6ceeb336 -size 1688 diff --git a/gt_databricks/sales/sales__products.csv b/gt_databricks/sales/sales__products.csv deleted file mode 100644 index dc5341fd50bec3428fd9294f971ea830da9078ee..0000000000000000000000000000000000000000 --- a/gt_databricks/sales/sales__products.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2244d706521b5942911fcd1197c238329f2213333dbc4f2ea2cf1f5cabe6f278 -size 36862 diff --git a/gt_databricks/sales_in_weather/stations.csv b/gt_databricks/sales_in_weather/stations.csv deleted file mode 100644 index 91cdbcb67ae6c23d621de99930de3311603191e3..0000000000000000000000000000000000000000 --- a/gt_databricks/sales_in_weather/stations.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c2d70e3aa994ae98e343a9b6245982a0dd24fffa22b02b7c612c81a23c6c7cfa -size 828 diff --git a/gt_databricks/sales_in_weather/stores.csv b/gt_databricks/sales_in_weather/stores.csv deleted file mode 100644 index 0d6b179a1a0e6308f867e227c1ae24af2ab515df..0000000000000000000000000000000000000000 --- a/gt_databricks/sales_in_weather/stores.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:30cd794e9f3d9b22b043b212a95a2e37adcf1f0c5a819d76199e01cf2f5364d3 -size 1639 diff --git a/gt_databricks/shakespeare/shakespeare__works.csv b/gt_databricks/shakespeare/shakespeare__works.csv deleted file mode 100644 index 0459b8f698c547fc0853d83bed63b75b31a7c034..0000000000000000000000000000000000000000 --- a/gt_databricks/shakespeare/shakespeare__works.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ac190a787650160c85cf5da5c84e7a27b49a0ede88462c53d4ee474e53ac87bd -size 1985 diff --git a/gt_databricks/shipping/drivers.csv b/gt_databricks/shipping/drivers.csv deleted file mode 100644 index 3452e564c04b6970a5315210babeb7c890590c46..0000000000000000000000000000000000000000 --- a/gt_databricks/shipping/drivers.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:08f01d0582f12e04fe23830075658d8056f4c6c7a60ab04e4571dee3e94cca9a -size 738 diff --git a/gt_databricks/shipping/trucks.csv b/gt_databricks/shipping/trucks.csv deleted file mode 100644 index 807d682bab830f713aa2a298f1fc9d4295483e21..0000000000000000000000000000000000000000 --- a/gt_databricks/shipping/trucks.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:08fa0ba497f0683834314267575cac07e2fa39006d2c498e1438af83f3189e9c -size 950 diff --git a/gt_databricks/simpson_episodes/simpson_episodes__episode.csv b/gt_databricks/simpson_episodes/simpson_episodes__episode.csv deleted file mode 100644 index 3415e7ebe75e84065b5b2830bb9a4787d87b4cf4..0000000000000000000000000000000000000000 --- a/gt_databricks/simpson_episodes/simpson_episodes__episode.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2dc563328b4e82e9492eb82d0ac41e70b25b85ac5f7ceeb4d416c6e89ebb1e01 -size 1930 diff --git a/gt_databricks/soccer_2016/teams.csv b/gt_databricks/soccer_2016/teams.csv deleted file mode 100644 index e760318750fc38da8a852ea0bb79529a634d979f..0000000000000000000000000000000000000000 --- a/gt_databricks/soccer_2016/teams.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:61174dc2ce9841327c83e623523dab74638534ae3a57cece32b0e541e4c77432 -size 874 diff --git a/gt_databricks/social_media/countries.csv b/gt_databricks/social_media/countries.csv deleted file mode 100644 index b57d6cfca7e854d858218a03ee06276bbad43eee..0000000000000000000000000000000000000000 --- a/gt_databricks/social_media/countries.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f52dab4432906cb9d23b62255387726257dd8eb31478dd21d34dcba7d4fcbba8 -size 26973 diff --git a/gt_databricks/software_company/geo.csv b/gt_databricks/software_company/geo.csv deleted file mode 100644 index 3dc3c716f450f3222cecf442e54200d1a6a43edd..0000000000000000000000000000000000000000 --- a/gt_databricks/software_company/geo.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2c0abebc1e47aa350d3911b93468fb260b68871871bff4bcc42898e38f1ce9ea -size 12081 diff --git a/gt_databricks/student_club/events.csv b/gt_databricks/student_club/events.csv deleted file mode 100644 index 0a5cf7b6ece67749fc038e19b4cf0678cc8771e9..0000000000000000000000000000000000000000 --- a/gt_databricks/student_club/events.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6d5a5742bdf91238b108a7546c5d3be728fc347e2d9638cd722c6a40ec277d52 -size 2892 diff --git a/gt_databricks/student_club/members.csv b/gt_databricks/student_club/members.csv deleted file mode 100644 index a22c741421fdfa50627f3f2f3713f024b771d1d4..0000000000000000000000000000000000000000 --- a/gt_databricks/student_club/members.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0e1b6834f702fcc0ff11794109a253a2e1adcbd71f5d4a6296775ff3cf8166b7 -size 1858 diff --git a/gt_databricks/student_loan/organization.csv b/gt_databricks/student_loan/organization.csv deleted file mode 100644 index b644321220b1be98da941c30b820f83855449b26..0000000000000000000000000000000000000000 --- a/gt_databricks/student_loan/organization.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c3a982e02c6a06fc0aa547627c013de8cfabc3d8e7b6e149defe62b07d99546c -size 491 diff --git a/gt_databricks/student_loan/schools.csv b/gt_databricks/student_loan/schools.csv deleted file mode 100644 index 155e909db39407912e34d530000210307c62a627..0000000000000000000000000000000000000000 --- a/gt_databricks/student_loan/schools.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6d8cbfd3e24f2ef8b337fa4625ac55dc65e76fd95fdf7ec23f6be1aee1155e42 -size 481 diff --git a/gt_databricks/student_loan/students.csv b/gt_databricks/student_loan/students.csv deleted file mode 100644 index ebbb60fdbb44121f03c9e86ad7beb8f76dd40355..0000000000000000000000000000000000000000 --- a/gt_databricks/student_loan/students.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4c9882cc5ec81ce7ce95883a3453222de2dcaa295917c226e9b8fd94bd48e774 -size 21012 diff --git a/gt_databricks/superhero/superheroes.csv b/gt_databricks/superhero/superheroes.csv deleted file mode 100644 index 469da0f9d2bb14cb5ecc108870876aa7f3efac72..0000000000000000000000000000000000000000 --- a/gt_databricks/superhero/superheroes.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cfd773c2ec4f70cee6b5de0039d2d8ebb55f586bbc2685837550f63badf867f1 -size 28428 diff --git a/gt_databricks/superstore/customers.csv b/gt_databricks/superstore/customers.csv deleted file mode 100644 index 3c72d7a49838c6adaf31b9d68a3b4688545cae02..0000000000000000000000000000000000000000 --- a/gt_databricks/superstore/customers.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:79b50c0ad0946048d9344792c4828730b0591b97298aa755fdf8c349390852a7 -size 95990 diff --git a/gt_databricks/superstore/products.csv b/gt_databricks/superstore/products.csv deleted file mode 100644 index 5b561dd92b2e2482173a3077e121deb58550f426..0000000000000000000000000000000000000000 --- a/gt_databricks/superstore/products.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6091919653e783199788876bbd2a2a25bc950e939df076176da3fb924d6fa605 -size 432992 diff --git a/gt_databricks/synthea/synthea__patients.csv b/gt_databricks/synthea/synthea__patients.csv deleted file mode 100644 index 016f8df7e0b4d26e709ef9a715205c19acde91de..0000000000000000000000000000000000000000 --- a/gt_databricks/synthea/synthea__patients.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a46815ea9d394467dcb833e221d57a294e9950612a12b6a3c45b370554ef714a -size 121526 diff --git a/gt_databricks/talkingdata/labels.csv b/gt_databricks/talkingdata/labels.csv deleted file mode 100644 index 50bf1badb6fbe9acf1b486344a79887ef13120e3..0000000000000000000000000000000000000000 --- a/gt_databricks/talkingdata/labels.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:97fa503df6add8818e7144a075d04048199729130f644bbc7e10fd27f97bb9aa -size 32011 diff --git a/gt_databricks/thrombosis_prediction/patients.csv b/gt_databricks/thrombosis_prediction/patients.csv deleted file mode 100644 index c8355a617174ddb4fd4bafae704e783a7a4f225b..0000000000000000000000000000000000000000 --- a/gt_databricks/thrombosis_prediction/patients.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4be9dc2ea1a30f504355fcc4f1ceaad92b0f9fb52202501439bb5cf557a732a3 -size 40458 diff --git a/gt_databricks/tiktok_ads/tiktok_ads__ad_group_report.csv b/gt_databricks/tiktok_ads/tiktok_ads__ad_group_report.csv deleted file mode 100644 index 5737414d7cd9a373c513e19cd883b4adfdcccb3d..0000000000000000000000000000000000000000 --- a/gt_databricks/tiktok_ads/tiktok_ads__ad_group_report.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c5eccba3bf7ee7a93a31f67755cb9512730ea6a88254e2c3c6d6b4d0eac3337f -size 929 diff --git a/gt_databricks/tiktok_ads/tiktok_ads__ad_report.csv b/gt_databricks/tiktok_ads/tiktok_ads__ad_report.csv deleted file mode 100644 index a72ee8d095a732f99797af9bfc6f9a39e92bb11e..0000000000000000000000000000000000000000 --- a/gt_databricks/tiktok_ads/tiktok_ads__ad_report.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e170ffdcffefcdd142f9feb3023252b90a9ad6e6fa30af18100c467bf9504234 -size 1087 diff --git a/gt_databricks/tiktok_ads/tiktok_ads__advertiser_report.csv b/gt_databricks/tiktok_ads/tiktok_ads__advertiser_report.csv deleted file mode 100644 index 0ccfe38573a085de0f6e2f8f57ecf8d94cb7f588..0000000000000000000000000000000000000000 --- a/gt_databricks/tiktok_ads/tiktok_ads__advertiser_report.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c1ede2b5663ee3f6fef171c13b2c7f670b8ef6b4833c2650ea588b6284febf0d -size 675 diff --git a/gt_databricks/tiktok_ads/tiktok_ads__campaign_report.csv b/gt_databricks/tiktok_ads/tiktok_ads__campaign_report.csv deleted file mode 100644 index 5cb7ffc39dac20be85b3b54953343acadd3ce69f..0000000000000000000000000000000000000000 --- a/gt_databricks/tiktok_ads/tiktok_ads__campaign_report.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e3736325887f281cd0929854f156637385f22975b993d6b61ff73985076bd76d -size 1037 diff --git a/gt_databricks/toxicology/molecules.csv b/gt_databricks/toxicology/molecules.csv deleted file mode 100644 index fd4b3c02802d046b7b877b94a1b4f18cf20b89b6..0000000000000000000000000000000000000000 --- a/gt_databricks/toxicology/molecules.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1de891e9f0a5728c2e3538851b41862ac4ffb7ca784817052a9a0762d888d0dd -size 11817 diff --git a/gt_databricks/trains/trains.csv b/gt_databricks/trains/trains.csv deleted file mode 100644 index 8109c98a23175cbd9a21cd533f542014cac0debc..0000000000000000000000000000000000000000 --- a/gt_databricks/trains/trains.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9b11c739c45c2ff131f99e06902bebe2a5ec44545d1934a534627bd0d7985996 -size 565 diff --git a/gt_databricks/twilio/twilio__account_overview.csv b/gt_databricks/twilio/twilio__account_overview.csv deleted file mode 100644 index 971165b6ad38219166ff5060034f9c7e7351f786..0000000000000000000000000000000000000000 --- a/gt_databricks/twilio/twilio__account_overview.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5b6d64aa960b9118be2cfc68ebb034df27b497c0bf7e63119e571c7b137ab5ff -size 612 diff --git a/gt_databricks/twitter_organic/twitter_organic__tweets.csv b/gt_databricks/twitter_organic/twitter_organic__tweets.csv deleted file mode 100644 index 073fadb09833d837fec4f1e65b862172484c0fd2..0000000000000000000000000000000000000000 --- a/gt_databricks/twitter_organic/twitter_organic__tweets.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a525ea1dda1d6cf3c5635a12e8acff319340580149d8c0f5d1d834f5f46a7760 -size 27244 diff --git a/gt_databricks/university/countries.csv b/gt_databricks/university/countries.csv deleted file mode 100644 index 76f37f2851dd85114033bf318260c4039d4ce77c..0000000000000000000000000000000000000000 --- a/gt_databricks/university/countries.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:35371ea4208d7f5d719b3b0b4e243ad5f8f9d0278fe3ab935bbbf41fe02e72a1 -size 3103 diff --git a/gt_databricks/university/universities.csv b/gt_databricks/university/universities.csv deleted file mode 100644 index 5eddfd396021d9ebaefc41cb80c97cf18ae5f60c..0000000000000000000000000000000000000000 --- a/gt_databricks/university/universities.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:468ee7c4f25e42dbba701bf810e977c2076d1913a3eb3e17d35a17bd83459330 -size 73629 diff --git a/gt_databricks/video_games/publishers.csv b/gt_databricks/video_games/publishers.csv deleted file mode 100644 index bab3837fe5222809e0d5be02c7f5c9c34b8d4752..0000000000000000000000000000000000000000 --- a/gt_databricks/video_games/publishers.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e6dc75694e0c111cc055c844de76ba59fca1547371d33c496571b47fd4bd34aa -size 29530 diff --git a/gt_databricks/workday/workday__employee_overview.csv b/gt_databricks/workday/workday__employee_overview.csv deleted file mode 100644 index 2342c5acd3e82c9f022d384d6b4ae6868b99448f..0000000000000000000000000000000000000000 --- a/gt_databricks/workday/workday__employee_overview.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0cd6e85eb31afff98ea16feef36c4da6c3712c7d9406ba7d40037469527b1b60 -size 2975 diff --git a/gt_databricks/workday/workday__job_overview.csv b/gt_databricks/workday/workday__job_overview.csv deleted file mode 100644 index 2f21a28fe1baf62d2206fdeafff4dcc891ccd5a5..0000000000000000000000000000000000000000 --- a/gt_databricks/workday/workday__job_overview.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:74bb5c8fdd9ca541e74f8ed43f07814365b43ffb7ac40f55d94f2501b441d3b5 -size 8435 diff --git a/gt_databricks/workday/workday__organization_overview.csv b/gt_databricks/workday/workday__organization_overview.csv deleted file mode 100644 index ead2295c983cd41ba293eef43011055693505a8b..0000000000000000000000000000000000000000 --- a/gt_databricks/workday/workday__organization_overview.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5828f3070e3fcfa3fdb3b0e247890e8418a880af5ae5ba56afa4a3ee4ca12330 -size 1478 diff --git a/gt_databricks/workday/workday__position_overview.csv b/gt_databricks/workday/workday__position_overview.csv deleted file mode 100644 index 1a9f41456bfa68d581a283ca5884a8e44b6e9680..0000000000000000000000000000000000000000 --- a/gt_databricks/workday/workday__position_overview.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5f2e12872228866ccb65b76ca7dc2634a628e22fd6e6d86b97937eccf74a6021 -size 1537 diff --git a/gt_databricks/works_cycles/products.csv b/gt_databricks/works_cycles/products.csv deleted file mode 100644 index 6c8524d8b9a6e8affbca24877df8f9254cc327e3..0000000000000000000000000000000000000000 --- a/gt_databricks/works_cycles/products.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:77368263966c4452846dcca09dbb2d2b7dbc0b354d5f86b2b1c256ea17f6a0cb -size 23551 diff --git a/gt_databricks/world/countries.csv b/gt_databricks/world/countries.csv deleted file mode 100644 index 63dab5063c5539307a2ee616075309cba6107136..0000000000000000000000000000000000000000 --- a/gt_databricks/world/countries.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2e7dce81ea361e3259192cd3a0a4ad1d0b9a058cc788febd4b2d5d0e5709fc78 -size 14439 diff --git a/gt_databricks/world_development_indicators/countries.csv b/gt_databricks/world_development_indicators/countries.csv deleted file mode 100644 index 2fe2b728d4e2781a42babf01380c9f8935729188..0000000000000000000000000000000000000000 --- a/gt_databricks/world_development_indicators/countries.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:aefebc8446bc788c3f458f5dd90b216f9af98c8a16dbcd5cbc764e8b60908b6b -size 16139 diff --git a/gt_databricks/xero/xero__general_ledger.csv b/gt_databricks/xero/xero__general_ledger.csv deleted file mode 100644 index 6c4c87bc01c8f76cd219b4a180393d3c53ae9822..0000000000000000000000000000000000000000 --- a/gt_databricks/xero/xero__general_ledger.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9c3d17b67aca0a970c1b2d11945238ee471e5f58412d1165611c190d106dab13 -size 1327217 diff --git a/gt_databricks/xero/xero__invoice_line_items.csv b/gt_databricks/xero/xero__invoice_line_items.csv deleted file mode 100644 index fb03479d1790c9612cbed0deaa930b292aacdf0e..0000000000000000000000000000000000000000 --- a/gt_databricks/xero/xero__invoice_line_items.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a9a2786d4a1ed9d8c54274b76104506b5cc5fde4f523f57d0fb5d959afee19cc -size 203908 diff --git a/gt_databricks/youtube_analytics/youtube__age_demographics_pivot.csv b/gt_databricks/youtube_analytics/youtube__age_demographics_pivot.csv deleted file mode 100644 index 35d7ddaf61cf23a7e57b235405d22078c4d79b70..0000000000000000000000000000000000000000 --- a/gt_databricks/youtube_analytics/youtube__age_demographics_pivot.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3be09601de4f31dcccec3a6086eb0256179b27e40fea827dbdf9bf78be033ea9 -size 296 diff --git a/gt_databricks/youtube_analytics/youtube__demographics_report.csv b/gt_databricks/youtube_analytics/youtube__demographics_report.csv deleted file mode 100644 index 5999ac82a6b095ed1d3b327e76bf8ad24160afef..0000000000000000000000000000000000000000 --- a/gt_databricks/youtube_analytics/youtube__demographics_report.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:45ec135f8d3629728117f5be61ae7c1fc1906ec455aadd1c4fd0813d0a262fa8 -size 805 diff --git a/gt_databricks/youtube_analytics/youtube__video_report.csv b/gt_databricks/youtube_analytics/youtube__video_report.csv deleted file mode 100644 index 490068709a1c48d9c68e3a9ffd2f2d0651fe04b6..0000000000000000000000000000000000000000 --- a/gt_databricks/youtube_analytics/youtube__video_report.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6230ca6d8d296f72302359a8a3dc17aa233654115cf1e92565bdc146ab3c2477 -size 55014 diff --git a/gt_databricks/zuora/zuora__billing_history.csv b/gt_databricks/zuora/zuora__billing_history.csv deleted file mode 100644 index 703054c7c361fefb51917bb46be0b4630d1e0967..0000000000000000000000000000000000000000 --- a/gt_databricks/zuora/zuora__billing_history.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fe87a69de121b7726818a8e00d158e5f299f1aadd7eeba72d5c7df5fbbbf07f0 -size 3679 diff --git a/gt_redshift/address/states.csv b/gt_redshift/address/states.csv deleted file mode 100644 index 5ec7588f9b169d3fc9814fa77f1b0cf8ee706baa..0000000000000000000000000000000000000000 --- a/gt_redshift/address/states.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:610b18d482d03750d7c21b77aaea339c968c323f20bb3df23ca113fd91a40129 -size 2323 diff --git a/gt_redshift/airline/airline__airlines.csv b/gt_redshift/airline/airline__airlines.csv deleted file mode 100644 index 1e3eb820c998502f15ec40383a31a15576d9123d..0000000000000000000000000000000000000000 --- a/gt_redshift/airline/airline__airlines.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ab8690951ef2ce928a8e0a44d518208c007496be6e222eabeeef7ba31c912ca7 -size 72765 diff --git a/gt_redshift/airline/airline__airports.csv b/gt_redshift/airline/airline__airports.csv deleted file mode 100644 index 5995145bea554d87263b1d5ead0af58b70cf6ef4..0000000000000000000000000000000000000000 --- a/gt_redshift/airline/airline__airports.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3304df5cf6f1b047f1d8d1e46ad143bda9249b77ce1f36525143e22ec27888c2 -size 344220 diff --git a/gt_redshift/amplitude/amplitude__event_enhanced.csv b/gt_redshift/amplitude/amplitude__event_enhanced.csv deleted file mode 100644 index 29aaafa8b3ec96a7ca349e413fbcc407b9068b77..0000000000000000000000000000000000000000 --- a/gt_redshift/amplitude/amplitude__event_enhanced.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5e517b25642bf6349003ef6a1a06a48624625bc8d20452d4d96c27ce29a59acb -size 6331 diff --git a/gt_redshift/amplitude/amplitude__sessions.csv b/gt_redshift/amplitude/amplitude__sessions.csv deleted file mode 100644 index 9d0f186433a15cc38cc69511833e3ae94a35b5bb..0000000000000000000000000000000000000000 --- a/gt_redshift/amplitude/amplitude__sessions.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:30427b7ebdf143fb80e3a61a8861bd1619d4411bcf11ab28f938deed21c3d766 -size 1096 diff --git a/gt_redshift/amplitude/amplitude__user_enhanced.csv b/gt_redshift/amplitude/amplitude__user_enhanced.csv deleted file mode 100644 index 021813d7a613bf9e0bd201800ccbd8b78d4e1cf2..0000000000000000000000000000000000000000 --- a/gt_redshift/amplitude/amplitude__user_enhanced.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4e406d25fc60fcf84a864e428c76fc045b6b8ffae6a84814e95b8781e741745d -size 819 diff --git a/gt_redshift/app_store/apps.csv b/gt_redshift/app_store/apps.csv deleted file mode 100644 index ebce6fd1532da122dcd1578870e8477a440de916..0000000000000000000000000000000000000000 --- a/gt_redshift/app_store/apps.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:40c6429745e41c659de55f0b24a11a69f74ae4991f514da9cf18a263a54ed77b -size 326213 diff --git a/gt_redshift/apple_store/apple_store__app_version_report.csv b/gt_redshift/apple_store/apple_store__app_version_report.csv deleted file mode 100644 index 6927dfbab91d7e25c32af90eecad482f26192b73..0000000000000000000000000000000000000000 --- a/gt_redshift/apple_store/apple_store__app_version_report.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:94cb2ad85161d4b36c36f0e142b8925a17af2b62113eab6656322c9680aaf395 -size 1446 diff --git a/gt_redshift/apple_store/apple_store__device_report.csv b/gt_redshift/apple_store/apple_store__device_report.csv deleted file mode 100644 index e89b5975585f0871a2e041624b114c52ed9a5463..0000000000000000000000000000000000000000 --- a/gt_redshift/apple_store/apple_store__device_report.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:492e273ccc43b1d54dfdaec226c14d96164be71f56d8865f83fbbc4d729f4def -size 1736 diff --git a/gt_redshift/apple_store/apple_store__overview_report.csv b/gt_redshift/apple_store/apple_store__overview_report.csv deleted file mode 100644 index fa82ea8330309abf25250acc6066b44fac16d1e4..0000000000000000000000000000000000000000 --- a/gt_redshift/apple_store/apple_store__overview_report.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cf1f3e2b004eff8cee5323b5c349b24b4199ca3a33de908fc65640cbbf0fa686 -size 640 diff --git a/gt_redshift/apple_store/apple_store__platform_version_report.csv b/gt_redshift/apple_store/apple_store__platform_version_report.csv deleted file mode 100644 index eb86cdb7080d07848771093f3abee9ce631fc8e0..0000000000000000000000000000000000000000 --- a/gt_redshift/apple_store/apple_store__platform_version_report.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fc275ba887d15c845b26bbfe938e22b542cf6bbb92d58215b821ebe7f6a5ec12 -size 1755 diff --git a/gt_redshift/apple_store/apple_store__source_type_report.csv b/gt_redshift/apple_store/apple_store__source_type_report.csv deleted file mode 100644 index 2440e5814f46d1cef4c0a561e921f9efacd456f9..0000000000000000000000000000000000000000 --- a/gt_redshift/apple_store/apple_store__source_type_report.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ab7158bd88ef639bb3f4e7feac2287a2b032bd42374f2a22bc0d26b5f96e5500 -size 760 diff --git a/gt_redshift/asana/asana__project.csv b/gt_redshift/asana/asana__project.csv deleted file mode 100644 index df8d6c8947eafed518206d25964d6671e4c99898..0000000000000000000000000000000000000000 --- a/gt_redshift/asana/asana__project.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b8614f0932d9358c038b133158957e84966bba19b91129cc0134bf97bfab7275 -size 3128 diff --git a/gt_redshift/asana/asana__tag.csv b/gt_redshift/asana/asana__tag.csv deleted file mode 100644 index c0d6a87fb835ed6b60e859ef401a6eed344242d1..0000000000000000000000000000000000000000 --- a/gt_redshift/asana/asana__tag.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a3066c9a15ffd3996ec92702dad85ef7facb05cb963dedeba40207f77db05a53 -size 1379 diff --git a/gt_redshift/asana/asana__task.csv b/gt_redshift/asana/asana__task.csv deleted file mode 100644 index cf742652e3dbe72d9f7e06b15144af2ed9fcd40c..0000000000000000000000000000000000000000 --- a/gt_redshift/asana/asana__task.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1f4efdfd8970f59922f31c2baacaf800c2b3274fb6cd0537ae82a115858eb2a1 -size 412 diff --git a/gt_redshift/asana/asana__team.csv b/gt_redshift/asana/asana__team.csv deleted file mode 100644 index 6cab0783e03efe2eab085aac9ea4f35736e7cae1..0000000000000000000000000000000000000000 --- a/gt_redshift/asana/asana__team.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:48566408e8eb53f4ff66c730d9b93c7544644cf98c4088f95c7046245b08bf3a -size 2278 diff --git a/gt_redshift/asana/asana__user.csv b/gt_redshift/asana/asana__user.csv deleted file mode 100644 index ad071fbc5c306ae318a14a4fad31684ba2ac0dd7..0000000000000000000000000000000000000000 --- a/gt_redshift/asana/asana__user.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:974f60c586f82093990c9f1c8de0aaf22228ce8dac22c49659ea84fc79f50916 -size 1989 diff --git a/gt_redshift/authors/conferences.csv b/gt_redshift/authors/conferences.csv deleted file mode 100644 index 70b58ba19c8641b6eb98e78de1c49f8eaf2c6ab1..0000000000000000000000000000000000000000 --- a/gt_redshift/authors/conferences.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:41b740c64b6da14b58ddb9bfe6c866fd871bf6d6cd975ee4478f56be3b1e100c -size 569493 diff --git a/gt_redshift/beer_factory/beer_factory__customers.csv b/gt_redshift/beer_factory/beer_factory__customers.csv deleted file mode 100644 index 736fa019c26c42d22f6294715bee7c3d56e12946..0000000000000000000000000000000000000000 --- a/gt_redshift/beer_factory/beer_factory__customers.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e05cc6a267acad769c6f96831e7ea6a865834526bf1084ffc6db3070979fc942 -size 40546 diff --git a/gt_redshift/beer_factory/brands.csv b/gt_redshift/beer_factory/brands.csv deleted file mode 100644 index a74ac4ce3883410b2a0d6fcd7f114501ef0fb7ae..0000000000000000000000000000000000000000 --- a/gt_redshift/beer_factory/brands.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a33a3beb6d9f3defa522787193c78d87571cce4cb804f730e059444c4d6d29f4 -size 1928 diff --git a/gt_redshift/bike_share_1/stations.csv b/gt_redshift/bike_share_1/stations.csv deleted file mode 100644 index 802f40119b0b8ea8a4b2aa2448f832367e684cad..0000000000000000000000000000000000000000 --- a/gt_redshift/bike_share_1/stations.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2d817fd299f674bd6f4ec7a0e87cf59290e395924a9740d11234e2f0896b4fa5 -size 5864 diff --git a/gt_redshift/book_publishing_company/book_publishers.csv b/gt_redshift/book_publishing_company/book_publishers.csv deleted file mode 100644 index a9909f8e96b81ae9012a7b3dc7a3a3dbff05b8f3..0000000000000000000000000000000000000000 --- a/gt_redshift/book_publishing_company/book_publishers.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4a2d720ea4cbbfe4e8b86a7157d0fea95fb9eaf4c276964bf349b92a5597b5ec -size 720 diff --git a/gt_redshift/book_publishing_company/book_stores.csv b/gt_redshift/book_publishing_company/book_stores.csv deleted file mode 100644 index a2b04d5868d54186ed7a569cd28a22535c02a2bf..0000000000000000000000000000000000000000 --- a/gt_redshift/book_publishing_company/book_stores.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7bf311089b9d071b56840b810ed3c7d48e31588e82cbe6c1aa297143e2127aa7 -size 812 diff --git a/gt_redshift/book_publishing_company/book_titles.csv b/gt_redshift/book_publishing_company/book_titles.csv deleted file mode 100644 index 6a374a0994fe1f4b25407ea0790280e87277f2a2..0000000000000000000000000000000000000000 --- a/gt_redshift/book_publishing_company/book_titles.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:27e7bb9b7a2f4c52fd2fafa24f25bfc4cfd6703b9181f43db2f9fca87907cd1d -size 1288 diff --git a/gt_redshift/books/authors.csv b/gt_redshift/books/authors.csv deleted file mode 100644 index 56d0927a085d1ccd120ae87da68d9443493b3f83..0000000000000000000000000000000000000000 --- a/gt_redshift/books/authors.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d0493d5a889de02d64072487c1438856ae517031c624b2c034ecef54e80e1cbe -size 872981 diff --git a/gt_redshift/books/customers.csv b/gt_redshift/books/customers.csv deleted file mode 100644 index 708df4fb4f566730a9236deef2a91e3fa850f1d7..0000000000000000000000000000000000000000 --- a/gt_redshift/books/customers.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4042eeb5b38df4e93dfc93c0ff203e2a79f7aa586d649b378b4535e1fec39f71 -size 142273 diff --git a/gt_redshift/books/publishers.csv b/gt_redshift/books/publishers.csv deleted file mode 100644 index d206b0f456b7b84d35cdddf3c9b6f741aee2ab7b..0000000000000000000000000000000000000000 --- a/gt_redshift/books/publishers.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a9b2d1ace59c594f7696d66f23f2eecb02b8eccd71f4e7eebc50ee839296f906 -size 254699 diff --git a/gt_redshift/california_schools/ca__schools.csv b/gt_redshift/california_schools/ca__schools.csv deleted file mode 100644 index b4201d5888174af4f1d70ebd8fc79a76e0499da7..0000000000000000000000000000000000000000 --- a/gt_redshift/california_schools/ca__schools.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ac94c376932bf575b17ddfc7e610743f0c00136eb26140dc6e3744565a0a34d2 -size 1318560 diff --git a/gt_redshift/car_retails/car_retails__customers.csv b/gt_redshift/car_retails/car_retails__customers.csv deleted file mode 100644 index ec36d144c77ed8cdea3971c8c351499fee5dccae..0000000000000000000000000000000000000000 --- a/gt_redshift/car_retails/car_retails__customers.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:261722e52d04691053fa9ec8481866f8e664debda35720883c8b2aa62b997e28 -size 7974 diff --git a/gt_redshift/car_retails/car_retails__employees.csv b/gt_redshift/car_retails/car_retails__employees.csv deleted file mode 100644 index f815d487a6c09960f5008e3eac1e8fc174e0f92e..0000000000000000000000000000000000000000 --- a/gt_redshift/car_retails/car_retails__employees.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9f5df7a65f4dda016d4750b283b211c080f48894be5bdd44ab377fc518f7b146 -size 1605 diff --git a/gt_redshift/car_retails/car_retails__products.csv b/gt_redshift/car_retails/car_retails__products.csv deleted file mode 100644 index af87ffe4eb0349ad106b47222feec94a60e5c8b0..0000000000000000000000000000000000000000 --- a/gt_redshift/car_retails/car_retails__products.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:35429ea5d5f47cb97b5c875110fb5babada8d29de6c3a8d65f135bfff70da883 -size 8964 diff --git a/gt_redshift/card_games/card_games__sets.csv b/gt_redshift/card_games/card_games__sets.csv deleted file mode 100644 index 218290540c9a27c8c8b954b4aa15134a0962e2c2..0000000000000000000000000000000000000000 --- a/gt_redshift/card_games/card_games__sets.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dd526bc9b0c1dba7677545d3ec6e88ebd9b4281daa4d99af932a6e5d969fde9d -size 32122 diff --git a/gt_redshift/cars/countries.csv b/gt_redshift/cars/countries.csv deleted file mode 100644 index 2d9c7b1df4fb2afbe19880474826f24c20444e49..0000000000000000000000000000000000000000 --- a/gt_redshift/cars/countries.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:36915ee8fa35b7aa2a50e6168f1385a45390811cf1c30ca9860f895d8ea4826d -size 312 diff --git a/gt_redshift/chicago_crime/community_areas.csv b/gt_redshift/chicago_crime/community_areas.csv deleted file mode 100644 index fbcaec225ffd2b07b0ef5bd303557b7ee13f2dbd..0000000000000000000000000000000000000000 --- a/gt_redshift/chicago_crime/community_areas.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:08e3779a417528ee0ff4eaa42112fa1d2620c16a6eb8f62ffdee89a7e2b54d22 -size 4029 diff --git a/gt_redshift/chicago_crime/districts.csv b/gt_redshift/chicago_crime/districts.csv deleted file mode 100644 index 3abf5322d54d32df9586eb38a52c58e4252146a3..0000000000000000000000000000000000000000 --- a/gt_redshift/chicago_crime/districts.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:19523d3e2182d29fdc60d5854ca090ae08a0ee1bbb6633fdca9182e0ef0d4b5d -size 2025 diff --git a/gt_redshift/citeseer/citeseer_paper.csv b/gt_redshift/citeseer/citeseer_paper.csv deleted file mode 100644 index 0e3005a35f9af5e370111c165159ffaa0dd64cc8..0000000000000000000000000000000000000000 --- a/gt_redshift/citeseer/citeseer_paper.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dc9cdaba9b5eb1f0bfe48359922d53dbb4da05d9390a24ebda0828e6786b7bbd -size 110170 diff --git a/gt_redshift/codebase_comments/repository.csv b/gt_redshift/codebase_comments/repository.csv deleted file mode 100644 index f65ec03d9513c54dd693d8f49e0f9adddbadde19..0000000000000000000000000000000000000000 --- a/gt_redshift/codebase_comments/repository.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f479b0364a00cb79f6fba2a8bdc8600d26252f9bbf7097ea889152a60013802c -size 12218685 diff --git a/gt_redshift/codebase_community/codebase_community__posts.csv b/gt_redshift/codebase_community/codebase_community__posts.csv deleted file mode 100644 index cd9aa495987c7094344828d7fc9d91163543b85d..0000000000000000000000000000000000000000 --- a/gt_redshift/codebase_community/codebase_community__posts.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:39c8f6fdbf85b5d1f2e55794eec4aef369bccadaa0bf68a1c4ddbc8c8a3c765d -size 16443689 diff --git a/gt_redshift/codebase_community/codebase_community__users.csv b/gt_redshift/codebase_community/codebase_community__users.csv deleted file mode 100644 index 1bcd8409bc05b3b7f6dae1cc10ef7e9371483955..0000000000000000000000000000000000000000 --- a/gt_redshift/codebase_community/codebase_community__users.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d34f1139459076b58186a9df575442c401e27e7a431fc31328f6c160caccc332 -size 1994194 diff --git a/gt_redshift/coinmarketcap/coinmarket__coins.csv b/gt_redshift/coinmarketcap/coinmarket__coins.csv deleted file mode 100644 index 53bf8e23f5a445aae270be837fa480b3a7865fac..0000000000000000000000000000000000000000 --- a/gt_redshift/coinmarketcap/coinmarket__coins.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7fd696fe155968cd9e597eaf2aec0c771159a3e1121a9bf9572e06262c3acd34 -size 734505 diff --git a/gt_redshift/college_completion/states.csv b/gt_redshift/college_completion/states.csv deleted file mode 100644 index 955a4f069001ee654081800d72b1b20b64d5b57e..0000000000000000000000000000000000000000 --- a/gt_redshift/college_completion/states.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cc49a10c17bbbd1b5a52c9c9a21e622cf6bdd269e2a43b77da5ebd5e9b111806 -size 5329 diff --git a/gt_redshift/computer_student/courses.csv b/gt_redshift/computer_student/courses.csv deleted file mode 100644 index 98828fe133150bc0d4915ac210d9679496cbad47..0000000000000000000000000000000000000000 --- a/gt_redshift/computer_student/courses.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4df78848ef08011e7da8f5f6c99e9d3d71be289ec9198c149b73bcbf5e5621ec -size 3508 diff --git a/gt_redshift/cookbook/recipes.csv b/gt_redshift/cookbook/recipes.csv deleted file mode 100644 index a2a3eb9414117433dbed49dd9c44b6f3fba69164..0000000000000000000000000000000000000000 --- a/gt_redshift/cookbook/recipes.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d52f8100688504d660370c3f6fe61712fb7d76de323dcd6735492c78de01a4b0 -size 41135 diff --git a/gt_redshift/cs_semester/courses.csv b/gt_redshift/cs_semester/courses.csv deleted file mode 100644 index 3335012ed322bed63ec140b70195c753eabca598..0000000000000000000000000000000000000000 --- a/gt_redshift/cs_semester/courses.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7e16bf2b6866363bf9da55ef3d2153f1e84a96e6a60d1222bdf89597c55170ca -size 902 diff --git a/gt_redshift/cs_semester/professors.csv b/gt_redshift/cs_semester/professors.csv deleted file mode 100644 index a0f9cc4cc9746bfb0d4e08dbdc546007c8663a2f..0000000000000000000000000000000000000000 --- a/gt_redshift/cs_semester/professors.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e81cc09af6884ed19e4810c051e552463bcb6ca629b05b0d108b2f19fe323d4f -size 532 diff --git a/gt_redshift/cs_semester/students.csv b/gt_redshift/cs_semester/students.csv deleted file mode 100644 index 42afe53f23eeadd98c52e462d37a25ace400a089..0000000000000000000000000000000000000000 --- a/gt_redshift/cs_semester/students.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:19dc41ae9a41ec28e40fd7cda03dc1dd536cb761a10d94b32fd9300539340bbf -size 1383 diff --git a/gt_redshift/debit_card_specializing/debit_card__customers.csv b/gt_redshift/debit_card_specializing/debit_card__customers.csv deleted file mode 100644 index ba415657b599e03a82e08e12837c1a021911bc39..0000000000000000000000000000000000000000 --- a/gt_redshift/debit_card_specializing/debit_card__customers.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2a20f0e9996f2964e6ba9af407510800911b8af44f8662412a6cbec068a343c3 -size 1524606 diff --git a/gt_redshift/disney/directors.csv b/gt_redshift/disney/directors.csv deleted file mode 100644 index 10b557ab0e58013291ae4b9e12617ad94db39ee5..0000000000000000000000000000000000000000 --- a/gt_redshift/disney/directors.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3cbe886e79157a32a52669d3a460b260aeea87d0e3d0dbce3fd98f543b29a85e -size 1684 diff --git a/gt_redshift/donor/donor__projects.csv b/gt_redshift/donor/donor__projects.csv deleted file mode 100644 index 1ca23aa81f4e97c4441fa90d84ee37c8d23f20bb..0000000000000000000000000000000000000000 --- a/gt_redshift/donor/donor__projects.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1ca70fcee111a575d5cf2067470428a2ebdc2616ec2ab47309a37a0adeeec5d0 -size 99069247 diff --git a/gt_redshift/european_football_1/eu_foolball__divisions.csv b/gt_redshift/european_football_1/eu_foolball__divisions.csv deleted file mode 100644 index c40472ffcfdd4c4e256d3d160b33ac386aac800f..0000000000000000000000000000000000000000 --- a/gt_redshift/european_football_1/eu_foolball__divisions.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cbc81f42c7470149b91892c35f7b4104357d5382cc73e0c1153cc1d817d2b969 -size 1611 diff --git a/gt_redshift/european_football_2/leagues.csv b/gt_redshift/european_football_2/leagues.csv deleted file mode 100644 index 9c35a42103a5d66f891ee5fe7e1b7e9a1fa8eba9..0000000000000000000000000000000000000000 --- a/gt_redshift/european_football_2/leagues.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0c834b4ecadc24070fed958c95da868d9ff3a1ff848ffca6d8e61a521ced2c96 -size 823 diff --git a/gt_redshift/european_football_2/players.csv b/gt_redshift/european_football_2/players.csv deleted file mode 100644 index 5f0199567360334b60375a12df930d90206afbd5..0000000000000000000000000000000000000000 --- a/gt_redshift/european_football_2/players.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1708b0b0601ade75cf19ca62da888de64053f469a3e0d50972c2bcf234785957 -size 929684 diff --git a/gt_redshift/european_football_2/teams.csv b/gt_redshift/european_football_2/teams.csv deleted file mode 100644 index 510d49e1a1ba3a5eafe68825813942fd6df62e31..0000000000000000000000000000000000000000 --- a/gt_redshift/european_football_2/teams.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bbb91a03f713d0a71d2e144a4a841ec45da824ff668f9b0b0b2f5e42f410db0f -size 13262 diff --git a/gt_redshift/facebook_ads/facebook_ads__account_report.csv b/gt_redshift/facebook_ads/facebook_ads__account_report.csv deleted file mode 100644 index 47f66b8d66c4cc2bca4713d2e6ea566eff77b6fb..0000000000000000000000000000000000000000 --- a/gt_redshift/facebook_ads/facebook_ads__account_report.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d097168420affeb7a36df086a4df6dea950630e4a2c2d50c03dae5ad5008100b -size 874 diff --git a/gt_redshift/facebook_ads/facebook_ads__ad_report.csv b/gt_redshift/facebook_ads/facebook_ads__ad_report.csv deleted file mode 100644 index 35948d002137d1fa8d81e10dced4bffb653412de..0000000000000000000000000000000000000000 --- a/gt_redshift/facebook_ads/facebook_ads__ad_report.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d467eb083d4264b1b07080f459fd5b1a0e3bfb7e360453142f56cd5deb4f3178 -size 1989 diff --git a/gt_redshift/facebook_ads/facebook_ads__ad_set_report.csv b/gt_redshift/facebook_ads/facebook_ads__ad_set_report.csv deleted file mode 100644 index a0b5ddaa992fd2a9644dddc840bd2130b2ad85a3..0000000000000000000000000000000000000000 --- a/gt_redshift/facebook_ads/facebook_ads__ad_set_report.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:702539519b85a98890e87a647f04b3a82cd812e289bc352e18ed16cbe81d3a48 -size 1805 diff --git a/gt_redshift/facebook_ads/facebook_ads__campaign_report.csv b/gt_redshift/facebook_ads/facebook_ads__campaign_report.csv deleted file mode 100644 index c1ec62f1995d497bda8ed00746b3cf907b430891..0000000000000000000000000000000000000000 --- a/gt_redshift/facebook_ads/facebook_ads__campaign_report.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6b2905f6c79ca9bc7c381d521c5eea5d39a9d339a977582c02ef47698b034613 -size 1393 diff --git a/gt_redshift/financial/clients.csv b/gt_redshift/financial/clients.csv deleted file mode 100644 index 57c77196d5e643694d1029ea9f43c9968744daa6..0000000000000000000000000000000000000000 --- a/gt_redshift/financial/clients.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:70a933722dffc7b5a6bb5b527f3dfcbed73091dd11f1e9b5205d68a79d76efa9 -size 206285 diff --git a/gt_redshift/financial/districts.csv b/gt_redshift/financial/districts.csv deleted file mode 100644 index c9906cd45e917285bea86074a53bfe0f6614705a..0000000000000000000000000000000000000000 --- a/gt_redshift/financial/districts.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:86c8b70bd66661b0de010bd7bd9036b1d4e7047c95143569292ba62d462da2ba -size 3388 diff --git a/gt_redshift/food_inspection/restaurants.csv b/gt_redshift/food_inspection/restaurants.csv deleted file mode 100644 index 0d1895636ef9b84c67a9967184bc465acd836869..0000000000000000000000000000000000000000 --- a/gt_redshift/food_inspection/restaurants.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:758e5240027e0c5e32223ae054a640ec8a79ab5aefbdd2e3334c761e29f3851e -size 419289 diff --git a/gt_redshift/food_inspection_2/businesses.csv b/gt_redshift/food_inspection_2/businesses.csv deleted file mode 100644 index 5d21bc0454acc6d42ca9841f42f9b234749867ce..0000000000000000000000000000000000000000 --- a/gt_redshift/food_inspection_2/businesses.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f1b91be8a14c11e15650723998ba076e38da23e0e920423e6d303e06fa217ae1 -size 1886803 diff --git a/gt_redshift/food_inspection_2/employees.csv b/gt_redshift/food_inspection_2/employees.csv deleted file mode 100644 index 1e11c74a1e59352186b254d4690df950d7496990..0000000000000000000000000000000000000000 --- a/gt_redshift/food_inspection_2/employees.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b653e880491dd25fd1dbc3c490f479b86dd208540b49b7e26f0b18b9a86c262d -size 3196 diff --git a/gt_redshift/formula_1/formula__drivers.csv b/gt_redshift/formula_1/formula__drivers.csv deleted file mode 100644 index 3c391cd6e22640b7c47526fab21a81dc05309ef0..0000000000000000000000000000000000000000 --- a/gt_redshift/formula_1/formula__drivers.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dd98383256faf1409f1572cbc941691000b2992755bcaded7a7aa2a202fc223d -size 36604 diff --git a/gt_redshift/genes/genes__genes.csv b/gt_redshift/genes/genes__genes.csv deleted file mode 100644 index dbc33f13df2b79f954b4df9cf800246f648f19f0..0000000000000000000000000000000000000000 --- a/gt_redshift/genes/genes__genes.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6680b80d6da35ccbba3f8926f2b96f3366f26f2575ca1382d00f89dd1368464f -size 23563 diff --git a/gt_redshift/github/github__daily_metrics.csv b/gt_redshift/github/github__daily_metrics.csv deleted file mode 100644 index 1264c74f0b919fbc48358e74a068685608c1ad4e..0000000000000000000000000000000000000000 --- a/gt_redshift/github/github__daily_metrics.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4a61cbd6371b733e9bf3d91ad6bc33d29547a4cb06a8d232592e6c56c88638b4 -size 33321 diff --git a/gt_redshift/github/github__issues.csv b/gt_redshift/github/github__issues.csv deleted file mode 100644 index 6b49d73e2b77ff9588379de4b48026c74dcd74d2..0000000000000000000000000000000000000000 --- a/gt_redshift/github/github__issues.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7e2f19dd00c1f62398ed57bed3c58723e3c12496a22f12d068d707f5507aa613 -size 14192 diff --git a/gt_redshift/github/github__monthly_metrics.csv b/gt_redshift/github/github__monthly_metrics.csv deleted file mode 100644 index f64371c21337aff3b5851c0f23912b3fa5cdb1a1..0000000000000000000000000000000000000000 --- a/gt_redshift/github/github__monthly_metrics.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:62537ea5ef234f03a38a22734b2b239fa5eeedb0ff32b7c7f114392412262eb1 -size 21823 diff --git a/gt_redshift/github/github__pull_requests.csv b/gt_redshift/github/github__pull_requests.csv deleted file mode 100644 index 70dd63d8ca1af7e18e4f1058c3f7f41ffa5a1309..0000000000000000000000000000000000000000 --- a/gt_redshift/github/github__pull_requests.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:43ae7135acf184b6344f0f22e6379e3509d05655f0815ca3328236d996a32b4f -size 94326 diff --git a/gt_redshift/github/github__quarterly_metrics.csv b/gt_redshift/github/github__quarterly_metrics.csv deleted file mode 100644 index 0e26979fbeb436954bdc94169b99e8d5ae3b2576..0000000000000000000000000000000000000000 --- a/gt_redshift/github/github__quarterly_metrics.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ccb679e80df93515f58799d3d53a30bbb91824598ae0d4693f4c172554c5d94e -size 12623 diff --git a/gt_redshift/github/github__weekly_metrics.csv b/gt_redshift/github/github__weekly_metrics.csv deleted file mode 100644 index 85bec6bd0865cb749507f8b0cc3f14d3ffe858bc..0000000000000000000000000000000000000000 --- a/gt_redshift/github/github__weekly_metrics.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0412741d6e4f150f448ffd1f3e743d15e2cc7d7e62add0c8d967d8135137b34e -size 29992 diff --git a/gt_redshift/hockey/hockey__goalies.csv b/gt_redshift/hockey/hockey__goalies.csv deleted file mode 100644 index 20c88a2d3f4f625c8457879bd0aee6cca9988c0d..0000000000000000000000000000000000000000 --- a/gt_redshift/hockey/hockey__goalies.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6d6d84157ea577b927d4ca6b51cb5b0c82d6f63c36f6f35cd34f9847fa98c94b -size 27582 diff --git a/gt_redshift/hockey/hockey__teams.csv b/gt_redshift/hockey/hockey__teams.csv deleted file mode 100644 index 00300866b87501d24ed4ed5e55733d399b774e90..0000000000000000000000000000000000000000 --- a/gt_redshift/hockey/hockey__teams.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f3fee9a6f19470c6b186e062dfdb8101a93717e9c978dffb822558a007e0659a -size 3532 diff --git a/gt_redshift/human_resources/locations.csv b/gt_redshift/human_resources/locations.csv deleted file mode 100644 index adbf7b6352f5df7fb83ebf2881392a52c1c263a2..0000000000000000000000000000000000000000 --- a/gt_redshift/human_resources/locations.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0d30a5e4a6af2005ff8d73d6be89cfd05c92b18002833da253e03bffa1fcbb4d -size 541 diff --git a/gt_redshift/human_resources/positions.csv b/gt_redshift/human_resources/positions.csv deleted file mode 100644 index 1e972067e6f84c79f5f13b5966a0fa2259b66ec3..0000000000000000000000000000000000000000 --- a/gt_redshift/human_resources/positions.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:543ffc2cf1d45a935537add8cdbcab18fdb8c90ccee17051fb42617ada8b79b3 -size 393 diff --git a/gt_redshift/ice_hockey_draft/players.csv b/gt_redshift/ice_hockey_draft/players.csv deleted file mode 100644 index 341bca67a9bff38fe5dfe2cc9ad0def334aab745..0000000000000000000000000000000000000000 --- a/gt_redshift/ice_hockey_draft/players.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:037c3808570814bc404f221069af0b283be0f81ec426f676c2cde9b546446aff -size 118417 diff --git a/gt_redshift/image_and_language/images.csv b/gt_redshift/image_and_language/images.csv deleted file mode 100644 index 4cf3f3a8e702dd969683c5e95a9dfe03a0f43bfb..0000000000000000000000000000000000000000 --- a/gt_redshift/image_and_language/images.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6ded62581486c1cb2bc70773471f0eec83044d129c5a481ae058c5af813ed5b8 -size 2700703 diff --git a/gt_redshift/instagram_business/instagram_business__posts.csv b/gt_redshift/instagram_business/instagram_business__posts.csv deleted file mode 100644 index 0c2a51773c67fb6d248d960f0aca3627a310e895..0000000000000000000000000000000000000000 --- a/gt_redshift/instagram_business/instagram_business__posts.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f9ee6c69c8420d1c843d851183a041e46bbc88f407261f3b750f9de9a77e3468 -size 1739 diff --git a/gt_redshift/language_corpus/language_corpus__words.csv b/gt_redshift/language_corpus/language_corpus__words.csv deleted file mode 100644 index b1d54312ec684f7eb087f37656a52a279430d5f9..0000000000000000000000000000000000000000 --- a/gt_redshift/language_corpus/language_corpus__words.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0d69e157654a69e2db6dda98967a07940777ba37f560b054b1b799e086ea31db -size 90107161 diff --git a/gt_redshift/law_episode/law_episode__episode.csv b/gt_redshift/law_episode/law_episode__episode.csv deleted file mode 100644 index a8c64b323eb0748ffbc6fdcc3f85d3cb34a01302..0000000000000000000000000000000000000000 --- a/gt_redshift/law_episode/law_episode__episode.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2849289a8a95fe1c4f6db0bd82cb864e12f8329d6d4d85383f66f9cbf49345a6 -size 1270 diff --git a/gt_redshift/law_episode/law_episode__person.csv b/gt_redshift/law_episode/law_episode__person.csv deleted file mode 100644 index 40648355991b73b8999ff382e370b356d9de79fc..0000000000000000000000000000000000000000 --- a/gt_redshift/law_episode/law_episode__person.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c3378ab5774aa50d30d98502ddd8e638fbb40eba953660541b36720ba0831996 -size 53004 diff --git a/gt_redshift/legislator/current_legislators.csv b/gt_redshift/legislator/current_legislators.csv deleted file mode 100644 index d9aed9fcaf0754520d5d40a016ee22fa5508186d..0000000000000000000000000000000000000000 --- a/gt_redshift/legislator/current_legislators.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8acd458072276d2233d077f0d4cac711060a6e79624e3099af1988cc74ee953b -size 19282 diff --git a/gt_redshift/lever/lever__posting_enhanced.csv b/gt_redshift/lever/lever__posting_enhanced.csv deleted file mode 100644 index c32760e9269562b6fce71ee3aac0445cdcc20b51..0000000000000000000000000000000000000000 --- a/gt_redshift/lever/lever__posting_enhanced.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:64205ffff618bc1ca183a50251d0b761759dc6d2d817db11495ea23363f72bc5 -size 1040 diff --git a/gt_redshift/lever/lever__requisition_enhanced.csv b/gt_redshift/lever/lever__requisition_enhanced.csv deleted file mode 100644 index 125477493d3abb3e79938a238bcd3d2698c8b3f7..0000000000000000000000000000000000000000 --- a/gt_redshift/lever/lever__requisition_enhanced.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:32fc93c2db12293f08b357bf761b8bccd4e3fdb738f4ac12476f8553cf2d1c01 -size 1205 diff --git a/gt_redshift/linkedin/linkedin_ads__account_report.csv b/gt_redshift/linkedin/linkedin_ads__account_report.csv deleted file mode 100644 index d4d35ebae0bf2b0af7a41b0048084abe283886a1..0000000000000000000000000000000000000000 --- a/gt_redshift/linkedin/linkedin_ads__account_report.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:101b102b4393bc1777dd2564490043b9c768b81019f3be690469cab16eb84256 -size 2395 diff --git a/gt_redshift/linkedin/linkedin_ads__campaign_group_report.csv b/gt_redshift/linkedin/linkedin_ads__campaign_group_report.csv deleted file mode 100644 index 87d88c5fc459f54726f7692b494ae8ec38484f96..0000000000000000000000000000000000000000 --- a/gt_redshift/linkedin/linkedin_ads__campaign_group_report.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:45a6abc4089aa40251347791834a584bc3cfb11f6be635284da4997a671e715f -size 2981 diff --git a/gt_redshift/linkedin/linkedin_ads__campaign_report.csv b/gt_redshift/linkedin/linkedin_ads__campaign_report.csv deleted file mode 100644 index a2fd0c7d6420b9bf7a10612a587253966840f593..0000000000000000000000000000000000000000 --- a/gt_redshift/linkedin/linkedin_ads__campaign_report.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:21c817577ce9595a09ffe9326006721983d7fbeb38fbb26ccf93ffb8a190103a -size 3581 diff --git a/gt_redshift/mailchimp/mailchimp__automation_activities.csv b/gt_redshift/mailchimp/mailchimp__automation_activities.csv deleted file mode 100644 index a44b00148c955ac4393345331cb23632dce9a40e..0000000000000000000000000000000000000000 --- a/gt_redshift/mailchimp/mailchimp__automation_activities.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9e5641e200356a2143729641b84055e42feeffc733f4ba65879fd9e2bf92b273 -size 1393 diff --git a/gt_redshift/mailchimp/mailchimp__automation_emails.csv b/gt_redshift/mailchimp/mailchimp__automation_emails.csv deleted file mode 100644 index 9b08bf8dc114f4206ee4de325300db002862106d..0000000000000000000000000000000000000000 --- a/gt_redshift/mailchimp/mailchimp__automation_emails.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e9a94aa0d78b2928a840f7a0d92c2b6a407f857a49dedbe326700cab9fc7657f -size 1358 diff --git a/gt_redshift/mailchimp/mailchimp__automations.csv b/gt_redshift/mailchimp/mailchimp__automations.csv deleted file mode 100644 index e2383fd315e4b2adce93ae6406fce9e19614713f..0000000000000000000000000000000000000000 --- a/gt_redshift/mailchimp/mailchimp__automations.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3d60730512c5501f182e990dd1f2a6541e25f53067c5d6c383926232a58c8a30 -size 598 diff --git a/gt_redshift/mailchimp/mailchimp__campaign_activities.csv b/gt_redshift/mailchimp/mailchimp__campaign_activities.csv deleted file mode 100644 index dadb7c3681fb554ca22b26b3ddab5e0db7071012..0000000000000000000000000000000000000000 --- a/gt_redshift/mailchimp/mailchimp__campaign_activities.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3cabceb40657409f46b80918e6c272106647f83f88f5c93d428d7353b09bfc3d -size 3526 diff --git a/gt_redshift/mailchimp/mailchimp__campaign_recipients.csv b/gt_redshift/mailchimp/mailchimp__campaign_recipients.csv deleted file mode 100644 index 6773d56c78b4d63905cb0337614cc56c347bf86d..0000000000000000000000000000000000000000 --- a/gt_redshift/mailchimp/mailchimp__campaign_recipients.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:55064af8ae580bf2b15695410b86be9a96765a785ac60b2201b09f774a8fa594 -size 1812 diff --git a/gt_redshift/mailchimp/mailchimp__campaigns.csv b/gt_redshift/mailchimp/mailchimp__campaigns.csv deleted file mode 100644 index 9f2de2f9b684f531e723fb07ebef21e66e34fc4e..0000000000000000000000000000000000000000 --- a/gt_redshift/mailchimp/mailchimp__campaigns.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ac384212fd47fbb1903e0da070e8bd77b0ef4f86e2366576fbd53f513069e978 -size 846 diff --git a/gt_redshift/mailchimp/mailchimp__lists.csv b/gt_redshift/mailchimp/mailchimp__lists.csv deleted file mode 100644 index 79e3fa3d59d059fc02101abbfd79561743ce2408..0000000000000000000000000000000000000000 --- a/gt_redshift/mailchimp/mailchimp__lists.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ba0e048df42341eb15e9c58c1e38c9cca54c49d10c5826f64a0a1668ea4ab772 -size 1419 diff --git a/gt_redshift/mailchimp/mailchimp__members.csv b/gt_redshift/mailchimp/mailchimp__members.csv deleted file mode 100644 index 265c4d180a312bec6d7b5acacbfb882e5692c008..0000000000000000000000000000000000000000 --- a/gt_redshift/mailchimp/mailchimp__members.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1288f258153379368a3f1abb22da4db4bd0995bf683ada56253b8827e418cafb -size 2806 diff --git a/gt_redshift/mailchimp/mailchimp__segments.csv b/gt_redshift/mailchimp/mailchimp__segments.csv deleted file mode 100644 index bfda112ab0beaf407cae432e1dd2769c3a8baceb..0000000000000000000000000000000000000000 --- a/gt_redshift/mailchimp/mailchimp__segments.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:556d41bf2f192fd01856efb86c400b80c7d54f955e655af1bd1fc05d26604f22 -size 462 diff --git a/gt_redshift/marketo/marketo__campaigns.csv b/gt_redshift/marketo/marketo__campaigns.csv deleted file mode 100644 index cfcdfc5e6a05131e70b83fc76d3655509f2947c3..0000000000000000000000000000000000000000 --- a/gt_redshift/marketo/marketo__campaigns.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2b1e00d1bd148a4e6d0be1d57d9a30659828e72e4e894578b72cc0b376a11de4 -size 21150 diff --git a/gt_redshift/marketo/marketo__email_sends.csv b/gt_redshift/marketo/marketo__email_sends.csv deleted file mode 100644 index a5f86d9786b5ac898e089400c76b24dc0a8a1117..0000000000000000000000000000000000000000 --- a/gt_redshift/marketo/marketo__email_sends.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0f5fa0009d08f7e18942e095ab05065e4e4ab3722318961408a046741f7df0ca -size 17968 diff --git a/gt_redshift/marketo/marketo__email_templates.csv b/gt_redshift/marketo/marketo__email_templates.csv deleted file mode 100644 index c030eb0aed709af46aeae57e47a61fd0d1101a22..0000000000000000000000000000000000000000 --- a/gt_redshift/marketo/marketo__email_templates.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:faf07fa2ae47dedd7451ae6744a9403cdd9d171e2be350b751515c5542283f77 -size 44140 diff --git a/gt_redshift/marketo/marketo__programs.csv b/gt_redshift/marketo/marketo__programs.csv deleted file mode 100644 index 6c25edc04f0d6fa40630ed85df0877041631f548..0000000000000000000000000000000000000000 --- a/gt_redshift/marketo/marketo__programs.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5735e3a6c1af1b51cab4c8bff696f82eae54164e4f7d38a71039443c935f91d0 -size 17298 diff --git a/gt_redshift/mental_health_survey/surveys.csv b/gt_redshift/mental_health_survey/surveys.csv deleted file mode 100644 index 3d1cdf221b1186ee276cea8092bb507caf5a6fd4..0000000000000000000000000000000000000000 --- a/gt_redshift/mental_health_survey/surveys.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:25bab5b586672b881e311ce7ceb4cfbc47745a132488b066ae497b65ed5974d2 -size 490 diff --git a/gt_redshift/menu/menus.csv b/gt_redshift/menu/menus.csv deleted file mode 100644 index f53d353ec04f740743a5c1bb2bdfc5b3cf633e05..0000000000000000000000000000000000000000 --- a/gt_redshift/menu/menus.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1738b04fe795719b16b7ad5d191fb2b693d0411d513b1986a779a3439a2f55d6 -size 1246288 diff --git a/gt_redshift/microsoft_ads/microsoft_ads__account_report.csv b/gt_redshift/microsoft_ads/microsoft_ads__account_report.csv deleted file mode 100644 index bdc35b51f742df30a392a427dd9ba4edc840f7b4..0000000000000000000000000000000000000000 --- a/gt_redshift/microsoft_ads/microsoft_ads__account_report.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bb5e6776635b50a445e5a67d640083778fd0efd3641647f9b81b958873ae272e -size 1213 diff --git a/gt_redshift/microsoft_ads/microsoft_ads__ad_group_report.csv b/gt_redshift/microsoft_ads/microsoft_ads__ad_group_report.csv deleted file mode 100644 index 4c6905304ad805b2c48d6d069234c274847ad6a7..0000000000000000000000000000000000000000 --- a/gt_redshift/microsoft_ads/microsoft_ads__ad_group_report.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:47c0d928cbee5735bacbdde00740c6c4c9aaea87ab8450b8340dc35b78de7735 -size 31638 diff --git a/gt_redshift/microsoft_ads/microsoft_ads__ad_report.csv b/gt_redshift/microsoft_ads/microsoft_ads__ad_report.csv deleted file mode 100644 index 80f1dfee3e9f3b864cc2a40a05b2fcae2208bbe5..0000000000000000000000000000000000000000 --- a/gt_redshift/microsoft_ads/microsoft_ads__ad_report.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cca6fb9762bef523380a9e6d13f2fef4515c6baa5a03880639a4c89d75c0e68c -size 57835 diff --git a/gt_redshift/microsoft_ads/microsoft_ads__campaign_report.csv b/gt_redshift/microsoft_ads/microsoft_ads__campaign_report.csv deleted file mode 100644 index eecd4d40fa913ce00749ca93e5b248dfcebb9418..0000000000000000000000000000000000000000 --- a/gt_redshift/microsoft_ads/microsoft_ads__campaign_report.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dd9124d0913af72a8ebed3db3baf0830c8abac177bba52b80ea34207af5feaf4 -size 261403 diff --git a/gt_redshift/microsoft_ads/microsoft_ads__keyword_report.csv b/gt_redshift/microsoft_ads/microsoft_ads__keyword_report.csv deleted file mode 100644 index a0c3611b959b81eda3a802d7e2205377eae80adb..0000000000000000000000000000000000000000 --- a/gt_redshift/microsoft_ads/microsoft_ads__keyword_report.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:baf84d535d7129c9d0bdf9aba62627a5ef1941c28cf9cf9798bc135a7b23a3d5 -size 9328 diff --git a/gt_redshift/microsoft_ads/microsoft_ads__search_report.csv b/gt_redshift/microsoft_ads/microsoft_ads__search_report.csv deleted file mode 100644 index 284c6474b851a1ab1a79f53cfecb552aa3d561a0..0000000000000000000000000000000000000000 --- a/gt_redshift/microsoft_ads/microsoft_ads__search_report.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e60e44c9e5187f20be116bc8e4f0ac25caea10b18e558a9aa44003b2b1136f4c -size 2686 diff --git a/gt_redshift/mondial_geo/countries.csv b/gt_redshift/mondial_geo/countries.csv deleted file mode 100644 index f05bfdee7eb10afaf3f710c0a4ce1f01bc9218ba..0000000000000000000000000000000000000000 --- a/gt_redshift/mondial_geo/countries.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:756993b5af7b4246424b936bae6f98e0bc0b6ef1aa7ec7b3d35a6aa6ba4536b9 -size 10042 diff --git a/gt_redshift/movie/actors.csv b/gt_redshift/movie/actors.csv deleted file mode 100644 index 19f0c96d58d0769af5765fc87fa5529265c2d798..0000000000000000000000000000000000000000 --- a/gt_redshift/movie/actors.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0bc24b8ab65d3f0917cfd7f6795f3f50160834b36306d074ec2578ab2d5e6809 -size 118154 diff --git a/gt_redshift/movie/movie.csv b/gt_redshift/movie/movie.csv deleted file mode 100644 index a2bd5593f0775d8902bebe9f16441fc59b688b41..0000000000000000000000000000000000000000 --- a/gt_redshift/movie/movie.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:43aa4dda783a6435ec5ee695407b42c9c422a6808ccb0fee42093c08c89de289 -size 35050 diff --git a/gt_redshift/movie_3/customers.csv b/gt_redshift/movie_3/customers.csv deleted file mode 100644 index 37c0e4259ae4412eddb040bceda4b39bbbc02737..0000000000000000000000000000000000000000 --- a/gt_redshift/movie_3/customers.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f8a6869c63f4b9e3a974c30698aa25d39f808117c4ce916f89875f23af279ccd -size 49389 diff --git a/gt_redshift/movie_3/films.csv b/gt_redshift/movie_3/films.csv deleted file mode 100644 index 26db7d2eb435be01c55c08f26f8d29d5a06366d2..0000000000000000000000000000000000000000 --- a/gt_redshift/movie_3/films.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7f3459f8402b2793f8925d908ef729701d1a280b86ff942ce7e1053f2e074a9a -size 51034 diff --git a/gt_redshift/movie_platform/movie_platform__directors.csv b/gt_redshift/movie_platform/movie_platform__directors.csv deleted file mode 100644 index fd758467d3bd4d7072fab0097071c4d56f126a3a..0000000000000000000000000000000000000000 --- a/gt_redshift/movie_platform/movie_platform__directors.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:344625d8edb247a4b86393acba69471e759d6f704fbd2c60cb51c1b4da85590e -size 8117853 diff --git a/gt_redshift/movie_platform/movie_platform__list_users.csv b/gt_redshift/movie_platform/movie_platform__list_users.csv deleted file mode 100644 index d2629a78beff526bf5e44d25e264c1ac33ca9eeb..0000000000000000000000000000000000000000 --- a/gt_redshift/movie_platform/movie_platform__list_users.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5fd9dd38d90bf4203180629862a9e6c92d46a33a5f0af5dc3516810448d09b17 -size 4592246 diff --git a/gt_redshift/movie_platform/movie_platform__movies.csv b/gt_redshift/movie_platform/movie_platform__movies.csv deleted file mode 100644 index 5c395e8fa5c31b84d6d381c85bc6b2a03ad29792..0000000000000000000000000000000000000000 --- a/gt_redshift/movie_platform/movie_platform__movies.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5aa902083acac785f63f3cc6cef61d4c3ba9bc87f61c0e20b562e60949d1aee0 -size 27551479 diff --git a/gt_redshift/movielens/movielens__actors.csv b/gt_redshift/movielens/movielens__actors.csv deleted file mode 100644 index 775d889aca8781febaab2f5295f392fcdc5791a6..0000000000000000000000000000000000000000 --- a/gt_redshift/movielens/movielens__actors.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b2ad9a919aa55cface0cbb9f985a37c4d97110873136c827387c9037d9ffcc10 -size 2131482 diff --git a/gt_redshift/movielens/movielens__directors.csv b/gt_redshift/movielens/movielens__directors.csv deleted file mode 100644 index a420049fe71d8cb7e86d55ea49443bd78528f27c..0000000000000000000000000000000000000000 --- a/gt_redshift/movielens/movielens__directors.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cf84fb027ba57e8f4fdad194166ab930edc4ee753355c8de853fab5398970da7 -size 57435 diff --git a/gt_redshift/movielens/movielens__movies.csv b/gt_redshift/movielens/movielens__movies.csv deleted file mode 100644 index b4bbcf957008bc8ce22412c41198c6c277a76f5f..0000000000000000000000000000000000000000 --- a/gt_redshift/movielens/movielens__movies.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fbb90f0ada21bc8b07e61f0bbbdd9844d0fd2a7aab8dada1b57ff4f831078921 -size 189257 diff --git a/gt_redshift/movies_4/movies4__movies.csv b/gt_redshift/movies_4/movies4__movies.csv deleted file mode 100644 index 199511a8bffa7544b81cf443bdf7f8b06a9044bc..0000000000000000000000000000000000000000 --- a/gt_redshift/movies_4/movies4__movies.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e05d297d524cac559e67f342c451810da5d37a30ea364b0d6f4ee5e35996d5ee -size 231811 diff --git a/gt_redshift/movies_4/movies4__person.csv b/gt_redshift/movies_4/movies4__person.csv deleted file mode 100644 index 644f8cc183ba0fee6d615aa3c126f79d4ae8c967..0000000000000000000000000000000000000000 --- a/gt_redshift/movies_4/movies4__person.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2e52d7444f880fad753ac24918319f644a23150b5ea64b62a6eaa204d37f1476 -size 5048618 diff --git a/gt_redshift/movies_4/movies4__production_company.csv b/gt_redshift/movies_4/movies4__production_company.csv deleted file mode 100644 index eb32b1ba612bf543eb213062aa9cc2a475867b7e..0000000000000000000000000000000000000000 --- a/gt_redshift/movies_4/movies4__production_company.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2f796de0b0aaf867e78f792f86e48f4f56d08101b20094acf7a06f380451d4f8 -size 395349 diff --git a/gt_redshift/music_platform_2/music_platform__categories.csv b/gt_redshift/music_platform_2/music_platform__categories.csv deleted file mode 100644 index 5cc98db17a5e999d02a55f56a62729dd559201f3..0000000000000000000000000000000000000000 --- a/gt_redshift/music_platform_2/music_platform__categories.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:98cf1bf2f7e0d6693e952364238cbfe2462f7d965c0bbb8ba8c849210a5a67d0 -size 7161 diff --git a/gt_redshift/music_platform_2/music_platform__podcasts.csv b/gt_redshift/music_platform_2/music_platform__podcasts.csv deleted file mode 100644 index 77821506c5e0d42b672305c31b2ec8de5efaf1ce..0000000000000000000000000000000000000000 --- a/gt_redshift/music_platform_2/music_platform__podcasts.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fb9a9f7faa4499017c1143e308a8d98d23d39c3f00785b4d334e7de1ed593822 -size 78060356 diff --git a/gt_redshift/music_tracker/music_tracker__tags.csv b/gt_redshift/music_tracker/music_tracker__tags.csv deleted file mode 100644 index 28d54db8c7370b1c83d25c049733a4c5f7374cac..0000000000000000000000000000000000000000 --- a/gt_redshift/music_tracker/music_tracker__tags.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2adf9f131463f9db0a547a03117266bcc41ff6edd59dd791f7026dd4329f882c -size 185611 diff --git a/gt_redshift/olympics/athletes.csv b/gt_redshift/olympics/athletes.csv deleted file mode 100644 index b96c71a88ec9d4ae645d3e3849f43e619fa2785e..0000000000000000000000000000000000000000 --- a/gt_redshift/olympics/athletes.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3860e2752470ef665b1e6a5df44a9ba73193ae713ec76ceefb1c2616bf22488d -size 7173914 diff --git a/gt_redshift/olympics/regions.csv b/gt_redshift/olympics/regions.csv deleted file mode 100644 index e0e68148d9a3be073e98fa2f335f763e7f2f122e..0000000000000000000000000000000000000000 --- a/gt_redshift/olympics/regions.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6723ed5e03965b60b5b5aac3ffd79810b65e58e4aa46f14ae5167680288d7282 -size 13619 diff --git a/gt_redshift/olympics/sports.csv b/gt_redshift/olympics/sports.csv deleted file mode 100644 index 215a7a868a11408c02a94b858153d78045b1eb67..0000000000000000000000000000000000000000 --- a/gt_redshift/olympics/sports.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a716103013360e8ddc149e6fc7b941394953a5460322ff4a4dfc082e62046ea5 -size 3845 diff --git a/gt_redshift/pardot/pardot__campaigns.csv b/gt_redshift/pardot/pardot__campaigns.csv deleted file mode 100644 index edbd00406434c438b853c27ce6a0115d70963931..0000000000000000000000000000000000000000 --- a/gt_redshift/pardot/pardot__campaigns.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:49b89733b0000632a2671bd630759d860d65722a169606635d4bbc05bfa8e795 -size 4611 diff --git a/gt_redshift/pardot/pardot__lists.csv b/gt_redshift/pardot/pardot__lists.csv deleted file mode 100644 index f98d062f4e308d3845a1ace4a45959725fdfac32..0000000000000000000000000000000000000000 --- a/gt_redshift/pardot/pardot__lists.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f6dc5f6487a9471ca65203252ad8b34a3f7143f636efdf835bea02bf57d68f1a -size 10634 diff --git a/gt_redshift/pardot/pardot__opportunities.csv b/gt_redshift/pardot/pardot__opportunities.csv deleted file mode 100644 index a5c28afc24cc3e9b8c6ca954b016d67187ea779c..0000000000000000000000000000000000000000 --- a/gt_redshift/pardot/pardot__opportunities.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e7a1eeeac3ff3b0f32b9c9e1fb3052dba2e7dc23992bb1b186986c629ac399e6 -size 15461 diff --git a/gt_redshift/pardot/pardot__prospects.csv b/gt_redshift/pardot/pardot__prospects.csv deleted file mode 100644 index 10ab09c107ff8cfe1ef08100a7e48b7fd2e9d38f..0000000000000000000000000000000000000000 --- a/gt_redshift/pardot/pardot__prospects.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:85f4bf3ee84731bcdbf03d09a40c744a238bc6780be01acf3a757404088cccf1 -size 48938 diff --git a/gt_redshift/pinterest/pinterest_ads__ad_group_report.csv b/gt_redshift/pinterest/pinterest_ads__ad_group_report.csv deleted file mode 100644 index 9ae772ff9ada66c4cce17d1c0c754cac10814487..0000000000000000000000000000000000000000 --- a/gt_redshift/pinterest/pinterest_ads__ad_group_report.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:76870a81c14c78fa485b656159ecc102f0ddcdff2ff65b820188b798089e0ae0 -size 1310 diff --git a/gt_redshift/pinterest/pinterest_ads__advertiser_report.csv b/gt_redshift/pinterest/pinterest_ads__advertiser_report.csv deleted file mode 100644 index 1125e264545e1d0536f497c10254570192511694..0000000000000000000000000000000000000000 --- a/gt_redshift/pinterest/pinterest_ads__advertiser_report.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bd5bd58a8dad568f7e8fc5116d13d60d583ac7c9c2060ff020d73fb127dd744d -size 557 diff --git a/gt_redshift/pinterest/pinterest_ads__campaign_report.csv b/gt_redshift/pinterest/pinterest_ads__campaign_report.csv deleted file mode 100644 index 3115acaa3bb4d3a711d22f51254d76b59b4ac6b7..0000000000000000000000000000000000000000 --- a/gt_redshift/pinterest/pinterest_ads__campaign_report.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:21dc392f8828baeb00d688b578b52d62d62a06e102606d44bf0340386040d61d -size 772 diff --git a/gt_redshift/pinterest/pinterest_ads__keyword_report.csv b/gt_redshift/pinterest/pinterest_ads__keyword_report.csv deleted file mode 100644 index 761ee2caa5ccfe94d26146e0ecd619b4857359d6..0000000000000000000000000000000000000000 --- a/gt_redshift/pinterest/pinterest_ads__keyword_report.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0fe467de03ee94e5e808a84a7a45823d7ce3604fad7b168b04381f169fb665ac -size 1375 diff --git a/gt_redshift/professional_basketball/professional_basketball__coaches.csv b/gt_redshift/professional_basketball/professional_basketball__coaches.csv deleted file mode 100644 index f31a0c79cdb32ef30b119c35efe75b4a69b60b02..0000000000000000000000000000000000000000 --- a/gt_redshift/professional_basketball/professional_basketball__coaches.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:14105358bdefd96f65a008bc60543749e4017ff21a9db47bce2ad75f0d697da6 -size 7712 diff --git a/gt_redshift/professional_basketball/professional_basketball__players.csv b/gt_redshift/professional_basketball/professional_basketball__players.csv deleted file mode 100644 index fa459811eedd0f418d63bd40a301867a0642c5f1..0000000000000000000000000000000000000000 --- a/gt_redshift/professional_basketball/professional_basketball__players.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e78bd7a677d10a5a63bc2cca1e335e5ac4c1292fc0fcf79b7ab0b84a97c2b6a2 -size 258091 diff --git a/gt_redshift/professional_basketball/professional_basketball__teams.csv b/gt_redshift/professional_basketball/professional_basketball__teams.csv deleted file mode 100644 index 7643270bd44e72c7a126d466fed041ba3db4f9f4..0000000000000000000000000000000000000000 --- a/gt_redshift/professional_basketball/professional_basketball__teams.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:81cba7d5aa8984f555fdd00a26d2228a5aef56e8c3cc0dd5848dcb409e531e84 -size 2706 diff --git a/gt_redshift/public_review_platform/public_review_platform__businesses.csv b/gt_redshift/public_review_platform/public_review_platform__businesses.csv deleted file mode 100644 index fba25fc96758e3a1fd0da087821adaa852a423fb..0000000000000000000000000000000000000000 --- a/gt_redshift/public_review_platform/public_review_platform__businesses.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1c2a2f7bf9d8f49d47e6d532e335e2b9eeb844b0f4f7583e1bf1998435bafb6c -size 623088 diff --git a/gt_redshift/public_review_platform/public_review_platform__users.csv b/gt_redshift/public_review_platform/public_review_platform__users.csv deleted file mode 100644 index c51162945375f138befd50870042eeec9c551037..0000000000000000000000000000000000000000 --- a/gt_redshift/public_review_platform/public_review_platform__users.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d53e8c7010464f540eb4c10d8fd73266466215976709eb2046728e17464c4c1d -size 1892771 diff --git a/gt_redshift/qualtrics/qualtrics__contact.csv b/gt_redshift/qualtrics/qualtrics__contact.csv deleted file mode 100644 index 71815eafdcddd9e9882f925b6c6fe6fed748b7d4..0000000000000000000000000000000000000000 --- a/gt_redshift/qualtrics/qualtrics__contact.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:31353f0ec24987614f9e65a8230feea50cb3ca025de64c3b2b258f1c17c4345a -size 1941 diff --git a/gt_redshift/qualtrics/qualtrics__directory.csv b/gt_redshift/qualtrics/qualtrics__directory.csv deleted file mode 100644 index fec00f0102ebc7b735204d8f68547bb4918cb6c6..0000000000000000000000000000000000000000 --- a/gt_redshift/qualtrics/qualtrics__directory.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d9b5d78981d3d9cc03cc5901267320cb80b03edb43be406290511185afd47598 -size 626 diff --git a/gt_redshift/qualtrics/qualtrics__distribution.csv b/gt_redshift/qualtrics/qualtrics__distribution.csv deleted file mode 100644 index 1712f219c350a8c40c74f006419ea5b717a4ca16..0000000000000000000000000000000000000000 --- a/gt_redshift/qualtrics/qualtrics__distribution.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c572aea1357e99cdd62c548e9046170b8d9fca6e64a641fbf16edb6712020c02 -size 8256 diff --git a/gt_redshift/qualtrics/qualtrics__survey.csv b/gt_redshift/qualtrics/qualtrics__survey.csv deleted file mode 100644 index 418bc830a5c6ada98cd103dc14da1793360ff454..0000000000000000000000000000000000000000 --- a/gt_redshift/qualtrics/qualtrics__survey.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:26d3bf5e7f100c7e72a3a4686b1eba6c55f95f8c9afa28b752765e96a9f11faa -size 4147 diff --git a/gt_redshift/recurly/recurly__account_overview.csv b/gt_redshift/recurly/recurly__account_overview.csv deleted file mode 100644 index ebae38740ba48349f2f18f1b3c72b90c20b4b7d2..0000000000000000000000000000000000000000 --- a/gt_redshift/recurly/recurly__account_overview.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a391e20195babfb72195d517959603df01c1f5b1c2b9e28fbf4053241ec8d7c4 -size 1661 diff --git a/gt_redshift/recurly/recurly__balance_transactions.csv b/gt_redshift/recurly/recurly__balance_transactions.csv deleted file mode 100644 index 01ff11605e1c1e4b7d1eaa6a20fc1b50786f6d1a..0000000000000000000000000000000000000000 --- a/gt_redshift/recurly/recurly__balance_transactions.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:20d622837f10f2dc09b3bc3d223b4c1bd31c10eda6d0e938dd51ff869be2b541 -size 11897 diff --git a/gt_redshift/recurly/recurly__churn_analysis.csv b/gt_redshift/recurly/recurly__churn_analysis.csv deleted file mode 100644 index 4ad66579e9c4fad69fdb1e50399f584f9065bdc7..0000000000000000000000000000000000000000 --- a/gt_redshift/recurly/recurly__churn_analysis.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b0b4db57508b19f8fe50fc62f14e82ea43049eaff4ea04a453656ab4fd4cdab8 -size 2269 diff --git a/gt_redshift/recurly/recurly__subscription_overview.csv b/gt_redshift/recurly/recurly__subscription_overview.csv deleted file mode 100644 index 4c8904613f5f581bccedeef04f8cc2955ad9a72e..0000000000000000000000000000000000000000 --- a/gt_redshift/recurly/recurly__subscription_overview.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d3bdd67819208c4560ca0731b9d506d347c1bc1628fa61bd70b50c593f4ccee5 -size 3657 diff --git a/gt_redshift/regional_sales/regional_sales__customers.csv b/gt_redshift/regional_sales/regional_sales__customers.csv deleted file mode 100644 index a90aea5249dc979f748c01daeeb7fa9c7fede178..0000000000000000000000000000000000000000 --- a/gt_redshift/regional_sales/regional_sales__customers.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:089ba1cd6c353a83fa0372cb3178990212479c3d1b724f56033b84c9efa0faee -size 3460 diff --git a/gt_redshift/regional_sales/regional_sales__products.csv b/gt_redshift/regional_sales/regional_sales__products.csv deleted file mode 100644 index baf76cc008daf057b7fcbe6661400e4d6f867870..0000000000000000000000000000000000000000 --- a/gt_redshift/regional_sales/regional_sales__products.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0e692362f28732c1205b3f471cb9c73e2f1fa3381fe4eb9eae36e8efebb6f10a -size 2071 diff --git a/gt_redshift/restaurant/cities.csv b/gt_redshift/restaurant/cities.csv deleted file mode 100644 index 950b03ac28455354b9329a4c200e560206f135f2..0000000000000000000000000000000000000000 --- a/gt_redshift/restaurant/cities.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a86bcbf812aba0ace28cb182f8fa09f17fc89bd677d58974e7085e9d24c57f74 -size 9423 diff --git a/gt_redshift/retail_complains/Clients.csv b/gt_redshift/retail_complains/Clients.csv deleted file mode 100644 index a6629968a2ca98f76774a91288d429e19954129a..0000000000000000000000000000000000000000 --- a/gt_redshift/retail_complains/Clients.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c0f8e08b47d83424bc0bcb34d0ab9faf0fb1d861225d4bff729fe53c309a190c -size 335049 diff --git a/gt_redshift/retail_world/retail_world__customers.csv b/gt_redshift/retail_world/retail_world__customers.csv deleted file mode 100644 index 9ebef79e4a11e71234a4e5db74d43cbef45fac7c..0000000000000000000000000000000000000000 --- a/gt_redshift/retail_world/retail_world__customers.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c771e4d3735e32f9b9726041b69cd3c5f1aa6b2673ee8c7466ec3271d1d9dba9 -size 5649 diff --git a/gt_redshift/retails/customers.csv b/gt_redshift/retails/customers.csv deleted file mode 100644 index 8a45c80f37bbc8903b1dda332fa199e7c9d62c24..0000000000000000000000000000000000000000 --- a/gt_redshift/retails/customers.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f9fe2b33ad78f1ea04e3dd42bcdfa4867a5de4b80c3b7671a535be623e6b0a0c -size 8708593 diff --git a/gt_redshift/retails/nations.csv b/gt_redshift/retails/nations.csv deleted file mode 100644 index c36305e7023d512064c11d619b2494120efbdf89..0000000000000000000000000000000000000000 --- a/gt_redshift/retails/nations.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8c7c162523758dde0a8b1688276ed96de179b8571a098864e196d2a9892c33d0 -size 1591 diff --git a/gt_redshift/sales/sales__customers.csv b/gt_redshift/sales/sales__customers.csv deleted file mode 100644 index 9e631dba21a131585f1bfbdbde8136d1473a10c0..0000000000000000000000000000000000000000 --- a/gt_redshift/sales/sales__customers.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:96b27d6579c6821e5d0eb8eb55d423d0f7f685e14cf596b464b12a33bade5553 -size 651957 diff --git a/gt_redshift/sales/sales__employees.csv b/gt_redshift/sales/sales__employees.csv deleted file mode 100644 index d8fe4d03e5b17e5b372e1a6579304c638b0e584b..0000000000000000000000000000000000000000 --- a/gt_redshift/sales/sales__employees.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0fd3eb4dba0bb56175dc96d5a7fedcd070f2a844ab1015f940ef45dd6ceeb336 -size 1688 diff --git a/gt_redshift/sales/sales__products.csv b/gt_redshift/sales/sales__products.csv deleted file mode 100644 index dc5341fd50bec3428fd9294f971ea830da9078ee..0000000000000000000000000000000000000000 --- a/gt_redshift/sales/sales__products.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2244d706521b5942911fcd1197c238329f2213333dbc4f2ea2cf1f5cabe6f278 -size 36862 diff --git a/gt_redshift/sales_in_weather/stations.csv b/gt_redshift/sales_in_weather/stations.csv deleted file mode 100644 index 91cdbcb67ae6c23d621de99930de3311603191e3..0000000000000000000000000000000000000000 --- a/gt_redshift/sales_in_weather/stations.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c2d70e3aa994ae98e343a9b6245982a0dd24fffa22b02b7c612c81a23c6c7cfa -size 828 diff --git a/gt_redshift/sales_in_weather/stores.csv b/gt_redshift/sales_in_weather/stores.csv deleted file mode 100644 index 0d6b179a1a0e6308f867e227c1ae24af2ab515df..0000000000000000000000000000000000000000 --- a/gt_redshift/sales_in_weather/stores.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:30cd794e9f3d9b22b043b212a95a2e37adcf1f0c5a819d76199e01cf2f5364d3 -size 1639 diff --git a/gt_redshift/shakespeare/shakespeare__works.csv b/gt_redshift/shakespeare/shakespeare__works.csv deleted file mode 100644 index 0459b8f698c547fc0853d83bed63b75b31a7c034..0000000000000000000000000000000000000000 --- a/gt_redshift/shakespeare/shakespeare__works.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ac190a787650160c85cf5da5c84e7a27b49a0ede88462c53d4ee474e53ac87bd -size 1985 diff --git a/gt_redshift/shipping/drivers.csv b/gt_redshift/shipping/drivers.csv deleted file mode 100644 index 3452e564c04b6970a5315210babeb7c890590c46..0000000000000000000000000000000000000000 --- a/gt_redshift/shipping/drivers.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:08f01d0582f12e04fe23830075658d8056f4c6c7a60ab04e4571dee3e94cca9a -size 738 diff --git a/gt_redshift/shipping/trucks.csv b/gt_redshift/shipping/trucks.csv deleted file mode 100644 index 807d682bab830f713aa2a298f1fc9d4295483e21..0000000000000000000000000000000000000000 --- a/gt_redshift/shipping/trucks.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:08fa0ba497f0683834314267575cac07e2fa39006d2c498e1438af83f3189e9c -size 950 diff --git a/gt_redshift/simpson_episodes/simpson_episodes__episode.csv b/gt_redshift/simpson_episodes/simpson_episodes__episode.csv deleted file mode 100644 index 3415e7ebe75e84065b5b2830bb9a4787d87b4cf4..0000000000000000000000000000000000000000 --- a/gt_redshift/simpson_episodes/simpson_episodes__episode.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2dc563328b4e82e9492eb82d0ac41e70b25b85ac5f7ceeb4d416c6e89ebb1e01 -size 1930 diff --git a/gt_redshift/soccer_2016/teams.csv b/gt_redshift/soccer_2016/teams.csv deleted file mode 100644 index e760318750fc38da8a852ea0bb79529a634d979f..0000000000000000000000000000000000000000 --- a/gt_redshift/soccer_2016/teams.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:61174dc2ce9841327c83e623523dab74638534ae3a57cece32b0e541e4c77432 -size 874 diff --git a/gt_redshift/social_media/countries.csv b/gt_redshift/social_media/countries.csv deleted file mode 100644 index b57d6cfca7e854d858218a03ee06276bbad43eee..0000000000000000000000000000000000000000 --- a/gt_redshift/social_media/countries.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f52dab4432906cb9d23b62255387726257dd8eb31478dd21d34dcba7d4fcbba8 -size 26973 diff --git a/gt_redshift/software_company/geo.csv b/gt_redshift/software_company/geo.csv deleted file mode 100644 index 3dc3c716f450f3222cecf442e54200d1a6a43edd..0000000000000000000000000000000000000000 --- a/gt_redshift/software_company/geo.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2c0abebc1e47aa350d3911b93468fb260b68871871bff4bcc42898e38f1ce9ea -size 12081 diff --git a/gt_redshift/student_club/events.csv b/gt_redshift/student_club/events.csv deleted file mode 100644 index 0a5cf7b6ece67749fc038e19b4cf0678cc8771e9..0000000000000000000000000000000000000000 --- a/gt_redshift/student_club/events.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6d5a5742bdf91238b108a7546c5d3be728fc347e2d9638cd722c6a40ec277d52 -size 2892 diff --git a/gt_redshift/student_club/members.csv b/gt_redshift/student_club/members.csv deleted file mode 100644 index a22c741421fdfa50627f3f2f3713f024b771d1d4..0000000000000000000000000000000000000000 --- a/gt_redshift/student_club/members.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0e1b6834f702fcc0ff11794109a253a2e1adcbd71f5d4a6296775ff3cf8166b7 -size 1858 diff --git a/gt_redshift/student_loan/organization.csv b/gt_redshift/student_loan/organization.csv deleted file mode 100644 index b644321220b1be98da941c30b820f83855449b26..0000000000000000000000000000000000000000 --- a/gt_redshift/student_loan/organization.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c3a982e02c6a06fc0aa547627c013de8cfabc3d8e7b6e149defe62b07d99546c -size 491 diff --git a/gt_redshift/student_loan/schools.csv b/gt_redshift/student_loan/schools.csv deleted file mode 100644 index 155e909db39407912e34d530000210307c62a627..0000000000000000000000000000000000000000 --- a/gt_redshift/student_loan/schools.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6d8cbfd3e24f2ef8b337fa4625ac55dc65e76fd95fdf7ec23f6be1aee1155e42 -size 481 diff --git a/gt_redshift/student_loan/students.csv b/gt_redshift/student_loan/students.csv deleted file mode 100644 index ebbb60fdbb44121f03c9e86ad7beb8f76dd40355..0000000000000000000000000000000000000000 --- a/gt_redshift/student_loan/students.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4c9882cc5ec81ce7ce95883a3453222de2dcaa295917c226e9b8fd94bd48e774 -size 21012 diff --git a/gt_redshift/superhero/superheroes.csv b/gt_redshift/superhero/superheroes.csv deleted file mode 100644 index 469da0f9d2bb14cb5ecc108870876aa7f3efac72..0000000000000000000000000000000000000000 --- a/gt_redshift/superhero/superheroes.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cfd773c2ec4f70cee6b5de0039d2d8ebb55f586bbc2685837550f63badf867f1 -size 28428 diff --git a/gt_redshift/superstore/customers.csv b/gt_redshift/superstore/customers.csv deleted file mode 100644 index 3c72d7a49838c6adaf31b9d68a3b4688545cae02..0000000000000000000000000000000000000000 --- a/gt_redshift/superstore/customers.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:79b50c0ad0946048d9344792c4828730b0591b97298aa755fdf8c349390852a7 -size 95990 diff --git a/gt_redshift/superstore/products.csv b/gt_redshift/superstore/products.csv deleted file mode 100644 index 5b561dd92b2e2482173a3077e121deb58550f426..0000000000000000000000000000000000000000 --- a/gt_redshift/superstore/products.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6091919653e783199788876bbd2a2a25bc950e939df076176da3fb924d6fa605 -size 432992 diff --git a/gt_redshift/synthea/synthea__patients.csv b/gt_redshift/synthea/synthea__patients.csv deleted file mode 100644 index 016f8df7e0b4d26e709ef9a715205c19acde91de..0000000000000000000000000000000000000000 --- a/gt_redshift/synthea/synthea__patients.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a46815ea9d394467dcb833e221d57a294e9950612a12b6a3c45b370554ef714a -size 121526 diff --git a/gt_redshift/talkingdata/labels.csv b/gt_redshift/talkingdata/labels.csv deleted file mode 100644 index 50bf1badb6fbe9acf1b486344a79887ef13120e3..0000000000000000000000000000000000000000 --- a/gt_redshift/talkingdata/labels.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:97fa503df6add8818e7144a075d04048199729130f644bbc7e10fd27f97bb9aa -size 32011 diff --git a/gt_redshift/thrombosis_prediction/patients.csv b/gt_redshift/thrombosis_prediction/patients.csv deleted file mode 100644 index c8355a617174ddb4fd4bafae704e783a7a4f225b..0000000000000000000000000000000000000000 --- a/gt_redshift/thrombosis_prediction/patients.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4be9dc2ea1a30f504355fcc4f1ceaad92b0f9fb52202501439bb5cf557a732a3 -size 40458 diff --git a/gt_redshift/tiktok_ads/tiktok_ads__ad_group_report.csv b/gt_redshift/tiktok_ads/tiktok_ads__ad_group_report.csv deleted file mode 100644 index 5737414d7cd9a373c513e19cd883b4adfdcccb3d..0000000000000000000000000000000000000000 --- a/gt_redshift/tiktok_ads/tiktok_ads__ad_group_report.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c5eccba3bf7ee7a93a31f67755cb9512730ea6a88254e2c3c6d6b4d0eac3337f -size 929 diff --git a/gt_redshift/tiktok_ads/tiktok_ads__ad_report.csv b/gt_redshift/tiktok_ads/tiktok_ads__ad_report.csv deleted file mode 100644 index a72ee8d095a732f99797af9bfc6f9a39e92bb11e..0000000000000000000000000000000000000000 --- a/gt_redshift/tiktok_ads/tiktok_ads__ad_report.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e170ffdcffefcdd142f9feb3023252b90a9ad6e6fa30af18100c467bf9504234 -size 1087 diff --git a/gt_redshift/tiktok_ads/tiktok_ads__advertiser_report.csv b/gt_redshift/tiktok_ads/tiktok_ads__advertiser_report.csv deleted file mode 100644 index 0ccfe38573a085de0f6e2f8f57ecf8d94cb7f588..0000000000000000000000000000000000000000 --- a/gt_redshift/tiktok_ads/tiktok_ads__advertiser_report.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c1ede2b5663ee3f6fef171c13b2c7f670b8ef6b4833c2650ea588b6284febf0d -size 675 diff --git a/gt_redshift/tiktok_ads/tiktok_ads__campaign_report.csv b/gt_redshift/tiktok_ads/tiktok_ads__campaign_report.csv deleted file mode 100644 index 5cb7ffc39dac20be85b3b54953343acadd3ce69f..0000000000000000000000000000000000000000 --- a/gt_redshift/tiktok_ads/tiktok_ads__campaign_report.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e3736325887f281cd0929854f156637385f22975b993d6b61ff73985076bd76d -size 1037 diff --git a/gt_redshift/toxicology/molecules.csv b/gt_redshift/toxicology/molecules.csv deleted file mode 100644 index fd4b3c02802d046b7b877b94a1b4f18cf20b89b6..0000000000000000000000000000000000000000 --- a/gt_redshift/toxicology/molecules.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1de891e9f0a5728c2e3538851b41862ac4ffb7ca784817052a9a0762d888d0dd -size 11817 diff --git a/gt_redshift/trains/trains.csv b/gt_redshift/trains/trains.csv deleted file mode 100644 index 8109c98a23175cbd9a21cd533f542014cac0debc..0000000000000000000000000000000000000000 --- a/gt_redshift/trains/trains.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9b11c739c45c2ff131f99e06902bebe2a5ec44545d1934a534627bd0d7985996 -size 565 diff --git a/gt_redshift/twilio/twilio__account_overview.csv b/gt_redshift/twilio/twilio__account_overview.csv deleted file mode 100644 index 971165b6ad38219166ff5060034f9c7e7351f786..0000000000000000000000000000000000000000 --- a/gt_redshift/twilio/twilio__account_overview.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5b6d64aa960b9118be2cfc68ebb034df27b497c0bf7e63119e571c7b137ab5ff -size 612 diff --git a/gt_redshift/twitter_organic/twitter_organic__tweets.csv b/gt_redshift/twitter_organic/twitter_organic__tweets.csv deleted file mode 100644 index 073fadb09833d837fec4f1e65b862172484c0fd2..0000000000000000000000000000000000000000 --- a/gt_redshift/twitter_organic/twitter_organic__tweets.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a525ea1dda1d6cf3c5635a12e8acff319340580149d8c0f5d1d834f5f46a7760 -size 27244 diff --git a/gt_redshift/university/countries.csv b/gt_redshift/university/countries.csv deleted file mode 100644 index 76f37f2851dd85114033bf318260c4039d4ce77c..0000000000000000000000000000000000000000 --- a/gt_redshift/university/countries.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:35371ea4208d7f5d719b3b0b4e243ad5f8f9d0278fe3ab935bbbf41fe02e72a1 -size 3103 diff --git a/gt_redshift/university/universities.csv b/gt_redshift/university/universities.csv deleted file mode 100644 index 5eddfd396021d9ebaefc41cb80c97cf18ae5f60c..0000000000000000000000000000000000000000 --- a/gt_redshift/university/universities.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:468ee7c4f25e42dbba701bf810e977c2076d1913a3eb3e17d35a17bd83459330 -size 73629 diff --git a/gt_redshift/video_games/publishers.csv b/gt_redshift/video_games/publishers.csv deleted file mode 100644 index bab3837fe5222809e0d5be02c7f5c9c34b8d4752..0000000000000000000000000000000000000000 --- a/gt_redshift/video_games/publishers.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e6dc75694e0c111cc055c844de76ba59fca1547371d33c496571b47fd4bd34aa -size 29530 diff --git a/gt_redshift/workday/workday__employee_overview.csv b/gt_redshift/workday/workday__employee_overview.csv deleted file mode 100644 index 2342c5acd3e82c9f022d384d6b4ae6868b99448f..0000000000000000000000000000000000000000 --- a/gt_redshift/workday/workday__employee_overview.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0cd6e85eb31afff98ea16feef36c4da6c3712c7d9406ba7d40037469527b1b60 -size 2975 diff --git a/gt_redshift/workday/workday__job_overview.csv b/gt_redshift/workday/workday__job_overview.csv deleted file mode 100644 index 2f21a28fe1baf62d2206fdeafff4dcc891ccd5a5..0000000000000000000000000000000000000000 --- a/gt_redshift/workday/workday__job_overview.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:74bb5c8fdd9ca541e74f8ed43f07814365b43ffb7ac40f55d94f2501b441d3b5 -size 8435 diff --git a/gt_redshift/workday/workday__organization_overview.csv b/gt_redshift/workday/workday__organization_overview.csv deleted file mode 100644 index ead2295c983cd41ba293eef43011055693505a8b..0000000000000000000000000000000000000000 --- a/gt_redshift/workday/workday__organization_overview.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5828f3070e3fcfa3fdb3b0e247890e8418a880af5ae5ba56afa4a3ee4ca12330 -size 1478 diff --git a/gt_redshift/workday/workday__position_overview.csv b/gt_redshift/workday/workday__position_overview.csv deleted file mode 100644 index 1a9f41456bfa68d581a283ca5884a8e44b6e9680..0000000000000000000000000000000000000000 --- a/gt_redshift/workday/workday__position_overview.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5f2e12872228866ccb65b76ca7dc2634a628e22fd6e6d86b97937eccf74a6021 -size 1537 diff --git a/gt_redshift/works_cycles/products.csv b/gt_redshift/works_cycles/products.csv deleted file mode 100644 index 6c8524d8b9a6e8affbca24877df8f9254cc327e3..0000000000000000000000000000000000000000 --- a/gt_redshift/works_cycles/products.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:77368263966c4452846dcca09dbb2d2b7dbc0b354d5f86b2b1c256ea17f6a0cb -size 23551 diff --git a/gt_redshift/world/countries.csv b/gt_redshift/world/countries.csv deleted file mode 100644 index 63dab5063c5539307a2ee616075309cba6107136..0000000000000000000000000000000000000000 --- a/gt_redshift/world/countries.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2e7dce81ea361e3259192cd3a0a4ad1d0b9a058cc788febd4b2d5d0e5709fc78 -size 14439 diff --git a/gt_redshift/world_development_indicators/countries.csv b/gt_redshift/world_development_indicators/countries.csv deleted file mode 100644 index 2fe2b728d4e2781a42babf01380c9f8935729188..0000000000000000000000000000000000000000 --- a/gt_redshift/world_development_indicators/countries.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:aefebc8446bc788c3f458f5dd90b216f9af98c8a16dbcd5cbc764e8b60908b6b -size 16139 diff --git a/gt_redshift/xero/xero__general_ledger.csv b/gt_redshift/xero/xero__general_ledger.csv deleted file mode 100644 index 6c4c87bc01c8f76cd219b4a180393d3c53ae9822..0000000000000000000000000000000000000000 --- a/gt_redshift/xero/xero__general_ledger.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9c3d17b67aca0a970c1b2d11945238ee471e5f58412d1165611c190d106dab13 -size 1327217 diff --git a/gt_redshift/xero/xero__invoice_line_items.csv b/gt_redshift/xero/xero__invoice_line_items.csv deleted file mode 100644 index fb03479d1790c9612cbed0deaa930b292aacdf0e..0000000000000000000000000000000000000000 --- a/gt_redshift/xero/xero__invoice_line_items.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a9a2786d4a1ed9d8c54274b76104506b5cc5fde4f523f57d0fb5d959afee19cc -size 203908 diff --git a/gt_redshift/youtube_analytics/youtube__age_demographics_pivot.csv b/gt_redshift/youtube_analytics/youtube__age_demographics_pivot.csv deleted file mode 100644 index 35d7ddaf61cf23a7e57b235405d22078c4d79b70..0000000000000000000000000000000000000000 --- a/gt_redshift/youtube_analytics/youtube__age_demographics_pivot.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3be09601de4f31dcccec3a6086eb0256179b27e40fea827dbdf9bf78be033ea9 -size 296 diff --git a/gt_redshift/youtube_analytics/youtube__demographics_report.csv b/gt_redshift/youtube_analytics/youtube__demographics_report.csv deleted file mode 100644 index 5999ac82a6b095ed1d3b327e76bf8ad24160afef..0000000000000000000000000000000000000000 --- a/gt_redshift/youtube_analytics/youtube__demographics_report.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:45ec135f8d3629728117f5be61ae7c1fc1906ec455aadd1c4fd0813d0a262fa8 -size 805 diff --git a/gt_redshift/youtube_analytics/youtube__video_report.csv b/gt_redshift/youtube_analytics/youtube__video_report.csv deleted file mode 100644 index 490068709a1c48d9c68e3a9ffd2f2d0651fe04b6..0000000000000000000000000000000000000000 --- a/gt_redshift/youtube_analytics/youtube__video_report.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6230ca6d8d296f72302359a8a3dc17aa233654115cf1e92565bdc146ab3c2477 -size 55014 diff --git a/gt_redshift/zuora/zuora__billing_history.csv b/gt_redshift/zuora/zuora__billing_history.csv deleted file mode 100644 index 703054c7c361fefb51917bb46be0b4630d1e0967..0000000000000000000000000000000000000000 --- a/gt_redshift/zuora/zuora__billing_history.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fe87a69de121b7726818a8e00d158e5f299f1aadd7eeba72d5c7df5fbbbf07f0 -size 3679 diff --git a/gt_snowflake/address/states.csv b/gt_snowflake/address/states.csv deleted file mode 100644 index 5ec7588f9b169d3fc9814fa77f1b0cf8ee706baa..0000000000000000000000000000000000000000 --- a/gt_snowflake/address/states.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:610b18d482d03750d7c21b77aaea339c968c323f20bb3df23ca113fd91a40129 -size 2323 diff --git a/gt_snowflake/airline/airline__airlines.csv b/gt_snowflake/airline/airline__airlines.csv deleted file mode 100644 index 1e3eb820c998502f15ec40383a31a15576d9123d..0000000000000000000000000000000000000000 --- a/gt_snowflake/airline/airline__airlines.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ab8690951ef2ce928a8e0a44d518208c007496be6e222eabeeef7ba31c912ca7 -size 72765 diff --git a/gt_snowflake/airline/airline__airports.csv b/gt_snowflake/airline/airline__airports.csv deleted file mode 100644 index 5995145bea554d87263b1d5ead0af58b70cf6ef4..0000000000000000000000000000000000000000 --- a/gt_snowflake/airline/airline__airports.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3304df5cf6f1b047f1d8d1e46ad143bda9249b77ce1f36525143e22ec27888c2 -size 344220 diff --git a/gt_snowflake/amplitude/amplitude__event_enhanced.csv b/gt_snowflake/amplitude/amplitude__event_enhanced.csv deleted file mode 100644 index 29aaafa8b3ec96a7ca349e413fbcc407b9068b77..0000000000000000000000000000000000000000 --- a/gt_snowflake/amplitude/amplitude__event_enhanced.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5e517b25642bf6349003ef6a1a06a48624625bc8d20452d4d96c27ce29a59acb -size 6331 diff --git a/gt_snowflake/amplitude/amplitude__sessions.csv b/gt_snowflake/amplitude/amplitude__sessions.csv deleted file mode 100644 index 9d0f186433a15cc38cc69511833e3ae94a35b5bb..0000000000000000000000000000000000000000 --- a/gt_snowflake/amplitude/amplitude__sessions.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:30427b7ebdf143fb80e3a61a8861bd1619d4411bcf11ab28f938deed21c3d766 -size 1096 diff --git a/gt_snowflake/amplitude/amplitude__user_enhanced.csv b/gt_snowflake/amplitude/amplitude__user_enhanced.csv deleted file mode 100644 index 021813d7a613bf9e0bd201800ccbd8b78d4e1cf2..0000000000000000000000000000000000000000 --- a/gt_snowflake/amplitude/amplitude__user_enhanced.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4e406d25fc60fcf84a864e428c76fc045b6b8ffae6a84814e95b8781e741745d -size 819 diff --git a/gt_snowflake/app_store/apps.csv b/gt_snowflake/app_store/apps.csv deleted file mode 100644 index ebce6fd1532da122dcd1578870e8477a440de916..0000000000000000000000000000000000000000 --- a/gt_snowflake/app_store/apps.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:40c6429745e41c659de55f0b24a11a69f74ae4991f514da9cf18a263a54ed77b -size 326213 diff --git a/gt_snowflake/apple_store/apple_store__app_version_report.csv b/gt_snowflake/apple_store/apple_store__app_version_report.csv deleted file mode 100644 index 6927dfbab91d7e25c32af90eecad482f26192b73..0000000000000000000000000000000000000000 --- a/gt_snowflake/apple_store/apple_store__app_version_report.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:94cb2ad85161d4b36c36f0e142b8925a17af2b62113eab6656322c9680aaf395 -size 1446 diff --git a/gt_snowflake/apple_store/apple_store__device_report.csv b/gt_snowflake/apple_store/apple_store__device_report.csv deleted file mode 100644 index e89b5975585f0871a2e041624b114c52ed9a5463..0000000000000000000000000000000000000000 --- a/gt_snowflake/apple_store/apple_store__device_report.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:492e273ccc43b1d54dfdaec226c14d96164be71f56d8865f83fbbc4d729f4def -size 1736 diff --git a/gt_snowflake/apple_store/apple_store__overview_report.csv b/gt_snowflake/apple_store/apple_store__overview_report.csv deleted file mode 100644 index fa82ea8330309abf25250acc6066b44fac16d1e4..0000000000000000000000000000000000000000 --- a/gt_snowflake/apple_store/apple_store__overview_report.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cf1f3e2b004eff8cee5323b5c349b24b4199ca3a33de908fc65640cbbf0fa686 -size 640 diff --git a/gt_snowflake/apple_store/apple_store__platform_version_report.csv b/gt_snowflake/apple_store/apple_store__platform_version_report.csv deleted file mode 100644 index eb86cdb7080d07848771093f3abee9ce631fc8e0..0000000000000000000000000000000000000000 --- a/gt_snowflake/apple_store/apple_store__platform_version_report.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fc275ba887d15c845b26bbfe938e22b542cf6bbb92d58215b821ebe7f6a5ec12 -size 1755 diff --git a/gt_snowflake/apple_store/apple_store__source_type_report.csv b/gt_snowflake/apple_store/apple_store__source_type_report.csv deleted file mode 100644 index 2440e5814f46d1cef4c0a561e921f9efacd456f9..0000000000000000000000000000000000000000 --- a/gt_snowflake/apple_store/apple_store__source_type_report.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ab7158bd88ef639bb3f4e7feac2287a2b032bd42374f2a22bc0d26b5f96e5500 -size 760 diff --git a/gt_snowflake/asana/asana__project.csv b/gt_snowflake/asana/asana__project.csv deleted file mode 100644 index df8d6c8947eafed518206d25964d6671e4c99898..0000000000000000000000000000000000000000 --- a/gt_snowflake/asana/asana__project.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b8614f0932d9358c038b133158957e84966bba19b91129cc0134bf97bfab7275 -size 3128 diff --git a/gt_snowflake/asana/asana__tag.csv b/gt_snowflake/asana/asana__tag.csv deleted file mode 100644 index c0d6a87fb835ed6b60e859ef401a6eed344242d1..0000000000000000000000000000000000000000 --- a/gt_snowflake/asana/asana__tag.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a3066c9a15ffd3996ec92702dad85ef7facb05cb963dedeba40207f77db05a53 -size 1379 diff --git a/gt_snowflake/asana/asana__task.csv b/gt_snowflake/asana/asana__task.csv deleted file mode 100644 index cf742652e3dbe72d9f7e06b15144af2ed9fcd40c..0000000000000000000000000000000000000000 --- a/gt_snowflake/asana/asana__task.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1f4efdfd8970f59922f31c2baacaf800c2b3274fb6cd0537ae82a115858eb2a1 -size 412 diff --git a/gt_snowflake/asana/asana__team.csv b/gt_snowflake/asana/asana__team.csv deleted file mode 100644 index 6cab0783e03efe2eab085aac9ea4f35736e7cae1..0000000000000000000000000000000000000000 --- a/gt_snowflake/asana/asana__team.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:48566408e8eb53f4ff66c730d9b93c7544644cf98c4088f95c7046245b08bf3a -size 2278 diff --git a/gt_snowflake/asana/asana__user.csv b/gt_snowflake/asana/asana__user.csv deleted file mode 100644 index ad071fbc5c306ae318a14a4fad31684ba2ac0dd7..0000000000000000000000000000000000000000 --- a/gt_snowflake/asana/asana__user.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:974f60c586f82093990c9f1c8de0aaf22228ce8dac22c49659ea84fc79f50916 -size 1989 diff --git a/gt_snowflake/authors/conferences.csv b/gt_snowflake/authors/conferences.csv deleted file mode 100644 index 70b58ba19c8641b6eb98e78de1c49f8eaf2c6ab1..0000000000000000000000000000000000000000 --- a/gt_snowflake/authors/conferences.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:41b740c64b6da14b58ddb9bfe6c866fd871bf6d6cd975ee4478f56be3b1e100c -size 569493 diff --git a/gt_snowflake/beer_factory/beer_factory__customers.csv b/gt_snowflake/beer_factory/beer_factory__customers.csv deleted file mode 100644 index 736fa019c26c42d22f6294715bee7c3d56e12946..0000000000000000000000000000000000000000 --- a/gt_snowflake/beer_factory/beer_factory__customers.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e05cc6a267acad769c6f96831e7ea6a865834526bf1084ffc6db3070979fc942 -size 40546 diff --git a/gt_snowflake/beer_factory/brands.csv b/gt_snowflake/beer_factory/brands.csv deleted file mode 100644 index a74ac4ce3883410b2a0d6fcd7f114501ef0fb7ae..0000000000000000000000000000000000000000 --- a/gt_snowflake/beer_factory/brands.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a33a3beb6d9f3defa522787193c78d87571cce4cb804f730e059444c4d6d29f4 -size 1928 diff --git a/gt_snowflake/bike_share_1/stations.csv b/gt_snowflake/bike_share_1/stations.csv deleted file mode 100644 index 802f40119b0b8ea8a4b2aa2448f832367e684cad..0000000000000000000000000000000000000000 --- a/gt_snowflake/bike_share_1/stations.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2d817fd299f674bd6f4ec7a0e87cf59290e395924a9740d11234e2f0896b4fa5 -size 5864 diff --git a/gt_snowflake/book_publishing_company/book_publishers.csv b/gt_snowflake/book_publishing_company/book_publishers.csv deleted file mode 100644 index a9909f8e96b81ae9012a7b3dc7a3a3dbff05b8f3..0000000000000000000000000000000000000000 --- a/gt_snowflake/book_publishing_company/book_publishers.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4a2d720ea4cbbfe4e8b86a7157d0fea95fb9eaf4c276964bf349b92a5597b5ec -size 720 diff --git a/gt_snowflake/book_publishing_company/book_stores.csv b/gt_snowflake/book_publishing_company/book_stores.csv deleted file mode 100644 index a2b04d5868d54186ed7a569cd28a22535c02a2bf..0000000000000000000000000000000000000000 --- a/gt_snowflake/book_publishing_company/book_stores.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7bf311089b9d071b56840b810ed3c7d48e31588e82cbe6c1aa297143e2127aa7 -size 812 diff --git a/gt_snowflake/book_publishing_company/book_titles.csv b/gt_snowflake/book_publishing_company/book_titles.csv deleted file mode 100644 index 6a374a0994fe1f4b25407ea0790280e87277f2a2..0000000000000000000000000000000000000000 --- a/gt_snowflake/book_publishing_company/book_titles.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:27e7bb9b7a2f4c52fd2fafa24f25bfc4cfd6703b9181f43db2f9fca87907cd1d -size 1288 diff --git a/gt_snowflake/books/authors.csv b/gt_snowflake/books/authors.csv deleted file mode 100644 index 56d0927a085d1ccd120ae87da68d9443493b3f83..0000000000000000000000000000000000000000 --- a/gt_snowflake/books/authors.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d0493d5a889de02d64072487c1438856ae517031c624b2c034ecef54e80e1cbe -size 872981 diff --git a/gt_snowflake/books/customers.csv b/gt_snowflake/books/customers.csv deleted file mode 100644 index 708df4fb4f566730a9236deef2a91e3fa850f1d7..0000000000000000000000000000000000000000 --- a/gt_snowflake/books/customers.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4042eeb5b38df4e93dfc93c0ff203e2a79f7aa586d649b378b4535e1fec39f71 -size 142273 diff --git a/gt_snowflake/books/publishers.csv b/gt_snowflake/books/publishers.csv deleted file mode 100644 index d206b0f456b7b84d35cdddf3c9b6f741aee2ab7b..0000000000000000000000000000000000000000 --- a/gt_snowflake/books/publishers.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a9b2d1ace59c594f7696d66f23f2eecb02b8eccd71f4e7eebc50ee839296f906 -size 254699 diff --git a/gt_snowflake/california_schools/ca__schools.csv b/gt_snowflake/california_schools/ca__schools.csv deleted file mode 100644 index b4201d5888174af4f1d70ebd8fc79a76e0499da7..0000000000000000000000000000000000000000 --- a/gt_snowflake/california_schools/ca__schools.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ac94c376932bf575b17ddfc7e610743f0c00136eb26140dc6e3744565a0a34d2 -size 1318560 diff --git a/gt_snowflake/car_retails/car_retails__customers.csv b/gt_snowflake/car_retails/car_retails__customers.csv deleted file mode 100644 index ec36d144c77ed8cdea3971c8c351499fee5dccae..0000000000000000000000000000000000000000 --- a/gt_snowflake/car_retails/car_retails__customers.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:261722e52d04691053fa9ec8481866f8e664debda35720883c8b2aa62b997e28 -size 7974 diff --git a/gt_snowflake/car_retails/car_retails__employees.csv b/gt_snowflake/car_retails/car_retails__employees.csv deleted file mode 100644 index f815d487a6c09960f5008e3eac1e8fc174e0f92e..0000000000000000000000000000000000000000 --- a/gt_snowflake/car_retails/car_retails__employees.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9f5df7a65f4dda016d4750b283b211c080f48894be5bdd44ab377fc518f7b146 -size 1605 diff --git a/gt_snowflake/car_retails/car_retails__products.csv b/gt_snowflake/car_retails/car_retails__products.csv deleted file mode 100644 index af87ffe4eb0349ad106b47222feec94a60e5c8b0..0000000000000000000000000000000000000000 --- a/gt_snowflake/car_retails/car_retails__products.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:35429ea5d5f47cb97b5c875110fb5babada8d29de6c3a8d65f135bfff70da883 -size 8964 diff --git a/gt_snowflake/card_games/card_games__sets.csv b/gt_snowflake/card_games/card_games__sets.csv deleted file mode 100644 index 218290540c9a27c8c8b954b4aa15134a0962e2c2..0000000000000000000000000000000000000000 --- a/gt_snowflake/card_games/card_games__sets.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dd526bc9b0c1dba7677545d3ec6e88ebd9b4281daa4d99af932a6e5d969fde9d -size 32122 diff --git a/gt_snowflake/cars/countries.csv b/gt_snowflake/cars/countries.csv deleted file mode 100644 index 2d9c7b1df4fb2afbe19880474826f24c20444e49..0000000000000000000000000000000000000000 --- a/gt_snowflake/cars/countries.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:36915ee8fa35b7aa2a50e6168f1385a45390811cf1c30ca9860f895d8ea4826d -size 312 diff --git a/gt_snowflake/chicago_crime/community_areas.csv b/gt_snowflake/chicago_crime/community_areas.csv deleted file mode 100644 index fbcaec225ffd2b07b0ef5bd303557b7ee13f2dbd..0000000000000000000000000000000000000000 --- a/gt_snowflake/chicago_crime/community_areas.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:08e3779a417528ee0ff4eaa42112fa1d2620c16a6eb8f62ffdee89a7e2b54d22 -size 4029 diff --git a/gt_snowflake/chicago_crime/districts.csv b/gt_snowflake/chicago_crime/districts.csv deleted file mode 100644 index 3abf5322d54d32df9586eb38a52c58e4252146a3..0000000000000000000000000000000000000000 --- a/gt_snowflake/chicago_crime/districts.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:19523d3e2182d29fdc60d5854ca090ae08a0ee1bbb6633fdca9182e0ef0d4b5d -size 2025 diff --git a/gt_snowflake/citeseer/citeseer_paper.csv b/gt_snowflake/citeseer/citeseer_paper.csv deleted file mode 100644 index 0e3005a35f9af5e370111c165159ffaa0dd64cc8..0000000000000000000000000000000000000000 --- a/gt_snowflake/citeseer/citeseer_paper.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dc9cdaba9b5eb1f0bfe48359922d53dbb4da05d9390a24ebda0828e6786b7bbd -size 110170 diff --git a/gt_snowflake/codebase_comments/repository.csv b/gt_snowflake/codebase_comments/repository.csv deleted file mode 100644 index f65ec03d9513c54dd693d8f49e0f9adddbadde19..0000000000000000000000000000000000000000 --- a/gt_snowflake/codebase_comments/repository.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f479b0364a00cb79f6fba2a8bdc8600d26252f9bbf7097ea889152a60013802c -size 12218685 diff --git a/gt_snowflake/codebase_community/codebase_community__posts.csv b/gt_snowflake/codebase_community/codebase_community__posts.csv deleted file mode 100644 index cd9aa495987c7094344828d7fc9d91163543b85d..0000000000000000000000000000000000000000 --- a/gt_snowflake/codebase_community/codebase_community__posts.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:39c8f6fdbf85b5d1f2e55794eec4aef369bccadaa0bf68a1c4ddbc8c8a3c765d -size 16443689 diff --git a/gt_snowflake/codebase_community/codebase_community__users.csv b/gt_snowflake/codebase_community/codebase_community__users.csv deleted file mode 100644 index 1bcd8409bc05b3b7f6dae1cc10ef7e9371483955..0000000000000000000000000000000000000000 --- a/gt_snowflake/codebase_community/codebase_community__users.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d34f1139459076b58186a9df575442c401e27e7a431fc31328f6c160caccc332 -size 1994194 diff --git a/gt_snowflake/coinmarketcap/coinmarket__coins.csv b/gt_snowflake/coinmarketcap/coinmarket__coins.csv deleted file mode 100644 index 85d4ba601ebba77b8e7e069ac9f0c3692a75c5e3..0000000000000000000000000000000000000000 --- a/gt_snowflake/coinmarketcap/coinmarket__coins.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:39552fcadd9a40faba5fada7359fa2e942cc6a40212adaea36120b1b19f8fa95 -size 709729 diff --git a/gt_snowflake/college_completion/states.csv b/gt_snowflake/college_completion/states.csv deleted file mode 100644 index 955a4f069001ee654081800d72b1b20b64d5b57e..0000000000000000000000000000000000000000 --- a/gt_snowflake/college_completion/states.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cc49a10c17bbbd1b5a52c9c9a21e622cf6bdd269e2a43b77da5ebd5e9b111806 -size 5329 diff --git a/gt_snowflake/computer_student/courses.csv b/gt_snowflake/computer_student/courses.csv deleted file mode 100644 index 98828fe133150bc0d4915ac210d9679496cbad47..0000000000000000000000000000000000000000 --- a/gt_snowflake/computer_student/courses.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4df78848ef08011e7da8f5f6c99e9d3d71be289ec9198c149b73bcbf5e5621ec -size 3508 diff --git a/gt_snowflake/cookbook/recipes.csv b/gt_snowflake/cookbook/recipes.csv deleted file mode 100644 index a2a3eb9414117433dbed49dd9c44b6f3fba69164..0000000000000000000000000000000000000000 --- a/gt_snowflake/cookbook/recipes.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d52f8100688504d660370c3f6fe61712fb7d76de323dcd6735492c78de01a4b0 -size 41135 diff --git a/gt_snowflake/cs_semester/courses.csv b/gt_snowflake/cs_semester/courses.csv deleted file mode 100644 index 3335012ed322bed63ec140b70195c753eabca598..0000000000000000000000000000000000000000 --- a/gt_snowflake/cs_semester/courses.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7e16bf2b6866363bf9da55ef3d2153f1e84a96e6a60d1222bdf89597c55170ca -size 902 diff --git a/gt_snowflake/cs_semester/professors.csv b/gt_snowflake/cs_semester/professors.csv deleted file mode 100644 index a0f9cc4cc9746bfb0d4e08dbdc546007c8663a2f..0000000000000000000000000000000000000000 --- a/gt_snowflake/cs_semester/professors.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e81cc09af6884ed19e4810c051e552463bcb6ca629b05b0d108b2f19fe323d4f -size 532 diff --git a/gt_snowflake/cs_semester/students.csv b/gt_snowflake/cs_semester/students.csv deleted file mode 100644 index 42afe53f23eeadd98c52e462d37a25ace400a089..0000000000000000000000000000000000000000 --- a/gt_snowflake/cs_semester/students.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:19dc41ae9a41ec28e40fd7cda03dc1dd536cb761a10d94b32fd9300539340bbf -size 1383 diff --git a/gt_snowflake/debit_card_specializing/debit_card__customers.csv b/gt_snowflake/debit_card_specializing/debit_card__customers.csv deleted file mode 100644 index ba415657b599e03a82e08e12837c1a021911bc39..0000000000000000000000000000000000000000 --- a/gt_snowflake/debit_card_specializing/debit_card__customers.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2a20f0e9996f2964e6ba9af407510800911b8af44f8662412a6cbec068a343c3 -size 1524606 diff --git a/gt_snowflake/disney/directors.csv b/gt_snowflake/disney/directors.csv deleted file mode 100644 index 10b557ab0e58013291ae4b9e12617ad94db39ee5..0000000000000000000000000000000000000000 --- a/gt_snowflake/disney/directors.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3cbe886e79157a32a52669d3a460b260aeea87d0e3d0dbce3fd98f543b29a85e -size 1684 diff --git a/gt_snowflake/donor/donor__projects.csv b/gt_snowflake/donor/donor__projects.csv deleted file mode 100644 index 1ca23aa81f4e97c4441fa90d84ee37c8d23f20bb..0000000000000000000000000000000000000000 --- a/gt_snowflake/donor/donor__projects.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1ca70fcee111a575d5cf2067470428a2ebdc2616ec2ab47309a37a0adeeec5d0 -size 99069247 diff --git a/gt_snowflake/european_football_1/eu_foolball__divisions.csv b/gt_snowflake/european_football_1/eu_foolball__divisions.csv deleted file mode 100644 index 381976cc857f69268e73cb500a160d75ba775969..0000000000000000000000000000000000000000 --- a/gt_snowflake/european_football_1/eu_foolball__divisions.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fafba4d16a321b3d5e1b3185dbfed139fb6f9449dc49e351e46cb59e8ca23ef6 -size 1475 diff --git a/gt_snowflake/european_football_2/leagues.csv b/gt_snowflake/european_football_2/leagues.csv deleted file mode 100644 index 9c35a42103a5d66f891ee5fe7e1b7e9a1fa8eba9..0000000000000000000000000000000000000000 --- a/gt_snowflake/european_football_2/leagues.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0c834b4ecadc24070fed958c95da868d9ff3a1ff848ffca6d8e61a521ced2c96 -size 823 diff --git a/gt_snowflake/european_football_2/players.csv b/gt_snowflake/european_football_2/players.csv deleted file mode 100644 index 5f0199567360334b60375a12df930d90206afbd5..0000000000000000000000000000000000000000 --- a/gt_snowflake/european_football_2/players.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1708b0b0601ade75cf19ca62da888de64053f469a3e0d50972c2bcf234785957 -size 929684 diff --git a/gt_snowflake/european_football_2/teams.csv b/gt_snowflake/european_football_2/teams.csv deleted file mode 100644 index 510d49e1a1ba3a5eafe68825813942fd6df62e31..0000000000000000000000000000000000000000 --- a/gt_snowflake/european_football_2/teams.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bbb91a03f713d0a71d2e144a4a841ec45da824ff668f9b0b0b2f5e42f410db0f -size 13262 diff --git a/gt_snowflake/facebook_ads/facebook_ads__account_report.csv b/gt_snowflake/facebook_ads/facebook_ads__account_report.csv deleted file mode 100644 index 47f66b8d66c4cc2bca4713d2e6ea566eff77b6fb..0000000000000000000000000000000000000000 --- a/gt_snowflake/facebook_ads/facebook_ads__account_report.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d097168420affeb7a36df086a4df6dea950630e4a2c2d50c03dae5ad5008100b -size 874 diff --git a/gt_snowflake/facebook_ads/facebook_ads__ad_report.csv b/gt_snowflake/facebook_ads/facebook_ads__ad_report.csv deleted file mode 100644 index 35948d002137d1fa8d81e10dced4bffb653412de..0000000000000000000000000000000000000000 --- a/gt_snowflake/facebook_ads/facebook_ads__ad_report.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d467eb083d4264b1b07080f459fd5b1a0e3bfb7e360453142f56cd5deb4f3178 -size 1989 diff --git a/gt_snowflake/facebook_ads/facebook_ads__ad_set_report.csv b/gt_snowflake/facebook_ads/facebook_ads__ad_set_report.csv deleted file mode 100644 index a0b5ddaa992fd2a9644dddc840bd2130b2ad85a3..0000000000000000000000000000000000000000 --- a/gt_snowflake/facebook_ads/facebook_ads__ad_set_report.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:702539519b85a98890e87a647f04b3a82cd812e289bc352e18ed16cbe81d3a48 -size 1805 diff --git a/gt_snowflake/facebook_ads/facebook_ads__campaign_report.csv b/gt_snowflake/facebook_ads/facebook_ads__campaign_report.csv deleted file mode 100644 index c1ec62f1995d497bda8ed00746b3cf907b430891..0000000000000000000000000000000000000000 --- a/gt_snowflake/facebook_ads/facebook_ads__campaign_report.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6b2905f6c79ca9bc7c381d521c5eea5d39a9d339a977582c02ef47698b034613 -size 1393 diff --git a/gt_snowflake/financial/clients.csv b/gt_snowflake/financial/clients.csv deleted file mode 100644 index 57c77196d5e643694d1029ea9f43c9968744daa6..0000000000000000000000000000000000000000 --- a/gt_snowflake/financial/clients.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:70a933722dffc7b5a6bb5b527f3dfcbed73091dd11f1e9b5205d68a79d76efa9 -size 206285 diff --git a/gt_snowflake/financial/districts.csv b/gt_snowflake/financial/districts.csv deleted file mode 100644 index c9906cd45e917285bea86074a53bfe0f6614705a..0000000000000000000000000000000000000000 --- a/gt_snowflake/financial/districts.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:86c8b70bd66661b0de010bd7bd9036b1d4e7047c95143569292ba62d462da2ba -size 3388 diff --git a/gt_snowflake/food_inspection/restaurants.csv b/gt_snowflake/food_inspection/restaurants.csv deleted file mode 100644 index 0d1895636ef9b84c67a9967184bc465acd836869..0000000000000000000000000000000000000000 --- a/gt_snowflake/food_inspection/restaurants.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:758e5240027e0c5e32223ae054a640ec8a79ab5aefbdd2e3334c761e29f3851e -size 419289 diff --git a/gt_snowflake/food_inspection_2/businesses.csv b/gt_snowflake/food_inspection_2/businesses.csv deleted file mode 100644 index 5d21bc0454acc6d42ca9841f42f9b234749867ce..0000000000000000000000000000000000000000 --- a/gt_snowflake/food_inspection_2/businesses.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f1b91be8a14c11e15650723998ba076e38da23e0e920423e6d303e06fa217ae1 -size 1886803 diff --git a/gt_snowflake/food_inspection_2/employees.csv b/gt_snowflake/food_inspection_2/employees.csv deleted file mode 100644 index 1e11c74a1e59352186b254d4690df950d7496990..0000000000000000000000000000000000000000 --- a/gt_snowflake/food_inspection_2/employees.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b653e880491dd25fd1dbc3c490f479b86dd208540b49b7e26f0b18b9a86c262d -size 3196 diff --git a/gt_snowflake/formula_1/formula__drivers.csv b/gt_snowflake/formula_1/formula__drivers.csv deleted file mode 100644 index 3c391cd6e22640b7c47526fab21a81dc05309ef0..0000000000000000000000000000000000000000 --- a/gt_snowflake/formula_1/formula__drivers.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dd98383256faf1409f1572cbc941691000b2992755bcaded7a7aa2a202fc223d -size 36604 diff --git a/gt_snowflake/genes/genes__genes.csv b/gt_snowflake/genes/genes__genes.csv deleted file mode 100644 index dbc33f13df2b79f954b4df9cf800246f648f19f0..0000000000000000000000000000000000000000 --- a/gt_snowflake/genes/genes__genes.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6680b80d6da35ccbba3f8926f2b96f3366f26f2575ca1382d00f89dd1368464f -size 23563 diff --git a/gt_snowflake/github/github__daily_metrics.csv b/gt_snowflake/github/github__daily_metrics.csv deleted file mode 100644 index 1264c74f0b919fbc48358e74a068685608c1ad4e..0000000000000000000000000000000000000000 --- a/gt_snowflake/github/github__daily_metrics.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4a61cbd6371b733e9bf3d91ad6bc33d29547a4cb06a8d232592e6c56c88638b4 -size 33321 diff --git a/gt_snowflake/github/github__issues.csv b/gt_snowflake/github/github__issues.csv deleted file mode 100644 index 6b49d73e2b77ff9588379de4b48026c74dcd74d2..0000000000000000000000000000000000000000 --- a/gt_snowflake/github/github__issues.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7e2f19dd00c1f62398ed57bed3c58723e3c12496a22f12d068d707f5507aa613 -size 14192 diff --git a/gt_snowflake/github/github__monthly_metrics.csv b/gt_snowflake/github/github__monthly_metrics.csv deleted file mode 100644 index f64371c21337aff3b5851c0f23912b3fa5cdb1a1..0000000000000000000000000000000000000000 --- a/gt_snowflake/github/github__monthly_metrics.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:62537ea5ef234f03a38a22734b2b239fa5eeedb0ff32b7c7f114392412262eb1 -size 21823 diff --git a/gt_snowflake/github/github__pull_requests.csv b/gt_snowflake/github/github__pull_requests.csv deleted file mode 100644 index 70dd63d8ca1af7e18e4f1058c3f7f41ffa5a1309..0000000000000000000000000000000000000000 --- a/gt_snowflake/github/github__pull_requests.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:43ae7135acf184b6344f0f22e6379e3509d05655f0815ca3328236d996a32b4f -size 94326 diff --git a/gt_snowflake/github/github__quarterly_metrics.csv b/gt_snowflake/github/github__quarterly_metrics.csv deleted file mode 100644 index 0e26979fbeb436954bdc94169b99e8d5ae3b2576..0000000000000000000000000000000000000000 --- a/gt_snowflake/github/github__quarterly_metrics.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ccb679e80df93515f58799d3d53a30bbb91824598ae0d4693f4c172554c5d94e -size 12623 diff --git a/gt_snowflake/github/github__weekly_metrics.csv b/gt_snowflake/github/github__weekly_metrics.csv deleted file mode 100644 index 85bec6bd0865cb749507f8b0cc3f14d3ffe858bc..0000000000000000000000000000000000000000 --- a/gt_snowflake/github/github__weekly_metrics.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0412741d6e4f150f448ffd1f3e743d15e2cc7d7e62add0c8d967d8135137b34e -size 29992 diff --git a/gt_snowflake/hockey/hockey__goalies.csv b/gt_snowflake/hockey/hockey__goalies.csv deleted file mode 100644 index 20c88a2d3f4f625c8457879bd0aee6cca9988c0d..0000000000000000000000000000000000000000 --- a/gt_snowflake/hockey/hockey__goalies.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6d6d84157ea577b927d4ca6b51cb5b0c82d6f63c36f6f35cd34f9847fa98c94b -size 27582 diff --git a/gt_snowflake/hockey/hockey__teams.csv b/gt_snowflake/hockey/hockey__teams.csv deleted file mode 100644 index 00300866b87501d24ed4ed5e55733d399b774e90..0000000000000000000000000000000000000000 --- a/gt_snowflake/hockey/hockey__teams.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f3fee9a6f19470c6b186e062dfdb8101a93717e9c978dffb822558a007e0659a -size 3532 diff --git a/gt_snowflake/human_resources/locations.csv b/gt_snowflake/human_resources/locations.csv deleted file mode 100644 index adbf7b6352f5df7fb83ebf2881392a52c1c263a2..0000000000000000000000000000000000000000 --- a/gt_snowflake/human_resources/locations.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0d30a5e4a6af2005ff8d73d6be89cfd05c92b18002833da253e03bffa1fcbb4d -size 541 diff --git a/gt_snowflake/human_resources/positions.csv b/gt_snowflake/human_resources/positions.csv deleted file mode 100644 index 1e972067e6f84c79f5f13b5966a0fa2259b66ec3..0000000000000000000000000000000000000000 --- a/gt_snowflake/human_resources/positions.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:543ffc2cf1d45a935537add8cdbcab18fdb8c90ccee17051fb42617ada8b79b3 -size 393 diff --git a/gt_snowflake/ice_hockey_draft/players.csv b/gt_snowflake/ice_hockey_draft/players.csv deleted file mode 100644 index 341bca67a9bff38fe5dfe2cc9ad0def334aab745..0000000000000000000000000000000000000000 --- a/gt_snowflake/ice_hockey_draft/players.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:037c3808570814bc404f221069af0b283be0f81ec426f676c2cde9b546446aff -size 118417 diff --git a/gt_snowflake/image_and_language/images.csv b/gt_snowflake/image_and_language/images.csv deleted file mode 100644 index 4cf3f3a8e702dd969683c5e95a9dfe03a0f43bfb..0000000000000000000000000000000000000000 --- a/gt_snowflake/image_and_language/images.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6ded62581486c1cb2bc70773471f0eec83044d129c5a481ae058c5af813ed5b8 -size 2700703 diff --git a/gt_snowflake/instagram_business/instagram_business__posts.csv b/gt_snowflake/instagram_business/instagram_business__posts.csv deleted file mode 100644 index 0c2a51773c67fb6d248d960f0aca3627a310e895..0000000000000000000000000000000000000000 --- a/gt_snowflake/instagram_business/instagram_business__posts.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f9ee6c69c8420d1c843d851183a041e46bbc88f407261f3b750f9de9a77e3468 -size 1739 diff --git a/gt_snowflake/language_corpus/language_corpus__words.csv b/gt_snowflake/language_corpus/language_corpus__words.csv deleted file mode 100644 index b1d54312ec684f7eb087f37656a52a279430d5f9..0000000000000000000000000000000000000000 --- a/gt_snowflake/language_corpus/language_corpus__words.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0d69e157654a69e2db6dda98967a07940777ba37f560b054b1b799e086ea31db -size 90107161 diff --git a/gt_snowflake/law_episode/law_episode__episode.csv b/gt_snowflake/law_episode/law_episode__episode.csv deleted file mode 100644 index a8c64b323eb0748ffbc6fdcc3f85d3cb34a01302..0000000000000000000000000000000000000000 --- a/gt_snowflake/law_episode/law_episode__episode.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2849289a8a95fe1c4f6db0bd82cb864e12f8329d6d4d85383f66f9cbf49345a6 -size 1270 diff --git a/gt_snowflake/law_episode/law_episode__person.csv b/gt_snowflake/law_episode/law_episode__person.csv deleted file mode 100644 index 40648355991b73b8999ff382e370b356d9de79fc..0000000000000000000000000000000000000000 --- a/gt_snowflake/law_episode/law_episode__person.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c3378ab5774aa50d30d98502ddd8e638fbb40eba953660541b36720ba0831996 -size 53004 diff --git a/gt_snowflake/legislator/current_legislators.csv b/gt_snowflake/legislator/current_legislators.csv deleted file mode 100644 index d9aed9fcaf0754520d5d40a016ee22fa5508186d..0000000000000000000000000000000000000000 --- a/gt_snowflake/legislator/current_legislators.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8acd458072276d2233d077f0d4cac711060a6e79624e3099af1988cc74ee953b -size 19282 diff --git a/gt_snowflake/lever/lever__posting_enhanced.csv b/gt_snowflake/lever/lever__posting_enhanced.csv deleted file mode 100644 index c32760e9269562b6fce71ee3aac0445cdcc20b51..0000000000000000000000000000000000000000 --- a/gt_snowflake/lever/lever__posting_enhanced.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:64205ffff618bc1ca183a50251d0b761759dc6d2d817db11495ea23363f72bc5 -size 1040 diff --git a/gt_snowflake/lever/lever__requisition_enhanced.csv b/gt_snowflake/lever/lever__requisition_enhanced.csv deleted file mode 100644 index 125477493d3abb3e79938a238bcd3d2698c8b3f7..0000000000000000000000000000000000000000 --- a/gt_snowflake/lever/lever__requisition_enhanced.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:32fc93c2db12293f08b357bf761b8bccd4e3fdb738f4ac12476f8553cf2d1c01 -size 1205 diff --git a/gt_snowflake/linkedin/linkedin_ads__account_report.csv b/gt_snowflake/linkedin/linkedin_ads__account_report.csv deleted file mode 100644 index d4d35ebae0bf2b0af7a41b0048084abe283886a1..0000000000000000000000000000000000000000 --- a/gt_snowflake/linkedin/linkedin_ads__account_report.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:101b102b4393bc1777dd2564490043b9c768b81019f3be690469cab16eb84256 -size 2395 diff --git a/gt_snowflake/linkedin/linkedin_ads__campaign_group_report.csv b/gt_snowflake/linkedin/linkedin_ads__campaign_group_report.csv deleted file mode 100644 index 87d88c5fc459f54726f7692b494ae8ec38484f96..0000000000000000000000000000000000000000 --- a/gt_snowflake/linkedin/linkedin_ads__campaign_group_report.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:45a6abc4089aa40251347791834a584bc3cfb11f6be635284da4997a671e715f -size 2981 diff --git a/gt_snowflake/linkedin/linkedin_ads__campaign_report.csv b/gt_snowflake/linkedin/linkedin_ads__campaign_report.csv deleted file mode 100644 index a2fd0c7d6420b9bf7a10612a587253966840f593..0000000000000000000000000000000000000000 --- a/gt_snowflake/linkedin/linkedin_ads__campaign_report.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:21c817577ce9595a09ffe9326006721983d7fbeb38fbb26ccf93ffb8a190103a -size 3581 diff --git a/gt_snowflake/mailchimp/mailchimp__automation_activities.csv b/gt_snowflake/mailchimp/mailchimp__automation_activities.csv deleted file mode 100644 index a44b00148c955ac4393345331cb23632dce9a40e..0000000000000000000000000000000000000000 --- a/gt_snowflake/mailchimp/mailchimp__automation_activities.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9e5641e200356a2143729641b84055e42feeffc733f4ba65879fd9e2bf92b273 -size 1393 diff --git a/gt_snowflake/mailchimp/mailchimp__automation_emails.csv b/gt_snowflake/mailchimp/mailchimp__automation_emails.csv deleted file mode 100644 index 9b08bf8dc114f4206ee4de325300db002862106d..0000000000000000000000000000000000000000 --- a/gt_snowflake/mailchimp/mailchimp__automation_emails.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e9a94aa0d78b2928a840f7a0d92c2b6a407f857a49dedbe326700cab9fc7657f -size 1358 diff --git a/gt_snowflake/mailchimp/mailchimp__automations.csv b/gt_snowflake/mailchimp/mailchimp__automations.csv deleted file mode 100644 index e2383fd315e4b2adce93ae6406fce9e19614713f..0000000000000000000000000000000000000000 --- a/gt_snowflake/mailchimp/mailchimp__automations.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3d60730512c5501f182e990dd1f2a6541e25f53067c5d6c383926232a58c8a30 -size 598 diff --git a/gt_snowflake/mailchimp/mailchimp__campaign_activities.csv b/gt_snowflake/mailchimp/mailchimp__campaign_activities.csv deleted file mode 100644 index dadb7c3681fb554ca22b26b3ddab5e0db7071012..0000000000000000000000000000000000000000 --- a/gt_snowflake/mailchimp/mailchimp__campaign_activities.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3cabceb40657409f46b80918e6c272106647f83f88f5c93d428d7353b09bfc3d -size 3526 diff --git a/gt_snowflake/mailchimp/mailchimp__campaign_recipients.csv b/gt_snowflake/mailchimp/mailchimp__campaign_recipients.csv deleted file mode 100644 index 6773d56c78b4d63905cb0337614cc56c347bf86d..0000000000000000000000000000000000000000 --- a/gt_snowflake/mailchimp/mailchimp__campaign_recipients.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:55064af8ae580bf2b15695410b86be9a96765a785ac60b2201b09f774a8fa594 -size 1812 diff --git a/gt_snowflake/mailchimp/mailchimp__campaigns.csv b/gt_snowflake/mailchimp/mailchimp__campaigns.csv deleted file mode 100644 index 9f2de2f9b684f531e723fb07ebef21e66e34fc4e..0000000000000000000000000000000000000000 --- a/gt_snowflake/mailchimp/mailchimp__campaigns.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ac384212fd47fbb1903e0da070e8bd77b0ef4f86e2366576fbd53f513069e978 -size 846 diff --git a/gt_snowflake/mailchimp/mailchimp__lists.csv b/gt_snowflake/mailchimp/mailchimp__lists.csv deleted file mode 100644 index 79e3fa3d59d059fc02101abbfd79561743ce2408..0000000000000000000000000000000000000000 --- a/gt_snowflake/mailchimp/mailchimp__lists.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ba0e048df42341eb15e9c58c1e38c9cca54c49d10c5826f64a0a1668ea4ab772 -size 1419 diff --git a/gt_snowflake/mailchimp/mailchimp__members.csv b/gt_snowflake/mailchimp/mailchimp__members.csv deleted file mode 100644 index 265c4d180a312bec6d7b5acacbfb882e5692c008..0000000000000000000000000000000000000000 --- a/gt_snowflake/mailchimp/mailchimp__members.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1288f258153379368a3f1abb22da4db4bd0995bf683ada56253b8827e418cafb -size 2806 diff --git a/gt_snowflake/mailchimp/mailchimp__segments.csv b/gt_snowflake/mailchimp/mailchimp__segments.csv deleted file mode 100644 index bfda112ab0beaf407cae432e1dd2769c3a8baceb..0000000000000000000000000000000000000000 --- a/gt_snowflake/mailchimp/mailchimp__segments.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:556d41bf2f192fd01856efb86c400b80c7d54f955e655af1bd1fc05d26604f22 -size 462 diff --git a/gt_snowflake/marketo/marketo__campaigns.csv b/gt_snowflake/marketo/marketo__campaigns.csv deleted file mode 100644 index cfcdfc5e6a05131e70b83fc76d3655509f2947c3..0000000000000000000000000000000000000000 --- a/gt_snowflake/marketo/marketo__campaigns.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2b1e00d1bd148a4e6d0be1d57d9a30659828e72e4e894578b72cc0b376a11de4 -size 21150 diff --git a/gt_snowflake/marketo/marketo__email_sends.csv b/gt_snowflake/marketo/marketo__email_sends.csv deleted file mode 100644 index a5f86d9786b5ac898e089400c76b24dc0a8a1117..0000000000000000000000000000000000000000 --- a/gt_snowflake/marketo/marketo__email_sends.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0f5fa0009d08f7e18942e095ab05065e4e4ab3722318961408a046741f7df0ca -size 17968 diff --git a/gt_snowflake/marketo/marketo__email_templates.csv b/gt_snowflake/marketo/marketo__email_templates.csv deleted file mode 100644 index c030eb0aed709af46aeae57e47a61fd0d1101a22..0000000000000000000000000000000000000000 --- a/gt_snowflake/marketo/marketo__email_templates.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:faf07fa2ae47dedd7451ae6744a9403cdd9d171e2be350b751515c5542283f77 -size 44140 diff --git a/gt_snowflake/marketo/marketo__programs.csv b/gt_snowflake/marketo/marketo__programs.csv deleted file mode 100644 index 6c25edc04f0d6fa40630ed85df0877041631f548..0000000000000000000000000000000000000000 --- a/gt_snowflake/marketo/marketo__programs.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5735e3a6c1af1b51cab4c8bff696f82eae54164e4f7d38a71039443c935f91d0 -size 17298 diff --git a/gt_snowflake/mental_health_survey/surveys.csv b/gt_snowflake/mental_health_survey/surveys.csv deleted file mode 100644 index 3d1cdf221b1186ee276cea8092bb507caf5a6fd4..0000000000000000000000000000000000000000 --- a/gt_snowflake/mental_health_survey/surveys.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:25bab5b586672b881e311ce7ceb4cfbc47745a132488b066ae497b65ed5974d2 -size 490 diff --git a/gt_snowflake/menu/menus.csv b/gt_snowflake/menu/menus.csv deleted file mode 100644 index f53d353ec04f740743a5c1bb2bdfc5b3cf633e05..0000000000000000000000000000000000000000 --- a/gt_snowflake/menu/menus.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1738b04fe795719b16b7ad5d191fb2b693d0411d513b1986a779a3439a2f55d6 -size 1246288 diff --git a/gt_snowflake/microsoft_ads/microsoft_ads__account_report.csv b/gt_snowflake/microsoft_ads/microsoft_ads__account_report.csv deleted file mode 100644 index bdc35b51f742df30a392a427dd9ba4edc840f7b4..0000000000000000000000000000000000000000 --- a/gt_snowflake/microsoft_ads/microsoft_ads__account_report.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bb5e6776635b50a445e5a67d640083778fd0efd3641647f9b81b958873ae272e -size 1213 diff --git a/gt_snowflake/microsoft_ads/microsoft_ads__ad_group_report.csv b/gt_snowflake/microsoft_ads/microsoft_ads__ad_group_report.csv deleted file mode 100644 index 4c6905304ad805b2c48d6d069234c274847ad6a7..0000000000000000000000000000000000000000 --- a/gt_snowflake/microsoft_ads/microsoft_ads__ad_group_report.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:47c0d928cbee5735bacbdde00740c6c4c9aaea87ab8450b8340dc35b78de7735 -size 31638 diff --git a/gt_snowflake/microsoft_ads/microsoft_ads__ad_report.csv b/gt_snowflake/microsoft_ads/microsoft_ads__ad_report.csv deleted file mode 100644 index 80f1dfee3e9f3b864cc2a40a05b2fcae2208bbe5..0000000000000000000000000000000000000000 --- a/gt_snowflake/microsoft_ads/microsoft_ads__ad_report.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cca6fb9762bef523380a9e6d13f2fef4515c6baa5a03880639a4c89d75c0e68c -size 57835 diff --git a/gt_snowflake/microsoft_ads/microsoft_ads__campaign_report.csv b/gt_snowflake/microsoft_ads/microsoft_ads__campaign_report.csv deleted file mode 100644 index eecd4d40fa913ce00749ca93e5b248dfcebb9418..0000000000000000000000000000000000000000 --- a/gt_snowflake/microsoft_ads/microsoft_ads__campaign_report.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dd9124d0913af72a8ebed3db3baf0830c8abac177bba52b80ea34207af5feaf4 -size 261403 diff --git a/gt_snowflake/microsoft_ads/microsoft_ads__keyword_report.csv b/gt_snowflake/microsoft_ads/microsoft_ads__keyword_report.csv deleted file mode 100644 index a0c3611b959b81eda3a802d7e2205377eae80adb..0000000000000000000000000000000000000000 --- a/gt_snowflake/microsoft_ads/microsoft_ads__keyword_report.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:baf84d535d7129c9d0bdf9aba62627a5ef1941c28cf9cf9798bc135a7b23a3d5 -size 9328 diff --git a/gt_snowflake/microsoft_ads/microsoft_ads__search_report.csv b/gt_snowflake/microsoft_ads/microsoft_ads__search_report.csv deleted file mode 100644 index 284c6474b851a1ab1a79f53cfecb552aa3d561a0..0000000000000000000000000000000000000000 --- a/gt_snowflake/microsoft_ads/microsoft_ads__search_report.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e60e44c9e5187f20be116bc8e4f0ac25caea10b18e558a9aa44003b2b1136f4c -size 2686 diff --git a/gt_snowflake/mondial_geo/countries.csv b/gt_snowflake/mondial_geo/countries.csv deleted file mode 100644 index f05bfdee7eb10afaf3f710c0a4ce1f01bc9218ba..0000000000000000000000000000000000000000 --- a/gt_snowflake/mondial_geo/countries.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:756993b5af7b4246424b936bae6f98e0bc0b6ef1aa7ec7b3d35a6aa6ba4536b9 -size 10042 diff --git a/gt_snowflake/movie/actors.csv b/gt_snowflake/movie/actors.csv deleted file mode 100644 index 19f0c96d58d0769af5765fc87fa5529265c2d798..0000000000000000000000000000000000000000 --- a/gt_snowflake/movie/actors.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0bc24b8ab65d3f0917cfd7f6795f3f50160834b36306d074ec2578ab2d5e6809 -size 118154 diff --git a/gt_snowflake/movie/movie.csv b/gt_snowflake/movie/movie.csv deleted file mode 100644 index a2bd5593f0775d8902bebe9f16441fc59b688b41..0000000000000000000000000000000000000000 --- a/gt_snowflake/movie/movie.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:43aa4dda783a6435ec5ee695407b42c9c422a6808ccb0fee42093c08c89de289 -size 35050 diff --git a/gt_snowflake/movie_3/customers.csv b/gt_snowflake/movie_3/customers.csv deleted file mode 100644 index 37c0e4259ae4412eddb040bceda4b39bbbc02737..0000000000000000000000000000000000000000 --- a/gt_snowflake/movie_3/customers.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f8a6869c63f4b9e3a974c30698aa25d39f808117c4ce916f89875f23af279ccd -size 49389 diff --git a/gt_snowflake/movie_3/films.csv b/gt_snowflake/movie_3/films.csv deleted file mode 100644 index 26db7d2eb435be01c55c08f26f8d29d5a06366d2..0000000000000000000000000000000000000000 --- a/gt_snowflake/movie_3/films.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7f3459f8402b2793f8925d908ef729701d1a280b86ff942ce7e1053f2e074a9a -size 51034 diff --git a/gt_snowflake/movie_platform/movie_platform__directors.csv b/gt_snowflake/movie_platform/movie_platform__directors.csv deleted file mode 100644 index fd758467d3bd4d7072fab0097071c4d56f126a3a..0000000000000000000000000000000000000000 --- a/gt_snowflake/movie_platform/movie_platform__directors.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:344625d8edb247a4b86393acba69471e759d6f704fbd2c60cb51c1b4da85590e -size 8117853 diff --git a/gt_snowflake/movie_platform/movie_platform__list_users.csv b/gt_snowflake/movie_platform/movie_platform__list_users.csv deleted file mode 100644 index d2629a78beff526bf5e44d25e264c1ac33ca9eeb..0000000000000000000000000000000000000000 --- a/gt_snowflake/movie_platform/movie_platform__list_users.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5fd9dd38d90bf4203180629862a9e6c92d46a33a5f0af5dc3516810448d09b17 -size 4592246 diff --git a/gt_snowflake/movie_platform/movie_platform__movies.csv b/gt_snowflake/movie_platform/movie_platform__movies.csv deleted file mode 100644 index 5c395e8fa5c31b84d6d381c85bc6b2a03ad29792..0000000000000000000000000000000000000000 --- a/gt_snowflake/movie_platform/movie_platform__movies.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5aa902083acac785f63f3cc6cef61d4c3ba9bc87f61c0e20b562e60949d1aee0 -size 27551479 diff --git a/gt_snowflake/movielens/movielens__actors.csv b/gt_snowflake/movielens/movielens__actors.csv deleted file mode 100644 index 775d889aca8781febaab2f5295f392fcdc5791a6..0000000000000000000000000000000000000000 --- a/gt_snowflake/movielens/movielens__actors.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b2ad9a919aa55cface0cbb9f985a37c4d97110873136c827387c9037d9ffcc10 -size 2131482 diff --git a/gt_snowflake/movielens/movielens__directors.csv b/gt_snowflake/movielens/movielens__directors.csv deleted file mode 100644 index a420049fe71d8cb7e86d55ea49443bd78528f27c..0000000000000000000000000000000000000000 --- a/gt_snowflake/movielens/movielens__directors.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cf84fb027ba57e8f4fdad194166ab930edc4ee753355c8de853fab5398970da7 -size 57435 diff --git a/gt_snowflake/movielens/movielens__movies.csv b/gt_snowflake/movielens/movielens__movies.csv deleted file mode 100644 index b4bbcf957008bc8ce22412c41198c6c277a76f5f..0000000000000000000000000000000000000000 --- a/gt_snowflake/movielens/movielens__movies.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fbb90f0ada21bc8b07e61f0bbbdd9844d0fd2a7aab8dada1b57ff4f831078921 -size 189257 diff --git a/gt_snowflake/movies_4/movies4__movies.csv b/gt_snowflake/movies_4/movies4__movies.csv deleted file mode 100644 index 199511a8bffa7544b81cf443bdf7f8b06a9044bc..0000000000000000000000000000000000000000 --- a/gt_snowflake/movies_4/movies4__movies.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e05d297d524cac559e67f342c451810da5d37a30ea364b0d6f4ee5e35996d5ee -size 231811 diff --git a/gt_snowflake/movies_4/movies4__person.csv b/gt_snowflake/movies_4/movies4__person.csv deleted file mode 100644 index 644f8cc183ba0fee6d615aa3c126f79d4ae8c967..0000000000000000000000000000000000000000 --- a/gt_snowflake/movies_4/movies4__person.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2e52d7444f880fad753ac24918319f644a23150b5ea64b62a6eaa204d37f1476 -size 5048618 diff --git a/gt_snowflake/movies_4/movies4__production_company.csv b/gt_snowflake/movies_4/movies4__production_company.csv deleted file mode 100644 index eb32b1ba612bf543eb213062aa9cc2a475867b7e..0000000000000000000000000000000000000000 --- a/gt_snowflake/movies_4/movies4__production_company.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2f796de0b0aaf867e78f792f86e48f4f56d08101b20094acf7a06f380451d4f8 -size 395349 diff --git a/gt_snowflake/music_platform_2/music_platform__categories.csv b/gt_snowflake/music_platform_2/music_platform__categories.csv deleted file mode 100644 index 5cc98db17a5e999d02a55f56a62729dd559201f3..0000000000000000000000000000000000000000 --- a/gt_snowflake/music_platform_2/music_platform__categories.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:98cf1bf2f7e0d6693e952364238cbfe2462f7d965c0bbb8ba8c849210a5a67d0 -size 7161 diff --git a/gt_snowflake/music_platform_2/music_platform__podcasts.csv b/gt_snowflake/music_platform_2/music_platform__podcasts.csv deleted file mode 100644 index 77821506c5e0d42b672305c31b2ec8de5efaf1ce..0000000000000000000000000000000000000000 --- a/gt_snowflake/music_platform_2/music_platform__podcasts.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fb9a9f7faa4499017c1143e308a8d98d23d39c3f00785b4d334e7de1ed593822 -size 78060356 diff --git a/gt_snowflake/music_tracker/music_tracker__tags.csv b/gt_snowflake/music_tracker/music_tracker__tags.csv deleted file mode 100644 index 28d54db8c7370b1c83d25c049733a4c5f7374cac..0000000000000000000000000000000000000000 --- a/gt_snowflake/music_tracker/music_tracker__tags.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2adf9f131463f9db0a547a03117266bcc41ff6edd59dd791f7026dd4329f882c -size 185611 diff --git a/gt_snowflake/olympics/athletes.csv b/gt_snowflake/olympics/athletes.csv deleted file mode 100644 index b96c71a88ec9d4ae645d3e3849f43e619fa2785e..0000000000000000000000000000000000000000 --- a/gt_snowflake/olympics/athletes.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3860e2752470ef665b1e6a5df44a9ba73193ae713ec76ceefb1c2616bf22488d -size 7173914 diff --git a/gt_snowflake/olympics/regions.csv b/gt_snowflake/olympics/regions.csv deleted file mode 100644 index e0e68148d9a3be073e98fa2f335f763e7f2f122e..0000000000000000000000000000000000000000 --- a/gt_snowflake/olympics/regions.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6723ed5e03965b60b5b5aac3ffd79810b65e58e4aa46f14ae5167680288d7282 -size 13619 diff --git a/gt_snowflake/olympics/sports.csv b/gt_snowflake/olympics/sports.csv deleted file mode 100644 index 215a7a868a11408c02a94b858153d78045b1eb67..0000000000000000000000000000000000000000 --- a/gt_snowflake/olympics/sports.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a716103013360e8ddc149e6fc7b941394953a5460322ff4a4dfc082e62046ea5 -size 3845 diff --git a/gt_snowflake/pardot/pardot__campaigns.csv b/gt_snowflake/pardot/pardot__campaigns.csv deleted file mode 100644 index edbd00406434c438b853c27ce6a0115d70963931..0000000000000000000000000000000000000000 --- a/gt_snowflake/pardot/pardot__campaigns.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:49b89733b0000632a2671bd630759d860d65722a169606635d4bbc05bfa8e795 -size 4611 diff --git a/gt_snowflake/pardot/pardot__lists.csv b/gt_snowflake/pardot/pardot__lists.csv deleted file mode 100644 index f98d062f4e308d3845a1ace4a45959725fdfac32..0000000000000000000000000000000000000000 --- a/gt_snowflake/pardot/pardot__lists.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f6dc5f6487a9471ca65203252ad8b34a3f7143f636efdf835bea02bf57d68f1a -size 10634 diff --git a/gt_snowflake/pardot/pardot__opportunities.csv b/gt_snowflake/pardot/pardot__opportunities.csv deleted file mode 100644 index a5c28afc24cc3e9b8c6ca954b016d67187ea779c..0000000000000000000000000000000000000000 --- a/gt_snowflake/pardot/pardot__opportunities.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e7a1eeeac3ff3b0f32b9c9e1fb3052dba2e7dc23992bb1b186986c629ac399e6 -size 15461 diff --git a/gt_snowflake/pardot/pardot__prospects.csv b/gt_snowflake/pardot/pardot__prospects.csv deleted file mode 100644 index 10ab09c107ff8cfe1ef08100a7e48b7fd2e9d38f..0000000000000000000000000000000000000000 --- a/gt_snowflake/pardot/pardot__prospects.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:85f4bf3ee84731bcdbf03d09a40c744a238bc6780be01acf3a757404088cccf1 -size 48938 diff --git a/gt_snowflake/pinterest/pinterest_ads__ad_group_report.csv b/gt_snowflake/pinterest/pinterest_ads__ad_group_report.csv deleted file mode 100644 index 9ae772ff9ada66c4cce17d1c0c754cac10814487..0000000000000000000000000000000000000000 --- a/gt_snowflake/pinterest/pinterest_ads__ad_group_report.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:76870a81c14c78fa485b656159ecc102f0ddcdff2ff65b820188b798089e0ae0 -size 1310 diff --git a/gt_snowflake/pinterest/pinterest_ads__advertiser_report.csv b/gt_snowflake/pinterest/pinterest_ads__advertiser_report.csv deleted file mode 100644 index 1125e264545e1d0536f497c10254570192511694..0000000000000000000000000000000000000000 --- a/gt_snowflake/pinterest/pinterest_ads__advertiser_report.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bd5bd58a8dad568f7e8fc5116d13d60d583ac7c9c2060ff020d73fb127dd744d -size 557 diff --git a/gt_snowflake/pinterest/pinterest_ads__campaign_report.csv b/gt_snowflake/pinterest/pinterest_ads__campaign_report.csv deleted file mode 100644 index 3115acaa3bb4d3a711d22f51254d76b59b4ac6b7..0000000000000000000000000000000000000000 --- a/gt_snowflake/pinterest/pinterest_ads__campaign_report.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:21dc392f8828baeb00d688b578b52d62d62a06e102606d44bf0340386040d61d -size 772 diff --git a/gt_snowflake/pinterest/pinterest_ads__keyword_report.csv b/gt_snowflake/pinterest/pinterest_ads__keyword_report.csv deleted file mode 100644 index 761ee2caa5ccfe94d26146e0ecd619b4857359d6..0000000000000000000000000000000000000000 --- a/gt_snowflake/pinterest/pinterest_ads__keyword_report.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0fe467de03ee94e5e808a84a7a45823d7ce3604fad7b168b04381f169fb665ac -size 1375 diff --git a/gt_snowflake/professional_basketball/professional_basketball__coaches.csv b/gt_snowflake/professional_basketball/professional_basketball__coaches.csv deleted file mode 100644 index f31a0c79cdb32ef30b119c35efe75b4a69b60b02..0000000000000000000000000000000000000000 --- a/gt_snowflake/professional_basketball/professional_basketball__coaches.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:14105358bdefd96f65a008bc60543749e4017ff21a9db47bce2ad75f0d697da6 -size 7712 diff --git a/gt_snowflake/professional_basketball/professional_basketball__players.csv b/gt_snowflake/professional_basketball/professional_basketball__players.csv deleted file mode 100644 index fa459811eedd0f418d63bd40a301867a0642c5f1..0000000000000000000000000000000000000000 --- a/gt_snowflake/professional_basketball/professional_basketball__players.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e78bd7a677d10a5a63bc2cca1e335e5ac4c1292fc0fcf79b7ab0b84a97c2b6a2 -size 258091 diff --git a/gt_snowflake/professional_basketball/professional_basketball__teams.csv b/gt_snowflake/professional_basketball/professional_basketball__teams.csv deleted file mode 100644 index 7643270bd44e72c7a126d466fed041ba3db4f9f4..0000000000000000000000000000000000000000 --- a/gt_snowflake/professional_basketball/professional_basketball__teams.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:81cba7d5aa8984f555fdd00a26d2228a5aef56e8c3cc0dd5848dcb409e531e84 -size 2706 diff --git a/gt_snowflake/public_review_platform/public_review_platform__businesses.csv b/gt_snowflake/public_review_platform/public_review_platform__businesses.csv deleted file mode 100644 index fba25fc96758e3a1fd0da087821adaa852a423fb..0000000000000000000000000000000000000000 --- a/gt_snowflake/public_review_platform/public_review_platform__businesses.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1c2a2f7bf9d8f49d47e6d532e335e2b9eeb844b0f4f7583e1bf1998435bafb6c -size 623088 diff --git a/gt_snowflake/public_review_platform/public_review_platform__users.csv b/gt_snowflake/public_review_platform/public_review_platform__users.csv deleted file mode 100644 index c51162945375f138befd50870042eeec9c551037..0000000000000000000000000000000000000000 --- a/gt_snowflake/public_review_platform/public_review_platform__users.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d53e8c7010464f540eb4c10d8fd73266466215976709eb2046728e17464c4c1d -size 1892771 diff --git a/gt_snowflake/qualtrics/qualtrics__contact.csv b/gt_snowflake/qualtrics/qualtrics__contact.csv deleted file mode 100644 index 71815eafdcddd9e9882f925b6c6fe6fed748b7d4..0000000000000000000000000000000000000000 --- a/gt_snowflake/qualtrics/qualtrics__contact.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:31353f0ec24987614f9e65a8230feea50cb3ca025de64c3b2b258f1c17c4345a -size 1941 diff --git a/gt_snowflake/qualtrics/qualtrics__directory.csv b/gt_snowflake/qualtrics/qualtrics__directory.csv deleted file mode 100644 index fec00f0102ebc7b735204d8f68547bb4918cb6c6..0000000000000000000000000000000000000000 --- a/gt_snowflake/qualtrics/qualtrics__directory.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d9b5d78981d3d9cc03cc5901267320cb80b03edb43be406290511185afd47598 -size 626 diff --git a/gt_snowflake/qualtrics/qualtrics__distribution.csv b/gt_snowflake/qualtrics/qualtrics__distribution.csv deleted file mode 100644 index 1712f219c350a8c40c74f006419ea5b717a4ca16..0000000000000000000000000000000000000000 --- a/gt_snowflake/qualtrics/qualtrics__distribution.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c572aea1357e99cdd62c548e9046170b8d9fca6e64a641fbf16edb6712020c02 -size 8256 diff --git a/gt_snowflake/qualtrics/qualtrics__survey.csv b/gt_snowflake/qualtrics/qualtrics__survey.csv deleted file mode 100644 index 418bc830a5c6ada98cd103dc14da1793360ff454..0000000000000000000000000000000000000000 --- a/gt_snowflake/qualtrics/qualtrics__survey.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:26d3bf5e7f100c7e72a3a4686b1eba6c55f95f8c9afa28b752765e96a9f11faa -size 4147 diff --git a/gt_snowflake/recurly/recurly__account_overview.csv b/gt_snowflake/recurly/recurly__account_overview.csv deleted file mode 100644 index ebae38740ba48349f2f18f1b3c72b90c20b4b7d2..0000000000000000000000000000000000000000 --- a/gt_snowflake/recurly/recurly__account_overview.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a391e20195babfb72195d517959603df01c1f5b1c2b9e28fbf4053241ec8d7c4 -size 1661 diff --git a/gt_snowflake/recurly/recurly__balance_transactions.csv b/gt_snowflake/recurly/recurly__balance_transactions.csv deleted file mode 100644 index 01ff11605e1c1e4b7d1eaa6a20fc1b50786f6d1a..0000000000000000000000000000000000000000 --- a/gt_snowflake/recurly/recurly__balance_transactions.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:20d622837f10f2dc09b3bc3d223b4c1bd31c10eda6d0e938dd51ff869be2b541 -size 11897 diff --git a/gt_snowflake/recurly/recurly__churn_analysis.csv b/gt_snowflake/recurly/recurly__churn_analysis.csv deleted file mode 100644 index 4ad66579e9c4fad69fdb1e50399f584f9065bdc7..0000000000000000000000000000000000000000 --- a/gt_snowflake/recurly/recurly__churn_analysis.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b0b4db57508b19f8fe50fc62f14e82ea43049eaff4ea04a453656ab4fd4cdab8 -size 2269 diff --git a/gt_snowflake/recurly/recurly__subscription_overview.csv b/gt_snowflake/recurly/recurly__subscription_overview.csv deleted file mode 100644 index 4c8904613f5f581bccedeef04f8cc2955ad9a72e..0000000000000000000000000000000000000000 --- a/gt_snowflake/recurly/recurly__subscription_overview.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d3bdd67819208c4560ca0731b9d506d347c1bc1628fa61bd70b50c593f4ccee5 -size 3657 diff --git a/gt_snowflake/regional_sales/regional_sales__customers.csv b/gt_snowflake/regional_sales/regional_sales__customers.csv deleted file mode 100644 index a90aea5249dc979f748c01daeeb7fa9c7fede178..0000000000000000000000000000000000000000 --- a/gt_snowflake/regional_sales/regional_sales__customers.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:089ba1cd6c353a83fa0372cb3178990212479c3d1b724f56033b84c9efa0faee -size 3460 diff --git a/gt_snowflake/regional_sales/regional_sales__products.csv b/gt_snowflake/regional_sales/regional_sales__products.csv deleted file mode 100644 index baf76cc008daf057b7fcbe6661400e4d6f867870..0000000000000000000000000000000000000000 --- a/gt_snowflake/regional_sales/regional_sales__products.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0e692362f28732c1205b3f471cb9c73e2f1fa3381fe4eb9eae36e8efebb6f10a -size 2071 diff --git a/gt_snowflake/restaurant/cities.csv b/gt_snowflake/restaurant/cities.csv deleted file mode 100644 index 950b03ac28455354b9329a4c200e560206f135f2..0000000000000000000000000000000000000000 --- a/gt_snowflake/restaurant/cities.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a86bcbf812aba0ace28cb182f8fa09f17fc89bd677d58974e7085e9d24c57f74 -size 9423 diff --git a/gt_snowflake/retail_complains/Clients.csv b/gt_snowflake/retail_complains/Clients.csv deleted file mode 100644 index a6629968a2ca98f76774a91288d429e19954129a..0000000000000000000000000000000000000000 --- a/gt_snowflake/retail_complains/Clients.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c0f8e08b47d83424bc0bcb34d0ab9faf0fb1d861225d4bff729fe53c309a190c -size 335049 diff --git a/gt_snowflake/retail_world/retail_world__customers.csv b/gt_snowflake/retail_world/retail_world__customers.csv deleted file mode 100644 index 9ebef79e4a11e71234a4e5db74d43cbef45fac7c..0000000000000000000000000000000000000000 --- a/gt_snowflake/retail_world/retail_world__customers.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c771e4d3735e32f9b9726041b69cd3c5f1aa6b2673ee8c7466ec3271d1d9dba9 -size 5649 diff --git a/gt_snowflake/retails/customers.csv b/gt_snowflake/retails/customers.csv deleted file mode 100644 index 8a45c80f37bbc8903b1dda332fa199e7c9d62c24..0000000000000000000000000000000000000000 --- a/gt_snowflake/retails/customers.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f9fe2b33ad78f1ea04e3dd42bcdfa4867a5de4b80c3b7671a535be623e6b0a0c -size 8708593 diff --git a/gt_snowflake/retails/nations.csv b/gt_snowflake/retails/nations.csv deleted file mode 100644 index c36305e7023d512064c11d619b2494120efbdf89..0000000000000000000000000000000000000000 --- a/gt_snowflake/retails/nations.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8c7c162523758dde0a8b1688276ed96de179b8571a098864e196d2a9892c33d0 -size 1591 diff --git a/gt_snowflake/sales/sales__customers.csv b/gt_snowflake/sales/sales__customers.csv deleted file mode 100644 index 9e631dba21a131585f1bfbdbde8136d1473a10c0..0000000000000000000000000000000000000000 --- a/gt_snowflake/sales/sales__customers.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:96b27d6579c6821e5d0eb8eb55d423d0f7f685e14cf596b464b12a33bade5553 -size 651957 diff --git a/gt_snowflake/sales/sales__employees.csv b/gt_snowflake/sales/sales__employees.csv deleted file mode 100644 index d8fe4d03e5b17e5b372e1a6579304c638b0e584b..0000000000000000000000000000000000000000 --- a/gt_snowflake/sales/sales__employees.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0fd3eb4dba0bb56175dc96d5a7fedcd070f2a844ab1015f940ef45dd6ceeb336 -size 1688 diff --git a/gt_snowflake/sales/sales__products.csv b/gt_snowflake/sales/sales__products.csv deleted file mode 100644 index dc5341fd50bec3428fd9294f971ea830da9078ee..0000000000000000000000000000000000000000 --- a/gt_snowflake/sales/sales__products.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2244d706521b5942911fcd1197c238329f2213333dbc4f2ea2cf1f5cabe6f278 -size 36862 diff --git a/gt_snowflake/sales_in_weather/stations.csv b/gt_snowflake/sales_in_weather/stations.csv deleted file mode 100644 index 91cdbcb67ae6c23d621de99930de3311603191e3..0000000000000000000000000000000000000000 --- a/gt_snowflake/sales_in_weather/stations.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c2d70e3aa994ae98e343a9b6245982a0dd24fffa22b02b7c612c81a23c6c7cfa -size 828 diff --git a/gt_snowflake/sales_in_weather/stores.csv b/gt_snowflake/sales_in_weather/stores.csv deleted file mode 100644 index 0d6b179a1a0e6308f867e227c1ae24af2ab515df..0000000000000000000000000000000000000000 --- a/gt_snowflake/sales_in_weather/stores.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:30cd794e9f3d9b22b043b212a95a2e37adcf1f0c5a819d76199e01cf2f5364d3 -size 1639 diff --git a/gt_snowflake/shakespeare/shakespeare__works.csv b/gt_snowflake/shakespeare/shakespeare__works.csv deleted file mode 100644 index 0459b8f698c547fc0853d83bed63b75b31a7c034..0000000000000000000000000000000000000000 --- a/gt_snowflake/shakespeare/shakespeare__works.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ac190a787650160c85cf5da5c84e7a27b49a0ede88462c53d4ee474e53ac87bd -size 1985 diff --git a/gt_snowflake/shipping/drivers.csv b/gt_snowflake/shipping/drivers.csv deleted file mode 100644 index 3452e564c04b6970a5315210babeb7c890590c46..0000000000000000000000000000000000000000 --- a/gt_snowflake/shipping/drivers.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:08f01d0582f12e04fe23830075658d8056f4c6c7a60ab04e4571dee3e94cca9a -size 738 diff --git a/gt_snowflake/shipping/trucks.csv b/gt_snowflake/shipping/trucks.csv deleted file mode 100644 index 807d682bab830f713aa2a298f1fc9d4295483e21..0000000000000000000000000000000000000000 --- a/gt_snowflake/shipping/trucks.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:08fa0ba497f0683834314267575cac07e2fa39006d2c498e1438af83f3189e9c -size 950 diff --git a/gt_snowflake/simpson_episodes/simpson_episodes__episode.csv b/gt_snowflake/simpson_episodes/simpson_episodes__episode.csv deleted file mode 100644 index 3415e7ebe75e84065b5b2830bb9a4787d87b4cf4..0000000000000000000000000000000000000000 --- a/gt_snowflake/simpson_episodes/simpson_episodes__episode.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2dc563328b4e82e9492eb82d0ac41e70b25b85ac5f7ceeb4d416c6e89ebb1e01 -size 1930 diff --git a/gt_snowflake/soccer_2016/teams.csv b/gt_snowflake/soccer_2016/teams.csv deleted file mode 100644 index e760318750fc38da8a852ea0bb79529a634d979f..0000000000000000000000000000000000000000 --- a/gt_snowflake/soccer_2016/teams.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:61174dc2ce9841327c83e623523dab74638534ae3a57cece32b0e541e4c77432 -size 874 diff --git a/gt_snowflake/social_media/countries.csv b/gt_snowflake/social_media/countries.csv deleted file mode 100644 index b57d6cfca7e854d858218a03ee06276bbad43eee..0000000000000000000000000000000000000000 --- a/gt_snowflake/social_media/countries.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f52dab4432906cb9d23b62255387726257dd8eb31478dd21d34dcba7d4fcbba8 -size 26973 diff --git a/gt_snowflake/software_company/geo.csv b/gt_snowflake/software_company/geo.csv deleted file mode 100644 index 3dc3c716f450f3222cecf442e54200d1a6a43edd..0000000000000000000000000000000000000000 --- a/gt_snowflake/software_company/geo.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2c0abebc1e47aa350d3911b93468fb260b68871871bff4bcc42898e38f1ce9ea -size 12081 diff --git a/gt_snowflake/student_club/events.csv b/gt_snowflake/student_club/events.csv deleted file mode 100644 index 0a5cf7b6ece67749fc038e19b4cf0678cc8771e9..0000000000000000000000000000000000000000 --- a/gt_snowflake/student_club/events.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6d5a5742bdf91238b108a7546c5d3be728fc347e2d9638cd722c6a40ec277d52 -size 2892 diff --git a/gt_snowflake/student_club/members.csv b/gt_snowflake/student_club/members.csv deleted file mode 100644 index a22c741421fdfa50627f3f2f3713f024b771d1d4..0000000000000000000000000000000000000000 --- a/gt_snowflake/student_club/members.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0e1b6834f702fcc0ff11794109a253a2e1adcbd71f5d4a6296775ff3cf8166b7 -size 1858 diff --git a/gt_snowflake/student_loan/organization.csv b/gt_snowflake/student_loan/organization.csv deleted file mode 100644 index b644321220b1be98da941c30b820f83855449b26..0000000000000000000000000000000000000000 --- a/gt_snowflake/student_loan/organization.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c3a982e02c6a06fc0aa547627c013de8cfabc3d8e7b6e149defe62b07d99546c -size 491 diff --git a/gt_snowflake/student_loan/schools.csv b/gt_snowflake/student_loan/schools.csv deleted file mode 100644 index 155e909db39407912e34d530000210307c62a627..0000000000000000000000000000000000000000 --- a/gt_snowflake/student_loan/schools.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6d8cbfd3e24f2ef8b337fa4625ac55dc65e76fd95fdf7ec23f6be1aee1155e42 -size 481 diff --git a/gt_snowflake/student_loan/students.csv b/gt_snowflake/student_loan/students.csv deleted file mode 100644 index ebbb60fdbb44121f03c9e86ad7beb8f76dd40355..0000000000000000000000000000000000000000 --- a/gt_snowflake/student_loan/students.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4c9882cc5ec81ce7ce95883a3453222de2dcaa295917c226e9b8fd94bd48e774 -size 21012 diff --git a/gt_snowflake/superhero/superheroes.csv b/gt_snowflake/superhero/superheroes.csv deleted file mode 100644 index 469da0f9d2bb14cb5ecc108870876aa7f3efac72..0000000000000000000000000000000000000000 --- a/gt_snowflake/superhero/superheroes.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cfd773c2ec4f70cee6b5de0039d2d8ebb55f586bbc2685837550f63badf867f1 -size 28428 diff --git a/gt_snowflake/superstore/customers.csv b/gt_snowflake/superstore/customers.csv deleted file mode 100644 index 3c72d7a49838c6adaf31b9d68a3b4688545cae02..0000000000000000000000000000000000000000 --- a/gt_snowflake/superstore/customers.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:79b50c0ad0946048d9344792c4828730b0591b97298aa755fdf8c349390852a7 -size 95990 diff --git a/gt_snowflake/superstore/products.csv b/gt_snowflake/superstore/products.csv deleted file mode 100644 index 5b561dd92b2e2482173a3077e121deb58550f426..0000000000000000000000000000000000000000 --- a/gt_snowflake/superstore/products.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6091919653e783199788876bbd2a2a25bc950e939df076176da3fb924d6fa605 -size 432992 diff --git a/gt_snowflake/synthea/synthea__patients.csv b/gt_snowflake/synthea/synthea__patients.csv deleted file mode 100644 index 016f8df7e0b4d26e709ef9a715205c19acde91de..0000000000000000000000000000000000000000 --- a/gt_snowflake/synthea/synthea__patients.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a46815ea9d394467dcb833e221d57a294e9950612a12b6a3c45b370554ef714a -size 121526 diff --git a/gt_snowflake/talkingdata/labels.csv b/gt_snowflake/talkingdata/labels.csv deleted file mode 100644 index 50bf1badb6fbe9acf1b486344a79887ef13120e3..0000000000000000000000000000000000000000 --- a/gt_snowflake/talkingdata/labels.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:97fa503df6add8818e7144a075d04048199729130f644bbc7e10fd27f97bb9aa -size 32011 diff --git a/gt_snowflake/thrombosis_prediction/patients.csv b/gt_snowflake/thrombosis_prediction/patients.csv deleted file mode 100644 index c8355a617174ddb4fd4bafae704e783a7a4f225b..0000000000000000000000000000000000000000 --- a/gt_snowflake/thrombosis_prediction/patients.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4be9dc2ea1a30f504355fcc4f1ceaad92b0f9fb52202501439bb5cf557a732a3 -size 40458 diff --git a/gt_snowflake/tiktok_ads/tiktok_ads__ad_group_report.csv b/gt_snowflake/tiktok_ads/tiktok_ads__ad_group_report.csv deleted file mode 100644 index 5737414d7cd9a373c513e19cd883b4adfdcccb3d..0000000000000000000000000000000000000000 --- a/gt_snowflake/tiktok_ads/tiktok_ads__ad_group_report.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c5eccba3bf7ee7a93a31f67755cb9512730ea6a88254e2c3c6d6b4d0eac3337f -size 929 diff --git a/gt_snowflake/tiktok_ads/tiktok_ads__ad_report.csv b/gt_snowflake/tiktok_ads/tiktok_ads__ad_report.csv deleted file mode 100644 index a72ee8d095a732f99797af9bfc6f9a39e92bb11e..0000000000000000000000000000000000000000 --- a/gt_snowflake/tiktok_ads/tiktok_ads__ad_report.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e170ffdcffefcdd142f9feb3023252b90a9ad6e6fa30af18100c467bf9504234 -size 1087 diff --git a/gt_snowflake/tiktok_ads/tiktok_ads__advertiser_report.csv b/gt_snowflake/tiktok_ads/tiktok_ads__advertiser_report.csv deleted file mode 100644 index 0ccfe38573a085de0f6e2f8f57ecf8d94cb7f588..0000000000000000000000000000000000000000 --- a/gt_snowflake/tiktok_ads/tiktok_ads__advertiser_report.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c1ede2b5663ee3f6fef171c13b2c7f670b8ef6b4833c2650ea588b6284febf0d -size 675 diff --git a/gt_snowflake/tiktok_ads/tiktok_ads__campaign_report.csv b/gt_snowflake/tiktok_ads/tiktok_ads__campaign_report.csv deleted file mode 100644 index 5cb7ffc39dac20be85b3b54953343acadd3ce69f..0000000000000000000000000000000000000000 --- a/gt_snowflake/tiktok_ads/tiktok_ads__campaign_report.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e3736325887f281cd0929854f156637385f22975b993d6b61ff73985076bd76d -size 1037 diff --git a/gt_snowflake/toxicology/molecules.csv b/gt_snowflake/toxicology/molecules.csv deleted file mode 100644 index fd4b3c02802d046b7b877b94a1b4f18cf20b89b6..0000000000000000000000000000000000000000 --- a/gt_snowflake/toxicology/molecules.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1de891e9f0a5728c2e3538851b41862ac4ffb7ca784817052a9a0762d888d0dd -size 11817 diff --git a/gt_snowflake/trains/trains.csv b/gt_snowflake/trains/trains.csv deleted file mode 100644 index 8109c98a23175cbd9a21cd533f542014cac0debc..0000000000000000000000000000000000000000 --- a/gt_snowflake/trains/trains.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9b11c739c45c2ff131f99e06902bebe2a5ec44545d1934a534627bd0d7985996 -size 565 diff --git a/gt_snowflake/twilio/twilio__account_overview.csv b/gt_snowflake/twilio/twilio__account_overview.csv deleted file mode 100644 index 971165b6ad38219166ff5060034f9c7e7351f786..0000000000000000000000000000000000000000 --- a/gt_snowflake/twilio/twilio__account_overview.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5b6d64aa960b9118be2cfc68ebb034df27b497c0bf7e63119e571c7b137ab5ff -size 612 diff --git a/gt_snowflake/twitter_organic/twitter_organic__tweets.csv b/gt_snowflake/twitter_organic/twitter_organic__tweets.csv deleted file mode 100644 index 073fadb09833d837fec4f1e65b862172484c0fd2..0000000000000000000000000000000000000000 --- a/gt_snowflake/twitter_organic/twitter_organic__tweets.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a525ea1dda1d6cf3c5635a12e8acff319340580149d8c0f5d1d834f5f46a7760 -size 27244 diff --git a/gt_snowflake/university/countries.csv b/gt_snowflake/university/countries.csv deleted file mode 100644 index 76f37f2851dd85114033bf318260c4039d4ce77c..0000000000000000000000000000000000000000 --- a/gt_snowflake/university/countries.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:35371ea4208d7f5d719b3b0b4e243ad5f8f9d0278fe3ab935bbbf41fe02e72a1 -size 3103 diff --git a/gt_snowflake/university/universities.csv b/gt_snowflake/university/universities.csv deleted file mode 100644 index 5eddfd396021d9ebaefc41cb80c97cf18ae5f60c..0000000000000000000000000000000000000000 --- a/gt_snowflake/university/universities.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:468ee7c4f25e42dbba701bf810e977c2076d1913a3eb3e17d35a17bd83459330 -size 73629 diff --git a/gt_snowflake/video_games/publishers.csv b/gt_snowflake/video_games/publishers.csv deleted file mode 100644 index bab3837fe5222809e0d5be02c7f5c9c34b8d4752..0000000000000000000000000000000000000000 --- a/gt_snowflake/video_games/publishers.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e6dc75694e0c111cc055c844de76ba59fca1547371d33c496571b47fd4bd34aa -size 29530 diff --git a/gt_snowflake/workday/workday__employee_overview.csv b/gt_snowflake/workday/workday__employee_overview.csv deleted file mode 100644 index 2342c5acd3e82c9f022d384d6b4ae6868b99448f..0000000000000000000000000000000000000000 --- a/gt_snowflake/workday/workday__employee_overview.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0cd6e85eb31afff98ea16feef36c4da6c3712c7d9406ba7d40037469527b1b60 -size 2975 diff --git a/gt_snowflake/workday/workday__job_overview.csv b/gt_snowflake/workday/workday__job_overview.csv deleted file mode 100644 index 2f21a28fe1baf62d2206fdeafff4dcc891ccd5a5..0000000000000000000000000000000000000000 --- a/gt_snowflake/workday/workday__job_overview.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:74bb5c8fdd9ca541e74f8ed43f07814365b43ffb7ac40f55d94f2501b441d3b5 -size 8435 diff --git a/gt_snowflake/workday/workday__organization_overview.csv b/gt_snowflake/workday/workday__organization_overview.csv deleted file mode 100644 index ead2295c983cd41ba293eef43011055693505a8b..0000000000000000000000000000000000000000 --- a/gt_snowflake/workday/workday__organization_overview.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5828f3070e3fcfa3fdb3b0e247890e8418a880af5ae5ba56afa4a3ee4ca12330 -size 1478 diff --git a/gt_snowflake/workday/workday__position_overview.csv b/gt_snowflake/workday/workday__position_overview.csv deleted file mode 100644 index 1a9f41456bfa68d581a283ca5884a8e44b6e9680..0000000000000000000000000000000000000000 --- a/gt_snowflake/workday/workday__position_overview.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5f2e12872228866ccb65b76ca7dc2634a628e22fd6e6d86b97937eccf74a6021 -size 1537 diff --git a/gt_snowflake/works_cycles/products.csv b/gt_snowflake/works_cycles/products.csv deleted file mode 100644 index 6c8524d8b9a6e8affbca24877df8f9254cc327e3..0000000000000000000000000000000000000000 --- a/gt_snowflake/works_cycles/products.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:77368263966c4452846dcca09dbb2d2b7dbc0b354d5f86b2b1c256ea17f6a0cb -size 23551 diff --git a/gt_snowflake/world/countries.csv b/gt_snowflake/world/countries.csv deleted file mode 100644 index 63dab5063c5539307a2ee616075309cba6107136..0000000000000000000000000000000000000000 --- a/gt_snowflake/world/countries.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2e7dce81ea361e3259192cd3a0a4ad1d0b9a058cc788febd4b2d5d0e5709fc78 -size 14439 diff --git a/gt_snowflake/world_development_indicators/countries.csv b/gt_snowflake/world_development_indicators/countries.csv deleted file mode 100644 index 2fe2b728d4e2781a42babf01380c9f8935729188..0000000000000000000000000000000000000000 --- a/gt_snowflake/world_development_indicators/countries.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:aefebc8446bc788c3f458f5dd90b216f9af98c8a16dbcd5cbc764e8b60908b6b -size 16139 diff --git a/gt_snowflake/xero/xero__general_ledger.csv b/gt_snowflake/xero/xero__general_ledger.csv deleted file mode 100644 index 6c4c87bc01c8f76cd219b4a180393d3c53ae9822..0000000000000000000000000000000000000000 --- a/gt_snowflake/xero/xero__general_ledger.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9c3d17b67aca0a970c1b2d11945238ee471e5f58412d1165611c190d106dab13 -size 1327217 diff --git a/gt_snowflake/xero/xero__invoice_line_items.csv b/gt_snowflake/xero/xero__invoice_line_items.csv deleted file mode 100644 index fb03479d1790c9612cbed0deaa930b292aacdf0e..0000000000000000000000000000000000000000 --- a/gt_snowflake/xero/xero__invoice_line_items.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a9a2786d4a1ed9d8c54274b76104506b5cc5fde4f523f57d0fb5d959afee19cc -size 203908 diff --git a/gt_snowflake/youtube_analytics/youtube__age_demographics_pivot.csv b/gt_snowflake/youtube_analytics/youtube__age_demographics_pivot.csv deleted file mode 100644 index 35d7ddaf61cf23a7e57b235405d22078c4d79b70..0000000000000000000000000000000000000000 --- a/gt_snowflake/youtube_analytics/youtube__age_demographics_pivot.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3be09601de4f31dcccec3a6086eb0256179b27e40fea827dbdf9bf78be033ea9 -size 296 diff --git a/gt_snowflake/youtube_analytics/youtube__demographics_report.csv b/gt_snowflake/youtube_analytics/youtube__demographics_report.csv deleted file mode 100644 index 5999ac82a6b095ed1d3b327e76bf8ad24160afef..0000000000000000000000000000000000000000 --- a/gt_snowflake/youtube_analytics/youtube__demographics_report.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:45ec135f8d3629728117f5be61ae7c1fc1906ec455aadd1c4fd0813d0a262fa8 -size 805 diff --git a/gt_snowflake/youtube_analytics/youtube__video_report.csv b/gt_snowflake/youtube_analytics/youtube__video_report.csv deleted file mode 100644 index 490068709a1c48d9c68e3a9ffd2f2d0651fe04b6..0000000000000000000000000000000000000000 --- a/gt_snowflake/youtube_analytics/youtube__video_report.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6230ca6d8d296f72302359a8a3dc17aa233654115cf1e92565bdc146ab3c2477 -size 55014 diff --git a/gt_snowflake/zuora/zuora__billing_history.csv b/gt_snowflake/zuora/zuora__billing_history.csv deleted file mode 100644 index 703054c7c361fefb51917bb46be0b4630d1e0967..0000000000000000000000000000000000000000 --- a/gt_snowflake/zuora/zuora__billing_history.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fe87a69de121b7726818a8e00d158e5f299f1aadd7eeba72d5c7df5fbbbf07f0 -size 3679 diff --git a/inputs_snowflake/hockey/config.yaml b/hockey/config.yaml similarity index 100% rename from inputs_snowflake/hockey/config.yaml rename to hockey/config.yaml diff --git a/inputs_databricks/hockey/data_model.yaml b/hockey/data_model.yaml similarity index 81% rename from inputs_databricks/hockey/data_model.yaml rename to hockey/data_model.yaml index 05ab55babc68e4fdda465dc06e294ac9b680b75c..8bac053ac87b5e9ad209a2a044f84ce42d8d063f 100644 --- a/inputs_databricks/hockey/data_model.yaml +++ b/hockey/data_model.yaml @@ -15,7 +15,7 @@ models: - name: total_goal_againsts description: The total number of goals against by the goalie, replace NULL values with 0. - name: played_5000_minutes_in_the_all_the_season_played - description: Set to 1 if the goalie has played 5000 minutes in total across all the seasons played, otherwise, set to 0 + description: Set to 1 if the goalie has played 5000 minutes in all the seasons played, otherwise, set to 0 - name: defensive_success_rate_in_the_postseason_of_2011 description: The defensive success rate (in percentage) of the goalie in the postseason of 2011 - name: hockey__teams @@ -24,12 +24,12 @@ models: - name: team_id description: Unique identifier for the team. - name: num_victories - description: The number of victories the team has across all the seasons played, replace NULL values with 0. + description: The number of victories the team has, replace NULL values with 0. - name: highest_total_points_got_in_a_year description: The highest total points the team got in a year. - name: power_play_percentage_in_2011 description: The power play percentage of the team in 2011. - name: num_bench_minor_penalties - description: The number of bench minor penalties the team has across all the seasons played, replace NULL values with 0. + description: The number of bench minor penalties the team has, replace NULL values with 0. - name: num_ties - description: The number of ties the team has across all the seasons played, replace NULL values with 0. \ No newline at end of file + description: The number of ties the team has, replace NULL values with 0. \ No newline at end of file diff --git a/inputs_databricks/hockey/schemas/AwardsCoaches.csv b/hockey/schemas/AwardsCoaches.csv similarity index 100% rename from inputs_databricks/hockey/schemas/AwardsCoaches.csv rename to hockey/schemas/AwardsCoaches.csv diff --git a/inputs_databricks/hockey/schemas/AwardsMisc.csv b/hockey/schemas/AwardsMisc.csv similarity index 100% rename from inputs_databricks/hockey/schemas/AwardsMisc.csv rename to hockey/schemas/AwardsMisc.csv diff --git a/inputs_databricks/hockey/schemas/AwardsPlayers.csv b/hockey/schemas/AwardsPlayers.csv similarity index 100% rename from inputs_databricks/hockey/schemas/AwardsPlayers.csv rename to hockey/schemas/AwardsPlayers.csv diff --git a/inputs_databricks/hockey/schemas/Coaches.csv b/hockey/schemas/Coaches.csv similarity index 100% rename from inputs_databricks/hockey/schemas/Coaches.csv rename to hockey/schemas/Coaches.csv diff --git a/inputs_databricks/hockey/schemas/CombinedShutouts.csv b/hockey/schemas/CombinedShutouts.csv similarity index 100% rename from inputs_databricks/hockey/schemas/CombinedShutouts.csv rename to hockey/schemas/CombinedShutouts.csv diff --git a/inputs_databricks/hockey/schemas/Goalies.csv b/hockey/schemas/Goalies.csv similarity index 100% rename from inputs_databricks/hockey/schemas/Goalies.csv rename to hockey/schemas/Goalies.csv diff --git a/inputs_databricks/hockey/schemas/GoaliesSC.csv b/hockey/schemas/GoaliesSC.csv similarity index 100% rename from inputs_databricks/hockey/schemas/GoaliesSC.csv rename to hockey/schemas/GoaliesSC.csv diff --git a/inputs_databricks/hockey/schemas/HOF.csv b/hockey/schemas/HOF.csv similarity index 100% rename from inputs_databricks/hockey/schemas/HOF.csv rename to hockey/schemas/HOF.csv diff --git a/inputs_databricks/hockey/schemas/Master.csv b/hockey/schemas/Master.csv similarity index 100% rename from inputs_databricks/hockey/schemas/Master.csv rename to hockey/schemas/Master.csv diff --git a/inputs_databricks/hockey/schemas/Scoring.csv b/hockey/schemas/Scoring.csv similarity index 100% rename from inputs_databricks/hockey/schemas/Scoring.csv rename to hockey/schemas/Scoring.csv diff --git a/inputs_databricks/hockey/schemas/ScoringSC.csv b/hockey/schemas/ScoringSC.csv similarity index 100% rename from inputs_databricks/hockey/schemas/ScoringSC.csv rename to hockey/schemas/ScoringSC.csv diff --git a/inputs_databricks/hockey/schemas/ScoringShootout.csv b/hockey/schemas/ScoringShootout.csv similarity index 100% rename from inputs_databricks/hockey/schemas/ScoringShootout.csv rename to hockey/schemas/ScoringShootout.csv diff --git a/inputs_databricks/hockey/schemas/ScoringSup.csv b/hockey/schemas/ScoringSup.csv similarity index 100% rename from inputs_databricks/hockey/schemas/ScoringSup.csv rename to hockey/schemas/ScoringSup.csv diff --git a/inputs_databricks/hockey/schemas/SeriesPost.csv b/hockey/schemas/SeriesPost.csv similarity index 100% rename from inputs_databricks/hockey/schemas/SeriesPost.csv rename to hockey/schemas/SeriesPost.csv diff --git a/inputs_databricks/hockey/schemas/TeamSplits.csv b/hockey/schemas/TeamSplits.csv similarity index 100% rename from inputs_databricks/hockey/schemas/TeamSplits.csv rename to hockey/schemas/TeamSplits.csv diff --git a/inputs_databricks/hockey/schemas/TeamVsTeam.csv b/hockey/schemas/TeamVsTeam.csv similarity index 100% rename from inputs_databricks/hockey/schemas/TeamVsTeam.csv rename to hockey/schemas/TeamVsTeam.csv diff --git a/inputs_databricks/hockey/schemas/Teams.csv b/hockey/schemas/Teams.csv similarity index 100% rename from inputs_databricks/hockey/schemas/Teams.csv rename to hockey/schemas/Teams.csv diff --git a/inputs_databricks/hockey/schemas/TeamsPost.csv b/hockey/schemas/TeamsPost.csv similarity index 100% rename from inputs_databricks/hockey/schemas/TeamsPost.csv rename to hockey/schemas/TeamsPost.csv diff --git a/inputs_databricks/hockey/schemas/TeamsSC.csv b/hockey/schemas/TeamsSC.csv similarity index 100% rename from inputs_databricks/hockey/schemas/TeamsSC.csv rename to hockey/schemas/TeamsSC.csv diff --git a/inputs_databricks/hockey/schemas/abbrev.csv b/hockey/schemas/abbrev.csv similarity index 100% rename from inputs_databricks/hockey/schemas/abbrev.csv rename to hockey/schemas/abbrev.csv diff --git a/inputs_databricks/hockey/schemas/goalies_shootout.csv b/hockey/schemas/goalies_shootout.csv similarity index 100% rename from inputs_databricks/hockey/schemas/goalies_shootout.csv rename to hockey/schemas/goalies_shootout.csv diff --git a/inputs_databricks/hockey/schemas/team_half.csv b/hockey/schemas/team_half.csv similarity index 100% rename from inputs_databricks/hockey/schemas/team_half.csv rename to hockey/schemas/team_half.csv diff --git a/inputs_snowflake/human_resources/config.yaml b/human_resources/config.yaml similarity index 100% rename from inputs_snowflake/human_resources/config.yaml rename to human_resources/config.yaml diff --git a/inputs_redshift/human_resources/data_model.yaml b/human_resources/data_model.yaml similarity index 89% rename from inputs_redshift/human_resources/data_model.yaml rename to human_resources/data_model.yaml index 6fa84c4c96b87fe3da8db153a9e6170d5e554c9a..b740dc7f136706ccaef0f082afc54f220e5dc67f 100644 --- a/inputs_redshift/human_resources/data_model.yaml +++ b/human_resources/data_model.yaml @@ -30,7 +30,7 @@ models: - name: num_employees description: Number of employees at the location, replace NULL values with 0. - name: highest_paid_employee - description: The full name of the highest paid employee at the location, with ties broken by ascending order of the employee's last name. The full name concatenates the first name and last name with a space separating them. + description: The highest paid employee at the location, with ties broken by ascending order of the employee's last name - name: num_of_trainee description: The number of employees who are Trainees work at the location, replace NULL values with 0. - name: num_Account_Representatives_with_Average_performance diff --git a/inputs_databricks/human_resources/schemas/employee.csv b/human_resources/schemas/employee.csv similarity index 100% rename from inputs_databricks/human_resources/schemas/employee.csv rename to human_resources/schemas/employee.csv diff --git a/inputs_databricks/human_resources/schemas/location.csv b/human_resources/schemas/location.csv similarity index 100% rename from inputs_databricks/human_resources/schemas/location.csv rename to human_resources/schemas/location.csv diff --git a/inputs_databricks/human_resources/schemas/position.csv b/human_resources/schemas/position.csv similarity index 100% rename from inputs_databricks/human_resources/schemas/position.csv rename to human_resources/schemas/position.csv diff --git a/inputs_snowflake/ice_hockey_draft/config.yaml b/ice_hockey_draft/config.yaml similarity index 100% rename from inputs_snowflake/ice_hockey_draft/config.yaml rename to ice_hockey_draft/config.yaml diff --git a/inputs_databricks/ice_hockey_draft/data_model.yaml b/ice_hockey_draft/data_model.yaml similarity index 81% rename from inputs_databricks/ice_hockey_draft/data_model.yaml rename to ice_hockey_draft/data_model.yaml index 803285e72b28c124ae55cb2151e880b87bafaa9d..12b06cbe2f9a0960b5146c0083aa9720fb0b5618 100644 --- a/inputs_databricks/ice_hockey_draft/data_model.yaml +++ b/ice_hockey_draft/data_model.yaml @@ -11,7 +11,7 @@ models: - name: num_games_played description: Number of games played by the player, replace NULL values with 0. - name: diff_goals_bewteen_Rs_and_Pf - description: The difference in the number of goals the player scored during the regular season versus the playoffs, calculated as regular season minus playoffs. Leave it as NULL if any data is missing. + description: the difference in the number of goals scored by the player during the regular season versus the playoffs - name: total_penalty_minutes_season_1997_1998 description: Total penalty minutes for the player during the 1997-1998 season, replace NULL values with 0. - name: num_goals_for_Rimouski_Oceanic_in_playoff diff --git a/inputs_databricks/ice_hockey_draft/schemas/PlayerInfo.csv b/ice_hockey_draft/schemas/PlayerInfo.csv similarity index 100% rename from inputs_databricks/ice_hockey_draft/schemas/PlayerInfo.csv rename to ice_hockey_draft/schemas/PlayerInfo.csv diff --git a/inputs_databricks/ice_hockey_draft/schemas/SeasonStatus.csv b/ice_hockey_draft/schemas/SeasonStatus.csv similarity index 100% rename from inputs_databricks/ice_hockey_draft/schemas/SeasonStatus.csv rename to ice_hockey_draft/schemas/SeasonStatus.csv diff --git a/inputs_databricks/ice_hockey_draft/schemas/height_info.csv b/ice_hockey_draft/schemas/height_info.csv similarity index 100% rename from inputs_databricks/ice_hockey_draft/schemas/height_info.csv rename to ice_hockey_draft/schemas/height_info.csv diff --git a/inputs_databricks/ice_hockey_draft/schemas/weight_info.csv b/ice_hockey_draft/schemas/weight_info.csv similarity index 100% rename from inputs_databricks/ice_hockey_draft/schemas/weight_info.csv rename to ice_hockey_draft/schemas/weight_info.csv diff --git a/inputs_snowflake/image_and_language/config.yaml b/image_and_language/config.yaml similarity index 100% rename from inputs_snowflake/image_and_language/config.yaml rename to image_and_language/config.yaml diff --git a/inputs_snowflake/image_and_language/data_model.yaml b/image_and_language/data_model.yaml similarity index 92% rename from inputs_snowflake/image_and_language/data_model.yaml rename to image_and_language/data_model.yaml index 7042b6b8e9bc96a80b7cffec59d70410935e8480..d4ce812017136d5cfc07eb98b2e68298fac1a48f 100644 --- a/inputs_snowflake/image_and_language/data_model.yaml +++ b/image_and_language/data_model.yaml @@ -13,6 +13,6 @@ models: - name: num_self_relations description: the number of self-relations between the object samples in the image, replace NULL values with 0. - name: has_at_least_five_black_classes - description: set to 1 if the image has at least five object samples whose attribute class is 'black', otherwise, set to 0 + description: set to 1 if the image has at least five object samples in the class of "black",otherwise, set to 0 \ No newline at end of file diff --git a/inputs_databricks/image_and_language/schemas/ATT_CLASSES.csv b/image_and_language/schemas/ATT_CLASSES.csv similarity index 100% rename from inputs_databricks/image_and_language/schemas/ATT_CLASSES.csv rename to image_and_language/schemas/ATT_CLASSES.csv diff --git a/inputs_databricks/image_and_language/schemas/IMG_OBJ.csv b/image_and_language/schemas/IMG_OBJ.csv similarity index 100% rename from inputs_databricks/image_and_language/schemas/IMG_OBJ.csv rename to image_and_language/schemas/IMG_OBJ.csv diff --git a/inputs_databricks/image_and_language/schemas/IMG_OBJ_ATT.csv b/image_and_language/schemas/IMG_OBJ_ATT.csv similarity index 100% rename from inputs_databricks/image_and_language/schemas/IMG_OBJ_ATT.csv rename to image_and_language/schemas/IMG_OBJ_ATT.csv diff --git a/inputs_databricks/image_and_language/schemas/IMG_REL.csv b/image_and_language/schemas/IMG_REL.csv similarity index 100% rename from inputs_databricks/image_and_language/schemas/IMG_REL.csv rename to image_and_language/schemas/IMG_REL.csv diff --git a/inputs_databricks/image_and_language/schemas/OBJ_CLASSES.csv b/image_and_language/schemas/OBJ_CLASSES.csv similarity index 100% rename from inputs_databricks/image_and_language/schemas/OBJ_CLASSES.csv rename to image_and_language/schemas/OBJ_CLASSES.csv diff --git a/inputs_databricks/image_and_language/schemas/PRED_CLASSES.csv b/image_and_language/schemas/PRED_CLASSES.csv similarity index 100% rename from inputs_databricks/image_and_language/schemas/PRED_CLASSES.csv rename to image_and_language/schemas/PRED_CLASSES.csv diff --git a/inputs_databricks/address/config.yaml b/inputs_databricks/address/config.yaml deleted file mode 100644 index 90765e48c9a349900656c195ae38814270476733..0000000000000000000000000000000000000000 --- a/inputs_databricks/address/config.yaml +++ /dev/null @@ -1,59 +0,0 @@ -Airbyte: - config: - files_definition_id: 778daa7c-feaf-4db6-96f3-70fd645acc77 - mongodb_definition_id: b2e713cd-cc36-4c0a-b5bd-b47cb8a0561e - namespace_definition: destination - postgres_definition_id: decd338e-5647-4c0b-adf4-da0e75f5a750 - s3_definition_id: 69589781-7828-43c5-9f63-8925b1c1ccc2 - server_url: http://airbyte-abctl-control-plane:80/api/public/v1/ - databricks_definition_id: 072d5540-f236-4294-ba7c-ade8fd918496 -aws_s3: - AWS_ACCESS_KEY_ID: test - AWS_DEFAULT_REGION: us-west-2 - AWS_ENDPOINT_URL: http://elt-localstack:4566 - AWS_SECRET_ACCESS_KEY: test - data: - - path: s3://address-bucket/CBSA.jsonl - sync_mode: full_refresh_append - table: CBSA -custom_api: - config: - configuration: {} - sync_mode: full_refresh_append - tables: - - alias - - avoid -flat_files: -- format: csv - path: https://drive.google.com/uc?export=download&id=1xykJApWNgfi2pWv0f44j0y3dA7TrF-N9 - sync_mode: full_refresh_append - table: state -mongodb: - config: - connection_string: mongodb://elt-mongodb:27017/?directConnection=true - database: address - sync_mode: full_refresh_append - tables: - - congress -postgres: - config: - database: address - host: elt-postgres - password: testelt - port: 5432 - schema: public - sync_mode: full_refresh_append - tables: - - area_code - - country - - zip_congress - - zip_data - user: postgres -databricks: - config: - database: - hostname: - client_id: - secret: - schema: address - http_path: diff --git a/inputs_databricks/address/schemas/country.csv b/inputs_databricks/address/schemas/country.csv deleted file mode 100644 index ff9ed881a37f3e5116d13dd70de60d882c2277cc..0000000000000000000000000000000000000000 --- a/inputs_databricks/address/schemas/country.csv +++ /dev/null @@ -1,4 +0,0 @@ -column_name,column_description -zip_code,the zip code of the state in the county -county,the county -state,the state of the county diff --git a/inputs_databricks/airline/config.yaml b/inputs_databricks/airline/config.yaml deleted file mode 100644 index 48519f04aed26e45b791346c93a9fb54d56f4494..0000000000000000000000000000000000000000 --- a/inputs_databricks/airline/config.yaml +++ /dev/null @@ -1,41 +0,0 @@ -Airbyte: - config: - files_definition_id: 778daa7c-feaf-4db6-96f3-70fd645acc77 - namespace_definition: destination - postgres_definition_id: decd338e-5647-4c0b-adf4-da0e75f5a750 - s3_definition_id: 69589781-7828-43c5-9f63-8925b1c1ccc2 - server_url: http://airbyte-abctl-control-plane:80/api/public/v1/ - databricks_definition_id: 072d5540-f236-4294-ba7c-ade8fd918496 -aws_s3: - AWS_ACCESS_KEY_ID: test - AWS_DEFAULT_REGION: us-west-2 - AWS_ENDPOINT_URL: http://elt-localstack:4566 - AWS_SECRET_ACCESS_KEY: test - data: - - path: s3://airline-bucket/Airports.jsonl - sync_mode: full_refresh_append - table: Airports -flat_files: -- format: jsonl - path: https://drive.google.com/uc?export=download&id=1tRfQsfJe8ZEqDYoA0Cn4i3sZNsfh88m4 - sync_mode: full_refresh_append - table: Air_Carriers -postgres: - config: - database: airline - host: elt-postgres - password: testelt - port: 5432 - schema: public - sync_mode: full_refresh_append - tables: - - airlines - user: postgres -databricks: - config: - database: - hostname: - client_id: - secret: - schema: airline - http_path: diff --git a/inputs_databricks/airline/data_model.yaml b/inputs_databricks/airline/data_model.yaml deleted file mode 100644 index 7c336a7e4182791f45cce6530a36eeb2c65cef7e..0000000000000000000000000000000000000000 --- a/inputs_databricks/airline/data_model.yaml +++ /dev/null @@ -1,35 +0,0 @@ -models: - - name: airline__airlines - description: Each record represents a airline. - columns: - - name: airline_code - description: The airline code. - - name: airline_name - description: The airline name. - - name: flight_number_had_the_longest_delay_in_departure - description: the flight number of the flight operated by the airline that had the longest delay in departure, with ties broken by the ascending order of the flight number - - name: num_flights_operate_in_2018 - description: the number of flights operated by the airline in 2018, replace NULL values with 0. - - name: num_planes - description: the number of planes operated by the airline, replace NULL values with 0. - - name: number_of_non_cancelled_flights - description: the number of non-cancelled flights operated by the airline, replace NULL values with 0. - - name: total_hours_delayed_due_to_a_late_aircraft_in_2018 - description: the total hours delayed of the airline due to a late aircraft in 2018, replace NULL values with 0. - - name: airline__airports - description: Each record represents a airport. - columns: - - name: airport_code - description: The airport code. - - name: airport_name - description: The airport name. - - name: num_flights_departure - description: the number of flights that depart from the airport, replace NULL values with 0. - - name: airline_flew_most_flights - description: the airline that flew the most flights to the airport, with ties broken by the ascending order of the airline name - - name: num_flights_landed_in_2018 - description: the number of flights that landed at the airport in 2018, replace NULL values with 0. - - name: highest_delay_in_minutes_due_to_security - description: the highest delay in minutes due to security among flights departing from the airport - - name: num_cancelled_flights - description: the number of cancelled flights that depart from the airport, replace NULL values with 0. \ No newline at end of file diff --git a/inputs_databricks/amplitude/config.yaml b/inputs_databricks/amplitude/config.yaml deleted file mode 100644 index 41658e466e2d6c7a476a31d0aef729fdadb2bea8..0000000000000000000000000000000000000000 --- a/inputs_databricks/amplitude/config.yaml +++ /dev/null @@ -1,31 +0,0 @@ -Airbyte: - config: - namespace_definition: destination - postgres_definition_id: decd338e-5647-4c0b-adf4-da0e75f5a750 - server_url: http://airbyte-abctl-control-plane:80/api/public/v1/ - databricks_definition_id: 072d5540-f236-4294-ba7c-ade8fd918496 -custom_api: - config: - configuration: {} - sync_mode: full_refresh_append - tables: - - event_type -postgres: - config: - database: amplitude - host: elt-postgres - password: testelt - port: 5432 - schema: public - sync_mode: full_refresh_append - tables: - - event - user: postgres -databricks: - config: - database: - hostname: - client_id: - secret: - schema: amplitude - http_path: diff --git a/inputs_databricks/amplitude/data_model.yaml b/inputs_databricks/amplitude/data_model.yaml deleted file mode 100644 index a24bc5837fb9ff62446eddaecf00c23a342b2405..0000000000000000000000000000000000000000 --- a/inputs_databricks/amplitude/data_model.yaml +++ /dev/null @@ -1,154 +0,0 @@ -models: - - name: amplitude__event_enhanced - description: Each record represents event data, enhanced with event type data and unnested event, group, and user properties. - columns: - - name: unique_event_id - description: A surrogate key that uniquely identifies each event, derived from event_id, device_id, client_event_time, and amplitude_user_id. Use the dbt utils package to generate the surrogate key. - - name: unique_session_id - description: A surrogate key that uniquely identifies each session, derived from user_id and session_id. Use the dbt utils package to generate the surrogate key. - - name: amplitude_user_id - description: Unique key for each user, which is user_id by default. If user_id does not exist, use amplitude_id - - name: event_id - description: A counter that distinguishes events - - name: event_type - description: The assigned type of event. Example 'Add Friend' - - name: event_time - description: > - Amplitude timestamp (UTC) which is the client_event_time adjusted by the - difference between server_received_time and client_upload_time, - specifically: event_time = client_event_time + (server_received_time - - client_upload_time) 2015-08-10T12:00:00.000000 We use this timestamp to - organize events on Amplitude charts. Note: If the difference between - server_received_time and client_upload_time is less than 60 seconds, the - event_time will not be adjusted and will equal the client_event_time. - format: YYYY-MM-DD HH:MM:SS.fff - - name: event_day - description: Day of event time - format: YYYY-MM-DD - - name: unique_event_type_id - description: A surrogate key that uniquely identifies each event type, derived from event_type_id and project_name. Use the dbt utils package to generate the surrogate key. - - name: event_type_id - description: Event type ID - - name: event_type_name - description: Event type name - - name: session_id - description: The session start time in milliseconds since epoch.All events within the same session share the same session ID. By default, the setting in Amplitude for the session property is session ID. All events with the same session ID and the same user ID will be grouped into the same session. The session ID does not have to be unique across multiple users. Session IDs for events sent via the Amplitude SDKs are automatically generated and managed. - - name: session_event_number - description: The number of the event within the session, ordered by time of event, with ties broken by event unique ID ascending. - - name: user_event_number - description: The sequential number of the event within the user's activity, ordered by event time ascending, with ties broken by event unique ID ascending. - - name: group_types - description: Group types. "Groups" in the source table, renamed here. See the Accounts documentation for more information. - - name: user_id - description: > - A readable ID specified by you. - Amplitude uses a combination of three different methods to identify your users: device IDs, Amplitude ID, and user IDs. The first comes directly from your users' devices, while the second is an ID that Amplitude automatically creates once it has enough information to conclusively identify a unique user. The user ID, however, is something you'd set up. - In Amplitude, a user ID is a unique identifier applied to individual users. Using them is optional, but recommended: your product should set a user ID once a user has created an account, logged in, or is otherwise identified in your product. - Amplitude can use a user ID to reconcile events across multiple devices under the same user ID. Additionally, a user's event data will be merged on the backend so that all anonymous events prior to the assignment of a user ID will be connected to the correct user. For this reason, you can wait to assign user IDs if that makes sense for your product. Conversely, this is also why you should not set user IDs for anonymous users. Once set, user IDs in Amplitude cannot be changed. - - name: user_creation_time - description: Event_time (UTC) of the user's first event - format: YYYY-MM-DD HH:MM:SS.fff - - name: amplitude_id - description: An internal ID used to count unique users. - - name: app - description: Project ID found in your project's Settings page - - name: project_name - description: Project ID - - name: client_event_time - description: Local timestamp (UTC) of when the device logged the event. - format: YYYY-MM-DD HH:MM:SS.fff - - name: client_upload_time - description: The local timestamp (UTC) of when the device uploaded the event. - format: YYYY-MM-DD HH:MM:SS.fff - - name: server_received_time - description: Amplitude timestamp (UTC) of when servers received the event - format: YYYY-MM-DD HH:MM:SS.fff - - name: server_upload_time - description: Amplitude timestamp (UTC) of when the event data was uploaded to Amplitude servers - format: YYYY-MM-DD HH:MM:SS.fff - - name: country - description: Country where event was registered. - - name: data - description: Dictionary where certain fields such as first_event and merged_amplitude_id are stored. - - name: device_id - description: The device specific identifier - - name: ip_address - description: IP address - - name: totals - description: The total number of times the event has happened this week - - name: value - description: Name of the event in the raw data. - - name: events_per_session - description: The count of events in a session - - name: session_started_at - description: The time of the first event in a session - format: YYYY-MM-DD HH:MM:SS.fff - - name: session_ended_at - description: The time of the last event in a session - format: YYYY-MM-DD HH:MM:SS.fff - - name: user_session_number - description: A sequential identifier for each session initiated by a user, ordered by session start time, helping to track a user's sessions over time. - - name: session_started_at_day - description: The date on which a session started. - format: YYYY-MM-DD - - name: session_ended_at_day - description: The date on which a session ended. - format: YYYY-MM-DD - - name: session_length_in_minutes - description: The length of the session, in minutes - - name: is_first_user_session - description: Boolean of whether or not a session is the user's first session. Use 1 for true and 0 for false. - - - name: amplitude__sessions - description: Each record represents a distinct session with aggregated metrics for that session. - columns: - - name: unique_session_id - description: A surrogate key that uniquely identifies each session, derived from user_id and session_id. Use the dbt utils package to generate the surrogate key. - - name: user_id - description: > - A readable ID specified by you. - Amplitude uses a combination of three different methods to identify your users: device IDs, Amplitude ID, and user IDs. The first comes directly from your users' devices, while the second is an ID that Amplitude automatically creates once it has enough information to conclusively identify a unique user. The user ID, however, is something you'd set up. - In Amplitude, a user ID is a unique identifier applied to individual users. Using them is optional, but recommended: your product should set a user ID once a user has created an account, logged in, or is otherwise identified in your product. - Amplitude can use a user ID to reconcile events across multiple devices under the same user ID. Additionally, a user's event data will be merged on the backend so that all anonymous events prior to the assignment of a user ID will be connected to the correct user. For this reason, you can wait to assign user IDs if that makes sense for your product. Conversely, this is also why you should not set user IDs for anonymous users. - Once set, user IDs in Amplitude cannot be changed.Once set, user IDs in Amplitude cannot be changed. - - name: events_per_session - description: The count of events in a session - - name: session_started_at - description: The time of the first event in a session - format: YYYY-MM-DD HH:MM:SS.fff - - name: session_ended_at - description: The time of the last event in a session - format: YYYY-MM-DD HH:MM:SS.fff - - name: session_length_in_minutes - description: The length of the session, in minutes - - name: session_started_at_day - description: The day the session started - format: YYYY-MM-DD - - name: session_ended_at_day - description: The day the session ended - format: YYYY-MM-DD - - name: user_session_number - description: A sequential identifier for each session initiated by a user, ordered by session start time, helping to track a user's sessions over time. - - name: is_first_user_session - description: Boolean of whether or not a session is the user's first session. Use 1 for true and 0 for false. - - - name: amplitude__user_enhanced - description: Each record represents a distinct user with aggregated metrics for that user. - columns: - - name: amplitude_user_id - description: Unique key for each user, which is user_id by default. If user_id does not exist, use amplitude_id - - name: user_created_at - description: Event_time (UTC) of the user's first event - format: YYYY-MM-DD HH:MM:SS.fff - - name: first_session_at - description: Timestamp of user's first recorded activity - format: YYYY-MM-DD HH:MM:SS.fff - - name: last_session_at - description: Timestamp of user's most recent activity - format: YYYY-MM-DD HH:MM:SS.fff - - name: total_events_per_user - description: The total number of events for a certain user - - name: total_sessions_per_user - description: The total number of sessions for a certain user - - name: average_session_length_in_minutes - description: Average length of sessions, in minutes diff --git a/inputs_databricks/app_store/config.yaml b/inputs_databricks/app_store/config.yaml deleted file mode 100644 index e1d0059ba908b4ca769099cc9243faf3cd98ce14..0000000000000000000000000000000000000000 --- a/inputs_databricks/app_store/config.yaml +++ /dev/null @@ -1,27 +0,0 @@ -Airbyte: - config: - mongodb_definition_id: b2e713cd-cc36-4c0a-b5bd-b47cb8a0561e - namespace_definition: destination - server_url: http://airbyte-abctl-control-plane:80/api/public/v1/ - databricks_definition_id: 072d5540-f236-4294-ba7c-ade8fd918496 -custom_api: - config: - configuration: {} - sync_mode: full_refresh_append - tables: - - user_reviews -mongodb: - config: - connection_string: mongodb://elt-mongodb:27017/?directConnection=true - database: app_store - sync_mode: full_refresh_append - tables: - - playstore -databricks: - config: - database: - hostname: - client_id: - secret: - schema: app_store - http_path: diff --git a/inputs_databricks/app_store/data_model.yaml b/inputs_databricks/app_store/data_model.yaml deleted file mode 100644 index c8d8bc28561fd6b16c7ecb8f3de6088eb495dc27..0000000000000000000000000000000000000000 --- a/inputs_databricks/app_store/data_model.yaml +++ /dev/null @@ -1,17 +0,0 @@ -models: - - name: apps - description: Each record represents an app. - columns: - - name: app_name - description: Name of the app. - - name: num_negative_comments - description: Number of negative comments for the app, replace NULL values with 0. - - name: avg_sentiment_subjectivity_score - description: The average sentiment subjectivity score of the app. - - name: num_nan_or_null_comment_reviews - description: the number of reviews the app recieved whose comment is 'nan' or null, replace NULL values with 0. - - name: per_ratio_between_positive_and_negative_setiments - description: The percentage ratio between the number of positive and negative sentiments for the app, calculated using the formula (Positive / Negative) * 100. - - name: num_reviews_with_neutral_attitude - description: The number of reviews with a neutral attitude for the app, replace NULL values with 0. - \ No newline at end of file diff --git a/inputs_databricks/apple_store/config.yaml b/inputs_databricks/apple_store/config.yaml deleted file mode 100644 index d0586e3a6ae795be0afae448f21b36c048419471..0000000000000000000000000000000000000000 --- a/inputs_databricks/apple_store/config.yaml +++ /dev/null @@ -1,71 +0,0 @@ -Airbyte: - config: - files_definition_id: 778daa7c-feaf-4db6-96f3-70fd645acc77 - mongodb_definition_id: b2e713cd-cc36-4c0a-b5bd-b47cb8a0561e - namespace_definition: destination - postgres_definition_id: decd338e-5647-4c0b-adf4-da0e75f5a750 - s3_definition_id: 69589781-7828-43c5-9f63-8925b1c1ccc2 - server_url: http://airbyte-abctl-control-plane:80/api/public/v1/ - databricks_definition_id: 072d5540-f236-4294-ba7c-ade8fd918496 -aws_s3: - AWS_ACCESS_KEY_ID: test - AWS_DEFAULT_REGION: us-west-2 - AWS_ENDPOINT_URL: http://elt-localstack:4566 - AWS_SECRET_ACCESS_KEY: test - data: - - path: s3://apple-store-bucket/sales_account.csv - sync_mode: full_refresh_append - table: sales_account - - path: s3://apple-store-bucket/sales_subscription_summary.jsonl - sync_mode: full_refresh_append - table: sales_subscription_summary -custom_api: - config: - configuration: {} - sync_mode: full_refresh_append - tables: - - app_store_platform_version - - crashes_platform_version - - usage_device -flat_files: -- format: jsonl - path: https://drive.google.com/uc?export=download&id=1vnmCypSCx8uIdZE8TiWllPrZC7ko-FeM - sync_mode: full_refresh_append - table: app -- format: csv - path: https://drive.google.com/uc?export=download&id=1Dmz1L-IzgrEUBpp2Nm2yzi4VWaVem6ip - sync_mode: full_refresh_append - table: usage_app_version -mongodb: - config: - connection_string: mongodb://elt-mongodb:27017/?directConnection=true - database: apple_store - sync_mode: full_refresh_append - tables: - - app_store_territory - - downloads_territory - - usage_territory -postgres: - config: - database: apple_store - host: elt-postgres - password: testelt - port: 5432 - schema: public - sync_mode: full_refresh_append - tables: - - app_store_device - - crashes_app_version - - downloads_device - - downloads_platform_version - - sales_subscription_events - - usage_platform_version - user: postgres -databricks: - config: - database: - hostname: - client_id: - secret: - schema: apple_store - http_path: diff --git a/inputs_databricks/asana/config.yaml b/inputs_databricks/asana/config.yaml deleted file mode 100644 index 1c19f9bc89adffa46d510d4ecb183da1c76c3b0b..0000000000000000000000000000000000000000 --- a/inputs_databricks/asana/config.yaml +++ /dev/null @@ -1,66 +0,0 @@ -Airbyte: - config: - files_definition_id: 778daa7c-feaf-4db6-96f3-70fd645acc77 - mongodb_definition_id: b2e713cd-cc36-4c0a-b5bd-b47cb8a0561e - namespace_definition: destination - postgres_definition_id: decd338e-5647-4c0b-adf4-da0e75f5a750 - s3_definition_id: 69589781-7828-43c5-9f63-8925b1c1ccc2 - server_url: http://airbyte-abctl-control-plane:80/api/public/v1/ - databricks_definition_id: 072d5540-f236-4294-ba7c-ade8fd918496 -aws_s3: - AWS_ACCESS_KEY_ID: test - AWS_DEFAULT_REGION: us-west-2 - AWS_ENDPOINT_URL: http://elt-localstack:4566 - AWS_SECRET_ACCESS_KEY: test - data: - - path: s3://asana-bucket/task_section.csv - sync_mode: full_refresh_append - table: task_section - - path: s3://asana-bucket/task_tag.jsonl - sync_mode: full_refresh_append - table: task_tag -custom_api: - config: - configuration: {} - sync_mode: full_refresh_append - tables: - - project - - story -flat_files: -- format: jsonl - path: https://drive.google.com/uc?export=download&id=1K2BG3X5m_o_nyzE9yGjfKVr66Pe7GQRq - sync_mode: full_refresh_append - table: task_follower -- format: csv - path: https://drive.google.com/uc?export=download&id=1a4CFOkwotBJRtom6rkZ0gPIC_JAVBpNK - sync_mode: full_refresh_append - table: project_task -mongodb: - config: - connection_string: mongodb://elt-mongodb:27017/?directConnection=true - database: asana - sync_mode: full_refresh_append - tables: - - section - - team - - user -postgres: - config: - database: asana - host: elt-postgres - password: testelt - port: 5432 - schema: public - sync_mode: full_refresh_append - tables: - - tag - - task - user: postgres -databricks: - config: - database: - hostname: - client_id: - secret: - schema: asana - http_path: diff --git a/inputs_databricks/authors/config.yaml b/inputs_databricks/authors/config.yaml deleted file mode 100644 index 2cf13778514ee2e7a349aed91843c0016738f419..0000000000000000000000000000000000000000 --- a/inputs_databricks/authors/config.yaml +++ /dev/null @@ -1,55 +0,0 @@ -Airbyte: - config: - files_definition_id: 778daa7c-feaf-4db6-96f3-70fd645acc77 - mongodb_definition_id: b2e713cd-cc36-4c0a-b5bd-b47cb8a0561e - namespace_definition: destination - postgres_definition_id: decd338e-5647-4c0b-adf4-da0e75f5a750 - s3_definition_id: 69589781-7828-43c5-9f63-8925b1c1ccc2 - server_url: http://airbyte-abctl-control-plane:80/api/public/v1/ - databricks_definition_id: 072d5540-f236-4294-ba7c-ade8fd918496 -aws_s3: - AWS_ACCESS_KEY_ID: test - AWS_DEFAULT_REGION: us-west-2 - AWS_ENDPOINT_URL: http://elt-localstack:4566 - AWS_SECRET_ACCESS_KEY: test - data: - - path: s3://authors-bucket/Journal.jsonl - sync_mode: full_refresh_append - table: Journal -custom_api: - config: - configuration: {} - sync_mode: full_refresh_append - tables: - - PaperAuthor -flat_files: -- format: csv - path: https://drive.google.com/uc?export=download&id=1e4AzBosRo-wx15I6gxpQNGFjIyxFCsLC - sync_mode: full_refresh_append - table: Conference -mongodb: - config: - connection_string: mongodb://elt-mongodb:27017/?directConnection=true - database: authors - sync_mode: full_refresh_append - tables: - - Author -postgres: - config: - database: authors - host: elt-postgres - password: testelt - port: 5432 - schema: public - sync_mode: full_refresh_append - tables: - - paper - user: postgres -databricks: - config: - database: - hostname: - client_id: - secret: - schema: authors - http_path: diff --git a/inputs_databricks/authors/data_model.yaml b/inputs_databricks/authors/data_model.yaml deleted file mode 100644 index 24d536b0cd06a232ec3e9da381a5ae7ad00af37a..0000000000000000000000000000000000000000 --- a/inputs_databricks/authors/data_model.yaml +++ /dev/null @@ -1,20 +0,0 @@ -models: - - name: conferences - description: Each record represents a conference. - columns: - - name: conference_id - description: Unique identifier for the conference. - - name: full_name - description: Full name of the conference. - - name: homepage - description: Homepage of the conference. - - name: avg_num_papers_published - description: The average number of papers published in the conference per year. - - name: num_paper_presented_in_2012 - description: The number of papers presented in the conference in 2012, replace NULL values with 0. - - name: year_published_most_paper - description: The year in which the most papers were published in the conference, with ties broken by the ascending order of the year. - - name: per_papers_have_keyword_cancer - description: The percentage of papers that have the keyword "cancer" (case insensitive) in the conference. - - name: total_number_paper_during_1990_to_2000 - description: The total number of papers published in the conference during 1990 to 2000, replace NULL values with 0. \ No newline at end of file diff --git a/inputs_databricks/beer_factory/config.yaml b/inputs_databricks/beer_factory/config.yaml deleted file mode 100644 index f8fe3a09edf4d32348f4813cc46fb8916ddaf816..0000000000000000000000000000000000000000 --- a/inputs_databricks/beer_factory/config.yaml +++ /dev/null @@ -1,57 +0,0 @@ -Airbyte: - config: - files_definition_id: 778daa7c-feaf-4db6-96f3-70fd645acc77 - mongodb_definition_id: b2e713cd-cc36-4c0a-b5bd-b47cb8a0561e - namespace_definition: destination - postgres_definition_id: decd338e-5647-4c0b-adf4-da0e75f5a750 - s3_definition_id: 69589781-7828-43c5-9f63-8925b1c1ccc2 - server_url: http://airbyte-abctl-control-plane:80/api/public/v1/ - databricks_definition_id: 072d5540-f236-4294-ba7c-ade8fd918496 -aws_s3: - AWS_ACCESS_KEY_ID: test - AWS_DEFAULT_REGION: us-west-2 - AWS_ENDPOINT_URL: http://elt-localstack:4566 - AWS_SECRET_ACCESS_KEY: test - data: - - path: s3://beer-factory-bucket/geolocation.csv - sync_mode: full_refresh_append - table: geolocation -custom_api: - config: - configuration: {} - sync_mode: full_refresh_append - tables: - - rootbeerbrand - - rootbeerreview -flat_files: -- format: jsonl - path: https://drive.google.com/uc?export=download&id=1Jg-0HtzU9fzFl8SG9L6dJ4Qi4eOwhZkk - sync_mode: full_refresh_append - table: location -mongodb: - config: - connection_string: mongodb://elt-mongodb:27017/?directConnection=true - database: beer_factory - sync_mode: full_refresh_append - tables: - - customers -postgres: - config: - database: beer_factory - host: elt-postgres - password: testelt - port: 5432 - schema: public - sync_mode: full_refresh_append - tables: - - rootbeer - - transaction - user: postgres -databricks: - config: - database: - hostname: - client_id: - secret: - schema: beer_factory - http_path: diff --git a/inputs_databricks/beer_factory/data_model.yaml b/inputs_databricks/beer_factory/data_model.yaml deleted file mode 100644 index 905a7af7fc0f8af91c13dd17412abc98708f33bf..0000000000000000000000000000000000000000 --- a/inputs_databricks/beer_factory/data_model.yaml +++ /dev/null @@ -1,40 +0,0 @@ -models: - - name: beer_factory__customers - description: Each record represents a customer. - columns: - - name: customer_id - description: Unique identifier for the customer. - - name: name - description: Name of the customer. Concatenate the first name and last name with a space separating them. - - name: address - description: Address of the customer. Concatenate the street address, city and state with a space separating them. - - name: num_reviews - description: Number of reviews the customer has written, replace NULL values with 0. - - name: purchased_beer_by_ASB - description: set to 1 if the customer has purchased at least one root beer produced by AJ Stephans Beverages, otherwise, set to 0 - - name: date_first_bought - description: Date the customer first bought a root beer. - - name: num_non_sweetened - description: Number of non-sweetened root beers the customer has purchased, replace NULL values with 0. Non-sweetened root beers are defined as root beers that do not contain artificial sweetener and honey. - - name: bought_beers_contain_artificial_sweetener - description: set to 1 if the customer has purchased at least one root beer that contains artificial sweetener, otherwise, set to 0 - - name: brands - description: Each record represents a brand of root beer. - columns: - - name: brand_id - description: Unique identifier for the brand. - - name: brandname - description: Name of the brand. - - name: address - description: Address of the brand. Concatenate the city, state, and country with a space separating them. - - name: num_5_stars - description: Number of 5-star ratings the brand has received, replace NULL values with 0. - - name: not_advertise_on_Facebook_and_Twitter - description: set to 1 if the brand does not advertise on Facebook and Twitter, otherwise, set to 0 - - name: unit_profit - description: the unit profit of the brand available to wholesalers - - name: avg_rating_star - description: Average rating star of the brand. - - name: latitude_consumed_most - description: Latitude where the brand is consumed the most with ties broken by the descending order of the latitude - \ No newline at end of file diff --git a/inputs_databricks/bike_share_1/config.yaml b/inputs_databricks/bike_share_1/config.yaml deleted file mode 100644 index 29eb13965111d52f83821cf28c8c9b7c333c51d4..0000000000000000000000000000000000000000 --- a/inputs_databricks/bike_share_1/config.yaml +++ /dev/null @@ -1,45 +0,0 @@ -Airbyte: - config: - files_definition_id: 778daa7c-feaf-4db6-96f3-70fd645acc77 - mongodb_definition_id: b2e713cd-cc36-4c0a-b5bd-b47cb8a0561e - namespace_definition: destination - postgres_definition_id: decd338e-5647-4c0b-adf4-da0e75f5a750 - server_url: http://airbyte-abctl-control-plane:80/api/public/v1/ - databricks_definition_id: 072d5540-f236-4294-ba7c-ade8fd918496 -custom_api: - config: - configuration: {} - sync_mode: full_refresh_append - tables: - - weather -flat_files: -- format: csv - path: https://drive.google.com/uc?export=download&id=1Wi_KDIkhJX0uGPV4a61ziuwUBa4skkQa - sync_mode: full_refresh_append - table: station -mongodb: - config: - connection_string: mongodb://elt-mongodb:27017/?directConnection=true - database: bike_share_1 - sync_mode: full_refresh_append - tables: - - trip -postgres: - config: - database: bike_share_1 - host: elt-postgres - password: testelt - port: 5432 - schema: public - sync_mode: full_refresh_append - tables: - - status - user: postgres -databricks: - config: - database: - hostname: - client_id: - secret: - schema: bike_share_1 - http_path: diff --git a/inputs_databricks/book_publishing_company/config.yaml b/inputs_databricks/book_publishing_company/config.yaml deleted file mode 100644 index 8705610fe3b53c6bc390fbd78a8027c367393611..0000000000000000000000000000000000000000 --- a/inputs_databricks/book_publishing_company/config.yaml +++ /dev/null @@ -1,66 +0,0 @@ -Airbyte: - config: - files_definition_id: 778daa7c-feaf-4db6-96f3-70fd645acc77 - mongodb_definition_id: b2e713cd-cc36-4c0a-b5bd-b47cb8a0561e - namespace_definition: destination - postgres_definition_id: decd338e-5647-4c0b-adf4-da0e75f5a750 - s3_definition_id: 69589781-7828-43c5-9f63-8925b1c1ccc2 - server_url: http://airbyte-abctl-control-plane:80/api/public/v1/ - databricks_definition_id: 072d5540-f236-4294-ba7c-ade8fd918496 -aws_s3: - AWS_ACCESS_KEY_ID: test - AWS_DEFAULT_REGION: us-west-2 - AWS_ENDPOINT_URL: http://elt-localstack:4566 - AWS_SECRET_ACCESS_KEY: test - data: - - path: s3://book-publishing-company-bucket/discounts.csv - sync_mode: full_refresh_append - table: discounts - - path: s3://book-publishing-company-bucket/pub_info.jsonl - sync_mode: full_refresh_append - table: pub_info -custom_api: - config: - configuration: {} - sync_mode: full_refresh_append - tables: - - publishers - - stores - - titles -flat_files: -- format: jsonl - path: https://drive.google.com/uc?export=download&id=1z0Ibt2Gl3eS2PhCfaVVZ0_YUfYGG2Rey - sync_mode: full_refresh_append - table: jobs -- format: csv - path: https://drive.google.com/uc?export=download&id=1FgDnjrK-DqTTZKcxgzXE2hs0atpHk7Gd - sync_mode: full_refresh_append - table: titleauthor -mongodb: - config: - connection_string: mongodb://elt-mongodb:27017/?directConnection=true - database: book_publishing_company - sync_mode: full_refresh_append - tables: - - authors - - employee -postgres: - config: - database: book_publishing_company - host: elt-postgres - password: testelt - port: 5432 - schema: public - sync_mode: full_refresh_append - tables: - - roysched - - sales - user: postgres -databricks: - config: - database: - hostname: - client_id: - secret: - schema: book_publishing_company - http_path: diff --git a/inputs_databricks/book_publishing_company/data_model.yaml b/inputs_databricks/book_publishing_company/data_model.yaml deleted file mode 100644 index 04d27992e73989705c59e6dfd38b0b02bbf0cf5b..0000000000000000000000000000000000000000 --- a/inputs_databricks/book_publishing_company/data_model.yaml +++ /dev/null @@ -1,58 +0,0 @@ -models: - - name: book_stores - description: Each record represents a store. - columns: - - name: store_id - description: Unique identifier for the store. - - name: store_name - description: Name of the store. - - name: state - description: State where the store is located. - - name: least_quantity_sale_title - description: The title of the book with the least quantity sold in the store, with ties broken by the ascending order of the title. - - name: total_sales_quantity - description: Total quantity of books sold in the store, replace NULL values with 0. - - name: percentage_of_Net_30_payment - description: the percentage of the quantity ordered that were on 'Net 30' payment terms - - name: percentage_of_psychology - description: The percentage of psychology book sold by the store - - name: title_has_highest_ytd_sales - description: The title of the book in the store that has the highest year-to-date sales, with ties broken by the ascending order of the title. - - name: book_publishers - description: Each record represents a publisher. - columns: - - name: pub_id - description: Unique identifier for the publisher. - - name: pub_name - description: Name of the publisher. - - name: country - description: Country where the publisher is located. - - name: number_of_titles_1991 - description: Number of titles published by the publisher in 1991, replace NULL values with 0. - - name: most_expensive_book - description: The title of the most expensive book published by the publisher, with ties broken by the ascending order of the title. - - name: book_has_the_highest_royalty - description: The title of the book with the highest royalty published by the publisher, with ties broken by the descending order of the title. - - name: average_ytd_sales - description: Average year-to-date sales of the books published by the publisher. - - name: most_ytd_sale_title - description: The title of the book with the most year-to-date sales published by the publisher, with ties broken by the ascending order of the title. - - name: book_titles - description: Each record represents a title. - columns: - - name: title_id - description: Unique identifier for the title. - - name: title - description: Title of the book. - - name: type - description: Type of the title. - - name: has_ytd_sales_higher_than_average - description: Set to 1 if the year-to-date sales of the title are higher than the average year-to-date sales of all titles; otherwise, set to 0. - - name: has_above_average_royalty_rate - description: Set to 1 if the royalty rate of the title is above the average royalty rate of all titles; otherwise, set to 0. - - name: sold_more_than_average - description: Set to 1 if the title has sold more copies than the average number of copies sold by all titles; otherwise, set to 0. - - name: number_of_sales_in_California_stores - description: Number of copies sold in stores located in California, replace NULL values with 0. - - name: ordered_quantity_1992 - description: Quantity of the title ordered in 1992, replace NULL values with 0. \ No newline at end of file diff --git a/inputs_databricks/books/config.yaml b/inputs_databricks/books/config.yaml deleted file mode 100644 index 6665af19c947cb76ac662a608bac6dcfec6b70c7..0000000000000000000000000000000000000000 --- a/inputs_databricks/books/config.yaml +++ /dev/null @@ -1,70 +0,0 @@ -Airbyte: - config: - files_definition_id: 778daa7c-feaf-4db6-96f3-70fd645acc77 - mongodb_definition_id: b2e713cd-cc36-4c0a-b5bd-b47cb8a0561e - namespace_definition: destination - postgres_definition_id: decd338e-5647-4c0b-adf4-da0e75f5a750 - s3_definition_id: 69589781-7828-43c5-9f63-8925b1c1ccc2 - server_url: http://airbyte-abctl-control-plane:80/api/public/v1/ - databricks_definition_id: 072d5540-f236-4294-ba7c-ade8fd918496 -aws_s3: - AWS_ACCESS_KEY_ID: test - AWS_DEFAULT_REGION: us-west-2 - AWS_ENDPOINT_URL: http://elt-localstack:4566 - AWS_SECRET_ACCESS_KEY: test - data: - - path: s3://books-bucket/country.csv - sync_mode: full_refresh_append - table: country - - path: s3://books-bucket/shipping_method.csv - sync_mode: full_refresh_append - table: shipping_method -custom_api: - config: - configuration: {} - sync_mode: full_refresh_append - tables: - - book_author - - book_language - - publisher -flat_files: -- format: jsonl - path: https://drive.google.com/uc?export=download&id=1Bq1Izwp4uzD1p9f7ybviABunBKngExlp - sync_mode: full_refresh_append - table: address_status -- format: csv - path: https://drive.google.com/uc?export=download&id=11Z4G9zRi2X7GoaxXLo2fLv57shxFw2uY - sync_mode: full_refresh_append - table: order_status -mongodb: - config: - connection_string: mongodb://elt-mongodb:27017/?directConnection=true - database: books - sync_mode: full_refresh_append - tables: - - author - - book - - customer -postgres: - config: - database: books - host: elt-postgres - password: testelt - port: 5432 - schema: public - sync_mode: full_refresh_append - tables: - - address - - cust_order - - customer_address - - order_history - - order_line - user: postgres -databricks: - config: - database: - hostname: - client_id: - secret: - schema: books - http_path: diff --git a/inputs_databricks/books/data_model.yaml b/inputs_databricks/books/data_model.yaml deleted file mode 100644 index 5920d282e52bcee70f04cb13f58bb8258290be90..0000000000000000000000000000000000000000 --- a/inputs_databricks/books/data_model.yaml +++ /dev/null @@ -1,54 +0,0 @@ -models: - - name: publishers - description: Each record represents a publisher. - columns: - - name: publisher_id - description: Unique identifier for the publisher. - - name: publisher_name - description: Name of the publisher. - - name: num_books - description: Number of books published by the publisher, replace NULL values with 0. - - name: num_books_pages_greater_than_70_per_of_avg - description: Number of books with more than 70% of the average number of pages of all books, replace NULL values with 0. - - name: per_Japanese_books - description: Percentage of books published by the publisher that are written in Japanese. - - name: title_of_the_oldest_book - description: Title of the oldest book published by the publisher, with ties broken by the ascending order of the title. - - name: book_title_with_the_most_pages - description: Title of the book with the most pages published by the publisher, with ties broken by the descending order of the title. - - name: customers - description: Each record represents a customer. - columns: - - name: customer_id - description: Unique identifier for the customer. - - name: customer_name - description: Name of the customer. Concatenate the first name and last name with a space in between. - - name: email - description: Email of the customer. - - name: per_books_over_13 - description: Percentage of the books whose price is over $13 among all the books ordered by the customer. - - name: num_orders - description: Number of orders placed by the customer, replace NULL values with 0. - - name: preferred_shipping_method - description: the shipping method that is preferred by customers the most, with ties broken by the ascending order of the shipping method name. - - name: has_ordered_the_oldest_book - description: Set to 1 if the customer has ordered the oldest book; otherwise, set to 0. - - name: per_order_shipped_internationally - description: the percentage of orders placed by the customer that were shipped internationally - - name: authors - description: Each record represents an author. - columns: - - name: author_id - description: Unique identifier for the author. - - name: author_name - description: Name of the author. - - name: first_book - description: Title of the first book written by the author, with ties broken by the ascending order of the title. - - name: per_book_published_1992 - description: the percentage of books published by the author in 1992 - - name: wrote_fewer_total_pages_than_the_average - description: Set to 1 if the author has written fewer total pages than the average total pages of all authors; otherwise, set to 0. - - name: most_expensive_book - description: Title of the most expensive book written by the author, with ties broken by the descending order of the title. - - name: avg_book_price_over_19 - description: Set to 1 if the average sale price of the books written by the author is over $19; otherwise, set to 0. \ No newline at end of file diff --git a/inputs_databricks/california_schools/config.yaml b/inputs_databricks/california_schools/config.yaml deleted file mode 100644 index 2dea81c7054e8315fdeeb0b09f6e54e99159aa50..0000000000000000000000000000000000000000 --- a/inputs_databricks/california_schools/config.yaml +++ /dev/null @@ -1,33 +0,0 @@ -Airbyte: - config: - files_definition_id: 778daa7c-feaf-4db6-96f3-70fd645acc77 - mongodb_definition_id: b2e713cd-cc36-4c0a-b5bd-b47cb8a0561e - namespace_definition: destination - server_url: http://airbyte-abctl-control-plane:80/api/public/v1/ - databricks_definition_id: 072d5540-f236-4294-ba7c-ade8fd918496 -custom_api: - config: - configuration: {} - sync_mode: full_refresh_append - tables: - - schools -flat_files: -- format: jsonl - path: https://drive.google.com/uc?export=download&id=1QdqQCzH2E3HXHF-KYAQbQO8oOzJltFUE - sync_mode: full_refresh_append - table: satscores -mongodb: - config: - connection_string: mongodb://elt-mongodb:27017/?directConnection=true - database: california_schools - sync_mode: full_refresh_append - tables: - - frpm -databricks: - config: - database: - hostname: - client_id: - secret: - schema: california_schools - http_path: diff --git a/inputs_databricks/california_schools/data_model.yaml b/inputs_databricks/california_schools/data_model.yaml deleted file mode 100644 index 5f534834eb2ba07fa636b55578866d606b5ac453..0000000000000000000000000000000000000000 --- a/inputs_databricks/california_schools/data_model.yaml +++ /dev/null @@ -1,21 +0,0 @@ -models: - - name: ca__schools - description: Each record represents a school. - columns: - - name: cdscode - description: Unique identifier for the school. - - name: county - description: The county of the school. - - name: school_name - description: The name of the school. - - name: percent_eligible_free_meals_for_k_12 - description: The percentage of eligible free meals for k-12 of the school - - name: percent_eligible_free_meals_for_ages_5_17 - description: The percentage of eligible free meals for ages 5 to 17 of the school - - name: SAT_excellence_rate - description: Percentage of test takers whose total SAT scores are greater than or equal to 1500 among all test takers of the school - - name: has_more_than_30_difference_in_enrollments_between_K_12_and_ages_5_17 - description: Set to 1 if the school has more than 30 differences in enrollments between K-12 and ages 5-17, otherwise, set to 0 - - name: sum_of_average_score_for_all_subjects - description: The sum of average score for all subjects of the school, replace NULL values with 0. - \ No newline at end of file diff --git a/inputs_databricks/car_retails/config.yaml b/inputs_databricks/car_retails/config.yaml deleted file mode 100644 index c9ed59e24454a08a56f1a82df5f112746c7eb446..0000000000000000000000000000000000000000 --- a/inputs_databricks/car_retails/config.yaml +++ /dev/null @@ -1,58 +0,0 @@ -Airbyte: - config: - files_definition_id: 778daa7c-feaf-4db6-96f3-70fd645acc77 - mongodb_definition_id: b2e713cd-cc36-4c0a-b5bd-b47cb8a0561e - namespace_definition: destination - postgres_definition_id: decd338e-5647-4c0b-adf4-da0e75f5a750 - s3_definition_id: 69589781-7828-43c5-9f63-8925b1c1ccc2 - server_url: http://airbyte-abctl-control-plane:80/api/public/v1/ - databricks_definition_id: 072d5540-f236-4294-ba7c-ade8fd918496 -aws_s3: - AWS_ACCESS_KEY_ID: test - AWS_DEFAULT_REGION: us-west-2 - AWS_ENDPOINT_URL: http://elt-localstack:4566 - AWS_SECRET_ACCESS_KEY: test - data: - - path: s3://car-retails-bucket/offices.jsonl - sync_mode: full_refresh_append - table: offices -custom_api: - config: - configuration: {} - sync_mode: full_refresh_append - tables: - - productlines -flat_files: -- format: jsonl - path: https://drive.google.com/uc?export=download&id=162_-w6klN-f_oxR8I_4Kwz3XyaTTVIvM - sync_mode: full_refresh_append - table: employees -mongodb: - config: - connection_string: mongodb://elt-mongodb:27017/?directConnection=true - database: car_retails - sync_mode: full_refresh_append - tables: - - customers - - products -postgres: - config: - database: car_retails - host: elt-postgres - password: testelt - port: 5432 - schema: public - sync_mode: full_refresh_append - tables: - - orderdetails - - orders - - payments - user: postgres -databricks: - config: - database: - hostname: - client_id: - secret: - schema: car_retails - http_path: diff --git a/inputs_databricks/car_retails/data_model.yaml b/inputs_databricks/car_retails/data_model.yaml deleted file mode 100644 index 3770e02af8151e9237dbd6ac40ee91d5bcc341bf..0000000000000000000000000000000000000000 --- a/inputs_databricks/car_retails/data_model.yaml +++ /dev/null @@ -1,58 +0,0 @@ -models: - - name: car_retails__customers - description: Each record represents a customer. - columns: - - name: customernumber - description: Unique identifier for the customer. - - name: customername - description: Name of the customer. - - name: country - description: Country where the customer is located. - - name: has_credit_limit_not_more_than_100000 - description: Set to 1 if the credit limit of the customer is not more than $100,000; otherwise, set to 0. - - name: total_payments_2003 - description: Total payments made by the customer in 2003, replace NULL values with 0. - - name: has_paid_more_than_three_times_in_2003 - description: Set to 1 if the customer has made more than three payments in 2003; otherwise, set to 0. - - name: total_actual_profit_gained - description: Total actual profit gained from the customer, replace NULL values with 0. - - name: total_price_of_product_shipped_in_2003 - description: Total price of products shipped to the customer in 2003, replace NULL values with 0. - - name: car_retails__employees - description: Each record represents an employee. - columns: - - name: employeenumber - description: Unique identifier for the employee. - - name: officecode - description: Office code where the employee is located. - - name: name - description: The name of the employee, formed by concatenating the first name and last name with a space in between. - - name: number_of_customers - description: Number of customers the employee is responsible for, replace NULL values with 0. - - name: is_in_Sydney - description: Set to 1 if the employee is located in Sydney; otherwise, set to 0. - - name: product_name_of_the_highest_amount_of_order - description: Name of the product with the highest total amount paid across all orders handled by the employee; with ties broken by the ascending order of the product name. - - name: customer_made_highest_payment - description: Name of the customer who made the highest total payment to the employee, with ties broken by the descending order of the customer name. - - name: highest_customer_credit_limit - description: The highest credit limit among the customers the employee is responsible for. - - name: car_retails__products - description: Each record represents a product. - columns: - - name: productcode - description: Unique identifier for the product. - - name: productname - description: Name of the product. - - name: buyprice - description: Price at which the product is bought. - - name: number_of_product_ordered - description: Number of the product has been ordered, replace NULL values with 0. - - name: expected_profit_per_piece - description: Expected profit per piece of the product. - - name: num_of_customers - description: Number of customers who have ordered the product, replace NULL values with 0. - - name: total_quantity_sold_in_2003 - description: Total quantity of the product sold in 2003, replace NULL values with 0. - - name: average_actual_profit - description: Average actual profit per unit sold for the product. \ No newline at end of file diff --git a/inputs_databricks/card_games/config.yaml b/inputs_databricks/card_games/config.yaml deleted file mode 100644 index d0e6d0fb94bef45778125321c4159353f02b8573..0000000000000000000000000000000000000000 --- a/inputs_databricks/card_games/config.yaml +++ /dev/null @@ -1,56 +0,0 @@ -Airbyte: - config: - files_definition_id: 778daa7c-feaf-4db6-96f3-70fd645acc77 - mongodb_definition_id: b2e713cd-cc36-4c0a-b5bd-b47cb8a0561e - namespace_definition: destination - postgres_definition_id: decd338e-5647-4c0b-adf4-da0e75f5a750 - s3_definition_id: 69589781-7828-43c5-9f63-8925b1c1ccc2 - server_url: http://airbyte-abctl-control-plane:80/api/public/v1/ - databricks_definition_id: 072d5540-f236-4294-ba7c-ade8fd918496 -aws_s3: - AWS_ACCESS_KEY_ID: test - AWS_DEFAULT_REGION: us-west-2 - AWS_ENDPOINT_URL: http://elt-localstack:4566 - AWS_SECRET_ACCESS_KEY: test - data: - - path: s3://card-games-bucket/card_sets.jsonl - sync_mode: full_refresh_append - table: card_sets -custom_api: - config: - configuration: {} - sync_mode: full_refresh_append - tables: - - foreign_data -flat_files: -- format: jsonl - path: https://drive.google.com/uc?export=download&id=1W370_K25Y655UOz2meeLsfpX2AcxU-bB - sync_mode: full_refresh_append - table: set_translations -mongodb: - config: - connection_string: mongodb://elt-mongodb:27017/?directConnection=true - database: card_games - sync_mode: full_refresh_append - tables: - - cards - - rulings -postgres: - config: - database: card_games - host: elt-postgres - password: testelt - port: 5432 - schema: public - sync_mode: full_refresh_append - tables: - - legalities - user: postgres -databricks: - config: - database: - hostname: - client_id: - secret: - schema: card_games - http_path: diff --git a/inputs_databricks/cars/config.yaml b/inputs_databricks/cars/config.yaml deleted file mode 100644 index 6fe94262c3565428797a0c0358fd2ae3e436ab69..0000000000000000000000000000000000000000 --- a/inputs_databricks/cars/config.yaml +++ /dev/null @@ -1,47 +0,0 @@ -Airbyte: - config: - files_definition_id: 778daa7c-feaf-4db6-96f3-70fd645acc77 - namespace_definition: destination - postgres_definition_id: decd338e-5647-4c0b-adf4-da0e75f5a750 - s3_definition_id: 69589781-7828-43c5-9f63-8925b1c1ccc2 - server_url: http://airbyte-abctl-control-plane:80/api/public/v1/ - databricks_definition_id: 072d5540-f236-4294-ba7c-ade8fd918496 -aws_s3: - AWS_ACCESS_KEY_ID: test - AWS_DEFAULT_REGION: us-west-2 - AWS_ENDPOINT_URL: http://elt-localstack:4566 - AWS_SECRET_ACCESS_KEY: test - data: - - path: s3://cars-bucket/country.jsonl - sync_mode: full_refresh_append - table: country -custom_api: - config: - configuration: {} - sync_mode: full_refresh_append - tables: - - data -flat_files: -- format: csv - path: https://drive.google.com/uc?export=download&id=1RVq5HKZF1nkco2OoX2NAGf93T7cQp67G - sync_mode: full_refresh_append - table: production -postgres: - config: - database: cars - host: elt-postgres - password: testelt - port: 5432 - schema: public - sync_mode: full_refresh_append - tables: - - price - user: postgres -databricks: - config: - database: - hostname: - client_id: - secret: - schema: cars - http_path: diff --git a/inputs_databricks/cars/data_model.yaml b/inputs_databricks/cars/data_model.yaml deleted file mode 100644 index 6f2b9beb099b4cd25793fe438c95a00f223b5867..0000000000000000000000000000000000000000 --- a/inputs_databricks/cars/data_model.yaml +++ /dev/null @@ -1,18 +0,0 @@ -models: - - name: countries - description: Each record represents a country. - columns: - - name: origin - description: The unique identifier for the origin country. - - name: country - description: the origin country of the car. - - name: fastest_car - description: Name of the fastest car produced in the country, with ties broken by the ascending order of the car name. Fastest car is determined by the highest acceleration. - - name: most_fuel_efficient_car - description: Name of the most fuel-efficient car produced in the country, with ties broken by the descending order of the car name. - - name: num_cars - description: Number of cars produced in the country; different model years are counted as different cars. Replace NULL values with 0. - - name: num_car_worth_over_35000_and_acceleration_14 - description: Number of cars produced in the country that are worth over $35,000 and have an acceleration of 14, different model years are counted as different cars, replace NULL values with 0. - - name: avg_car_price - description: Average price of cars produced in the country, where different model years are counted as different cars. \ No newline at end of file diff --git a/inputs_databricks/chicago_crime/config.yaml b/inputs_databricks/chicago_crime/config.yaml deleted file mode 100644 index bd9bdd33e9d6bb5c6dd29040e2757bb2ccda6db9..0000000000000000000000000000000000000000 --- a/inputs_databricks/chicago_crime/config.yaml +++ /dev/null @@ -1,59 +0,0 @@ -Airbyte: - config: - files_definition_id: 778daa7c-feaf-4db6-96f3-70fd645acc77 - mongodb_definition_id: b2e713cd-cc36-4c0a-b5bd-b47cb8a0561e - namespace_definition: destination - postgres_definition_id: decd338e-5647-4c0b-adf4-da0e75f5a750 - s3_definition_id: 69589781-7828-43c5-9f63-8925b1c1ccc2 - server_url: http://airbyte-abctl-control-plane:80/api/public/v1/ - databricks_definition_id: 072d5540-f236-4294-ba7c-ade8fd918496 -aws_s3: - AWS_ACCESS_KEY_ID: test - AWS_DEFAULT_REGION: us-west-2 - AWS_ENDPOINT_URL: http://elt-localstack:4566 - AWS_SECRET_ACCESS_KEY: test - data: - - path: s3://chicago-crime-bucket/District.jsonl - sync_mode: full_refresh_append - table: District - - path: s3://chicago-crime-bucket/FBI_Code.csv - sync_mode: full_refresh_append - table: FBI_Code -custom_api: - config: - configuration: {} - sync_mode: full_refresh_append - tables: - - Neighborhood -flat_files: -- format: jsonl - path: https://drive.google.com/uc?export=download&id=1NLvCIPlhFSJKoC95cqi5Un9l8DxT9uP- - sync_mode: full_refresh_append - table: Community_Area -mongodb: - config: - connection_string: mongodb://elt-mongodb:27017/?directConnection=true - database: chicago_crime - sync_mode: full_refresh_append - tables: - - Ward -postgres: - config: - database: chicago_crime - host: elt-postgres - password: testelt - port: 5432 - schema: public - sync_mode: full_refresh_append - tables: - - crime - - iucr - user: postgres -databricks: - config: - database: - hostname: - client_id: - secret: - schema: chicago_crime - http_path: diff --git a/inputs_databricks/citeseer/config.yaml b/inputs_databricks/citeseer/config.yaml deleted file mode 100644 index 92a7b4ab37824dffcc9be9793826944b51319834..0000000000000000000000000000000000000000 --- a/inputs_databricks/citeseer/config.yaml +++ /dev/null @@ -1,37 +0,0 @@ -Airbyte: - config: - files_definition_id: 778daa7c-feaf-4db6-96f3-70fd645acc77 - namespace_definition: destination - postgres_definition_id: decd338e-5647-4c0b-adf4-da0e75f5a750 - server_url: http://airbyte-abctl-control-plane:80/api/public/v1/ - databricks_definition_id: 072d5540-f236-4294-ba7c-ade8fd918496 -custom_api: - config: - configuration: {} - sync_mode: full_refresh_append - tables: - - cites -flat_files: -- format: csv - path: https://drive.google.com/uc?export=download&id=1nJCXt-4dIbctfdk-X0b9pj1DTL3-YkDV - sync_mode: full_refresh_append - table: paper -postgres: - config: - database: citeseer - host: elt-postgres - password: testelt - port: 5432 - schema: public - sync_mode: full_refresh_append - tables: - - content - user: postgres -databricks: - config: - database: - hostname: - client_id: - secret: - schema: citeseer - http_path: diff --git a/inputs_databricks/citeseer/data_model.yaml b/inputs_databricks/citeseer/data_model.yaml deleted file mode 100644 index db7134d4311cab4e7988cca7d22f6e402946dd9e..0000000000000000000000000000000000000000 --- a/inputs_databricks/citeseer/data_model.yaml +++ /dev/null @@ -1,18 +0,0 @@ -models: - - name: citeseer_paper - description: Each record represents a paper. - columns: - - name: paper_id - description: Unique identifier for the paper. - - name: class_label - description: Class label of the paper. - - name: num_cited_word - description: Number of cited words in the paper, replace NULL values with 0. - - name: cited_word_class - description: Set to '>50' if the paper contains more than 50 cited words, '20~50' if it contains between 20 and 50 cited words, or '<20' if it contains fewer than 20 cited words. - - name: under_agents_classification - description: Set to 1 if the paper is classified under the 'Agents' category; otherwise, set to 0. - - name: cited_word1002 - description: Set to 1 if the paper has cited word1002; otherwise, set to 0. - - name: ML_and_cited_butz01algorithmic - description: Set to 1 if the paper is classified as ML and cited butz01algorithmic; otherwise, set to 0. \ No newline at end of file diff --git a/inputs_databricks/codebase_comments/config.yaml b/inputs_databricks/codebase_comments/config.yaml deleted file mode 100644 index 5a2603c13c32a5e3a7476fd3769cdf4173b943b5..0000000000000000000000000000000000000000 --- a/inputs_databricks/codebase_comments/config.yaml +++ /dev/null @@ -1,40 +0,0 @@ -Airbyte: - config: - mongodb_definition_id: b2e713cd-cc36-4c0a-b5bd-b47cb8a0561e - namespace_definition: destination - postgres_definition_id: decd338e-5647-4c0b-adf4-da0e75f5a750 - server_url: http://airbyte-abctl-control-plane:80/api/public/v1/ - databricks_definition_id: 072d5540-f236-4294-ba7c-ade8fd918496 -custom_api: - config: - configuration: {} - sync_mode: full_refresh_append - tables: - - Repo -mongodb: - config: - connection_string: mongodb://elt-mongodb:27017/?directConnection=true - database: codebase_comments - sync_mode: full_refresh_append - tables: - - Method -postgres: - config: - database: codebase_comments - host: elt-postgres - password: testelt - port: 5432 - schema: public - sync_mode: full_refresh_append - tables: - - method_parameter - - solution - user: postgres -databricks: - config: - database: - hostname: - client_id: - secret: - schema: codebase_comments - http_path: diff --git a/inputs_databricks/codebase_community/config.yaml b/inputs_databricks/codebase_community/config.yaml deleted file mode 100644 index c918d7f3dfd5b5ad9324a12c746f04be8f320d05..0000000000000000000000000000000000000000 --- a/inputs_databricks/codebase_community/config.yaml +++ /dev/null @@ -1,58 +0,0 @@ -Airbyte: - config: - files_definition_id: 778daa7c-feaf-4db6-96f3-70fd645acc77 - mongodb_definition_id: b2e713cd-cc36-4c0a-b5bd-b47cb8a0561e - namespace_definition: destination - postgres_definition_id: decd338e-5647-4c0b-adf4-da0e75f5a750 - s3_definition_id: 69589781-7828-43c5-9f63-8925b1c1ccc2 - server_url: http://airbyte-abctl-control-plane:80/api/public/v1/ - databricks_definition_id: 072d5540-f236-4294-ba7c-ade8fd918496 -aws_s3: - AWS_ACCESS_KEY_ID: test - AWS_DEFAULT_REGION: us-west-2 - AWS_ENDPOINT_URL: http://elt-localstack:4566 - AWS_SECRET_ACCESS_KEY: test - data: - - path: s3://codebase-community-bucket/users.jsonl - sync_mode: full_refresh_append - table: users -custom_api: - config: - configuration: {} - sync_mode: full_refresh_append - tables: - - badges - - votes -flat_files: -- format: csv - path: https://drive.google.com/uc?export=download&id=1tAi-3rcrUrUoHoDB-dUzt1Z7LCdOvPpK - sync_mode: full_refresh_append - table: tags -mongodb: - config: - connection_string: mongodb://elt-mongodb:27017/?directConnection=true - database: codebase_community - sync_mode: full_refresh_append - tables: - - comments - - postHistory - - posts -postgres: - config: - database: codebase_community - host: elt-postgres - password: testelt - port: 5432 - schema: public - sync_mode: full_refresh_append - tables: - - postlinks - user: postgres -databricks: - config: - database: - hostname: - client_id: - secret: - schema: codebase_community - http_path: diff --git a/inputs_databricks/codebase_community/data_model.yaml b/inputs_databricks/codebase_community/data_model.yaml deleted file mode 100644 index b6d43c6e8d0763fee928d0efa15da03321d77edc..0000000000000000000000000000000000000000 --- a/inputs_databricks/codebase_community/data_model.yaml +++ /dev/null @@ -1,39 +0,0 @@ -models: - - name: codebase_community__users - description: Each record represents a user. - columns: - - name: user_id - description: Unique identifier for the user. - - name: display_name - description: Display name of the user. - - name: creation_date - description: Date when the user was created. - - name: num_badges - description: Number of badges the user has earned, replace NULL values with 0. - - name: num_comments - description: Number of comments the user has posted, replace NULL values with 0. - - name: created_post_with_score_more_than_60 - description: Set to 1 if the user has created at least one post with a score of more than 60; otherwise, set to 0. - - name: sum_of_favourite_count_gained_2011 - description: Sum of the favourite count gained by the user in 2011, replace NULL values with 0. - - name: num_posts_voted - description: Number of posts the user has voted on, replace NULL values with 0. - - name: codebase_community__posts - descrption: Each record represents a post. - columns: - - name: postid - description: Unique identifier for the post. - - name: viewcount - description: Number of times the post has been viewed. - - name: creation_date - description: Date when the post was created. - - name: num_unique_users_commented - description: Number of unique users who have commented on the post, replace NULL values with 0. - - name: has_views_above_average - description: Set to 1 if the number of views on the post is above the average number of views on all posts; otherwise, set to 0. - - name: avg_score_of_comments - description: the average score of comments that were added to the post - - name: posted_by_most_influential_user - description: Set to 1 if the post was posted by users with the highest reputation, otherwise, set to 0. - - name: comment_with_the_highest_score - description: the comment of the post that has the highest score, with ties broken by the ascending order of the text. \ No newline at end of file diff --git a/inputs_databricks/coinmarketcap/config.yaml b/inputs_databricks/coinmarketcap/config.yaml deleted file mode 100644 index 9d04136097a75c939bc3f40bb8e5d1ffcf2504c4..0000000000000000000000000000000000000000 --- a/inputs_databricks/coinmarketcap/config.yaml +++ /dev/null @@ -1,31 +0,0 @@ -Airbyte: - config: - namespace_definition: destination - postgres_definition_id: decd338e-5647-4c0b-adf4-da0e75f5a750 - server_url: http://airbyte-abctl-control-plane:80/api/public/v1/ - databricks_definition_id: 072d5540-f236-4294-ba7c-ade8fd918496 -custom_api: - config: - configuration: {} - sync_mode: full_refresh_append - tables: - - coins -postgres: - config: - database: coinmarketcap - host: elt-postgres - password: testelt - port: 5432 - schema: public - sync_mode: full_refresh_append - tables: - - historical - user: postgres -databricks: - config: - database: - hostname: - client_id: - secret: - schema: coinmarketcap - http_path: diff --git a/inputs_databricks/coinmarketcap/data_model.yaml b/inputs_databricks/coinmarketcap/data_model.yaml deleted file mode 100644 index 47d7d546f6520c2c58061f36bcface64e7608d28..0000000000000000000000000000000000000000 --- a/inputs_databricks/coinmarketcap/data_model.yaml +++ /dev/null @@ -1,20 +0,0 @@ -models: - - name: coinmarket__coins - description: Each record represents a coin. - columns: - - name: coin_id - description: Unique identifier for the coin. - - name: coin_name - description: Name of the coin. - - name: coin_status - description: Status of the coin. - - name: highest_price - description: Maximum value of highest price observed for the coin across all dates. Highest price refers to the high column in the source data. - - name: date_lowest_price - description: Date of the row with the smallest lowest price for the coin, with ties broken by the ascending order of the date. Lowest price refers to the low column in the source data. - - name: is_above_average_20180428 - description: Set to 1 if the price of the coin on 2018-04-28 is above the average price of all coins on 2018-04-28; otherwise, set to 0. - - name: average_price - description: Average price of the coin. - - name: date_with_greatest_price_decline - description: the date of transactions with the greatest decline in percent change in percent change in the first hour, with ties broken by the descending order of the date \ No newline at end of file diff --git a/inputs_databricks/college_completion/config.yaml b/inputs_databricks/college_completion/config.yaml deleted file mode 100644 index 80ea1f81b638ebe9f111b5f228e314bfc1f83ecd..0000000000000000000000000000000000000000 --- a/inputs_databricks/college_completion/config.yaml +++ /dev/null @@ -1,33 +0,0 @@ -Airbyte: - config: - mongodb_definition_id: b2e713cd-cc36-4c0a-b5bd-b47cb8a0561e - namespace_definition: destination - postgres_definition_id: decd338e-5647-4c0b-adf4-da0e75f5a750 - server_url: http://airbyte-abctl-control-plane:80/api/public/v1/ - databricks_definition_id: 072d5540-f236-4294-ba7c-ade8fd918496 -mongodb: - config: - connection_string: mongodb://elt-mongodb:27017/?directConnection=true - database: college_completion - sync_mode: full_refresh_append - tables: - - institution_details -postgres: - config: - database: college_completion - host: elt-postgres - password: testelt - port: 5432 - schema: public - sync_mode: full_refresh_append - tables: - - institution_grads - user: postgres -databricks: - config: - database: - hostname: - client_id: - secret: - schema: college_completion - http_path: diff --git a/inputs_databricks/computer_student/config.yaml b/inputs_databricks/computer_student/config.yaml deleted file mode 100644 index 61301f59928d6ea78c77fba10a1c58b77925f3b7..0000000000000000000000000000000000000000 --- a/inputs_databricks/computer_student/config.yaml +++ /dev/null @@ -1,45 +0,0 @@ -Airbyte: - config: - files_definition_id: 778daa7c-feaf-4db6-96f3-70fd645acc77 - mongodb_definition_id: b2e713cd-cc36-4c0a-b5bd-b47cb8a0561e - namespace_definition: destination - postgres_definition_id: decd338e-5647-4c0b-adf4-da0e75f5a750 - server_url: http://airbyte-abctl-control-plane:80/api/public/v1/ - databricks_definition_id: 072d5540-f236-4294-ba7c-ade8fd918496 -custom_api: - config: - configuration: {} - sync_mode: full_refresh_append - tables: - - advisedBy -flat_files: -- format: csv - path: https://drive.google.com/uc?export=download&id=190CE7OuuQv_e1emImbz3ScRR46p-xKJl - sync_mode: full_refresh_append - table: course -mongodb: - config: - connection_string: mongodb://elt-mongodb:27017/?directConnection=true - database: computer_student - sync_mode: full_refresh_append - tables: - - person -postgres: - config: - database: computer_student - host: elt-postgres - password: testelt - port: 5432 - schema: public - sync_mode: full_refresh_append - tables: - - taught_by - user: postgres -databricks: - config: - database: - hostname: - client_id: - secret: - schema: computer_student - http_path: diff --git a/inputs_databricks/computer_student/data_model.yaml b/inputs_databricks/computer_student/data_model.yaml deleted file mode 100644 index 5c591a3815674b2c815a2ddb552c59108131bd29..0000000000000000000000000000000000000000 --- a/inputs_databricks/computer_student/data_model.yaml +++ /dev/null @@ -1,18 +0,0 @@ -models: - - name: courses - description: Each record represents a course. - columns: - - name: course_id - description: Unique identifier for the course - - name: courselevel - description: Course level - - name: number_of_professors - description: Number of professors teaching the course, replace NULL values with 0. Professor refers to professor = 1 in the person table. - - name: number_of_professors_not_faculty - description: Number of professors teaching the course who are not faculty, replace NULL values with 0. Faculty refers to hasposition <> '0' in the person table. - - name: number_of_professors_faculty - description: Number of professors teaching the course who are faculty, replace NULL values with 0. Faculty refers to hasposition <> '0' in the person table. - - name: taught_by_more_than_4_people - description: Set to 1 if the course is taught by more than 4 people, otherwise, set to 0 - - name: taught_by_the_advisors - description: Set to 1 if the course is taught by the advisors who gave advice to student, otherwise, set to 0 \ No newline at end of file diff --git a/inputs_databricks/cookbook/config.yaml b/inputs_databricks/cookbook/config.yaml deleted file mode 100644 index 186987195ef082978f597b07336f4cffa03ddea4..0000000000000000000000000000000000000000 --- a/inputs_databricks/cookbook/config.yaml +++ /dev/null @@ -1,45 +0,0 @@ -Airbyte: - config: - files_definition_id: 778daa7c-feaf-4db6-96f3-70fd645acc77 - mongodb_definition_id: b2e713cd-cc36-4c0a-b5bd-b47cb8a0561e - namespace_definition: destination - postgres_definition_id: decd338e-5647-4c0b-adf4-da0e75f5a750 - server_url: http://airbyte-abctl-control-plane:80/api/public/v1/ - databricks_definition_id: 072d5540-f236-4294-ba7c-ade8fd918496 -custom_api: - config: - configuration: {} - sync_mode: full_refresh_append - tables: - - Nutrition -flat_files: -- format: csv - path: https://drive.google.com/uc?export=download&id=1AfoABQea2jWmrzGKjuxxlzDmBuxl7dmV - sync_mode: full_refresh_append - table: Ingredient -mongodb: - config: - connection_string: mongodb://elt-mongodb:27017/?directConnection=true - database: cookbook - sync_mode: full_refresh_append - tables: - - Recipe -postgres: - config: - database: cookbook - host: elt-postgres - password: testelt - port: 5432 - schema: public - sync_mode: full_refresh_append - tables: - - quantity - user: postgres -databricks: - config: - database: - hostname: - client_id: - secret: - schema: cookbook - http_path: diff --git a/inputs_databricks/cookbook/data_model.yaml b/inputs_databricks/cookbook/data_model.yaml deleted file mode 100644 index c649d2b1306578f86c62962b4ff5e0f6b64f1c25..0000000000000000000000000000000000000000 --- a/inputs_databricks/cookbook/data_model.yaml +++ /dev/null @@ -1,20 +0,0 @@ -models: - - name: recipes - description: Each record represents a recipe. - columns: - - name: recipe_id - description: Unique identifier for the recipe - - name: title - description: Title of the recipe - - name: prep_min - description: Preparation time in minutes for the recipe - - name: num_ingredients - description: Number of ingredients in the recipe, replace NULL values with 0. - - name: includes_baking_soda_and_serves_10_or_more_people - description: Set to 1 if the recipe includes baking soda and serves 10 or more people, otherwise, set to 0 - - name: contains_vitamin_that_helps_vision - description: Set to 1 if the recipe contains a vitamin that helps vision in dim light, otherwise, set to 0 - - name: is_good_for_wound_healing - description: Set to 1 if the recipe is good for wound healing, otherwise, set to 0 - - name: contains_cheese_and_calories_greater_than_200 - description: Set to 1 if the recipe contains cheese and the calories are greater than 200, otherwise, set to 0. Contains cheese refers to ingredients that include the word "cheese" in their name. \ No newline at end of file diff --git a/inputs_databricks/cs_semester/config.yaml b/inputs_databricks/cs_semester/config.yaml deleted file mode 100644 index fd609fd6d031130da35ffe5429bb4cce12e1cc49..0000000000000000000000000000000000000000 --- a/inputs_databricks/cs_semester/config.yaml +++ /dev/null @@ -1,55 +0,0 @@ -Airbyte: - config: - files_definition_id: 778daa7c-feaf-4db6-96f3-70fd645acc77 - mongodb_definition_id: b2e713cd-cc36-4c0a-b5bd-b47cb8a0561e - namespace_definition: destination - postgres_definition_id: decd338e-5647-4c0b-adf4-da0e75f5a750 - s3_definition_id: 69589781-7828-43c5-9f63-8925b1c1ccc2 - server_url: http://airbyte-abctl-control-plane:80/api/public/v1/ - databricks_definition_id: 072d5540-f236-4294-ba7c-ade8fd918496 -aws_s3: - AWS_ACCESS_KEY_ID: test - AWS_DEFAULT_REGION: us-west-2 - AWS_ENDPOINT_URL: http://elt-localstack:4566 - AWS_SECRET_ACCESS_KEY: test - data: - - path: s3://cs-semester-bucket/RA.csv - sync_mode: full_refresh_append - table: RA -custom_api: - config: - configuration: {} - sync_mode: full_refresh_append - tables: - - course -flat_files: -- format: jsonl - path: https://drive.google.com/uc?export=download&id=1_Kc63R9VPVe2jOI4DaPRI6bVcWWTkaNU - sync_mode: full_refresh_append - table: student -mongodb: - config: - connection_string: mongodb://elt-mongodb:27017/?directConnection=true - database: cs_semester - sync_mode: full_refresh_append - tables: - - prof -postgres: - config: - database: cs_semester - host: elt-postgres - password: testelt - port: 5432 - schema: public - sync_mode: full_refresh_append - tables: - - registration - user: postgres -databricks: - config: - database: - hostname: - client_id: - secret: - schema: cs_semester - http_path: diff --git a/inputs_databricks/cs_semester/data_model.yaml b/inputs_databricks/cs_semester/data_model.yaml deleted file mode 100644 index 564f17aefff3c8d648e09d38375460c1cd008f68..0000000000000000000000000000000000000000 --- a/inputs_databricks/cs_semester/data_model.yaml +++ /dev/null @@ -1,58 +0,0 @@ -models: - - name: students - description: Each record represents a student. - columns: - - name: student_id - description: Unique identifier for the student. - - name: first_name - description: First name of the student. - - name: last_name - description: Last name of the student. - - name: got_B_in_MLT_and_gpa_over3 - description: Set to 1 if the student got a B in the course 'Machine Learning Theory' and has a gpa of over 3, otherwise, set to 0 - - name: has_the_highest_intelligence_UG - description: Set to 1 if the student is taking a bachelor's degree and has the highest intelligence among all students; otherwise, set to 0. - - name: is_under_supervision_of_most_popular_professor - description: Set to 1 if the student is under the supervision of the most popular professor, otherwise, set to 0 - - name: GPA_based_on_registration - description: The GPA of the student on a 4.0 scale based on the courses the student registered - - name: num_courses_taken - description: The number of courses the student has taken, replace NULL values with 0. - - name: professors - description: Each record represents a professor. - columns: - - name: prof_id - description: Unique identifier for the professor. - - name: first_name - description: First name of the professor. - - name: last_name - description: Last name of the professor. - - name: num_RA - description: The number of research assistants the professor has, replace NULL values with 0. - - name: percentage_of_RA_tpg - description: The percentage of the professor's research assistants that are taught postgraduate students - - name: num_students_with_the_highest_research_ability - description: The number of students with the highest research ability that the professor has supervised; replace NULL values with 0. Highest research ability refers to the maximum capability value in the entire dataset. - - name: has_more_than_average_teaching_ability_and_1_student - description: Set to 1 if the professor has more than the average teaching ability and has more than 1 student, otherwise, set to 0 - - name: num_of_students_high_salary - description: The number of students that have a high salary that the professor has supervised, replace NULL values with 0. - - name: courses - description: Each record represents a course. - columns: - - name: course_id - description: Unique identifier for the course. - - name: name - description: Name of the course. - - name: credit - description: The credit of the course. - - name: num_students_got_A - description: The number of students that got an A in the course, replace NULL values with 0. - - name: per_of_students_highest_satisfaction_score_for_the_course - description: The percentage of students that have the highest satisfaction score for the course. - - name: number_of_students_fail - description: The number of students that failed the course, replace NULL values with 0. - - name: percentage_of_UG - description: The percentage of undergraduate students that took the course. - - name: average_satisfying_degree - description: The average satisfying degree of the course. \ No newline at end of file diff --git a/inputs_databricks/debit_card_specializing/config.yaml b/inputs_databricks/debit_card_specializing/config.yaml deleted file mode 100644 index ea48b55de1fd7ac2a26bb3984fb2d6ef9ae9d602..0000000000000000000000000000000000000000 --- a/inputs_databricks/debit_card_specializing/config.yaml +++ /dev/null @@ -1,46 +0,0 @@ -Airbyte: - config: - files_definition_id: 778daa7c-feaf-4db6-96f3-70fd645acc77 - mongodb_definition_id: b2e713cd-cc36-4c0a-b5bd-b47cb8a0561e - namespace_definition: destination - postgres_definition_id: decd338e-5647-4c0b-adf4-da0e75f5a750 - server_url: http://airbyte-abctl-control-plane:80/api/public/v1/ - databricks_definition_id: 072d5540-f236-4294-ba7c-ade8fd918496 -custom_api: - config: - configuration: {} - sync_mode: full_refresh_append - tables: - - gasstations -flat_files: -- format: csv - path: https://drive.google.com/uc?export=download&id=18u4ZTA_uZ3eQy02nfNDROm1CSuAI12MY - sync_mode: full_refresh_append - table: products -mongodb: - config: - connection_string: mongodb://elt-mongodb:27017/?directConnection=true - database: debit_card_specializing - sync_mode: full_refresh_append - tables: - - customers -postgres: - config: - database: debit_card_specializing - host: elt-postgres - password: testelt - port: 5432 - schema: public - sync_mode: full_refresh_append - tables: - - transactions_1k - - yearmonth - user: postgres -databricks: - config: - database: - hostname: - client_id: - secret: - schema: debit_card_specializing - http_path: diff --git a/inputs_databricks/disney/config.yaml b/inputs_databricks/disney/config.yaml deleted file mode 100644 index a23b308b64403a282542609023ba055e7670c6bb..0000000000000000000000000000000000000000 --- a/inputs_databricks/disney/config.yaml +++ /dev/null @@ -1,55 +0,0 @@ -Airbyte: - config: - files_definition_id: 778daa7c-feaf-4db6-96f3-70fd645acc77 - mongodb_definition_id: b2e713cd-cc36-4c0a-b5bd-b47cb8a0561e - namespace_definition: destination - postgres_definition_id: decd338e-5647-4c0b-adf4-da0e75f5a750 - s3_definition_id: 69589781-7828-43c5-9f63-8925b1c1ccc2 - server_url: http://airbyte-abctl-control-plane:80/api/public/v1/ - databricks_definition_id: 072d5540-f236-4294-ba7c-ade8fd918496 -aws_s3: - AWS_ACCESS_KEY_ID: test - AWS_DEFAULT_REGION: us-west-2 - AWS_ENDPOINT_URL: http://elt-localstack:4566 - AWS_SECRET_ACCESS_KEY: test - data: - - path: s3://disney-bucket/voice_actors.csv - sync_mode: full_refresh_append - table: voice_actors -custom_api: - config: - configuration: {} - sync_mode: full_refresh_append - tables: - - movies_total_gross -flat_files: -- format: jsonl - path: https://drive.google.com/uc?export=download&id=1dphWxyPXrHDwImhf_Y0_o0DulTwP6Rr3 - sync_mode: full_refresh_append - table: director -mongodb: - config: - connection_string: mongodb://elt-mongodb:27017/?directConnection=true - database: disney - sync_mode: full_refresh_append - tables: - - characters -postgres: - config: - database: disney - host: elt-postgres - password: testelt - port: 5432 - schema: public - sync_mode: full_refresh_append - tables: - - revenue - user: postgres -databricks: - config: - database: - hostname: - client_id: - secret: - schema: disney - http_path: diff --git a/inputs_databricks/donor/config.yaml b/inputs_databricks/donor/config.yaml deleted file mode 100644 index e555954743ee8678626caf9f56282a6dc920f737..0000000000000000000000000000000000000000 --- a/inputs_databricks/donor/config.yaml +++ /dev/null @@ -1,44 +0,0 @@ -Airbyte: - config: - mongodb_definition_id: b2e713cd-cc36-4c0a-b5bd-b47cb8a0561e - namespace_definition: destination - postgres_definition_id: decd338e-5647-4c0b-adf4-da0e75f5a750 - s3_definition_id: 69589781-7828-43c5-9f63-8925b1c1ccc2 - server_url: http://airbyte-abctl-control-plane:80/api/public/v1/ - databricks_definition_id: 072d5540-f236-4294-ba7c-ade8fd918496 -aws_s3: - AWS_ACCESS_KEY_ID: test - AWS_DEFAULT_REGION: us-west-2 - AWS_ENDPOINT_URL: http://elt-localstack:4566 - AWS_SECRET_ACCESS_KEY: test - data: - - path: s3://donor-bucket/essays.jsonl - sync_mode: full_refresh_append - table: essays -mongodb: - config: - connection_string: mongodb://elt-mongodb:27017/?directConnection=true - database: donor - sync_mode: full_refresh_append - tables: - - donations - - projects -postgres: - config: - database: donor - host: elt-postgres - password: testelt - port: 5432 - schema: public - sync_mode: full_refresh_append - tables: - - resources - user: postgres -databricks: - config: - database: - hostname: - client_id: - secret: - schema: donor - http_path: diff --git a/inputs_databricks/european_football_1/config.yaml b/inputs_databricks/european_football_1/config.yaml deleted file mode 100644 index 46d08de1e40ced1f3fc3c0e53db250aef7adb1e9..0000000000000000000000000000000000000000 --- a/inputs_databricks/european_football_1/config.yaml +++ /dev/null @@ -1,25 +0,0 @@ -Airbyte: - config: - files_definition_id: 778daa7c-feaf-4db6-96f3-70fd645acc77 - namespace_definition: destination - server_url: http://airbyte-abctl-control-plane:80/api/public/v1/ - databricks_definition_id: 072d5540-f236-4294-ba7c-ade8fd918496 -custom_api: - config: - configuration: {} - sync_mode: full_refresh_append - tables: - - matchs -flat_files: -- format: csv - path: https://drive.google.com/uc?export=download&id=1KFZsbn9RfhpNEQSvoBV7wUie5x5MP4XP - sync_mode: full_refresh_append - table: divisions -databricks: - config: - database: - hostname: - client_id: - secret: - schema: european_football_1 - http_path: diff --git a/inputs_databricks/european_football_1/data_model.yaml b/inputs_databricks/european_football_1/data_model.yaml deleted file mode 100644 index 48e13c48661094b6a2580cdf8bc4d71bd603145a..0000000000000000000000000000000000000000 --- a/inputs_databricks/european_football_1/data_model.yaml +++ /dev/null @@ -1,20 +0,0 @@ -models: - - name: eu_foolball__divisions - description: Each record represents a division. - columns: - - name: division - description: Division id. - - name: name - description: Name of the division. - - name: country - description: Country of the division. - - name: num_teams_2012 - description: The number of teams in the division in the 2012 season, replace NULL values with 0. - - name: highest_final_time_score_2021 - description: The highest total goals scored in a single match (from both home and away team) in the division during the 2021 season. - - name: num_0_0_games - description: The number of games that ended with a 0-0 score in the division, replace NULL values with 0. - - name: per_games_drawn - description: The percentage of games that ended in a draw in the division. - - name: team_with_highest_win_percentage_as_local - description: The team with the highest win percentage as the local team in the division, with ties broken by the ascending order of the team name \ No newline at end of file diff --git a/inputs_databricks/european_football_2/config.yaml b/inputs_databricks/european_football_2/config.yaml deleted file mode 100644 index c09afd3e7c8e3e30a0f2e5650f77021570ec74c1..0000000000000000000000000000000000000000 --- a/inputs_databricks/european_football_2/config.yaml +++ /dev/null @@ -1,57 +0,0 @@ -Airbyte: - config: - files_definition_id: 778daa7c-feaf-4db6-96f3-70fd645acc77 - mongodb_definition_id: b2e713cd-cc36-4c0a-b5bd-b47cb8a0561e - namespace_definition: destination - postgres_definition_id: decd338e-5647-4c0b-adf4-da0e75f5a750 - s3_definition_id: 69589781-7828-43c5-9f63-8925b1c1ccc2 - server_url: http://airbyte-abctl-control-plane:80/api/public/v1/ - databricks_definition_id: 072d5540-f236-4294-ba7c-ade8fd918496 -aws_s3: - AWS_ACCESS_KEY_ID: test - AWS_DEFAULT_REGION: us-west-2 - AWS_ENDPOINT_URL: http://elt-localstack:4566 - AWS_SECRET_ACCESS_KEY: test - data: - - path: s3://european-football-2-bucket/League.jsonl - sync_mode: full_refresh_append - table: League -custom_api: - config: - configuration: {} - sync_mode: full_refresh_append - tables: - - Team_Attributes - - Player_Attributes -flat_files: -- format: csv - path: https://drive.google.com/uc?export=download&id=1AI3nOnSndngxBvXR_41U2pl372XZDqAC - sync_mode: full_refresh_append - table: Country -mongodb: - config: - connection_string: mongodb://elt-mongodb:27017/?directConnection=true - database: european_football_2 - sync_mode: full_refresh_append - tables: - - Player - - Team -postgres: - config: - database: european_football_2 - host: elt-postgres - password: testelt - port: 5432 - schema: public - sync_mode: full_refresh_append - tables: - - matches - user: postgres -databricks: - config: - database: - hostname: - client_id: - secret: - schema: european_football_2 - http_path: diff --git a/inputs_databricks/european_football_2/data_model.yaml b/inputs_databricks/european_football_2/data_model.yaml deleted file mode 100644 index 6928ed61f81f5dd2ddf608be9e1ff05f19022c90..0000000000000000000000000000000000000000 --- a/inputs_databricks/european_football_2/data_model.yaml +++ /dev/null @@ -1,58 +0,0 @@ -models: - - name: teams - description: Each record represents a team. - columns: - - name: team_api_id - description: The unique identifier for the team. - - name: team_long_name - description: The long name of the team. - - name: team_short_name - description: The short name of the team. - - name: num_lost_matches_as_home_team_2016 - description: The number of matches the team lost as the home team in the 2015/2016 season, replace NULL values with 0. - - name: less_than_avg_chance_creation_passing_2014 - description: Set to 1 if the team had less than the average chance creation passing in 2014, otherwise, set to 0. - - name: avg_num_goals_as_away_team - description: The average number of goals the team scored as the away team. - - name: num_won_2010 - description: The number of matches the team won in the 2009/2010 season, replace NULL values with 0. - - name: num_goals - description: The total number of goals the team scored, replace NULL values with 0. - - name: players - description: Each record represents a player. - columns: - - name: player_api_id - description: The unique identifier for the player. - - name: player_name - description: The name of the player. - - name: birthday - description: The birthday of the player. - - name: height_above_180 - description: Set to 1 if the player's height is above 180 cm, otherwise, set to 0. - - name: avg_penalties_rate - description: The average rate of penalties the player scores. - - name: average_overall_rating_from_2010_to_2015 - description: The average overall rating the player received from 2010 to 2015. - - name: is_under_180_and_overall_rating_more_than_70 - description: Set to 1 if the player's height is under 180 cm and the overall rating is more than 70 in at least one season; otherwise, set to 0. - - name: avg_finishing_rate - description: The average rate of finishing the player has. - - name: leagues - description: Each record represents a league. - columns: - - name: league_id - description: The unique identifier for the league. - - name: country_name - description: The name of the country the league is in. - - name: league_name - description: The name of the league. - - name: num_goals_2016 - description: The total number of goals scored of the league in the 2015/2016 season, replace NULL values with 0. - - name: away_team_won_most_2010 - description: The team with the most wins as an away team during the 2009/2010 season, with ties broken by the ascending order of the team's long name - - name: num_draw_matches_2016 - description: The number of matches that ended in a draw in the 2015/2016 season, replace NULL values with 0. - - name: avg_goal_by_home_team_higher_than_away_team - description: Set to 1 if the average goal scored by the home team is higher than the away team, otherwise, set to 0. - - name: num_matches_2008_2009_season - description: The number of matches played of the league in the 2008/2009 season, replace NULL values with 0. \ No newline at end of file diff --git a/inputs_databricks/facebook_ads/config.yaml b/inputs_databricks/facebook_ads/config.yaml deleted file mode 100644 index d99e422fcbc4a0e0c0a8ab179260fb086169a309..0000000000000000000000000000000000000000 --- a/inputs_databricks/facebook_ads/config.yaml +++ /dev/null @@ -1,58 +0,0 @@ -Airbyte: - config: - files_definition_id: 778daa7c-feaf-4db6-96f3-70fd645acc77 - mongodb_definition_id: b2e713cd-cc36-4c0a-b5bd-b47cb8a0561e - namespace_definition: destination - postgres_definition_id: decd338e-5647-4c0b-adf4-da0e75f5a750 - s3_definition_id: 69589781-7828-43c5-9f63-8925b1c1ccc2 - server_url: http://airbyte-abctl-control-plane:80/api/public/v1/ - databricks_definition_id: 072d5540-f236-4294-ba7c-ade8fd918496 -aws_s3: - AWS_ACCESS_KEY_ID: test - AWS_DEFAULT_REGION: us-west-2 - AWS_ENDPOINT_URL: http://elt-localstack:4566 - AWS_SECRET_ACCESS_KEY: test - data: - - path: s3://facebook-ads-bucket/basic_ad_actions.parquet - sync_mode: full_refresh_append - table: basic_ad_actions -custom_api: - config: - configuration: {} - sync_mode: full_refresh_append - tables: - - account_history - - campaign_history -flat_files: -- format: jsonl - path: https://drive.google.com/uc?export=download&id=1QA-hAM1JvYa2iZxZEU2cK87gng08R99t - sync_mode: full_refresh_append - table: creative_history -mongodb: - config: - connection_string: mongodb://elt-mongodb:27017/?directConnection=true - database: facebook_ads - sync_mode: full_refresh_append - tables: - - ad_set_history - - basic_ad -postgres: - config: - database: facebook_ads - host: elt-postgres - password: testelt - port: 5432 - schema: public - sync_mode: full_refresh_append - tables: - - ad_history - - basic_ad_action_values - user: postgres -databricks: - config: - database: - hostname: - client_id: - secret: - schema: facebook_ads - http_path: diff --git a/inputs_databricks/facebook_ads/data_model.yaml b/inputs_databricks/facebook_ads/data_model.yaml deleted file mode 100644 index b82f4463fc1143b633abd603a3c04ddb2f54f6fa..0000000000000000000000000000000000000000 --- a/inputs_databricks/facebook_ads/data_model.yaml +++ /dev/null @@ -1,110 +0,0 @@ -models: - - name: facebook_ads__ad_report - description: Each record represents the daily performance of a Facebook ad. Use the most recent version of the account, ad, campaign, and ad set to ensure the most up-to-date data if there are multiple versions for the same account, ad, campaign, or ad set. - columns: - - name: date_day - description: The date of the performance. - format: YYYY-MM-DD - - name: account_id - description: The ID of the related account. - - name: account_name - description: The name of the related account. - - name: campaign_id - description: The ID of the related campaign. - - name: campaign_name - description: The name of the related campaign. - - name: ad_set_id - description: The ID of the related ad set. - - name: ad_set_name - description: The name of the related ad set. - - name: ad_id - description: The ID of the ad. - - name: ad_name - description: The name of the ad. - - name: clicks - description: The number of clicks the ad had on the given day. - - name: impressions - description: The number of impressions the ad had on the given day. - - name: spend - description: The spend on the ad in the given day. - - name: conversions - description: Total number of conversions using the default attribution window on the given day. Set to 0 if the value is NULL. - - name: conversions_value - description: Total monetary of conversions using the default attribution window on the given day. Set to 0 if the value is NULL. - - - name: facebook_ads__ad_set_report - description: Each record represents the daily performance of a Facebook ad set. Use the most recent version of the account, ad, campaign, and ad set to ensure the most up-to-date data if there are multiple versions for the same account, ad, campaign, or ad set. - columns: - - name: date_day - description: The date of the performance. - format: YYYY-MM-DD - - name: account_id - description: The ID of the related account. - - name: account_name - description: The name of the related account. - - name: campaign_id - description: The ID of the related campaign. - - name: campaign_name - description: The name of the related campaign. - - name: ad_set_id - description: The ID of the ad set. - - name: ad_set_name - description: The name of the ad set. - - name: clicks - description: The number of clicks across all ads in the ad set had on the given day. - - name: impressions - description: The number of impressions across all ads in the ad set had on the given day. - - name: spend - description: The spend on all ads in the ad set in the given day. - - name: conversions - description: Total number of conversions using the default attribution window on the given day. Set to 0 if the value is NULL. - - name: conversions_value - description: Total monetary of conversions using the default attribution window on the given day. Set to 0 if the value is NULL. - - - - name: facebook_ads__campaign_report - description: Each record represents the daily performance of a Facebook campaign. Use the most recent version of the account, ad, and campaign to ensure the most up-to-date data if there are multiple versions for the same account, ad, or campaign. - columns: - - name: date_day - description: The date of the performance. - format: YYYY-MM-DD - - name: account_id - description: The ID of the related account. - - name: account_name - description: The name of the related account. - - name: campaign_id - description: The ID of the campaign. - - name: campaign_name - description: The name of the campaign. - - name: clicks - description: The number of clicks across all ads in the campaign had on the given day. - - name: impressions - description: The number of impressions across all ads in the campaign had on the given day. - - name: spend - description: The spend across all ads in the campaign in the given day. - - name: conversions - description: Total number of conversions using the default attribution window on the given day. Set to 0 if the value is NULL. - - name: conversions_value - description: Total monetary of conversions using the default attribution window on the given day. Set to 0 if the value is NULL. - - - name: facebook_ads__account_report - description: Each record represents the daily performance of a Facebook account. Use the latest version of the account to ensure the most up-to-date data if there are multiple versions for the same account. - columns: - - name: date_day - description: The date of the performance. - format: YYYY-MM-DD - - name: account_id - description: The ID of the account. - - name: account_name - description: The name of the account. - - name: clicks - description: The number of clicks across all ads in the account had on the given day. - - name: impressions - description: The number of impressions across all ads in the account had on the given day. - - name: spend - description: The spend on across all ads in the account in the given day. - - name: conversions - description: Total number of conversions using the default attribution window on the given day. Set to 0 if the value is NULL. - - name: conversions_value - description: Total monetary of conversions using the default attribution window on the given day. Set to 0 if the value is NULL. - \ No newline at end of file diff --git a/inputs_databricks/financial/config.yaml b/inputs_databricks/financial/config.yaml deleted file mode 100644 index 6a9179434e424c0e9b9957b7129f25dc860ebfcb..0000000000000000000000000000000000000000 --- a/inputs_databricks/financial/config.yaml +++ /dev/null @@ -1,58 +0,0 @@ -Airbyte: - config: - files_definition_id: 778daa7c-feaf-4db6-96f3-70fd645acc77 - mongodb_definition_id: b2e713cd-cc36-4c0a-b5bd-b47cb8a0561e - namespace_definition: destination - postgres_definition_id: decd338e-5647-4c0b-adf4-da0e75f5a750 - s3_definition_id: 69589781-7828-43c5-9f63-8925b1c1ccc2 - server_url: http://airbyte-abctl-control-plane:80/api/public/v1/ - databricks_definition_id: 072d5540-f236-4294-ba7c-ade8fd918496 -aws_s3: - AWS_ACCESS_KEY_ID: test - AWS_DEFAULT_REGION: us-west-2 - AWS_ENDPOINT_URL: http://elt-localstack:4566 - AWS_SECRET_ACCESS_KEY: test - data: - - path: s3://financial-bucket/district.csv - sync_mode: full_refresh_append - table: district -custom_api: - config: - configuration: {} - sync_mode: full_refresh_append - tables: - - card -flat_files: -- format: parquet - path: https://drive.google.com/uc?export=download&id=1s4nFoyjq-ZsQjDmbLHOJ62tXP79TmswO - sync_mode: full_refresh_append - table: disp -mongodb: - config: - connection_string: mongodb://elt-mongodb:27017/?directConnection=true - database: financial - sync_mode: full_refresh_append - tables: - - client -postgres: - config: - database: financial - host: elt-postgres - password: testelt - port: 5432 - schema: public - sync_mode: full_refresh_append - tables: - - account - - loan - - orders - - trans - user: postgres -databricks: - config: - database: - hostname: - client_id: - secret: - schema: financial - http_path: diff --git a/inputs_databricks/financial/data_model.yaml b/inputs_databricks/financial/data_model.yaml deleted file mode 100644 index 8b5d1903ec14e6a8c2920b06cb7c40ffa5d525bd..0000000000000000000000000000000000000000 --- a/inputs_databricks/financial/data_model.yaml +++ /dev/null @@ -1,38 +0,0 @@ -models: - - name: districts - description: Each record represents a district. - columns: - - name: district_id - description: The unique identifier for the district. - - name: district_name - description: The name of the district. - - name: num_opened_accounts - description: The number of accounts opened in the district, replace NULL values with 0. - - name: num_male_clients - description: The number of male clients in the district, replace NULL values with 0. - - name: avg_transaction_amount_1997 - description: The average amount per transaction in 1997 (across all transaction types). - - name: num_accounts_with_load_finished_no_problem - description: The number of accounts with loan contracts finished with no problems, replace NULL values with 0. No problems refers to status = 'A'. - - name: per_account_opened_1993 - description: The percentage of accounts from the district among all accounts opened in 1993. - - name: clients - description: Each record represents a client. - columns: - - name: client_id - description: The unique identifier for the client. - - name: gender - description: The gender of the client. - - name: birth_date - description: The birth date of the client. - - name: amount_of_first_transaction - description: the amount of the first transaction by the client, with ties broken by the descending order of the amount. - - name: largest_loan_amount - description: The largest loan amount the client has taken. Loan the client has taken refers to disp.type = 'OWNER' - - name: num_withdrawals_in_cash_transactions - description: The number of withdrawals in cash transactions by the client, replace NULL values with 0. - - name: avg_loan_amount - description: The average loan amount the client has taken. Loan the client has taken refers to disp.type = 'OWNER' - - name: total_pay_for_all_transactions_1998 - description: The total amount the client paid for all of the transactions in 1998, replace NULL values with 0. - \ No newline at end of file diff --git a/inputs_databricks/food_inspection/config.yaml b/inputs_databricks/food_inspection/config.yaml deleted file mode 100644 index b9238085fd05a85e548fced30b7d34b30c74392a..0000000000000000000000000000000000000000 --- a/inputs_databricks/food_inspection/config.yaml +++ /dev/null @@ -1,39 +0,0 @@ -Airbyte: - config: - mongodb_definition_id: b2e713cd-cc36-4c0a-b5bd-b47cb8a0561e - namespace_definition: destination - postgres_definition_id: decd338e-5647-4c0b-adf4-da0e75f5a750 - server_url: http://airbyte-abctl-control-plane:80/api/public/v1/ - databricks_definition_id: 072d5540-f236-4294-ba7c-ade8fd918496 -custom_api: - config: - configuration: {} - sync_mode: full_refresh_append - tables: - - inspections -mongodb: - config: - connection_string: mongodb://elt-mongodb:27017/?directConnection=true - database: food_inspection - sync_mode: full_refresh_append - tables: - - businesses -postgres: - config: - database: food_inspection - host: elt-postgres - password: testelt - port: 5432 - schema: public - sync_mode: full_refresh_append - tables: - - violations - user: postgres -databricks: - config: - database: - hostname: - client_id: - secret: - schema: food_inspection - http_path: diff --git a/inputs_databricks/food_inspection/data_model.yaml b/inputs_databricks/food_inspection/data_model.yaml deleted file mode 100644 index 7f390d31c9aa3ede89def04d92204142f4a0eb45..0000000000000000000000000000000000000000 --- a/inputs_databricks/food_inspection/data_model.yaml +++ /dev/null @@ -1,20 +0,0 @@ -models: - - name: restaurants - description: Each record represents a restaurant. - columns: - - name: business_id - description: Unique identifier for the restaurant. - - name: name - description: Name of the restaurant. - - name: owner_name - description: Name of the owner of the restaurant. - - name: num_high_risk_violations - description: The number of high-risk violations the restaurant has, replace NULL values with 0. - - name: num_of_inspections_because_of_complaint - description: The number of inspections the restaurant has because of a complaint, replace NULL values with 0. Because of a complaint refers to type = 'Complaint'. - - name: violation_per_inspection - description: The average number of violations per inspection the restaurant has. - - name: lowest_inspection_score - description: The lowest inspection score the restaurant has. - - name: meets_all_required_standards_for_4_consecutive_years - description: 1 if there exists a run of 4 or more consecutive calendar years in which every year of the run contains at least one inspection with score = 100. Otherwise 0. \ No newline at end of file diff --git a/inputs_databricks/food_inspection_2/config.yaml b/inputs_databricks/food_inspection_2/config.yaml deleted file mode 100644 index 82830253a80d8cc912970c3e0fa0d6174a2b9dd3..0000000000000000000000000000000000000000 --- a/inputs_databricks/food_inspection_2/config.yaml +++ /dev/null @@ -1,50 +0,0 @@ -Airbyte: - config: - files_definition_id: 778daa7c-feaf-4db6-96f3-70fd645acc77 - mongodb_definition_id: b2e713cd-cc36-4c0a-b5bd-b47cb8a0561e - namespace_definition: destination - postgres_definition_id: decd338e-5647-4c0b-adf4-da0e75f5a750 - s3_definition_id: 69589781-7828-43c5-9f63-8925b1c1ccc2 - server_url: http://airbyte-abctl-control-plane:80/api/public/v1/ - databricks_definition_id: 072d5540-f236-4294-ba7c-ade8fd918496 -aws_s3: - AWS_ACCESS_KEY_ID: test - AWS_DEFAULT_REGION: us-west-2 - AWS_ENDPOINT_URL: http://elt-localstack:4566 - AWS_SECRET_ACCESS_KEY: test - data: - - path: s3://food-inspection-2-bucket/inspection_point.jsonl - sync_mode: full_refresh_append - table: inspection_point -flat_files: -- format: csv - path: https://drive.google.com/uc?export=download&id=1QWSQc1sIhcQn9RdWxzRIy5ydTvpfqlBY - sync_mode: full_refresh_append - table: employee -mongodb: - config: - connection_string: mongodb://elt-mongodb:27017/?directConnection=true - database: food_inspection_2 - sync_mode: full_refresh_append - tables: - - establishment - - violation -postgres: - config: - database: food_inspection_2 - host: elt-postgres - password: testelt - port: 5432 - schema: public - sync_mode: full_refresh_append - tables: - - inspection - user: postgres -databricks: - config: - database: - hostname: - client_id: - secret: - schema: food_inspection_2 - http_path: diff --git a/inputs_databricks/formula_1/config.yaml b/inputs_databricks/formula_1/config.yaml deleted file mode 100644 index 2acb518195f09a1bb9d9013c94474c1eac420ef4..0000000000000000000000000000000000000000 --- a/inputs_databricks/formula_1/config.yaml +++ /dev/null @@ -1,63 +0,0 @@ -Airbyte: - config: - files_definition_id: 778daa7c-feaf-4db6-96f3-70fd645acc77 - mongodb_definition_id: b2e713cd-cc36-4c0a-b5bd-b47cb8a0561e - namespace_definition: destination - postgres_definition_id: decd338e-5647-4c0b-adf4-da0e75f5a750 - s3_definition_id: 69589781-7828-43c5-9f63-8925b1c1ccc2 - server_url: http://airbyte-abctl-control-plane:80/api/public/v1/ - databricks_definition_id: 072d5540-f236-4294-ba7c-ade8fd918496 -aws_s3: - AWS_ACCESS_KEY_ID: test - AWS_DEFAULT_REGION: us-west-2 - AWS_ENDPOINT_URL: http://elt-localstack:4566 - AWS_SECRET_ACCESS_KEY: test - data: - - path: s3://formula-1-bucket/status.csv - sync_mode: full_refresh_append - table: status -custom_api: - config: - configuration: {} - sync_mode: full_refresh_append - tables: - - driverStandings - - pitStops -flat_files: -- format: jsonl - path: https://drive.google.com/uc?export=download&id=1GMEruiggk8M17fCETdTvESSrl21yoinD - sync_mode: full_refresh_append - table: seasons -mongodb: - config: - connection_string: mongodb://elt-mongodb:27017/?directConnection=true - database: formula_1 - sync_mode: full_refresh_append - tables: - - circuits - - constructors - - drivers - - races -postgres: - config: - database: formula_1 - host: elt-postgres - password: testelt - port: 5432 - schema: public - sync_mode: full_refresh_append - tables: - - constructor_results - - constructor_standings - - qualifying - - results - - lap_times - user: postgres -databricks: - config: - database: - hostname: - client_id: - secret: - schema: formula_1 - http_path: diff --git a/inputs_databricks/genes/config.yaml b/inputs_databricks/genes/config.yaml deleted file mode 100644 index 5c216136c051b981b92cb9a3d4ca757c7096d47d..0000000000000000000000000000000000000000 --- a/inputs_databricks/genes/config.yaml +++ /dev/null @@ -1,43 +0,0 @@ -Airbyte: - config: - mongodb_definition_id: b2e713cd-cc36-4c0a-b5bd-b47cb8a0561e - namespace_definition: destination - postgres_definition_id: decd338e-5647-4c0b-adf4-da0e75f5a750 - s3_definition_id: 69589781-7828-43c5-9f63-8925b1c1ccc2 - server_url: http://airbyte-abctl-control-plane:80/api/public/v1/ - databricks_definition_id: 072d5540-f236-4294-ba7c-ade8fd918496 -aws_s3: - AWS_ACCESS_KEY_ID: test - AWS_DEFAULT_REGION: us-west-2 - AWS_ENDPOINT_URL: http://elt-localstack:4566 - AWS_SECRET_ACCESS_KEY: test - data: - - path: s3://genes-bucket/Classification.csv - sync_mode: full_refresh_append - table: Classification -mongodb: - config: - connection_string: mongodb://elt-mongodb:27017/?directConnection=true - database: genes - sync_mode: full_refresh_append - tables: - - Genes -postgres: - config: - database: genes - host: elt-postgres - password: testelt - port: 5432 - schema: public - sync_mode: full_refresh_append - tables: - - interactions - user: postgres -databricks: - config: - database: - hostname: - client_id: - secret: - schema: genes - http_path: diff --git a/inputs_databricks/github/config.yaml b/inputs_databricks/github/config.yaml deleted file mode 100644 index 6b14fe0f5e1c289f4aede7a2f23cb0728f1959a4..0000000000000000000000000000000000000000 --- a/inputs_databricks/github/config.yaml +++ /dev/null @@ -1,67 +0,0 @@ -Airbyte: - config: - files_definition_id: 778daa7c-feaf-4db6-96f3-70fd645acc77 - mongodb_definition_id: b2e713cd-cc36-4c0a-b5bd-b47cb8a0561e - namespace_definition: destination - postgres_definition_id: decd338e-5647-4c0b-adf4-da0e75f5a750 - s3_definition_id: 69589781-7828-43c5-9f63-8925b1c1ccc2 - server_url: http://airbyte-abctl-control-plane:80/api/public/v1/ - databricks_definition_id: 072d5540-f236-4294-ba7c-ade8fd918496 -aws_s3: - AWS_ACCESS_KEY_ID: test - AWS_DEFAULT_REGION: us-west-2 - AWS_ENDPOINT_URL: http://elt-localstack:4566 - AWS_SECRET_ACCESS_KEY: test - data: - - path: s3://github-bucket/repo_team.jsonl - sync_mode: full_refresh_append - table: repo_team -custom_api: - config: - configuration: {} - sync_mode: full_refresh_append - tables: - - issue_assignee - - issue_merged - - repository -flat_files: -- format: jsonl - path: https://drive.google.com/uc?export=download&id=1eIhuDa2LRFfkKVbgdjRYWV6uv83MH0W0 - sync_mode: full_refresh_append - table: requested_reviewer_history -- format: csv - path: https://drive.google.com/uc?export=download&id=1UqPqN9whWn9OkRKQnNHFVreQYvlGC154 - sync_mode: full_refresh_append - table: issue_label -mongodb: - config: - connection_string: mongodb://elt-mongodb:27017/?directConnection=true - database: github - sync_mode: full_refresh_append - tables: - - issue_comment - - label - - pull_request_review - - team -postgres: - config: - database: github - host: elt-postgres - password: testelt - port: 5432 - schema: public - sync_mode: full_refresh_append - tables: - - issue - - issue_closed_history - - pull_request - - users - user: postgres -databricks: - config: - database: - hostname: - client_id: - secret: - schema: github - http_path: diff --git a/inputs_databricks/github/data_model.yaml b/inputs_databricks/github/data_model.yaml deleted file mode 100644 index 02020b784443eb082417011c03919f6da9dfcafd..0000000000000000000000000000000000000000 --- a/inputs_databricks/github/data_model.yaml +++ /dev/null @@ -1,175 +0,0 @@ -models: - - name: github__issues - description: Each record represents a github issue. Only considering issues that are not pull request - columns: - - name: issue_id - description: The unique ID of an issue. - - name: body - description: The text body of the issue's main description - - name: closed_at - description: The timestamp for when an issue was last closed. "null" for issues that are open - format: YYYY-MM-DD HH:MM:SS - - name: created_at - description: The timestamp for when an issue was created - format: YYYY-MM-DD HH:MM:SS - - name: is_locked - description: Boolean indicating if the issue is locked. - - name: issue_number - description: The number of the issue. Is unique within a repository, but not across repositories. - - name: is_pull_request - description: Boolean indicating whether the issue is a pull request - - name: repository_id - description: Foreign key that references the repository table - - name: state - description: Whether the issue is open or closed - - name: title - description: The title of the issue - - name: updated_at - description: Timestamp of when the issue was last updated - format: YYYY-MM-DD HH:MM:SS - - name: user_id - description: Foreign key that references the user table, representing the user who created the issue. - - name: number_of_times_reopened - description: Total number of times the issue was reopened. - - name: number_of_comments - description: The total number of comments included in the issue - - name: repository - description: The full name of the repository that the issue is applicable to - - name: repository_team_names - description: Aggregate of the teams associated with the repository, formed by concatenating team names in ascending alphabetical order, separated by a comma and space. - - name: creator_login_name - description: The alias of the user uses to login to github who created the issue. - - name: creator_name - description: The name of the user who created the issue. - - name: creator_company - description: The company of the user who created the issue. - - - name: github__pull_requests - description: Basic information about pull_requests as well as additional fields about reviews and time between actions - columns: - - name: issue_id - description: The unique ID of an issue. - - name: body - description: the text body of the description of the pull request - - name: closed_at - description: Timestamp of when the pull request was closed. NULL for pull requests that are still open - format: YYYY-MM-DD HH:MM:SS - - name: created_at - description: Timestamp of when the pull request was created - format: YYYY-MM-DD HH:MM:SS - - name: is_locked - description: Boolean indicating whether the issue is locked. - - name: issue_number - description: The number of the issue. Is unique within a repository, but not across repositories - - name: is_pull_request - description: Boolean indiciating whether the issue is a pull request. - - name: repository_id - description: Foreign key that references the repository table - - name: state - description: Whether the pull request is open or closed. - - name: title - description: The title of the pull request - - name: updated_at - description: Timestamp of when the issue was last updated - format: YYYY-MM-DD HH:MM:SS - - name: user_id - description: Foreign key that references the user table. - - name: number_of_times_reopened - description: Total number of times the issue was reopened - - name: number_of_comments - description: The total number of comments included in the issue - - name: repository - description: The full name of the repository that the pull request applies to - - name: repository_team_names - description: Aggregate of the teams associated with the repository, formed by concatenating team names in ascending alphabetical order, separated by a comma and space. - - name: creator_login_name - description: The alias of the user uses to login to github who created the issue. - - name: creator_name - description: The name of the user who created the issue. - - name: creator_company - description: The company of the user who created the issue. - - name: merged_at - description: Timestamp of when the pull request was merged - format: YYYY-MM-DD HH:MM:SS - - name: reviewers - description: Aggregate of the distinct users who reviewed the pull request, formed by concatenating reviewer names in ascending alphabetical order, separated by a comma and space. - - name: number_of_reviews - description: Number of times a pull request was reviewed - - - name: github__daily_metrics - description: Summary numbers for issues and pull requests per repository by day - columns: - - name: day - description: The reporting day - format: YYYY-MM-DD - - name: repository - description: The full name of the repository - - name: number_issues_opened - description: The total number of issues created during this time period. Set to 0 if no issues were created. - - name: number_issues_closed - description: The total number of issues closed during this time period. Set to 0 if no issues were closed. - - name: number_prs_opened - description: The total number of pull requests created during this time period. Set to 0 if no pull requests were created. - - name: number_prs_merged - description: The total number of pull requests merged during this time period. Set to 0 if no pull requests were merged. - - name: number_prs_closed_without_merge - description: The total number of pull requests closed without a merge during this time period. Set to 0 if no pull requests were closed without a merge. - - - - name: github__weekly_metrics - description: Summary numbers for issues and pull requests per repository by week - columns: - - name: week - description: The Monday that starts the reporting week - format: YYYY-MM-DD - - name: repository - description: The full name of the repository - - name: total_number_issues_opened - description: The total number of issues created during this time period. Set to 0 if no issues were created. - - name: total_number_issues_closed - description: The total number of issues closed during this time period. Set to 0 if no issues were closed. - - name: total_number_prs_opened - description: The total number of pull requests created during this time period. Set to 0 if no pull requests were created. - - name: total_number_prs_merged - description: The total number of pull requests merged during this time period. Set to 0 if no pull requests were merged. - - name: number_prs_closed_without_merge - description: The total number of pull requests closed without a merge during this time period. Set to 0 if no pull requests were closed without a merge. - - - - name: github__monthly_metrics - description: Summary numbers for issues and pull requests per repository by month - columns: - - name: month - description: First day of the reporting month - format: YYYY-MM-DD - - name: repository - description: The full name of the repository - - name: total_number_issues_opened - description: The total number of issues created during this time period. Set to 0 if no issues were created. - - name: total_number_issues_closed - description: The total number of issues closed during this time period. Set to 0 if no issues were closed. - - name: total_number_prs_opened - description: The total number of pull requests created during this time period. Set to 0 if no pull requests were created. - - name: total_number_prs_merged - description: The total number of pull requests merged during this time period. Set to 0 if no pull requests were merged. - - name: number_prs_closed_without_merge - description: The total number of pull requests closed without a merge during this time period. Set to 0 if no pull requests were closed without a merge. - - - name: github__quarterly_metrics - description: Summary numbers for issues and pull requests per repository by quarter - columns: - - name: quarter - description: First day of the reporting quarter - format: YYYY-MM-DD - - name: repository - description: The full name of the repository - - name: total_number_issues_opened - description: The total number of issues created during this time period. Set to 0 if no issues were created. - - name: total_number_issues_closed - description: The total number of issues closed during this time period. Set to 0 if no issues were closed. - - name: total_number_prs_opened - description: The total number of pull requests created during this time period. Set to 0 if no pull requests were created. - - name: total_number_prs_merged - description: The total number of pull requests merged during this time period. Set to 0 if no pull requests were merged. - - name: number_prs_closed_without_merge - description: The total number of pull requests closed without a merge during this time period. Set to 0 if no pull requests were closed without a merge. diff --git a/inputs_databricks/hockey/config.yaml b/inputs_databricks/hockey/config.yaml deleted file mode 100644 index fc9ec7b59abc8bcfc5b3f00962365246801946a4..0000000000000000000000000000000000000000 --- a/inputs_databricks/hockey/config.yaml +++ /dev/null @@ -1,80 +0,0 @@ -Airbyte: - config: - files_definition_id: 778daa7c-feaf-4db6-96f3-70fd645acc77 - mongodb_definition_id: b2e713cd-cc36-4c0a-b5bd-b47cb8a0561e - namespace_definition: destination - postgres_definition_id: decd338e-5647-4c0b-adf4-da0e75f5a750 - s3_definition_id: 69589781-7828-43c5-9f63-8925b1c1ccc2 - server_url: http://airbyte-abctl-control-plane:80/api/public/v1/ - databricks_definition_id: 072d5540-f236-4294-ba7c-ade8fd918496 -aws_s3: - AWS_ACCESS_KEY_ID: test - AWS_DEFAULT_REGION: us-west-2 - AWS_ENDPOINT_URL: http://elt-localstack:4566 - AWS_SECRET_ACCESS_KEY: test - data: - - path: s3://hockey-bucket/HOF.jsonl - sync_mode: full_refresh_append - table: HOF - - path: s3://hockey-bucket/SeriesPost.csv - sync_mode: full_refresh_append - table: SeriesPost -custom_api: - config: - configuration: {} - sync_mode: full_refresh_append - tables: - - AwardsCoaches - - AwardsMisc - - AwardsPlayers - - ScoringShootout - - ScoringSup - - TeamSplits - - TeamVsTeam - - TeamsPost - - TeamsSC -flat_files: -- format: jsonl - path: https://drive.google.com/uc?export=download&id=19HlKBHt7QEjtW1unXi0wNcPt7LX9v7gS - sync_mode: full_refresh_append - table: ScoringSC -- format: jsonl - path: https://drive.google.com/uc?export=download&id=1WiI1jxXvedVLLAZHcMPGZhEppDJZlmo1 - sync_mode: full_refresh_append - table: abbrev -- format: csv - path: https://drive.google.com/uc?export=download&id=1CnO1sHyi9lvhNlxmg5oLLRhxnP00Dco9 - sync_mode: full_refresh_append - table: CombinedShutouts -mongodb: - config: - connection_string: mongodb://elt-mongodb:27017/?directConnection=true - database: hockey - sync_mode: full_refresh_append - tables: - - Coaches - - Goalies - - GoaliesSC - - Teams -postgres: - config: - database: hockey - host: elt-postgres - password: testelt - port: 5432 - schema: public - sync_mode: full_refresh_append - tables: - - goalies_shootout - - master - - scoring - - team_half - user: postgres -databricks: - config: - database: - hostname: - client_id: - secret: - schema: hockey - http_path: diff --git a/inputs_databricks/human_resources/config.yaml b/inputs_databricks/human_resources/config.yaml deleted file mode 100644 index 556c5e44b5dac636bf36157889e1d26598893279..0000000000000000000000000000000000000000 --- a/inputs_databricks/human_resources/config.yaml +++ /dev/null @@ -1,41 +0,0 @@ -Airbyte: - config: - files_definition_id: 778daa7c-feaf-4db6-96f3-70fd645acc77 - namespace_definition: destination - postgres_definition_id: decd338e-5647-4c0b-adf4-da0e75f5a750 - s3_definition_id: 69589781-7828-43c5-9f63-8925b1c1ccc2 - server_url: http://airbyte-abctl-control-plane:80/api/public/v1/ - databricks_definition_id: 072d5540-f236-4294-ba7c-ade8fd918496 -aws_s3: - AWS_ACCESS_KEY_ID: test - AWS_DEFAULT_REGION: us-west-2 - AWS_ENDPOINT_URL: http://elt-localstack:4566 - AWS_SECRET_ACCESS_KEY: test - data: - - path: s3://human-resources-bucket/position.csv - sync_mode: full_refresh_append - table: position -flat_files: -- format: csv - path: https://drive.google.com/uc?export=download&id=17wON2HjWGNaHvh9zw3edOHOAoqgvyq40 - sync_mode: full_refresh_append - table: location -postgres: - config: - database: human_resources - host: elt-postgres - password: testelt - port: 5432 - schema: public - sync_mode: full_refresh_append - tables: - - employee - user: postgres -databricks: - config: - database: - hostname: - client_id: - secret: - schema: human_resources - http_path: diff --git a/inputs_databricks/human_resources/data_model.yaml b/inputs_databricks/human_resources/data_model.yaml deleted file mode 100644 index 6fa84c4c96b87fe3da8db153a9e6170d5e554c9a..0000000000000000000000000000000000000000 --- a/inputs_databricks/human_resources/data_model.yaml +++ /dev/null @@ -1,39 +0,0 @@ -models: - - name: positions - description: Each record represents a position - columns: - - name: position_id - description: Unique identifier for the position - - name: position_title - description: Title of the position - - name: education_required - description: Education required for the position - - name: num_poor_performing_employees - description: Number of poor performing employees in the position, replace NULL values with 0. - - name: num_female_employees - description: Number of female employees in the position, replace NULL values with 0. - - name: per_salary_over_20000 - description: Percentage of employees with a salary over $20,000 a year in the position - - name: avg_salary - description: Average salary of employees in the position - - name: has_maximum_salary_no_more_than_70000 - description: Set to 1 if the maximum salary for the position is no more than $70,000, otherwise, set to 0 - - name: locations - description: Each record represents a location - columns: - - name: location_id - description: Unique identifier for the location - - name: location_state - description: State of the location - - name: location_address - description: The detailed address of the location - - name: num_employees - description: Number of employees at the location, replace NULL values with 0. - - name: highest_paid_employee - description: The full name of the highest paid employee at the location, with ties broken by ascending order of the employee's last name. The full name concatenates the first name and last name with a space separating them. - - name: num_of_trainee - description: The number of employees who are Trainees work at the location, replace NULL values with 0. - - name: num_Account_Representatives_with_Average_performance - description: The number of Account Representatives with 'Average' performance at the location, replace NULL values with 0. - - name: num_employees_have_good_perfomance - description: The number of employees who have 'Good' joob performance at the location, replace NULL values with 0. \ No newline at end of file diff --git a/inputs_databricks/ice_hockey_draft/config.yaml b/inputs_databricks/ice_hockey_draft/config.yaml deleted file mode 100644 index 4cfd4c3349225fc0d65e6e965d70fe2ac153b4d1..0000000000000000000000000000000000000000 --- a/inputs_databricks/ice_hockey_draft/config.yaml +++ /dev/null @@ -1,49 +0,0 @@ -Airbyte: - config: - files_definition_id: 778daa7c-feaf-4db6-96f3-70fd645acc77 - mongodb_definition_id: b2e713cd-cc36-4c0a-b5bd-b47cb8a0561e - namespace_definition: destination - postgres_definition_id: decd338e-5647-4c0b-adf4-da0e75f5a750 - s3_definition_id: 69589781-7828-43c5-9f63-8925b1c1ccc2 - server_url: http://airbyte-abctl-control-plane:80/api/public/v1/ - databricks_definition_id: 072d5540-f236-4294-ba7c-ade8fd918496 -aws_s3: - AWS_ACCESS_KEY_ID: test - AWS_DEFAULT_REGION: us-west-2 - AWS_ENDPOINT_URL: http://elt-localstack:4566 - AWS_SECRET_ACCESS_KEY: test - data: - - path: s3://ice-hockey-draft-bucket/weight_info.csv - sync_mode: full_refresh_append - table: weight_info -flat_files: -- format: jsonl - path: https://drive.google.com/uc?export=download&id=1gi1cqJg3N199ZGnHpFNG-EpMA0XxfS76 - sync_mode: full_refresh_append - table: height_info -mongodb: - config: - connection_string: mongodb://elt-mongodb:27017/?directConnection=true - database: ice_hockey_draft - sync_mode: full_refresh_append - tables: - - PlayerInfo -postgres: - config: - database: ice_hockey_draft - host: elt-postgres - password: testelt - port: 5432 - schema: public - sync_mode: full_refresh_append - tables: - - seasonstatus - user: postgres -databricks: - config: - database: - hostname: - client_id: - secret: - schema: ice_hockey_draft - http_path: diff --git a/inputs_databricks/image_and_language/config.yaml b/inputs_databricks/image_and_language/config.yaml deleted file mode 100644 index 39cf43157b4e3ab24602b20ac413f19165e9dfa9..0000000000000000000000000000000000000000 --- a/inputs_databricks/image_and_language/config.yaml +++ /dev/null @@ -1,56 +0,0 @@ -Airbyte: - config: - files_definition_id: 778daa7c-feaf-4db6-96f3-70fd645acc77 - mongodb_definition_id: b2e713cd-cc36-4c0a-b5bd-b47cb8a0561e - namespace_definition: destination - postgres_definition_id: decd338e-5647-4c0b-adf4-da0e75f5a750 - s3_definition_id: 69589781-7828-43c5-9f63-8925b1c1ccc2 - server_url: http://airbyte-abctl-control-plane:80/api/public/v1/ - databricks_definition_id: 072d5540-f236-4294-ba7c-ade8fd918496 -aws_s3: - AWS_ACCESS_KEY_ID: test - AWS_DEFAULT_REGION: us-west-2 - AWS_ENDPOINT_URL: http://elt-localstack:4566 - AWS_SECRET_ACCESS_KEY: test - data: - - path: s3://image-and-language-bucket/ATT_CLASSES.jsonl - sync_mode: full_refresh_append - table: ATT_CLASSES -custom_api: - config: - configuration: {} - sync_mode: full_refresh_append - tables: - - PRED_CLASSES -flat_files: -- format: csv - path: https://drive.google.com/uc?export=download&id=1WZ2fuG-9D1SMIWGxaam2n9TqP8fO1YFB - sync_mode: full_refresh_append - table: OBJ_CLASSES -mongodb: - config: - connection_string: mongodb://elt-mongodb:27017/?directConnection=true - database: image_and_language - sync_mode: full_refresh_append - tables: - - IMG_OBJ_ATT -postgres: - config: - database: image_and_language - host: elt-postgres - password: testelt - port: 5432 - schema: public - sync_mode: full_refresh_append - tables: - - img_obj - - img_rel - user: postgres -databricks: - config: - database: - hostname: - client_id: - secret: - schema: image_and_language - http_path: diff --git a/inputs_databricks/image_and_language/data_model.yaml b/inputs_databricks/image_and_language/data_model.yaml deleted file mode 100644 index 7042b6b8e9bc96a80b7cffec59d70410935e8480..0000000000000000000000000000000000000000 --- a/inputs_databricks/image_and_language/data_model.yaml +++ /dev/null @@ -1,18 +0,0 @@ -models: - - name: images - description: Each record represents an image - columns: - - name: img_id - description: Unique identifier for the image - - name: num_object_samples - description: Number of object samples in the image, replace NULL values with 0. - - name: has_at_least_one_object_sample_with_class_man - description: set to 1 if the image has at least one object sample in the class of "man",otherwise, set to 0 - - name: avg_height_of_objects - description: Average height of the objects in the image - - name: num_self_relations - description: the number of self-relations between the object samples in the image, replace NULL values with 0. - - name: has_at_least_five_black_classes - description: set to 1 if the image has at least five object samples whose attribute class is 'black', otherwise, set to 0 - - \ No newline at end of file diff --git a/inputs_databricks/instagram_business/config.yaml b/inputs_databricks/instagram_business/config.yaml deleted file mode 100644 index bea035aba45845a5b4dc192ea918a79e6be9f615..0000000000000000000000000000000000000000 --- a/inputs_databricks/instagram_business/config.yaml +++ /dev/null @@ -1,37 +0,0 @@ -Airbyte: - config: - files_definition_id: 778daa7c-feaf-4db6-96f3-70fd645acc77 - namespace_definition: destination - postgres_definition_id: decd338e-5647-4c0b-adf4-da0e75f5a750 - server_url: http://airbyte-abctl-control-plane:80/api/public/v1/ - databricks_definition_id: 072d5540-f236-4294-ba7c-ade8fd918496 -custom_api: - config: - configuration: {} - sync_mode: full_refresh_append - tables: - - media_history -flat_files: -- format: csv - path: https://drive.google.com/uc?export=download&id=1Wxl9EvsVE9x1fGMci9XGm8Zy5spZy6tZ - sync_mode: full_refresh_append - table: user_history -postgres: - config: - database: instagram_business - host: elt-postgres - password: testelt - port: 5432 - schema: public - sync_mode: full_refresh_append - tables: - - media_insights - user: postgres -databricks: - config: - database: - hostname: - client_id: - secret: - schema: instagram_business - http_path: diff --git a/inputs_databricks/instagram_business/data_model.yaml b/inputs_databricks/instagram_business/data_model.yaml deleted file mode 100644 index fef3f7c85e2485934142cdb388e4fc4d6c1b7df1..0000000000000000000000000000000000000000 --- a/inputs_databricks/instagram_business/data_model.yaml +++ /dev/null @@ -1,51 +0,0 @@ -models: - - name: instagram_business__posts - description: Each record represents the daily performance of a post or story. Use the most recent version of the user and post to ensure the most up-to-date data. - columns: - - name: account_name - description: The name of this user. - - name: user_id - description: The ID of this user. - - name: created_timestamp - description: The timestamp this post or story was created - format: YYYY-MM-DD HH:MM:SS - - name: post_id - description: The media ID of this post or story - - name: is_comment_enabled - description: Whether comments are enabled for this post or story - - name: is_story - description: Whether this is a story - - name: media_type - description: Media type. Can be CAROUSEL_ALBUM, IMAGE, or VIDEO. - - name: media_url - description: Media URL. Will be omitted from responses if the media contains copyrighted material, or has been flagged for a copyright violation. - - name: permanent_url - description: Permanent URL to the media. - - name: shortcode - description: Shortcode to the media. - - name: username - description: Username of user who created the media. - - name: comment_count - description: Total number of comments on the IG Media object. - - name: like_count - description: Total number of likes on the IG Media object. - - name: video_photo_engagement - description: Total number of likes and IG Comments on the video IG Media object. - - name: video_photo_impressions - description: Total number of times the video IG Media object has been seen. - - name: video_photo_reach - description: Total number of unique Instagram accounts that have seen the video IG Media object. - - name: video_photo_saved - description: Total number of unique Instagram accounts that have saved the video IG Media object. - - name: reel_comments - description: Total number of comments on the reel IG Media object. - - name: reel_likes - description: Total number of likes on the reel IG Media object. - - name: reel_plays - description: Total number of times the reel IG Media object has been played. - - name: reel_reach - description: Total number of unique Instagram accounts that have seen the reel IG Media object. - - name: reel_shares - description: Total number of times the reel IG Media object has been shared. - - name: reel_total_interactions - description: Total number of interactions the reel IG Media object had. \ No newline at end of file diff --git a/inputs_databricks/language_corpus/config.yaml b/inputs_databricks/language_corpus/config.yaml deleted file mode 100644 index b2ca75707a89882121d0fca7d506399e92a08949..0000000000000000000000000000000000000000 --- a/inputs_databricks/language_corpus/config.yaml +++ /dev/null @@ -1,56 +0,0 @@ -Airbyte: - config: - files_definition_id: 778daa7c-feaf-4db6-96f3-70fd645acc77 - mongodb_definition_id: b2e713cd-cc36-4c0a-b5bd-b47cb8a0561e - namespace_definition: destination - postgres_definition_id: decd338e-5647-4c0b-adf4-da0e75f5a750 - s3_definition_id: 69589781-7828-43c5-9f63-8925b1c1ccc2 - server_url: http://airbyte-abctl-control-plane:80/api/public/v1/ - databricks_definition_id: 072d5540-f236-4294-ba7c-ade8fd918496 -aws_s3: - AWS_ACCESS_KEY_ID: test - AWS_DEFAULT_REGION: us-west-2 - AWS_ENDPOINT_URL: http://elt-localstack:4566 - AWS_SECRET_ACCESS_KEY: test - data: - - path: s3://language-corpus-bucket/words.csv - sync_mode: full_refresh_append - table: words -custom_api: - config: - configuration: {} - sync_mode: full_refresh_append - tables: - - langs_words -flat_files: -- format: jsonl - path: https://drive.google.com/uc?export=download&id=1dacx5CmvKq647mNCG8h3xVCt6fx8Te-2 - sync_mode: full_refresh_append - table: langs -mongodb: - config: - connection_string: mongodb://elt-mongodb:27017/?directConnection=true - database: language_corpus - sync_mode: full_refresh_append - tables: - - pages -postgres: - config: - database: language_corpus - host: elt-postgres - password: testelt - port: 5432 - schema: public - sync_mode: full_refresh_append - tables: - - biwords - - pages_words - user: postgres -databricks: - config: - database: - hostname: - client_id: - secret: - schema: language_corpus - http_path: diff --git a/inputs_databricks/language_corpus/data_model.yaml b/inputs_databricks/language_corpus/data_model.yaml deleted file mode 100644 index ab34b726c1596499d3f184e2caead9a68cf2c30e..0000000000000000000000000000000000000000 --- a/inputs_databricks/language_corpus/data_model.yaml +++ /dev/null @@ -1,20 +0,0 @@ -models: - - name: language_corpus__words - description: Each record represents a word - columns: - - name: word_id - description: The unique identifier of the word - - name: word - description: The word - - name: occurrences - description: The number of occurrences of the word - - name: num_biword - description: The number of biwords that contain the word, replace NULL values with 0. - - name: percentage_occurrence_Art_higher_Astronomia - description: The percentage difference in the word’s occurrence rate on the page titled “Art” relative to "Astronomia", calculated as (occurrences in Art - occurrences in Astronomia) / occurrences in Astronomia * 100. Leave NULL if the word does not appear on the page titled "Art" or "Astronomia". - - name: same_word_appears_in_a_pair - description: set to 1 if the word appears more than once in a pair, otherwise, set to 0. Appears in a pair refers to w1st is the same as w2nd in the biword table. - - name: repetition_more_than_16000 - description: set to 1 if the word appears more than 16000 times, otherwise, set to 0 - - name: avg_occurrence_per_page - description: the average occurrence of the word on each Wikipedia page that has this word. Replace NULL values with 0. diff --git a/inputs_databricks/law_episode/config.yaml b/inputs_databricks/law_episode/config.yaml deleted file mode 100644 index f870067316baeb8c4534f9d2bdd1431aaa0969f6..0000000000000000000000000000000000000000 --- a/inputs_databricks/law_episode/config.yaml +++ /dev/null @@ -1,56 +0,0 @@ -Airbyte: - config: - files_definition_id: 778daa7c-feaf-4db6-96f3-70fd645acc77 - mongodb_definition_id: b2e713cd-cc36-4c0a-b5bd-b47cb8a0561e - namespace_definition: destination - postgres_definition_id: decd338e-5647-4c0b-adf4-da0e75f5a750 - s3_definition_id: 69589781-7828-43c5-9f63-8925b1c1ccc2 - server_url: http://airbyte-abctl-control-plane:80/api/public/v1/ - databricks_definition_id: 072d5540-f236-4294-ba7c-ade8fd918496 -aws_s3: - AWS_ACCESS_KEY_ID: test - AWS_DEFAULT_REGION: us-west-2 - AWS_ENDPOINT_URL: http://elt-localstack:4566 - AWS_SECRET_ACCESS_KEY: test - data: - - path: s3://law-episode-bucket/Keyword.csv - sync_mode: full_refresh_append - table: Keyword -custom_api: - config: - configuration: {} - sync_mode: full_refresh_append - tables: - - Vote -flat_files: -- format: jsonl - path: https://drive.google.com/uc?export=download&id=1JVefpho9YI-FCgwJgIXhSlxQI2PIy-uF - sync_mode: full_refresh_append - table: Award -mongodb: - config: - connection_string: mongodb://elt-mongodb:27017/?directConnection=true - database: law_episode - sync_mode: full_refresh_append - tables: - - Episode - - Person -postgres: - config: - database: law_episode - host: elt-postgres - password: testelt - port: 5432 - schema: public - sync_mode: full_refresh_append - tables: - - credit - user: postgres -databricks: - config: - database: - hostname: - client_id: - secret: - schema: law_episode - http_path: diff --git a/inputs_databricks/law_episode/data_model.yaml b/inputs_databricks/law_episode/data_model.yaml deleted file mode 100644 index 61c626b8abc415a377fd512418b969f686f0f5ae..0000000000000000000000000000000000000000 --- a/inputs_databricks/law_episode/data_model.yaml +++ /dev/null @@ -1,39 +0,0 @@ -models: - - name: law_episode__episode - description: Each record represents an episode - columns: - - name: episode_id - description: The unique identifier of the episode - - name: title - description: The title of the episode - - name: episode - description: the sequential number of the episode within a specific season - - name: number_of_keywords - description: The number of keywords in the episode, replace NULL values with 0. - - name: number_of_crews_in_art - description: the number of crews in the Art Department that the episode has, replace NULL values with 0. - - name: number_of_nominations - description: the number of nominations that the episode has, replace NULL values with 0. Nominations include both nominations and winners. - - name: ratio_of_American_casts - description: The percentage of casts in the episode who was born in America. - - name: number_of_1_star_votes - description: the number of 1-star votes that the episode has, replace NULL values with 0. - - name: law_episode__person - description: Each record represents a person - columns: - - name: person_id - description: The unique identifier of the person - - name: name - description: The name of the person - - name: birth_country - description: The country where the person was born - - name: organization_most_awards - description: the organization in which the person win the most awards, with ties broken by the ascending order of the organization - - name: percentage_of_episodes_appeared_in_series - description: The percentage of episodes in which a person appeared, relative to the total number of episodes in the series. - - name: has_won_at_least_3_awards - description: set to 1 if the person has won at least 3 awards, otherwise, set to 0 - - name: number_of_times_credited - description: the number of times that the person shows up in the on-screen credits, replace NULL values with 0. - - name: average_star_rating - description: The average star rating of the episodes the person has worked on, calculated as a weighted average using data from the Vote table. \ No newline at end of file diff --git a/inputs_databricks/legislator/config.yaml b/inputs_databricks/legislator/config.yaml deleted file mode 100644 index 48b25bc2bd9e37598492cd59b224e899d8407fe2..0000000000000000000000000000000000000000 --- a/inputs_databricks/legislator/config.yaml +++ /dev/null @@ -1,55 +0,0 @@ -Airbyte: - config: - files_definition_id: 778daa7c-feaf-4db6-96f3-70fd645acc77 - mongodb_definition_id: b2e713cd-cc36-4c0a-b5bd-b47cb8a0561e - namespace_definition: destination - postgres_definition_id: decd338e-5647-4c0b-adf4-da0e75f5a750 - s3_definition_id: 69589781-7828-43c5-9f63-8925b1c1ccc2 - server_url: http://airbyte-abctl-control-plane:80/api/public/v1/ - databricks_definition_id: 072d5540-f236-4294-ba7c-ade8fd918496 -aws_s3: - AWS_ACCESS_KEY_ID: test - AWS_DEFAULT_REGION: us-west-2 - AWS_ENDPOINT_URL: http://elt-localstack:4566 - AWS_SECRET_ACCESS_KEY: test - data: - - path: s3://legislator-bucket/historical_terms.jsonl - sync_mode: full_refresh_append - table: historical_terms -custom_api: - config: - configuration: {} - sync_mode: full_refresh_append - tables: - - social_media -flat_files: -- format: jsonl - path: https://drive.google.com/uc?export=download&id=1v6NXZFsQ3wU3voduCa7u6K2smW5stnXb - sync_mode: full_refresh_append - table: historical -mongodb: - config: - connection_string: mongodb://elt-mongodb:27017/?directConnection=true - database: legislator - sync_mode: full_refresh_append - tables: - - current_terms -postgres: - config: - database: legislator - host: elt-postgres - password: testelt - port: 5432 - schema: public - sync_mode: full_refresh_append - tables: - - legislator_current - user: postgres -databricks: - config: - database: - hostname: - client_id: - secret: - schema: legislator - http_path: diff --git a/inputs_databricks/lever/config.yaml b/inputs_databricks/lever/config.yaml deleted file mode 100644 index a05068cd7af5c2eded80eb244fdf818cca0d37c0..0000000000000000000000000000000000000000 --- a/inputs_databricks/lever/config.yaml +++ /dev/null @@ -1,95 +0,0 @@ -Airbyte: - config: - files_definition_id: 778daa7c-feaf-4db6-96f3-70fd645acc77 - mongodb_definition_id: b2e713cd-cc36-4c0a-b5bd-b47cb8a0561e - namespace_definition: destination - postgres_definition_id: decd338e-5647-4c0b-adf4-da0e75f5a750 - s3_definition_id: 69589781-7828-43c5-9f63-8925b1c1ccc2 - server_url: http://airbyte-abctl-control-plane:80/api/public/v1/ - databricks_definition_id: 072d5540-f236-4294-ba7c-ade8fd918496 -aws_s3: - AWS_ACCESS_KEY_ID: test - AWS_DEFAULT_REGION: us-west-2 - AWS_ENDPOINT_URL: http://elt-localstack:4566 - AWS_SECRET_ACCESS_KEY: test - data: - - path: s3://lever-bucket/interview_user.csv - sync_mode: full_refresh_append - table: interview_user - - path: s3://lever-bucket/interview.jsonl - sync_mode: full_refresh_append - table: interview - - path: s3://lever-bucket/opportunity.csv - sync_mode: full_refresh_append - table: opportunity - - path: s3://lever-bucket/resume.csv - sync_mode: full_refresh_append - table: resume - - path: s3://lever-bucket/user.jsonl - sync_mode: full_refresh_append - table: user -custom_api: - config: - configuration: {} - sync_mode: full_refresh_append - tables: - - archive_reason - - contact_link - - interviewer_user - - opportunity_source - - opportunity_stage_history - - posting_interview - - requisition_offer - - requisition_posting -flat_files: -- format: jsonl - path: https://drive.google.com/uc?export=download&id=1r4uJOrQ7Jex80IgSn7VTm7Bfq0F7ONuF - sync_mode: full_refresh_append - table: feedback_form -- format: jsonl - path: https://drive.google.com/uc?export=download&id=1gUV31Nx-Zg8YpWoqzdtVCyJqL0nkbDF_ - sync_mode: full_refresh_append - table: opportunity_tag -- format: csv - path: https://drive.google.com/uc?export=download&id=18_cXVmOunqbynjIQFNlMzsWSFNP9TcnV - sync_mode: full_refresh_append - table: contact_email -- format: csv - path: https://drive.google.com/uc?export=download&id=1aYIOwWEJr4aY01LVSsgvD0VpwF_4FRW9 - sync_mode: full_refresh_append - table: stage -- format: parquet - path: https://drive.google.com/uc?export=download&id=13xI-pmgTSWzqK4eTo87tKTnWiNu4VYit - sync_mode: full_refresh_append - table: posting_tag -mongodb: - config: - connection_string: mongodb://elt-mongodb:27017/?directConnection=true - database: lever - sync_mode: full_refresh_append - tables: - - contact_phone - - interview_feedback -postgres: - config: - database: lever - host: elt-postgres - password: testelt - port: 5432 - schema: public - sync_mode: full_refresh_append - tables: - - application - - feedback_form_field - - offer - - posting - - requisition - user: postgres -databricks: - config: - database: - hostname: - client_id: - secret: - schema: lever - http_path: diff --git a/inputs_databricks/lever/data_model.yaml b/inputs_databricks/lever/data_model.yaml deleted file mode 100644 index 7cad0991c632eab1c0973b32560737a38fdd51c3..0000000000000000000000000000000000000000 --- a/inputs_databricks/lever/data_model.yaml +++ /dev/null @@ -1,97 +0,0 @@ -models: - - name: lever__posting_enhanced - description: Table capturing job postings. - columns: - - name: job_commitment - description: Tag for job position work type (e.g. Full-time, Part-time, Internship). - - name: job_location - description: Tag for job position location. - - name: job_team - description: Tag for the team to which the job posting belongs (a sub-category of department). - - name: content_description - description: Job posting description that is shown at the top of the job's page, as plaintext. - - name: created_at - description: Timestamp of when the posting was created in Lever. - format: YYYY-MM-DD HH:MM:SS - - name: creator_user_id - description: Foreign key referencing the id of the USER who created the job posting. - - name: posting_id - description: Unique ID of the job posting. - - name: owner_user_id - description: Foreign key referencing the id of the USER who owns the posting. The posting owner is the individual who is directly responsible for managing all candidates who are applied to that role. - - name: current_state - description: Current status of the posting, which may include 'published', 'internal' (called 'unlisted' in the UI), 'closed', 'draft', 'pending' (awaiting approval), and 'rejected'. - - name: job_title - description: Title of the job posting role. - - name: updated_at - description: Timestamp of when the posting was last updated. - format: YYYY-MM-DD HH:MM:SS - - name: count_referred_applications - description: Count of how many applications were referred to this posting. Set to 0 if NULL. - - name: count_posting_applications - description: Count of how many applications were submitted through the posting. Set to 0 if NULL. - - name: count_manual_user_applications - description: Count of how many applications have been manually submitted by internal users. Set to 0 if NULL. - - name: count_opportunities - description: Count of how many opportunities applied to this posting. Set to 0 if NULL. - - name: count_open_opportunities - description: Count of how many currently open opprtunities applied to this posting. "currently open" means the opportunity's application to this posting has not been archived. Set to 0 if NULL. - - name: count_interviews - description: Count of the number of interviews conducted for this posting. Set to 0 if NULL. - - name: count_interviewees - description: Count of opportunities interviewed for this posting. Set to 0 if NULL. - - name: count_requisitions - description: Number of requisitions associated with this posting. Set to 0 if NULL. - - name: has_requisition - description: Boolean that is true if the posting has a requisition. - - - name: lever__requisition_enhanced - description: Table capturing requisitions, if enabled. - columns: - - name: is_backfill - description: Boolean that is true if the requisition represents a backfill or new headcount. If unspecified, defaults to false. - - name: compensation_band_currency - description: The ISO currency code associated with the requisition's compensation band. - - name: compensation_band_interval - description: The string representing the interval of payment for the compensation band. - - name: compensation_band_max - description: The high bound for the compensation band. - - name: compensation_band_min - description: The low bound for the compensation band. - - name: created_at - description: Timestamp of when the requisition was first created. - format: YYYY-MM-DD HH:MM:SS.fff - - name: creator_user_id - description: Foreign key referencing the USER who created the requisition. - - name: employment_status - description: The work type of the requisition ('full-time', 'part-time', 'intern', 'contractor', or 'temp-worker'). - - name: headcount_hired - description: The number of filled seats / openings on the requisition, or the string, 'unlimited'. - - name: headcount_total_allotted - description: Total headcount allotted for this requisition. - - name: hiring_manager_user_id - description: Foreign key referencing the USER who is the hiring manager for this requisition. - - name: requisition_id - description: Unique id of the requisition. - - name: internal_notes - description: Free form text for notes and meta-data about the requisition, visible to anyone who can see the requisition in Lever. - - name: job_location - description: The location associated with the requisition. - - name: job_title - description: The human-readable name for the requisition. - - name: owner_user_id - description: Foreign key referencing the USER who owns the requisition. - - name: requisition_code - description: The unique HRIS requisition code. - - name: status - description: The status of the requisition. Can be 'open', 'onHold', 'closed', or 'draft'. - - name: job_team - description: The team associated with the requisition - - name: count_postings - description: Number of postings associated with this requisition. Set to 0 if NULL. - - name: has_posting - description: Boolean that is true if the requisition has a posting. - - name: count_offers - description: Total count of extended offers associated with this requisition. Note - includes offers regardless of their status. Set to 0 if NULL. - - name: has_offer - description: Boolean that is true if the requisition has any offer associated with it. \ No newline at end of file diff --git a/inputs_databricks/linkedin/config.yaml b/inputs_databricks/linkedin/config.yaml deleted file mode 100644 index 5cf1e79f1985fd7a4540391ce99325096f407a83..0000000000000000000000000000000000000000 --- a/inputs_databricks/linkedin/config.yaml +++ /dev/null @@ -1,56 +0,0 @@ -Airbyte: - config: - files_definition_id: 778daa7c-feaf-4db6-96f3-70fd645acc77 - mongodb_definition_id: b2e713cd-cc36-4c0a-b5bd-b47cb8a0561e - namespace_definition: destination - postgres_definition_id: decd338e-5647-4c0b-adf4-da0e75f5a750 - s3_definition_id: 69589781-7828-43c5-9f63-8925b1c1ccc2 - server_url: http://airbyte-abctl-control-plane:80/api/public/v1/ - databricks_definition_id: 072d5540-f236-4294-ba7c-ade8fd918496 -aws_s3: - AWS_ACCESS_KEY_ID: test - AWS_DEFAULT_REGION: us-west-2 - AWS_ENDPOINT_URL: http://elt-localstack:4566 - AWS_SECRET_ACCESS_KEY: test - data: - - path: s3://linkedin-bucket/campaign_group_history.csv - sync_mode: full_refresh_append - table: campaign_group_history -custom_api: - config: - configuration: {} - sync_mode: full_refresh_append - tables: - - linkedin_account_history -flat_files: -- format: jsonl - path: https://drive.google.com/uc?export=download&id=1O24SHtEo-tKfvY8MvKMdvVzUoLG7haar - sync_mode: full_refresh_append - table: creative_history -mongodb: - config: - connection_string: mongodb://elt-mongodb:27017/?directConnection=true - database: linkedin - sync_mode: full_refresh_append - tables: - - campaign_history -postgres: - config: - database: linkedin - host: elt-postgres - password: testelt - port: 5432 - schema: public - sync_mode: full_refresh_append - tables: - - ad_analytics_by_campaign - - ad_analytics_by_creative - user: postgres -databricks: - config: - database: - hostname: - client_id: - secret: - schema: linkedin - http_path: diff --git a/inputs_databricks/linkedin/data_model.yaml b/inputs_databricks/linkedin/data_model.yaml deleted file mode 100644 index c46c3b75fe8df29ed2001737acd6af3070f287f8..0000000000000000000000000000000000000000 --- a/inputs_databricks/linkedin/data_model.yaml +++ /dev/null @@ -1,95 +0,0 @@ -models: - - name: linkedin_ads__account_report - description: Each record in this table represents the daily performance of ads at the account level. Use the latest version of both the account and the campaign to ensure the most up-to-date data. - columns: - - name: date_day - description: The day of the activity. - format: YYYY-MM-DD - - name: account_id - description: Unique internal ID representing the account. - - name: account_name - description: A label for the account. - - name: version_tag - description: An integer representation of the version of the account. - - name: currency - description: The ISO 4217 currency code of the account, such as 'USD' for United States Dollar (default). - - name: last_modified_at - description: The timestamp of when the version was updated. - format: YYYY-MM-DD HH:MM:SS.fff - - name: created_at - description: The timestamp of when the account was created. - format: YYYY-MM-DD HH:MM:SS - - name: clicks - description: The count of chargeable clicks. - - name: impressions - description: This is the count of "impressions" for Direct Ads and Sponsored Updates and "sends" for InMails. - - name: cost - description: The cost of the ads in the local currency. - - name: conversion_value_in_local_currency - description: The value generated by your conversions, displayed in your LinkedIn account's local currency, on the given day. Set to 0 if the value is NULL. - - - name: linkedin_ads__campaign_report - description: Each record in this table represents the daily performance of ads at the campaign level. Use the latest version of the account, the campaign and the campaign group to ensure the most up-to-date data. - columns: - - name: date_day - description: The day of the activity. - format: YYYY-MM-DD - - name: campaign_id - description: Unique internal ID representing the campaign. - - name: campaign_name - description: A label for the campaign. - - name: version_tag - description: An integer representation of the version of the campaign. - - name: campaign_group_name - description: A label for the campaign group. - - name: account_id - description: Unique internal ID representing the account. - - name: account_name - description: A label for the account. - - name: currency - description: The ISO 4217 currency code of the account, such as 'USD' for United States Dollar (default). - - name: last_modified_at - description: The timestamp of when the version was updated. - format: YYYY-MM-DD HH:MM:SS - - name: created_at - description: The timestamp of when the campaign was created. - format: YYYY-MM-DD HH:MM:SS - - name: clicks - description: The count of chargeable clicks. - - name: impressions - description: This is the count of "impressions" for Direct Ads and Sponsored Updates and "sends" for InMails. - - name: cost - description: The cost of the ads in the local currency. - - name: conversion_value_in_local_currency - description: The value generated by your conversions, displayed in your LinkedIn account's local currency, on the given day. Set to 0 if the value is NULL. - - - name: linkedin_ads__campaign_group_report - description: Each record in this table represents the daily performance of ads at the campaign group level. Use the latest version of the account, the campaign and the campaign group to ensure the most up-to-date data. - columns: - - name: date_day - description: The day of the activity. - format: YYYY-MM-DD - - name: campaign_group_id - description: Unique internal ID representing the campaign group. - - name: campaign_group_name - description: A label for the campaign group. - - name: account_id - description: Unique internal ID representing the account. - - name: account_name - description: A label for the account. - - name: currency - description: The ISO 4217 currency code of the account, such as 'USD' for United States Dollar (default). - - name: last_modified_at - description: The timestamp of when the version was updated. - format: YYYY-MM-DD HH:MM:SS - - name: created_at - description: The timestamp of when the campaign group was created. - format: YYYY-MM-DD HH:MM:SS - - name: clicks - description: The count of chargeable clicks. - - name: impressions - description: This is the count of "impressions" for Direct Ads and Sponsored Updates and "sends" for InMails. - - name: cost - description: The cost of the ads in the local currency. - - name: conversion_value_in_local_currency - description: The value generated by your conversions, displayed in your LinkedIn account's local currency, on the given day. Set to 0 if the value is NULL. diff --git a/inputs_databricks/mailchimp/config.yaml b/inputs_databricks/mailchimp/config.yaml deleted file mode 100644 index 80400a3dc5dff92922a49db00108a94f53b9caef..0000000000000000000000000000000000000000 --- a/inputs_databricks/mailchimp/config.yaml +++ /dev/null @@ -1,67 +0,0 @@ -Airbyte: - config: - files_definition_id: 778daa7c-feaf-4db6-96f3-70fd645acc77 - mongodb_definition_id: b2e713cd-cc36-4c0a-b5bd-b47cb8a0561e - namespace_definition: destination - postgres_definition_id: decd338e-5647-4c0b-adf4-da0e75f5a750 - s3_definition_id: 69589781-7828-43c5-9f63-8925b1c1ccc2 - server_url: http://airbyte-abctl-control-plane:80/api/public/v1/ - databricks_definition_id: 072d5540-f236-4294-ba7c-ade8fd918496 -aws_s3: - AWS_ACCESS_KEY_ID: test - AWS_DEFAULT_REGION: us-west-2 - AWS_ENDPOINT_URL: http://elt-localstack:4566 - AWS_SECRET_ACCESS_KEY: test - data: - - path: s3://mailchimp-bucket/automation_recipient.csv - sync_mode: full_refresh_append - table: automation_recipient - - path: s3://mailchimp-bucket/campaign.jsonl - sync_mode: full_refresh_append - table: campaign -custom_api: - config: - configuration: {} - sync_mode: full_refresh_append - tables: - - automation_email - - automation_recipient_activity - - list - - unsubscribe -flat_files: -- format: jsonl - path: https://drive.google.com/uc?export=download&id=1gqgXVV4V3ptREl4A4FlCHAgNRSgTLRaI - sync_mode: full_refresh_append - table: automation -- format: csv - path: https://drive.google.com/uc?export=download&id=1PeClmQkfkuzqXxzGcYerYnto4pDGvZSK - sync_mode: full_refresh_append - table: campaign_recipient -mongodb: - config: - connection_string: mongodb://elt-mongodb:27017/?directConnection=true - database: mailchimp - sync_mode: full_refresh_append - tables: - - segment - - segment_member -postgres: - config: - database: mailchimp - host: elt-postgres - password: testelt - port: 5432 - schema: public - sync_mode: full_refresh_append - tables: - - campaign_recipient_activity - - member - user: postgres -databricks: - config: - database: - hostname: - client_id: - secret: - schema: mailchimp - http_path: diff --git a/inputs_databricks/mailchimp/data_model.yaml b/inputs_databricks/mailchimp/data_model.yaml deleted file mode 100644 index 6bb20eaafad79d573cc434c34a8224944d6fdd60..0000000000000000000000000000000000000000 --- a/inputs_databricks/mailchimp/data_model.yaml +++ /dev/null @@ -1,491 +0,0 @@ -models: - - name: mailchimp__lists - description: Each record represents a list in Mailchimp, enriched with campaign metrics, (optionally) automation metrics and information about members. - columns: - - name: list_id - description: The unique ID of a list. - - name: date_created - description: The date and time that a list was created. - format: YYYY-MM-DD HH:MM:SS - - name: name - description: The name of a list. - - name: list_rating - description: An auto-generated activity score for the list (0-5). - - name: beamer_address - description: The list's email beamer address. - - name: contact_address_1 - description: The street address for the list contact. - - name: contact_city - description: The city for the list contact. - - name: contact_company - description: The company name for the list. - - name: contact_country - description: A two-character ISO3166 country code. Defaults to US if invalid. - - name: contact_state - description: The state for the list contact. - - name: contact_zip - description: The postal or zip code for the list contact. - - name: default_from_email - description: The default from email for campaigns sent to a list. - - name: default_from_name - description: The default from name for campaigns sent to a list. - - name: default_language - description: The default language for a lists's forms. - - name: email_type_option - description: Whether the list supports multiple formats for emails. When set to true, subscribers can choose whether they want to receive HTML or plain-text emails. When set to false, subscribers will receive HTML emails, with a plain-text alternative backup. - - name: permission_reminder - description: The permission reminder for a list. - - name: subscribe_url_long - description: The full version of a list's subscribe form (host will vary). - - name: subscribe_url_short - description: Mailchimp's EepURL shortened version of a list's subscribe form. - - name: use_archive_bar - description: Whether campaigns for this list use the Archive Bar in archives by default. - - name: visibility - description: Whether this list is public or private. - - name: count_members - description: The number of members in a list. - - name: most_recent_signup_timestamp - description: The date of the most recent signup to a list. - format: YYYY-MM-DD HH:MM:SS - - name: campaign_sends - description: The number of sent emails from campaigns. Set to 0 if NULL. - - name: campaign_opens - description: The number of open events from campaign emails. The same email being opened multiple times is included in this metric. Set to 0 if NULL. - - name: campaign_clicks - description: The number of click events from campaign emails. The same email being clicked multiple times is included in this metric. Set to 0 if NULL. - - name: campaign_unique_opens - description: The unique number of emails opened from campaign emails. If a given email to a user was opened multiple times, it will only count once in this metric. This is the metric for opens that is reported by Mailchimp. Set to 0 if NULL. - - name: campaign_unique_clicks - description: The unique number of emails clicked from campaign emails. If a given email to a user was clicked multiple times, it will only count once in this metric. This is the metric for clicks that is reported by Mailchimp. Set to 0 if NULL. - - name: campaign_unsubscribes - description: The number of users who have unsubscribed from campaign emails. Set to 0 if NULL. - - name: automation_sends - description: The number of sent emails from automations. Set to 0 if NULL. - - name: automation_opens - description: The number of open events from automation emails. The same email being opened multiple times is included in this metric. Set to 0 if NULL. - - name: automation_clicks - description: The number of click events from automation emails. The same email being clicked multiple times is included in this metric. Set to 0 if NULL. - - name: automation_unique_opens - description: The unique number of emails opened from automation emails. If a given email to a user was opened multiple times, it will only count once in this metric. This is the metric for opens that is reported by Mailchimp. Set to 0 if NULL. - - name: automation_unique_clicks - description: The unique number of emails clicked from automation emails. If a given email to a user was clicked multiple times, it will only count once in this metric. This is the metric for clicks that is reported by Mailchimp. Set to 0 if NULL. - - name: automation_unsubscribes - description: The number of users who have unsubscribed from automation emails. Set to 0 if NULL. - - - name: mailchimp__members - description: Each record represents a member in Mailchimp, enriched with campaign metrics and (optionally) automation metrics. - columns: - - name: member_id - description: The ID of the member. - - name: email_address - description: Email address for a subscriber. - - name: email_client - description: The list member's email client. - - name: email_type - description: Type of email this member asked to get ('html' or 'text'). - - name: status - description: Subscriber's current status. Possible Values:subscribed, unsubscribed, cleaned, pending, transactional, archived - - name: list_id - description: The ID of the list the member belongs to. - - name: signup_timestamp - description: The date and time the subscriber signed up for the list. - format: YYYY-MM-DD HH:MM:SS - - name: opt_in_timestamp - description: The date and time the subscribe confirmed their opt-in status. - format: YYYY-MM-DD HH:MM:SS - - name: last_changed_timestamp - description: The date and time the member's info was last changed. - format: YYYY-MM-DD HH:MM:SS - - name: country_code - description: The member's unique code for the location country. - - name: dstoff - description: The member's offset for timezones where daylight saving time is observed. - - name: gmtoff - description: The member's time difference in hours from GMT. - - name: opt_in_ip_address - description: The IP address the subscriber used to confirm their opt-in status. - - name: signup_ip_address - description: IP address the subscriber signed up from. - - name: language - description: If set/detected, the subscriber's language. - - name: latitude - description: The member's location latitude. - - name: longitude - description: The member's location longitude. - - name: member_rating - description: Star rating for this member, between 1 and 5. - - name: timezone - description: The timezone for the member's location. - - name: unique_email_id - description: An identifier for the address across all of Mailchimp. - - name: vip - description: VIP status for subscriber. - - name: campaign_sends - description: The number of sent emails from campaigns. Set to 0 if NULL. - - name: campaign_opens - description: The number of open events from campaign emails. The same email being opened multiple times is included in this metric. Set to 0 if NULL. - - name: campaign_clicks - description: The number of click events from campaign emails. The same email being clicked multiple times is included in this metric. Set to 0 if NULL. - - name: campaign_unique_opens - description: The unique number of emails opened from campaign emails. If a given email to a user was opened multiple times, it will only count once in this metric. This is the metric for opens that is reported by Mailchimp. Set to 0 if NULL. - - name: campaign_unique_clicks - description: The unique number of emails clicked from campaign emails. If a given email to a user was clicked multiple times, it will only count once in this metric. This is the metric for clicks that is reported by Mailchimp. Set to 0 if NULL. - - name: campaign_unsubscribes - description: The number of users who have unsubscribed from campaign emails. Set to 0 if NULL. - - name: automation_sends - description: The number of sent emails from automations. Set to 0 if NULL. - - name: automation_opens - description: The number of open events from automation emails. The same email being opened multiple times is included in this metric. Set to 0 if NULL. - - name: automation_clicks - description: The number of click events from automation emails. The same email being clicked multiple times is included in this metric. Set to 0 if NULL. - - name: automation_unique_opens - description: The unique number of emails opened from automation emails. If a given email to a user was opened multiple times, it will only count once in this metric. This is the metric for opens that is reported by Mailchimp. Set to 0 if NULL. - - name: automation_unique_clicks - description: The unique number of emails clicked from automation emails. If a given email to a user was clicked multiple times, it will only count once in this metric. This is the metric for clicks that is reported by Mailchimp. Set to 0 if NULL. - - name: automation_unsubscribes - description: The number of users who have unsubscribed from automation emails. Set to 0 if NULL. - - - name: mailchimp__campaigns - description: Each record represents a campaign in Mailchimp, enriched with click, open and unsubscribe metrics. - columns: - - name: campaign_id - description: The ID of the campaign in Mailchimp. - - name: segment_id - description: The ID of the Segment a campaign was sent to. - - name: create_timestamp - description: The date and time the campaign was created. - format: YYYY-MM-DD HH:MM:SS - - name: send_timestamp - description: The date and time a campaign was sent. - format: YYYY-MM-DD HH:MM:SS - - name: list_id - description: The ID of the List a campaign was sent to. - - name: reply_to_email - description: The reply-to email address for the campaign. - - name: campaign_type - description: The type of campaign sent. Possible values:regular, plaintext, absplit, variate, rss. - - name: title - description: The title of the campaign. - - name: archive_url - description: The link to the campaign's archive version in ISO 8601 format. - - name: authenticate - description: Whether Mailchimp authenticated the campaign. Defaults to true. - - name: auto_footer - description: Automatically append Mailchimp's default footer to the campaign. - - name: auto_tweet - description: Automatically tweet a link to the campaign archive page when the campaign is sent. - - name: clicktale - description: The custom slug for ClickTale tracking (max of 50 bytes). - - name: content_type - description: How the campaign's content is put together ('template', 'drag_and_drop', 'html', 'url'). - - name: drag_and_drop - description: Whether the campaign uses the drag-and-drop editor. - - name: fb_comments - description: Allows Facebook comments on the campaign (also force-enables the Campaign Archive toolbar). Defaults to true. - - name: from_name - description: The 'from' name on the campaign (not an email address). - - name: google_analytics - description: The custom slug for Google Analytics tracking (max of 50 bytes). - - name: inline_css - description: Automatically inline the CSS included with the campaign content. - - name: long_archive_url - description: The original link to the campaign's archive version. - - name: status - description: The current status of the campaign. - - name: subject_line - description: The subject line for the campaign. - - name: template_id - description: The ID for the template used in this campaign. - - name: timewarp - description: Send this campaign using Timewarpe_this - - name: to_name - description: The campaign's custom 'To' name. Typically the first name merge field. - - name: track_ecomm_360 - description: Whether to enable eCommerce360 tracking. - - name: track_goals - description: Whether to enable Goal tracking. - - name: track_html_clicks - description: Whether to track clicks in the HTML version of the campaign. Defaults to true. Cannot be set to false for variate campaigns. - - name: track_opens - description: Whether to track opens. Defaults to true. Cannot be set to false for variate campaigns. - - name: track_text_clicks - description: Whether to track clicks in the plain-text version of the campaign. Defaults to true. Cannot be set to false for variate campaigns. - - name: use_conversation - description: Use Mailchimp Conversation feature to manage out-of-office replies. - - name: sends - description: The number of sent emails from campaigns. Set to 0 if NULL. - - name: opens - description: The number of open events from campaign emails. The same email being opened multiple times is included in this metric. Set to 0 if NULL. - - name: clicks - description: The number of click events from campaign emails. The same email being clicked multiple times is included in this metric. Set to 0 if NULL. - - name: unique_opens - description: The unique number of emails opened from campaign emails. If a given email to a user was opened multiple times, it will only count once in this metric. This is the metric for opens that is reported by Mailchimp. Set to 0 if NULL. - - name: unique_clicks - description: The unique number of emails clicked from campaign emails. If a given email to a user was clicked multiple times, it will only count once in this metric. This is the metric for clicks that is reported by Mailchimp. Set to 0 if NULL. - - name: unsubscribes - description: The number of users who have unsubscribed from campaign emails. Set to 0 if NULL. - - - name: mailchimp__campaign_recipients - description: Each record represents the send of a campaign email, enriched with click, open and unsubscribe metrics. - columns: - - name: email_id - description: The ID of the email sent. Surrogate key generated from 'campaign_id' and 'member_id'. Use the dbt utils package to generate the surrogate key. - - name: campaign_id - description: The ID of the campaign a sent email is from. - - name: member_id - description: The ID of the member an email was sent to. - - name: list_id - description: The ID of the list the campaign was sent to. - - name: segment_id - description: The ID of the segment the campaign was sent to. - - name: opens - description: The number of open events from campaign emails. The same email being opened multiple times is included in this metric. Set to 0 if NULL. - - name: unique_opens - description: The unique number of emails opened from campaign emails. If a given email to a user was opened multiple times, it will only count once in this metric. This is the metric for opens that is reported by Mailchimp. Set to 0 if NULL. - - name: clicks - description: The number of click events from campaign emails. The same email being clicked multiple times is included in this metric. Set to 0 if NULL. - - name: unique_clicks - description: The unique number of emails clicked from campaign emails. If a given email to a user was clicked multiple times, it will only count once in this metric. This is the metric for clicks that is reported by Mailchimp. Set to 0 if NULL. - - name: was_opened - description: Whether the email sent was opened. Set to False if NULL. - - name: was_clicked - description: Whether the email sent was clicked. Set to False if NULL. - - name: send_timestamp - description: The date and time a campaign was sent. - format: YYYY-MM-DD HH:MM:SS - - name: first_open_timestamp - description: The timestamp of the first open for an email. - format: YYYY-MM-DD HH:MM:SS - - name: time_to_open_minutes - description: The time from send to open in minutes. - - name: time_to_open_hours - description: The time from send to open in hours. - - name: time_to_open_days - description: The time from send to open in days. - - name: was_unsubscribed - description: Whether the user unsubscribed via the sent email. Set to False if NULL, otherwise True. - - - name: mailchimp__campaign_activities - description: Each record represents an activity taken in relation to a campaign email, enriched with data about when the campaign was sent and the lag between send and the activity. - columns: - - name: action_type - description: One of the following actions:'open', 'click', or 'bounce' - - name: campaign_id - description: The unique ID for the sent campaign. - - name: member_id - description: The ID of the member the activity relates to. - - name: list_id - description: The ID of the list the email was sent to. - - name: activity_timestamp - description: The timestamp when the activity occurred. - format: YYYY-MM-DD HH:MM:SS - - name: ip_address - description: The IP address recorded for the action. - - name: url - description: If the action is a 'click', the URL on which the member clicked. - - name: activity_id - description: The ID of the activity/event. Surrogate key generated in dbt from 'action_type', 'campaign_id', 'member_id', and 'activity_timestamp'. Use the dbt utils package to generate the surrogate key. - - name: email_id - description: The ID of the email sent. Surrogate key generated in dbt from 'campaign_id' and 'member_id'. Use the dbt utils package to generate the surrogate key. - - name: send_timestamp - description: The time the campaign was sent. - format: YYYY-MM-DD HH:MM:SS - - name: time_since_send_minutes - description: The time from send to activity in minutes. - - name: time_since_send_hours - description: The time from send to activity in hours. - - name: time_since_send_days - description: The time from send to activity in days. - - - name: mailchimp__automations - description: Each record represents an automation in Mailchimp, enriched with click, open and unsubscribe metrics. (Enabled if you are using automations.) - columns: - - name: automation_id - description: The ID of the automation in Mailchimp. - - name: list_id - description: The ID of the List an automation was sent to. - - name: segment_id - description: The ID of the Segment an automation was sent to. - - name: segment_text - description: Description of the segment. Formatted as a string marked up with HTML. - - name: started_timestamp - description: The date and time the Automation was started. - format: YYYY-MM-DD HH:MM:SS - - name: created_timestamp - description: The date and time the Automation was created. - format: YYYY-MM-DD HH:MM:SS - - name: status - description: The current status of the Automation. Possible Values:save, paused, sending - - name: title - description: The title of the Automation. - - name: trigger_settings - description: Available triggers for Automation workflows. - - name: sends - description: The number of sent emails from campaigns. Set to 0 if NULL. - - name: opens - description: The number of open events from campaign emails. The same email being opened multiple times is included in this metric. Set to 0 if NULL. - - name: clicks - description: The number of click events from campaign emails. The same email being clicked multiple times is included in this metric. Set to 0 if NULL. - - name: unique_opens - description: The unique number of emails opened from campaign emails. If a given email to a user was opened multiple times, it will only count once in this metric. This is the metric for opens that is reported by Mailchimp. Set to 0 if NULL. - - name: unique_clicks - description: The unique number of emails clicked from campaign emails. If a given email to a user was clicked multiple times, it will only count once in this metric. This is the metric for clicks that is reported by Mailchimp. Set to 0 if NULL. - - name: unsubscribes - description: The number of users who have unsubscribed from campaign emails. Set to 0 if NULL. - - - name: mailchimp__automation_emails - description: Each record represents an automation email (that make up automations), enriched with click, open and unsubscribe metrics. (Enabled if you are using automations.) - columns: - - name: automation_email_id - description: The ID for the automation email that relates to the activity. - - name: automation_id - description: The ID of the automation an email relates to. - - name: created_timestamp - description: The date and time the automation email was created. - format: YYYY-MM-DD HH:MM:SS - - name: started_timestamp - description: The date and time the automation email was started. - format: YYYY-MM-DD HH:MM:SS - - name: send_timestamp - description: The date and time the automation email was sent. - format: YYYY-MM-DD HH:MM:SS - - name: from_name - description: The 'from' name on the automation email (not an email address). - - name: reply_to - description: The reply-to email address for the automation. - - name: status - description: The current status of the automation email. - - name: subject_line - description: The subject line for the automation email. - - name: title - description: The title of the automation email. - - name: archive_url - description: The link to the automation email's archive version in ISO 8601 format. - - name: authenticate - description: Whether Mailchimp authenticated the automation email. Defaults to true. - - name: auto_footer - description: Automatically append Mailchimp's default footer to the automation email. - - name: auto_tweet - description: Automatically tweet a link to the automation email archive page when the automation email is sent. - - name: content_type - description: How the automation email's content is put together ('template', 'drag_and_drop', 'html', 'url'). - - name: delay_action - description: The action that triggers the delay of an Automation email. - - name: delay_action_description - description: The user-friendly description of the action that triggers an Automation email. - - name: delay_amount - description: The delay amount for an Automation email. - - name: delay_full_description - description: The user-friendly description of the delay and trigger action settings for an Automation email. - - name: delay_type - description: The type of delay for an Automation email. - - name: drag_and_drop - description: Whether the automation email uses the drag-and-drop editor. - - name: fb_comments - description: Allows Facebook comments on the automation email (also force-enables the Campaign Archive toolbar). Defaults to true. - - name: google_analytics - description: The custom slug for Google Analytics tracking (max of 50 bytes). - - name: inline_css - description: Automatically inline the CSS included with the automation email content. - - name: position - description: The position of an Automation email in a workflow. - - name: template_id - description: The ID for the template used in this automation email. - - name: track_ecomm_360 - description: Whether to enable eCommerce360 tracking. - - name: track_goals - description: Whether to enable Goal tracking. - - name: track_html_clicks - description: Whether to track clicks in the HTML version of the automation email. Defaults to true. Cannot be set to false for variate campaigns. - - name: track_opens - description: Whether to track opens. Defaults to true. Cannot be set to false for variate automation emails. - - name: track_text_clicks - description: Whether to track clicks in the plain-text version of the automation email. Defaults to true. Cannot be set to false for variate campaigns. - - name: list_id - description: The ID of the List this automation email is being sent to. - - name: segment_id - description: The ID of the Segment this automation email is being sent to. - - name: sends - description: The number of sent emails from automation. Set to 0 if NULL. - - name: opens - description: The number of open events from automation emails. The same email being opened multiple times is included in this metric. Set to 0 if NULL. - - name: clicks - description: The number of click events from automation emails. The same email being clicked multiple times is included in this metric. Set to 0 if NULL. - - name: unique_opens - description: The unique number of emails opened from automation emails. If a given email to a user was opened multiple times, it will only count once in this metric. This is the metric for opens that is reported by Mailchimp. Set to 0 if NULL. - - name: unique_clicks - description: The unique number of emails clicked from automation emails. If a given email to a user was clicked multiple times, it will only count once in this metric. This is the metric for clicks that is reported by Mailchimp. Set to 0 if NULL. - - name: unsubscribes - description: The number of users who have unsubscribed from automation emails. Set to 0 if NULL. - - - name: mailchimp__automation_activities - description: Each record represents an activity taken in relation to a automation email. - columns: - - name: action_type - description: One of the following actions:'open', 'click', or 'bounce' - - name: automation_email_id - description: The ID for the automation email that relates to the activity. - - name: member_id - description: The ID of the member the activity relates to. - - name: list_id - description: The ID of the list the email was sent to. - - name: activity_timestamp - description: The timestamp when the activity occurred. - format: YYYY-MM-DD HH:MM:SS - - name: ip_address - description: The IP address recorded for the action. - - name: url - description: If the action is a 'click', the URL on which the member clicked. - - name: activity_id - description: The ID of the activity/event. Surrogate key generated in dbt from 'action_type', 'automation_email_id', 'member_id', and 'activity_timestamp'. Use the dbt utils package to generate the surrogate key. - - name: automation_id - description: The ID for the automation that relates to the activity. - - name: segment_id - description: The ID for the Segment that relates to the activity. - - - name: mailchimp__segments - description: Each record represents a segment in Mailchimp, enriched with campaign metrics and (optionally) automation metrics. (Enabled if you are using segments.) - columns: - - name: segment_id - description: The ID for the Segment from Mailchimp - - name: list_id - description: The ID of the List the segment is part of. - - name: list_name - description: The name of the List the segment is part of. - - name: member_count - description: The number of members in the segment. - - name: segment_name - description: The name of the segment. - - name: segment_type - description: The type of segment - - name: updated_timestamp - description: The date and time the segment was last updated. - format: YYYY-MM-DD HH:MM:SS - - name: created_timestamp - description: The date and time the segment was created. - format: YYYY-MM-DD HH:MM:SS - - name: campaign_sends - description: The number of sent emails from campaigns. Set the value to 0 if it is NULL. - - name: campaign_opens - description: The number of open events from campaign emails. The same email being opened multiple times is included in this metric. Set the value to 0 if it is NULL. - - name: campaign_clicks - description: The number of click events from campaign emails. The same email being clicked multiple times is included in this metric. Set the value to 0 if it is NULL. - - name: campaign_unique_opens - description: The unique number of emails opened from campaign emails. If a given email to a user was opened multiple times, it will only count once in this metric. This is the metric for opens that is reported by Mailchimp. Set the value to 0 if it is NULL. - - name: campaign_unique_clicks - description: The unique number of emails clicked from campaign emails. If a given email to a user was clicked multiple times, it will only count once in this metric. This is the metric for clicks that is reported by Mailchimp. Set the value to 0 if it is NULL. - - name: campaign_unsubscribes - description: The number of users who have unsubscribed from campaign emails. Set the value to 0 if it is NULL. - - name: automation_sends - description: The number of sent emails from automations. Set the value to 0 if it is NULL. - - name: automation_opens - description: The number of open events from automation emails. The same email being opened multiple times is included in this metric. Set the value to 0 if it is NULL. - - name: automation_clicks - description: The number of click events from automation emails. The same email being clicked multiple times is included in this metric. Set the value to 0 if it is NULL. - - name: automation_unique_opens - description: The unique number of emails opened from automation emails. If a given email to a user was opened multiple times, it will only count once in this metric. This is the metric for opens that is reported by Mailchimp. Set the value to 0 if it is NULL. - - name: automation_unique_clicks - description: The unique number of emails clicked from automation emails. If a given email to a user was clicked multiple times, it will only count once in this metric. This is the metric for clicks that is reported by Mailchimp. Set the value to 0 if it is NULL. - - name: automation_unsubscribes - description: The number of users who have unsubscribed from automation emails. Set the value to 0 if it is NULL. \ No newline at end of file diff --git a/inputs_databricks/marketo/config.yaml b/inputs_databricks/marketo/config.yaml deleted file mode 100644 index 82528979ba70822012ab53fc24bb8b0eebedd2d1..0000000000000000000000000000000000000000 --- a/inputs_databricks/marketo/config.yaml +++ /dev/null @@ -1,66 +0,0 @@ -Airbyte: - config: - files_definition_id: 778daa7c-feaf-4db6-96f3-70fd645acc77 - mongodb_definition_id: b2e713cd-cc36-4c0a-b5bd-b47cb8a0561e - namespace_definition: destination - postgres_definition_id: decd338e-5647-4c0b-adf4-da0e75f5a750 - s3_definition_id: 69589781-7828-43c5-9f63-8925b1c1ccc2 - server_url: http://airbyte-abctl-control-plane:80/api/public/v1/ - databricks_definition_id: 072d5540-f236-4294-ba7c-ade8fd918496 -aws_s3: - AWS_ACCESS_KEY_ID: test - AWS_DEFAULT_REGION: us-west-2 - AWS_ENDPOINT_URL: http://elt-localstack:4566 - AWS_SECRET_ACCESS_KEY: test - data: - - path: s3://marketo-bucket/lead.csv - sync_mode: full_refresh_append - table: lead - - path: s3://marketo-bucket/lead_describe.jsonl - sync_mode: full_refresh_append - table: lead_describe -custom_api: - config: - configuration: {} - sync_mode: full_refresh_append - tables: - - activity_click_email - - activity_delete_lead - - activity_merge_leads - - marketo_campaign - - program -flat_files: -- format: jsonl - path: https://drive.google.com/uc?export=download&id=1ylcg2pWjPgl4X3Ep5m70uVr0mKYWM38U - sync_mode: full_refresh_append - table: email_template_history -mongodb: - config: - connection_string: mongodb://elt-mongodb:27017/?directConnection=true - database: marketo - sync_mode: full_refresh_append - tables: - - activity_email_bounced - - activity_email_delivered -postgres: - config: - database: marketo - host: elt-postgres - password: testelt - port: 5432 - schema: public - sync_mode: full_refresh_append - tables: - - activity_change_data_value - - activity_open_email - - activity_send_email - - activity_unsubscribe_email - user: postgres -databricks: - config: - database: - hostname: - client_id: - secret: - schema: marketo - http_path: diff --git a/inputs_databricks/marketo/data_model.yaml b/inputs_databricks/marketo/data_model.yaml deleted file mode 100644 index 98caf01b8964ced4cef81a603a1e721e8b52a851..0000000000000000000000000000000000000000 --- a/inputs_databricks/marketo/data_model.yaml +++ /dev/null @@ -1,255 +0,0 @@ -models: - - name: marketo__campaigns - description: Each record is Marketo campaign. - columns: - - name: campaign_id - description: ID of the campaign. - - name: campaign_name - description: Name of the campaign. - - name: campaign_type - description: Type of campaign, either 'batch' or 'trigger'. - - name: created_timestamp - description: Timestamp when the campaign was created. - format: YYYY-MM-DD HH:MM:SS - - name: description - description: Description of the campaign - - name: is_active - description: Whether the campaign is active. Only applicable to trigger campaigns. - - name: program_id - description: ID of the parent program, if applicable. - - name: updated_timestamp - description: Timestamp when the campaign was most recently updated. - format: YYYY-MM-DD HH:MM:SS - - name: workspace_name - description: Name of the parent workspace, if applicable. - - name: count_sends - description: Count of total sends from related email sends. Set the value to 0 if it is NULL. - - name: count_opens - description: Count of total opens from related email sends. Set the value to 0 if it is NULL. - - name: count_bounces - description: Count of total bounces from related email sends. Set the value to 0 if it is NULL. - - name: count_clicks - description: Count of total clicks from related email sends. Set the value to 0 if it is NULL. - - name: count_deliveries - description: Count of total deliveries from related email sends. Set the value to 0 if it is NULL. - - name: count_unsubscribes - description: Count of total unsubscribes from related email sends. Set the value to 0 if it is NULL. - - name: count_unique_opens - description: Count of unique opens from related email sends. Set the value to 0 if it is NULL. - - name: count_unique_clicks - description: Count of unique clicks from related email sends. Set the value to 0 if it is NULL. - - name: computed_url - description: The URL computed for the campaign, used for tracking or reference. - - name: flow_id - description: The ID of the flow associated with the campaign, defining the actions taken. - - name: folder_id - description: ID of the folder where the campaign is stored in Marketo. - - name: folder_type - description: Type of folder that stores the campaign. - - name: is_communication_limit_enabled - description: Whether the communication limit is enabled for the campaign. - - name: is_requestable - description: Indicates if the campaign can be requested externally. - - name: is_system - description: Whether the campaign is a system-level campaign. - - name: qualification_rule_type - description: Type of qualification rule governing campaign entry. - - name: qualification_rule_interval - description: Interval for the qualification rule, specifying campaign entry frequency. - - name: qualification_rule_unit - description: Unit for the qualification interval (e.g., hours, days). - - name: recurrence_start_at - description: Timestamp when the recurrence of the campaign starts. - format: YYYY-MM-DD HH:MM:SS - - name: recurrence_interval_type - description: Type of interval for the recurrence (e.g., daily, weekly). - - name: recurrence_interval - description: The value of the recurrence interval - - name: recurrence_weekday_only - description: Whether recurrence occurs only on weekdays. - - name: smart_list_id - description: ID of the smart list associated with the campaign, used for targeting. - - name: status - description: Current status of the campaign (e.g., active, paused). - - - name: marketo__email_sends - description: Each record is a sent email in Marketo to a user. The email send activity timestamp should be in the valid range of the email template's valid time range. Valid range is from when the version was created or last updated until the next version's update, and the latest version's range stays open (i.e., 2099-01-01 00:00:00.000). - columns: - - name: action_result - description: The outcome of a specific action performed within the Marketo platform. - - name: activity_id - description: The ID of the activity. - - name: activity_rank - description: Assigned rank for a given email_send_id, determined by ascending order of activity_timestamp. Earliest activity_timestamp gets rank 1. - - name: activity_timestamp - description: The timestamp the email was sent. - format: YYYY-MM-DD HH:MM:SS - - name: activity_type_id - description: The ID of the activity type. - - name: campaign_id - description: The ID of the email's campaign. - - name: campaign_run_id - description: The ID of the email's campaign run. - - name: choice_number - description: The choice number of the current step that triggered the activity. - - name: email_send_id - description: The inferred ID for the email sent. This is a surrogate key generated from primary_attribute_value_id, campaign_id, campaign_run_id, and lead_id. Use dbt utils package to generate the surrogate key. - - name: email_template_id - description: The ID of the email's template. - - name: lead_id - description: The ID of the lead related to the activity. - - name: primary_attribute_value - description: The primary attribute of the activity. - - name: primary_attribute_value_id - description: The ID of the primary attribute of the activity. - - name: step_id - description: The Id of the current step in the flow. - - name: count_opens - description: Count of total opens from related email sends. Set the value to 0 if it is NULL. - - name: count_bounces - description: Count of total bounces from related email sends. Set the value to 0 if it is NULL. - - name: count_clicks - description: Count of total clicks from related email sends. Set the value to 0 if it is NULL. - - name: count_deliveries - description: Count of total deliveries from related email sends. Set the value to 0 if it is NULL. - - name: count_unsubscribes - description: Count of total unsubscribes from related email sends. Set the value to 0 if it is NULL. - - name: was_opened - description: Whether the email send was opened. Set to True if the email was opened, False if it was not opened. - - name: was_bounced - description: Whether the email send bounced. Set to True if the email bounced, False if it did not. - - name: was_clicked - description: Whether the email send was clicked. Set to True if the email was clicked, False if it was not. - - name: was_delivered - description: Whether the email send was delivered. Set to True if the email was delivered, False if it was not. - - name: was_unsubscribed - description: Whether the email send resulted in the user unsubscribing. Set to True if the email was unsubscribed, False if it was not. - - name: program_id - description: The ID of the email send's program. - - name: is_operational - description: Whether the email send was operational. - - - name: marketo__email_templates - description: Each record is a version of an email template. - columns: - - name: created_timestamp - description: Timestamp the email template was created. - format: YYYY-MM-DD HH:MM:SS.fff - - name: description - description: Description of the email template. - - name: email_subject - description: Subject line of the email. - - name: email_template_history_id - description: ID of the version of the email template. This is a surrogate key generated from email_template_id and inferred_version. Use dbt utils package to generate the surrogate key. - - name: email_template_id - description: ID of the email template - - name: email_template_name - description: Name of the email template. - - name: email_template_status - description: Status filter for draft or approved versions. - - name: email_template_url - description: URL of the email template in the Marketo UI. - - name: folder_name - description: The name of the email template's folder. - - name: folder_id - description: The ID of the email template's folder. - - name: folder_type - description: The type of the email template's folder. - - name: folder_value - description: The value of the email template's folder. - - name: from_email - description: The 'From' address of the email. - - name: from_name - description: The 'From' name of the email. - - name: has_web_view_enabled - description: Whether 'View as Webpage' function is enabled for the email. - - name: inferred_version - description: Incrementing positive integer version of the email template. - - name: is_most_recent_version - description: Whether it is the most recent version of the email template. - - name: is_operational - description: Whether the email is operational. Operational emails bypass unsubscribe status. Defaults to false. - - name: is_text_only - description: Setting to include text-only version of email when sent. - - name: parent_template_id - description: ID of the parent template. - - name: program_id - description: The ID of the email template's program. - - name: publish_to_msi - description: Whether the email is published to Marketo Sales Insight. - - name: reply_email - description: Reply-To address of the Email. - - name: total_count_of_versions - description: Count of records for a given email_template_id. - - name: updated_timestamp - description: Timestamp the email template was last updated. - format: YYYY-MM-DD HH:MM:SS.fff - - name: valid_from - description: The timestamp from which this version of the email template became the current version - format: YYYY-MM-DD HH:MM:SS.fff - - name: valid_to - description: The timestamp at which this version stopped being the current version, i.e. the update timestamp of the next version. NULL for the most recent version, which has no successor. - - name: version_type - description: The type version of the email, either '1' or '2'. - - name: workspace_name - description: Name of the workspace. - - name: count_sends - description: Count of total sends from related email sends. Set the value to 0 if it is NULL. - - name: count_opens - description: Count of total opens from related email sends. Set the value to 0 if it is NULL. - - name: count_bounces - description: Count of total bounces from related email sends. Set the value to 0 if it is NULL. - - name: count_clicks - description: Count of total clicks from related email sends. Set the value to 0 if it is NULL. - - name: count_deliveries - description: Count of total deliveries from related email sends. Set the value to 0 if it is NULL. - - name: count_unsubscribes - description: Count of total unsubscribes from related email sends. Set the value to 0 if it is NULL. - - name: count_unique_opens - description: Count of unique opens from related email sends. Set the value to 0 if it is NULL. - - name: count_unique_clicks - description: Count of unique clicks from related email sends. Set the value to 0 if it is NULL. - - - name: marketo__programs - description: Each record is a Marketo program. - columns: - - name: program_id - description: ID of the program. - - name: channel - description: Channel of the program. - - name: created_timestamp - description: Timestamp the program was created at - format: YYYY-MM-DD HH:MM:SS - - name: program_name - description: Name of the program. - - name: program_status - description: Status of the program. Only valid for Email and engagement program types. Allowed values:locked, unlocked, on, off - - name: program_type - description: Type of the program. Allowed values:program, event, webinar, nurture - - name: sfdc_id - description: SFDC id of the program if linked to an SFDC campaign. - - name: sfdc_name - description: Name of the linked SFDC campaign if applicable. - - name: updated_timestamp - description: Timestamp the program was most recently updated. - format: YYYY-MM-DD HH:MM:SS - - name: url - description: URL of the program in the Marketo UI. - - name: workspace - description: Name of the workspace. - - name: count_sends - description: Count of total sends from related email sends. Set the value to 0 if it is NULL. - - name: count_opens - description: Count of total opens from related email sends. Set the value to 0 if it is NULL. - - name: count_bounces - description: Count of total bounces from related email sends. Set the value to 0 if it is NULL. - - name: count_clicks - description: Count of total clicks from related email sends. Set the value to 0 if it is NULL. - - name: count_deliveries - description: Count of total deliveries from related email sends. Set the value to 0 if it is NULL. - - name: count_unsubscribes - description: Count of total unsubscribes from related email sends. Set the value to 0 if it is NULL. - - name: count_unique_opens - description: Count of unique opens from related email sends. Set the value to 0 if it is NULL. - - name: count_unique_clicks - description: Count of unique clicks from related email sends. Set the value to 0 if it is NULL. \ No newline at end of file diff --git a/inputs_databricks/mental_health_survey/config.yaml b/inputs_databricks/mental_health_survey/config.yaml deleted file mode 100644 index 7ca98ce87ab4f86406b1931b1f0588744582b22d..0000000000000000000000000000000000000000 --- a/inputs_databricks/mental_health_survey/config.yaml +++ /dev/null @@ -1,37 +0,0 @@ -Airbyte: - config: - files_definition_id: 778daa7c-feaf-4db6-96f3-70fd645acc77 - mongodb_definition_id: b2e713cd-cc36-4c0a-b5bd-b47cb8a0561e - namespace_definition: destination - s3_definition_id: 69589781-7828-43c5-9f63-8925b1c1ccc2 - server_url: http://airbyte-abctl-control-plane:80/api/public/v1/ - databricks_definition_id: 072d5540-f236-4294-ba7c-ade8fd918496 -aws_s3: - AWS_ACCESS_KEY_ID: test - AWS_DEFAULT_REGION: us-west-2 - AWS_ENDPOINT_URL: http://elt-localstack:4566 - AWS_SECRET_ACCESS_KEY: test - data: - - path: s3://mental-health-survey-bucket/Question.jsonl - sync_mode: full_refresh_append - table: Question -flat_files: -- format: csv - path: https://drive.google.com/uc?export=download&id=1B3W8CfnG7dOnlr-YCZTQAAMgrCPuq86l - sync_mode: full_refresh_append - table: Survey -mongodb: - config: - connection_string: mongodb://elt-mongodb:27017/?directConnection=true - database: mental_health_survey - sync_mode: full_refresh_append - tables: - - Answer -databricks: - config: - database: - hostname: - client_id: - secret: - schema: mental_health_survey - http_path: diff --git a/inputs_databricks/menu/config.yaml b/inputs_databricks/menu/config.yaml deleted file mode 100644 index f745851eeebea30d43dada28e6519a8ffe2290f0..0000000000000000000000000000000000000000 --- a/inputs_databricks/menu/config.yaml +++ /dev/null @@ -1,48 +0,0 @@ -Airbyte: - config: - files_definition_id: 778daa7c-feaf-4db6-96f3-70fd645acc77 - mongodb_definition_id: b2e713cd-cc36-4c0a-b5bd-b47cb8a0561e - namespace_definition: destination - postgres_definition_id: decd338e-5647-4c0b-adf4-da0e75f5a750 - server_url: http://airbyte-abctl-control-plane:80/api/public/v1/ - databricks_definition_id: 072d5540-f236-4294-ba7c-ade8fd918496 -aws_s3: - AWS_ACCESS_KEY_ID: test - AWS_DEFAULT_REGION: us-west-2 - AWS_ENDPOINT_URL: http://elt-localstack:4566 - AWS_SECRET_ACCESS_KEY: test - data: - - path: s3://menu-bucket/Dish.csv - sync_mode: full_refresh_append - table: Dish -flat_files: -- format: csv - path: https://drive.google.com/uc?export=download&id=1Ei8zWedHNSbAiTCyjpJOyNaM65P8P-j2 - sync_mode: full_refresh_append - table: MenuPage -mongodb: - config: - connection_string: mongodb://elt-mongodb:27017/?directConnection=true - database: menu - sync_mode: full_refresh_append - tables: - - Menu -postgres: - config: - database: menu - host: elt-postgres - password: testelt - port: 5432 - schema: public - sync_mode: full_refresh_append - tables: - - menuitem - user: postgres -databricks: - config: - database: - hostname: - client_id: - secret: - schema: menu - http_path: diff --git a/inputs_databricks/menu/data_model.yaml b/inputs_databricks/menu/data_model.yaml deleted file mode 100644 index 0efc9a0ef945198b6d1725289912bbbc367a0f91..0000000000000000000000000000000000000000 --- a/inputs_databricks/menu/data_model.yaml +++ /dev/null @@ -1,20 +0,0 @@ -models: - - name: menus - description: Each record represents a menu. - columns: - - name: menu_id - description: Unique identifier of the menu. - - name: name - description: The name of the menu. - - name: sponsor - description: The sponsor of the menu. - - name: dish_with_highest_price - description: The dish with the highest price in the menu, with ties broken by dish name in ascending order. If every dish has a NULL price, return the alphabetically first dish. - - name: num_dishes_second_page - description: The number of dishes on the second page of the menu, replace NULL values with 0. - - name: has_clear_green_turtle_and_uses_dollars - description: Set to 1 if the menu has the dish "Clear green turtle" and uses dollars as their currency, 0 otherwise. Has the dish "Clear green turtle" refers to name = 'Clear green turtle'. Using dollars refers to currency = 'Dollars'. - - name: page_with_biggest_height - description: The page number with the biggest height in the menu, with ties broken by the ascending order of the page number - - name: avg_num_of_dishes_per_page - description: The average number of dishes per page in the menu, calculated as dish_count / page_count. \ No newline at end of file diff --git a/inputs_databricks/microsoft_ads/config.yaml b/inputs_databricks/microsoft_ads/config.yaml deleted file mode 100644 index d4e93427ad045043a9e748598adc2017c988b6d4..0000000000000000000000000000000000000000 --- a/inputs_databricks/microsoft_ads/config.yaml +++ /dev/null @@ -1,61 +0,0 @@ -Airbyte: - config: - files_definition_id: 778daa7c-feaf-4db6-96f3-70fd645acc77 - mongodb_definition_id: b2e713cd-cc36-4c0a-b5bd-b47cb8a0561e - namespace_definition: destination - postgres_definition_id: decd338e-5647-4c0b-adf4-da0e75f5a750 - s3_definition_id: 69589781-7828-43c5-9f63-8925b1c1ccc2 - server_url: http://airbyte-abctl-control-plane:80/api/public/v1/ - databricks_definition_id: 072d5540-f236-4294-ba7c-ade8fd918496 -aws_s3: - AWS_ACCESS_KEY_ID: test - AWS_DEFAULT_REGION: us-west-2 - AWS_ENDPOINT_URL: http://elt-localstack:4566 - AWS_SECRET_ACCESS_KEY: test - data: - - path: s3://microsoft-ads-bucket/keyword_history.jsonl - sync_mode: full_refresh_append - table: keyword_history -custom_api: - config: - configuration: {} - sync_mode: full_refresh_append - tables: - - ad_group_history - - keyword_performance_daily_report - - search_performance_daily_report -flat_files: -- format: csv - path: https://drive.google.com/uc?export=download&id=1Gmv63P_w6ityCQ82KjOpzw6oDYD9rAhF - sync_mode: full_refresh_append - table: campaign_history -mongodb: - config: - connection_string: mongodb://elt-mongodb:27017/?directConnection=true - database: microsoft_ads - sync_mode: full_refresh_append - tables: - - account_history - - ad_history -postgres: - config: - database: microsoft_ads - host: elt-postgres - password: testelt - port: 5432 - schema: public - sync_mode: full_refresh_append - tables: - - account_performance_daily_report - - ad_group_performance_daily_report - - ad_performance_daily_report - - campaign_performance_daily_report - user: postgres -databricks: - config: - database: - hostname: - client_id: - secret: - schema: microsoft_ads - http_path: diff --git a/inputs_databricks/microsoft_ads/data_model.yaml b/inputs_databricks/microsoft_ads/data_model.yaml deleted file mode 100644 index 3183d0f883e643778957c7cba5b0e523a512a8d5..0000000000000000000000000000000000000000 --- a/inputs_databricks/microsoft_ads/data_model.yaml +++ /dev/null @@ -1,255 +0,0 @@ -models: - - name: microsoft_ads__account_report - description: Each record in this table represents the daily clicks, impressions, spend (and if applicable other passthrough metrics) of ads by account, account timezone, device os, device type, network and currency code. Use the most recent record if multiple records exist. - columns: - - name: date_day - description: The date of the performance report. - format: YYYY-MM-DD - - name: account_name - description: The name of the account. - - name: account_id - description: The ID of the account. - - name: account_timezone - description: The time zone associated with this account. - - name: device_os - description: The device operating system associated with this record; values include but may not be limited to 'Windows', 'iOS', 'Android', 'Other', 'BlackBerry' and 'Unknown'. - - name: device_type - description: The device type associated with this record; values include but may not be limited to 'Computer', 'Smartphone', 'Tablet' and 'Unknown'. - - name: network - description: The network associated with this record. - - name: currency_code - description: The currency code associated with spend and, if applicable, other metrics associated with currency. - - name: clicks - description: The number of clicks that occurred by the grain of the report. Set the value to 0 if it is NULL. - - name: impressions - description: The number of impressions that occurred by the grain of the report. Set the value to 0 if it is NULL. - - name: spend - description: The amount of spend that occurred by the grain of the report. Set the value to 0 if it is NULL. - - name: conversions - description: Number of conversions, measured by completion of an action by a customer after viewing your ad. This will exclude any conversions where the convesion goal's ExcludeFromBidding property in Microsoft Ads is set to true. This field coalesces the source conversions_qualifed and conversions fields, and will be 0 if both are null. - - name: conversions_value - description: The revenue optionally reported by the advertiser as a result of the conversions figure. This will exclude revenue from conversions in which the conversion goal's ExcludeFromBidding property in Microsoft Ads is set to true. Set the value to 0 if it is NULL. - - name: all_conversions - description: Number of all conversions, measured by completion of an action by a customer after viewing your ad. This will include data from conversions regardless of the value of the conversion goal's ExcludeFromBidding property in Microsoft Ads. This field coalesces the source all_conversions_qualifed and all_conversions fields, and will be 0 if both are null. - - - name: microsoft_ads__ad_group_report - description: Each record in this table represents the daily clicks, impressions, spend (and if applicable other passthrough metrics) of ads by ad group, campaign, account, device os, device type, network and currency code. Use the most recent record if multiple records exist. - columns: - - name: date_day - description: The date of the performance report. - format: YYYY-MM-DD - - name: account_name - description: The name of the account. - - name: account_id - description: The ID of the account. - - name: campaign_name - description: The name of the campaign. - - name: campaign_id - description: The ID of the campaign. - - name: ad_group_name - description: The name of the corresponding ad group. - - name: ad_group_id - description: The ID of the corresponding ad group. - - name: device_os - description: The device operating system associated with this record; values include but may not be limited to 'Windows', 'iOS', 'Android', 'Other', 'BlackBerry' and 'Unknown'. - - name: device_type - description: The device type associated with this record; values include but may not be limited to 'Computer', 'Smartphone', 'Tablet' and 'Unknown'. - - name: network - description: The network associated with this record. - - name: currency_code - description: The currency code associated with spend and, if applicable, other metrics associated with currency. - - name: clicks - description: The number of clicks that occurred by the grain of the report. Set the value to 0 if it is NULL. - - name: impressions - description: The number of impressions that occurred by the grain of the report. Set the value to 0 if it is NULL. - - name: spend - description: The amount of spend that occurred by the grain of the report. Set the value to 0 if it is NULL. - - name: conversions - description: Number of conversions, measured by completion of an action by a customer after viewing your ad. This will exclude any conversions where the convesion goal's ExcludeFromBidding property in Microsoft Ads is set to true. This field coalesces the source conversions_qualifed and conversions fields, and will be 0 if both are null. - - name: conversions_value - description: The revenue optionally reported by the advertiser as a result of the conversions figure. This will exclude revenue from conversions in which the conversion goal's ExcludeFromBidding property in Microsoft Ads is set to true. Set the value to 0 if it is NULL. - - name: all_conversions - description: Number of all conversions, measured by completion of an action by a customer after viewing your ad. This will include data from conversions regardless of the value of the conversion goal's ExcludeFromBidding property in Microsoft Ads. This field coalesces the source all_conversions_qualifed and all_conversions fields, and will be 0 if both are null. - - name: all_conversions_value - description: The revenue reported by the advertiser as a result of the all_conversions figure. This will include revenue from conversions regardless of the value of the conversion goal's ExcludeFromBidding property in Microsoft Ads. Set the value to 0 if it is NULL. - - - name: microsoft_ads__ad_report - description: Each record in this table represents the daily clicks, impressions, spend (and if applicable other passthrough metrics) of ads by ad, ad group, campaign, account, ad type, device os, device type, network and currency code. Use the most recent record if multiple records exist. - columns: - - name: date_day - description: The date of the performance report. - format: YYYY-MM-DD - - name: account_name - description: The name of the account. - - name: account_id - description: The ID of the account. - - name: campaign_name - description: The name of the campaign. - - name: campaign_id - description: The ID of the campaign. - - name: ad_group_name - description: The name of the corresponding ad group. - - name: ad_group_id - description: The ID of the corresponding ad group. - - name: ad_name - description: The name of the corresponding ad; title_part_1 is used as the ad name as a proxy as one is not provided by the data source. - - name: ad_id - description: The ID of the corresponding ad. - - name: ad_type - description: The ad type associated with this record - - name: device_os - description: The device operating system associated with this record; values include but may not be limited to 'Windows', 'iOS', 'Android', 'Other', 'BlackBerry' and 'Unknown'. - - name: device_type - description: The device type associated with this record; values include but may not be limited to 'Computer', 'Smartphone', 'Tablet' and 'Unknown'. - - name: network - description: The network associated with this record. - - name: currency_code - description: The currency code associated with spend and, if applicable, other metrics associated with currency. - - name: clicks - description: The number of clicks that occurred by the grain of the report. Set the value to 0 if it is NULL. - - name: impressions - description: The number of impressions that occurred by the grain of the report. Set the value to 0 if it is NULL. - - name: spend - description: The amount of spend that occurred by the grain of the report. Set the value to 0 if it is NULL. - - name: conversions - description: Number of conversions, measured by completion of an action by a customer after viewing your ad. This will exclude any conversions where the convesion goal's ExcludeFromBidding property in Microsoft Ads is set to true. This field coalesces the source conversions_qualifed and conversions fields, and will be 0 if both are null. - - name: conversions_value - description: The revenue optionally reported by the advertiser as a result of the conversions figure. This will exclude revenue from conversions in which the conversion goal's ExcludeFromBidding property in Microsoft Ads is set to true. Set the value to 0 if it is NULL. - - name: all_conversions - description: Number of all conversions, measured by completion of an action by a customer after viewing your ad. This will include data from conversions regardless of the value of the conversion goal's ExcludeFromBidding property in Microsoft Ads. This field coalesces the source all_conversions_qualifed and all_conversions fields, and will be 0 if both are null. - - name: all_conversions_value - description: The revenue reported by the advertiser as a result of the all_conversions figure. This will include revenue from conversions regardless of the value of the conversion goal's ExcludeFromBidding property in Microsoft Ads. Set the value to 0 if it is NULL. - - - name: microsoft_ads__campaign_report - description: Each record in this table represents the daily clicks, impressions, spend (and if applicable other passthrough metrics) of ads by campaign, account, campaign type, campaign timezone, campaign status, device os, device type, network and currency code. Use the most recent record if multiple records exist. - columns: - - name: date_day - description: The date of the performance report. - format: YYYY-MM-DD - - name: account_name - description: The name of the account. - - name: account_id - description: The ID of the account. - - name: campaign_name - description: The name of the campaign. - - name: campaign_id - description: The ID of the campaign. - - name: campaign_type - description: The campaign type associated with this record - - name: campaign_timezone - description: The time zone associated with this campaign. - - name: campaign_status - description: The status of this campaign - - name: device_os - description: The device operating system associated with this record; values include but may not be limited to 'Windows', 'iOS', 'Android', 'Other', 'BlackBerry' and 'Unknown'. - - name: device_type - description: The device type associated with this record; values include but may not be limited to 'Computer', 'Smartphone', 'Tablet' and 'Unknown'. - - name: network - description: The network associated with this record. - - name: currency_code - description: The currency code associated with spend and, if applicable, other metrics associated with currency. - - name: clicks - description: The number of clicks that occurred by the grain of the report. Set the value to 0 if it is NULL. - - name: impressions - description: The number of impressions that occurred by the grain of the report. Set the value to 0 if it is NULL. - - name: spend - description: The amount of spend that occurred by the grain of the report. Set the value to 0 if it is NULL. - - name: conversions - description: Number of conversions, measured by completion of an action by a customer after viewing your ad. This will exclude any conversions where the convesion goal's ExcludeFromBidding property in Microsoft Ads is set to true. This field coalesces the source conversions_qualifed and conversions fields, and will be 0 if both are null. - - name: conversions_value - description: The revenue optionally reported by the advertiser as a result of the conversions figure. This will exclude revenue from conversions in which the conversion goal's ExcludeFromBidding property in Microsoft Ads is set to true. Set the value to 0 if it is NULL. - - name: all_conversions - description: Number of all conversions, measured by completion of an action by a customer after viewing your ad. This will include data from conversions regardless of the value of the conversion goal's ExcludeFromBidding property in Microsoft Ads. This field coalesces the source all_conversions_qualifed and all_conversions fields, and will be 0 if both are null. - - name: all_conversions_value - description: The revenue reported by the advertiser as a result of the all_conversions figure. This will include revenue from conversions regardless of the value of the conversion goal's ExcludeFromBidding property in Microsoft Ads. Set the value to 0 if it is NULL. - - - name: microsoft_ads__keyword_report - description: Each record in this table represents the daily clicks, impressions, spend (and if applicable other passthrough metrics) of ads by keyword, ad, ad group, campaign, account, device os, device type, network and currency code. Use the most recent record if multiple records exist. - columns: - - name: date_day - description: The date of the performance report. - format: YYYY-MM-DD - - name: account_name - description: The name of the account. - - name: account_id - description: The ID of the account. - - name: campaign_id - description: The ID of the campaign. - - name: ad_group_id - description: The ID of the corresponding ad group. - - name: ad_id - description: The ID of the corresponding ad. - - name: keyword_id - description: The ID of the keyword. - - name: match_type - description: The match type associated with this record; values contain but may not be limited to 'Broad', 'Exact', 'Phrase'. - - name: device_os - description: The device operating system associated with this record; values include but may not be limited to 'Windows', 'iOS', 'Android', 'Other', 'BlackBerry' and 'Unknown'. - - name: device_type - description: The device type associated with this record; values include but may not be limited to 'Computer', 'Smartphone', 'Tablet' and 'Unknown'. - - name: network - description: The network associated with this record. - - name: currency_code - description: The currency code associated with spend and, if applicable, other metrics associated with currency. - - name: clicks - description: The number of clicks that occurred by the grain of the report. Set the value to 0 if it is NULL. - - name: impressions - description: The number of impressions that occurred by the grain of the report. Set the value to 0 if it is NULL. - - name: spend - description: The amount of spend that occurred by the grain of the report. Set the value to 0 if it is NULL. - - name: conversions - description: Number of conversions, measured by completion of an action by a customer after viewing your ad. This will exclude any conversions where the convesion goal's ExcludeFromBidding property in Microsoft Ads is set to true. This field coalesces the source conversions_qualifed and conversions fields, and will be 0 if both are null. - - name: conversions_value - description: The revenue optionally reported by the advertiser as a result of the conversions figure. This will exclude revenue from conversions in which the conversion goal's ExcludeFromBidding property in Microsoft Ads is set to true. Set the value to 0 if it is NULL. - - name: all_conversions - description: Number of all conversions, measured by completion of an action by a customer after viewing your ad. This will include data from conversions regardless of the value of the conversion goal's ExcludeFromBidding property in Microsoft Ads. This field coalesces the source all_conversions_qualifed and all_conversions fields, and will be 0 if both are null. - - name: all_conversions_value - description: The revenue reported by the advertiser as a result of the all_conversions figure. This will include revenue from conversions regardless of the value of the conversion goal's ExcludeFromBidding property in Microsoft Ads. Set the value to 0 if it is NULL. - - - - name: microsoft_ads__search_report - description: Each record in this table represents the daily clicks, impressions, spend (and if applicable other passthrough metrics) of ads by search query, keyword, ad, ad group, campaign, account, device os, device type and network. Use the most recent record if multiple records exist. - columns: - - name: date_day - description: The date of the performance report. - format: YYYY-MM-DD - - name: account_name - description: The name of the account. - - name: account_id - description: The ID of the account. - - name: campaign_name - description: The name of the campaign. - - name: campaign_id - description: The ID of the campaign. - - name: ad_group_id - description: The ID of the corresponding ad group. - - name: ad_name - description: The name of the corresponding ad; title_part_1 is used as the ad name as a proxy as one is not provided by the data source. - - name: ad_id - description: The ID of the corresponding ad. - - name: keyword_id - description: The ID of the keyword. - - name: match_type - description: The match type associated with this record; values contain but may not be limited to 'Broad', 'Exact', 'Phrase'. - - name: search_query - description: The search query string associated with this record. - - name: device_os - description: The device operating system associated with this record; values include but may not be limited to 'Windows', 'iOS', 'Android', 'Other', 'BlackBerry' and 'Unknown'. - - name: device_type - description: The device type associated with this record; values include but may not be limited to 'Computer', 'Smartphone', 'Tablet' and 'Unknown'. - - name: network - description: The network associated with this record. - - name: clicks - description: The number of clicks that occurred by the grain of the report. Set the value to 0 if it is NULL. - - name: impressions - description: The number of impressions that occurred by the grain of the report. Set the value to 0 if it is NULL. - - name: spend - description: The amount of spend that occurred by the grain of the report. Set the value to 0 if it is NULL. - - name: conversions - description: Number of conversions, measured by completion of an action by a customer after viewing your ad. This will exclude any conversions where the convesion goal's ExcludeFromBidding property in Microsoft Ads is set to true. This field coalesces the source conversions_qualifed and conversions fields, and will be 0 if both are null. - - name: conversions_value - description: The revenue optionally reported by the advertiser as a result of the conversions figure. This will exclude revenue from conversions in which the conversion goal's ExcludeFromBidding property in Microsoft Ads is set to true. Set the value to 0 if it is NULL. - - name: all_conversions - description: Number of all conversions, measured by completion of an action by a customer after viewing your ad. This will include data from conversions regardless of the value of the conversion goal's ExcludeFromBidding property in Microsoft Ads. This field coalesces the source all_conversions_qualifed and all_conversions fields, and will be 0 if both are null. - - name: all_conversions_value - description: The revenue reported by the advertiser as a result of the all_conversions figure. This will include revenue from conversions regardless of the value of the conversion goal's ExcludeFromBidding property in Microsoft Ads. Set the value to 0 if it is NULL. diff --git a/inputs_databricks/mondial_geo/config.yaml b/inputs_databricks/mondial_geo/config.yaml deleted file mode 100644 index ec2cfb603cb6bbe84ea1bb0bd29619b3dd3270e9..0000000000000000000000000000000000000000 --- a/inputs_databricks/mondial_geo/config.yaml +++ /dev/null @@ -1,95 +0,0 @@ -Airbyte: - config: - files_definition_id: 778daa7c-feaf-4db6-96f3-70fd645acc77 - mongodb_definition_id: b2e713cd-cc36-4c0a-b5bd-b47cb8a0561e - namespace_definition: destination - postgres_definition_id: decd338e-5647-4c0b-adf4-da0e75f5a750 - s3_definition_id: 69589781-7828-43c5-9f63-8925b1c1ccc2 - server_url: http://airbyte-abctl-control-plane:80/api/public/v1/ - databricks_definition_id: 072d5540-f236-4294-ba7c-ade8fd918496 -aws_s3: - AWS_ACCESS_KEY_ID: test - AWS_DEFAULT_REGION: us-west-2 - AWS_ENDPOINT_URL: http://elt-localstack:4566 - AWS_SECRET_ACCESS_KEY: test - data: - - path: s3://mondial-geo-bucket/country.jsonl - sync_mode: full_refresh_append - table: country - - path: s3://mondial-geo-bucket/language.parquet - sync_mode: full_refresh_append - table: language - - path: s3://mondial-geo-bucket/province.jsonl - sync_mode: full_refresh_append - table: province - - path: s3://mondial-geo-bucket/religion.jsonl - sync_mode: full_refresh_append - table: religion -custom_api: - config: - configuration: {} - sync_mode: full_refresh_append - tables: - - borders - - city - - desert - - economy - - geo_desert - - geo_estuary - - geo_island - - geo_lake - - geo_mountain - - geo_river - - geo_sea - - geo_source - - mergesWith - - mountainOnIsland - - population - - sea - - target -flat_files: -- format: jsonl - path: https://drive.google.com/uc?export=download&id=1ZH2rBVObQBmNrEXrTRkvTEW7CczlWNC7 - sync_mode: full_refresh_append - table: ethnicGroup -- format: csv - path: https://drive.google.com/uc?export=download&id=1yM--6W5iTYcfe315YXkoi5qchy5sP9pn - sync_mode: full_refresh_append - table: continent -- format: csv - path: https://drive.google.com/uc?export=download&id=1ySLbg190xwnaxuyBpUpSkHJp1ICds7qk - sync_mode: full_refresh_append - table: encompasses -mongodb: - config: - connection_string: mongodb://elt-mongodb:27017/?directConnection=true - database: mondial_geo - sync_mode: full_refresh_append - tables: - - island - - islandIn - - lake - - organization - - river -postgres: - config: - database: mondial_geo - host: elt-postgres - password: testelt - port: 5432 - schema: public - sync_mode: full_refresh_append - tables: - - is_member - - located - - located_on - - politics - user: postgres -databricks: - config: - database: - hostname: - client_id: - secret: - schema: mondial_geo - http_path: diff --git a/inputs_databricks/mondial_geo/data_model.yaml b/inputs_databricks/mondial_geo/data_model.yaml deleted file mode 100644 index ab10c90c25e6d9bad5149bae7db12742e2dd29bb..0000000000000000000000000000000000000000 --- a/inputs_databricks/mondial_geo/data_model.yaml +++ /dev/null @@ -1,20 +0,0 @@ -models: - - name: countries - description: Each record represents a country. - columns: - - name: country_name - description: The name of the country. - - name: country_area - description: The area of the country. - - name: country_population - description: The population number of the country. - - name: the_majority_ethnic_group - description: The majority ethnic group in the country, with ties broken by the ascending order of the ethnic group name. - - name: num_ethnic_groups - description: The number of ethnic groups in the country, replace NULL values with 0. - - name: num_languages_spoken - description: The number of languages spoken in the country, replace NULL values with 0. - - name: has_over_1_organizations_and_an_inflation_rate_of_over_3_per - description: Set to 1 if more than one organization is headquartered in the country and the country's inflation rate is greater than 3. Otherwise set to 0. - - name: num_neighbors - description: The number of neighbors of the country, replace NULL values with 0. diff --git a/inputs_databricks/mondial_geo/schemas/ethnicGroup.csv b/inputs_databricks/mondial_geo/schemas/ethnicGroup.csv deleted file mode 100644 index de0939e9c09d06e6bbbef075ab4bb96dcbad279c..0000000000000000000000000000000000000000 --- a/inputs_databricks/mondial_geo/schemas/ethnicGroup.csv +++ /dev/null @@ -1,4 +0,0 @@ -column_name,column_description -Country,the country code -Name,name of the ethnic group -Percentage,percentage of the ethnic group in this country. diff --git a/inputs_databricks/movie/config.yaml b/inputs_databricks/movie/config.yaml deleted file mode 100644 index 4a89f3f3a9aeca2d4072cfa2539f73d054b0878a..0000000000000000000000000000000000000000 --- a/inputs_databricks/movie/config.yaml +++ /dev/null @@ -1,43 +0,0 @@ -Airbyte: - config: - mongodb_definition_id: b2e713cd-cc36-4c0a-b5bd-b47cb8a0561e - namespace_definition: destination - postgres_definition_id: decd338e-5647-4c0b-adf4-da0e75f5a750 - s3_definition_id: 69589781-7828-43c5-9f63-8925b1c1ccc2 - server_url: http://airbyte-abctl-control-plane:80/api/public/v1/ - databricks_definition_id: 072d5540-f236-4294-ba7c-ade8fd918496 -aws_s3: - AWS_ACCESS_KEY_ID: test - AWS_DEFAULT_REGION: us-west-2 - AWS_ENDPOINT_URL: http://elt-localstack:4566 - AWS_SECRET_ACCESS_KEY: test - data: - - path: s3://movie-bucket/characters.jsonl - sync_mode: full_refresh_append - table: characters -mongodb: - config: - connection_string: mongodb://elt-mongodb:27017/?directConnection=true - database: movie - sync_mode: full_refresh_append - tables: - - actor -postgres: - config: - database: movie - host: elt-postgres - password: testelt - port: 5432 - schema: public - sync_mode: full_refresh_append - tables: - - movies - user: postgres -databricks: - config: - database: - hostname: - client_id: - secret: - schema: movie - http_path: diff --git a/inputs_databricks/movie/data_model.yaml b/inputs_databricks/movie/data_model.yaml deleted file mode 100644 index c25a1c82e783ea41b6057d3ee12a56bebce3e523..0000000000000000000000000000000000000000 --- a/inputs_databricks/movie/data_model.yaml +++ /dev/null @@ -1,39 +0,0 @@ -models: - - name: movie - description: Each record represents a movie. - columns: - - name: movieid - description: The unique identifier of the movie. - - name: title - description: The title of the movie. - - name: rating - description: The rating of the movie. - - name: actor_with_longest_screentime - description: The actor with the longest screentime in the movie, with ties broken by the ascending order of the actor name. - - name: percentage_of_the_USA_actors - description: The percentage of the actors born in the USA that showed up in the credit list of the movie - - name: percentage_of_the_actor_born_after_19700101 - description: The percentage of actors in the movie's credit list whose date of birth is valid and after 1970-01-01. - - name: num_distinct_characters - description: The number of distinct characters in the movie, replace NULL values with 0. - - name: number_of_USA_male_actors - description: The number of male actors born in USA that starred in the movie, replace NULL values with 0. - - name: actors - description: Each record represents an actor. - columns: - - name: actorid - description: The unique identifier of the actor. - - name: name - description: The name of the actor - - name: networth - description: The net worth of the actor - - name: number_of_movies - description: The number of movies the actor has acted in, replace NULL values with 0. - - name: average_rating_of_all_the_movies - description: The average rating of all the movies the actor has acted in - - name: number_of_movie_with_a_rating_greater_than_5 - description: The number of movies the actor has acted in that has a rating greater than 5, replace NULL values with 0. - - name: number_of_romantic_movies - description: The number of movies in the genre 'Romance' the actor has acted in, replace NULL values with 0. - - name: total_runtime_of_the_movie_with_a_rating_greater_than_7 - description: The total runtime of the movies the actor has acted in that has a rating greater than 7, replace NULL values with 0. \ No newline at end of file diff --git a/inputs_databricks/movie_3/config.yaml b/inputs_databricks/movie_3/config.yaml deleted file mode 100644 index 00336155d2c2c4f11cac710f2b545d4d8de8fb60..0000000000000000000000000000000000000000 --- a/inputs_databricks/movie_3/config.yaml +++ /dev/null @@ -1,74 +0,0 @@ -Airbyte: - config: - files_definition_id: 778daa7c-feaf-4db6-96f3-70fd645acc77 - mongodb_definition_id: b2e713cd-cc36-4c0a-b5bd-b47cb8a0561e - namespace_definition: destination - postgres_definition_id: decd338e-5647-4c0b-adf4-da0e75f5a750 - s3_definition_id: 69589781-7828-43c5-9f63-8925b1c1ccc2 - server_url: http://airbyte-abctl-control-plane:80/api/public/v1/ - databricks_definition_id: 072d5540-f236-4294-ba7c-ade8fd918496 -aws_s3: - AWS_ACCESS_KEY_ID: test - AWS_DEFAULT_REGION: us-west-2 - AWS_ENDPOINT_URL: http://elt-localstack:4566 - AWS_SECRET_ACCESS_KEY: test - data: - - path: s3://movie-3-bucket/language.jsonl - sync_mode: full_refresh_append - table: language - - path: s3://movie-3-bucket/category.csv - sync_mode: full_refresh_append - table: category -custom_api: - config: - configuration: {} - sync_mode: full_refresh_append - tables: - - movie_city - - film - - film_text -flat_files: -- format: jsonl - path: https://drive.google.com/uc?export=download&id=1jPsUHxb8RnAx5-r06k4cQOUVkcl2Su6h - sync_mode: full_refresh_append - table: address -- format: csv - path: https://drive.google.com/uc?export=download&id=1Wy2wru384jkWsVBZIzqU6U08j3vvpovk - sync_mode: full_refresh_append - table: country -- format: csv - path: https://drive.google.com/uc?export=download&id=1Dur65o4aWLRkjKcAB5c0ucSu4Wean9XJ - sync_mode: full_refresh_append - table: store -mongodb: - config: - connection_string: mongodb://elt-mongodb:27017/?directConnection=true - database: movie_3 - sync_mode: full_refresh_append - tables: - - actor - - customer - - staff -postgres: - config: - database: movie_3 - host: elt-postgres - password: testelt - port: 5432 - schema: public - sync_mode: full_refresh_append - tables: - - film_actor - - film_category - - inventory - - payment - - rental - user: postgres -databricks: - config: - database: - hostname: - client_id: - secret: - schema: movie_3 - http_path: diff --git a/inputs_databricks/movie_3/data_model.yaml b/inputs_databricks/movie_3/data_model.yaml deleted file mode 100644 index 92d20cd7a1b0a62d746ac829d73f5879f813116f..0000000000000000000000000000000000000000 --- a/inputs_databricks/movie_3/data_model.yaml +++ /dev/null @@ -1,39 +0,0 @@ -models: - - name: films - description: Each record represents a film. - columns: - - name: film_id - description: The unique identifier of the film. - - name: title - description: The title of the film. - - name: length - description: Duration time of the film screening. - - name: num_rented_times - description: The number of times the film has been rented, replace NULL values with 0. - - name: rental_revenue - description: The total rental revenue of the film, replace NULL values with 0. Calculate the revenue using the amount received in the payment table. - - name: has_a_rental_rate_greater_than_the_60per_of_average_rental_rate_of_all_listed_films - description: Set to 1 if the rental rate of the film is greater than 60% of the average rental rate of all listed films, 0 otherwise. - - name: num_actors - description: The number of actors in the film, replace NULL values with 0. - - name: customers_can_rent_for_more_than_5_days - description: Set to 1 if customers can rent the film for more than 5 days, 0 otherwise. - - name: customers - description: Each record represents a customer. - columns: - - name: customer_id - description: The unique identifier of the customer. - - name: full_name - description: The full name of the customer, concatenate the first name and last name with a space separating them. - - name: email - description: The email of the customer - - name: has_rented_the_film_with_the_highest_replacement_cost - description: Set to 1 if the customer has rented the film with the highest replacement cost, 0 otherwise. - - name: num_rented_films - description: The number of films the customer has rented, replace NULL values with 0. If the customer rents the same film multiple times, count each rental. - - name: per_music_film_among_all_rented_films - description: The percentage of music films among all the films the customer has rented. If the customer rents the same film multiple times, count each rental. - - name: avg_amount_of_money_spent_on_rental - description: The average amount of money on a single film rental the customer has spent, replace NULL values with 0. - - name: total_payments_greater_than_70per_of_the_average_total_payments - description: Set to 1 if the total payments of the customer is greater than 70% of the average total payments of all customers, 0 otherwise. diff --git a/inputs_databricks/movie_platform/config.yaml b/inputs_databricks/movie_platform/config.yaml deleted file mode 100644 index ff724104c4a2af9b4ab72e0df72e096a43b1ec5e..0000000000000000000000000000000000000000 --- a/inputs_databricks/movie_platform/config.yaml +++ /dev/null @@ -1,50 +0,0 @@ -Airbyte: - config: - mongodb_definition_id: b2e713cd-cc36-4c0a-b5bd-b47cb8a0561e - namespace_definition: destination - postgres_definition_id: decd338e-5647-4c0b-adf4-da0e75f5a750 - s3_definition_id: 69589781-7828-43c5-9f63-8925b1c1ccc2 - server_url: http://airbyte-abctl-control-plane:80/api/public/v1/ - databricks_definition_id: 072d5540-f236-4294-ba7c-ade8fd918496 -aws_s3: - AWS_ACCESS_KEY_ID: test - AWS_DEFAULT_REGION: us-west-2 - AWS_ENDPOINT_URL: http://elt-localstack:4566 - AWS_SECRET_ACCESS_KEY: test - data: - - path: s3://movie-platform-bucket/movies.jsonl - sync_mode: full_refresh_append - table: movies -custom_api: - config: - configuration: {} - sync_mode: full_refresh_append - tables: - - lists -mongodb: - config: - connection_string: mongodb://elt-mongodb:27017/?directConnection=true - database: movie_platform - sync_mode: full_refresh_append - tables: - - lists_users -postgres: - config: - database: movie_platform - host: elt-postgres - password: testelt - port: 5432 - schema: public - sync_mode: full_refresh_append - tables: - - ratings - - ratings_users - user: postgres -databricks: - config: - database: - hostname: - client_id: - secret: - schema: movie_platform - http_path: diff --git a/inputs_databricks/movielens/config.yaml b/inputs_databricks/movielens/config.yaml deleted file mode 100644 index bf47a1c19a9ffb10f826f524dc47c6c9a02765b9..0000000000000000000000000000000000000000 --- a/inputs_databricks/movielens/config.yaml +++ /dev/null @@ -1,57 +0,0 @@ -Airbyte: - config: - files_definition_id: 778daa7c-feaf-4db6-96f3-70fd645acc77 - mongodb_definition_id: b2e713cd-cc36-4c0a-b5bd-b47cb8a0561e - namespace_definition: destination - postgres_definition_id: decd338e-5647-4c0b-adf4-da0e75f5a750 - s3_definition_id: 69589781-7828-43c5-9f63-8925b1c1ccc2 - server_url: http://airbyte-abctl-control-plane:80/api/public/v1/ - databricks_definition_id: 072d5540-f236-4294-ba7c-ade8fd918496 -aws_s3: - AWS_ACCESS_KEY_ID: test - AWS_DEFAULT_REGION: us-west-2 - AWS_ENDPOINT_URL: http://elt-localstack:4566 - AWS_SECRET_ACCESS_KEY: test - data: - - path: s3://movielens-bucket/directors.csv - sync_mode: full_refresh_append - table: directors -custom_api: - config: - configuration: {} - sync_mode: full_refresh_append - tables: - - users -flat_files: -- format: jsonl - path: https://drive.google.com/uc?export=download&id=1_0ehbxSXXTOeCG09RUOTid-VO-_Q44iw - sync_mode: full_refresh_append - table: actors -mongodb: - config: - connection_string: mongodb://elt-mongodb:27017/?directConnection=true - database: movielens - sync_mode: full_refresh_append - tables: - - movies2actors - - movies2directors -postgres: - config: - database: movielens - host: elt-postgres - password: testelt - port: 5432 - schema: public - sync_mode: full_refresh_append - tables: - - movies - - u2base - user: postgres -databricks: - config: - database: - hostname: - client_id: - secret: - schema: movielens - http_path: diff --git a/inputs_databricks/movielens/data_model.yaml b/inputs_databricks/movielens/data_model.yaml deleted file mode 100644 index 7ab89a6603bcfb2537564659f03b555de0bd5674..0000000000000000000000000000000000000000 --- a/inputs_databricks/movielens/data_model.yaml +++ /dev/null @@ -1,58 +0,0 @@ -models: - - name: movielens__movies - description: Each record represents a movie. - columns: - - name: movieid - description: Unique identifier for the movie. - - name: country - description: The country where the movie was produced. - - name: isenglish - description: is the movie in English. - - name: avg_rating - description: The average rating of the movie. - - name: number_of_audience_occupation_5 - description: The number of audience with occupation 5 who watched the movie, replace NULL values with 0. - - name: number_of_ratings_by_female_users - description: The number of ratings given by female users for the movie, replace NULL values with 0. - - name: percentage_of_female_actresses - description: The percentage of female actresses in the movie - - name: running_time_3_ave_revenue_1 - description: Set to 1 if the movie has a running time of 3 and at least one director with an average revenue of 1; otherwise, set to 0. - - name: movielens__directors - description: Each record represents a director. - columns: - - name: directorid - description: Unique identifier for the director. - - name: d_quality - description: The quality of the director. - - name: avg_revenue - description: The average revenue of the director. - - name: num_action_movie - description: The number of action movies directed by the director, replace NULL values with 0. - - name: num_movie_avg_rating_over_3 - description: The number of movies with an average rating over 3 directed by the director, replace NULL values with 0. - - name: most_common_film_genres - description: The most common film genres directed by the director, with ties broken by ascending order of the genre. - - name: has_quality_3_and_at_least_2_genres - description: Set to 1 if the director has a quality of at least 3 and has directed at least 2 genres, otherwise, set to 0 - - name: is_called_box_office_success_paradox - description: Set to 1 if the director is called the "box office success paradox", otherwise, set to 0. The “box office success paradox” is defined as a director whose average revenue is greater than his or her quality. - - name: movielens__actors - description: Each record represents an actor. - columns: - - name: actorid - description: Unique identifier for the actor. - - name: a_gender - description: The gender of the actor. - - name: a_quality - description: The quality of the actor. - - name: num_rating_over_3 - description: The number of movies the actor has acted in with an average user rating over 3, replace NULL values with 0. - - name: has_acted_in_at_least_2_French_films - description: Set to 1 if the actor has acted in at least 2 French films, otherwise, set to 0 - - name: num_film - description: The number of films the actor has acted in, replace NULL values with 0. - - name: quality_rating_3_and_acted_English_USA_movies - description: Set to 1 if the actor has a quality rating of 3 and has acted in English USA movies, otherwise, set to 0 - - name: num_horror_movies - description: The number of horror movies the actor has acted in, replace NULL values with 0. \ No newline at end of file diff --git a/inputs_databricks/movies_4/config.yaml b/inputs_databricks/movies_4/config.yaml deleted file mode 100644 index 48d754956fb1b3ef89a0e8e0dba38f9c22347271..0000000000000000000000000000000000000000 --- a/inputs_databricks/movies_4/config.yaml +++ /dev/null @@ -1,77 +0,0 @@ -Airbyte: - config: - files_definition_id: 778daa7c-feaf-4db6-96f3-70fd645acc77 - mongodb_definition_id: b2e713cd-cc36-4c0a-b5bd-b47cb8a0561e - namespace_definition: destination - postgres_definition_id: decd338e-5647-4c0b-adf4-da0e75f5a750 - s3_definition_id: 69589781-7828-43c5-9f63-8925b1c1ccc2 - server_url: http://airbyte-abctl-control-plane:80/api/public/v1/ - databricks_definition_id: 072d5540-f236-4294-ba7c-ade8fd918496 -aws_s3: - AWS_ACCESS_KEY_ID: test - AWS_DEFAULT_REGION: us-west-2 - AWS_ENDPOINT_URL: http://elt-localstack:4566 - AWS_SECRET_ACCESS_KEY: test - data: - - path: s3://movies-4-bucket/department.jsonl - sync_mode: full_refresh_append - table: department - - path: s3://movies-4-bucket/genre.csv - sync_mode: full_refresh_append - table: genre - - path: s3://movies-4-bucket/language.jsonl - sync_mode: full_refresh_append - table: language -custom_api: - config: - configuration: {} - sync_mode: full_refresh_append - tables: - - keyword - - movie_genres - - movie_keywords - - movie_languages -flat_files: -- format: jsonl - path: https://drive.google.com/uc?export=download&id=15VKkeHY0IbG1uUvvY2GxG_Yxg_DspXTC - sync_mode: full_refresh_append - table: country -- format: jsonl - path: https://drive.google.com/uc?export=download&id=1xgvOQVoHqk1Lzj81ZmbgC2mj1nkXlqnm - sync_mode: full_refresh_append - table: language_role -- format: csv - path: https://drive.google.com/uc?export=download&id=172ilyK0v3x-xGwdBohmSVPDT0aDu8Iab - sync_mode: full_refresh_append - table: gender -mongodb: - config: - connection_string: mongodb://elt-mongodb:27017/?directConnection=true - database: movies_4 - sync_mode: full_refresh_append - tables: - - movie - - person - - production_company -postgres: - config: - database: movies_4 - host: elt-postgres - password: testelt - port: 5432 - schema: public - sync_mode: full_refresh_append - tables: - - movie_cast - - movie_company - - movie_crew - - production_country - user: postgres -databricks: - config: - database: - hostname: - client_id: - secret: - schema: movies_4 - http_path: diff --git a/inputs_databricks/movies_4/data_model.yaml b/inputs_databricks/movies_4/data_model.yaml deleted file mode 100644 index c547b04194cb5eca3a5cd8797f348a096beb97ca..0000000000000000000000000000000000000000 --- a/inputs_databricks/movies_4/data_model.yaml +++ /dev/null @@ -1,54 +0,0 @@ -models: - - name: movies4__movies - description: Each record represents a movie. - columns: - - name: movie_id - description: Unique identifier for the movie. - - name: title - description: The title of the movie. - - name: movie_status - description: The status of the movie. - - name: number_of_production_companies - description: The number of production companies that produced the movie, replace NULL values with 0. - - name: percentage_of_male_characters - description: The percentage of male characters in the movie. - - name: number_of_crews - description: The number of distinct crew members that worked on the movie, replace NULL values with 0. - - name: number_of_main_characters - description: The number of main characters in the movie. A main character is a cast member cast earliest. Replace NULL values with 0. - - name: ratio_between_male_and_female_cast_members - description: The ratio between male and female cast members in the movie, computed as the number of male cast members divided by the number of female cast members - - name: movies4__production_company - description: Each record represents a production company. - columns: - - name: company_id - description: Unique identifier for the production company. - - name: company_name - description: The name of the production company. - - name: latest_released_movie - description: The latest released movie by the production company, with ties broken by the descending order of the movie title. - - name: most_popular_movie - description: The most popular movie by the production company, with ties broken by the ascending order of the movie title. - - name: number_of_movies_released - description: The number of movies released by the production company, replace NULL values with 0. - - name: highest_revenue_movie - description: The movie title made the highest revenue among the production company's movies, with ties broken by the descending order of the movie title - - name: category_running_time_per_movie_2016 - description: Set to 3 if the production company’s average movie running time in 2016 exceeds 75% of the overall 2016 average runtime, to 2 if it exceeds 55%, to 1 if it exceeds 35%, and to 0 otherwise - - name: movies4__person - description: Each record represents a person. - columns: - - name: person_id - description: Unique identifier for the person. - - name: person_name - description: The name of the person - - name: lastest_movie - description: The latest movie in which the person worked as a crew member, with ties broken by the ascending order of the movie title - - name: percentage_of_movie_vote_average_over_5 - description: The percentage of movies, in which the person worked as a crew member, that have a vote average over 5.0. - - name: has_worked_as_a_music_editor - description: Set to 1 if the person has worked as a 'Music Editor' in the movie, otherwise, set to 0 - - name: movie_with_the_highest_average_vote - description: The movie title with the highest average vote in which the person worked as a crew member, with ties broken by the descending order of the movie title - - name: has_movie_between_19160101_19251231 - description: Set to 1 if the person worked as a crew member in the movies released between 1/01/1916 and 12/31/1925, otherwise, set it to 0 \ No newline at end of file diff --git a/inputs_databricks/music_platform_2/config.yaml b/inputs_databricks/music_platform_2/config.yaml deleted file mode 100644 index 499f2bda46dc4fe59726af5f2ed992e7e2caf88c..0000000000000000000000000000000000000000 --- a/inputs_databricks/music_platform_2/config.yaml +++ /dev/null @@ -1,48 +0,0 @@ -Airbyte: - config: - files_definition_id: 778daa7c-feaf-4db6-96f3-70fd645acc77 - mongodb_definition_id: b2e713cd-cc36-4c0a-b5bd-b47cb8a0561e - namespace_definition: destination - postgres_definition_id: decd338e-5647-4c0b-adf4-da0e75f5a750 - server_url: http://airbyte-abctl-control-plane:80/api/public/v1/ - databricks_definition_id: 072d5540-f236-4294-ba7c-ade8fd918496 -aws_s3: - AWS_ACCESS_KEY_ID: test - AWS_DEFAULT_REGION: us-west-2 - AWS_ENDPOINT_URL: http://elt-localstack:4566 - AWS_SECRET_ACCESS_KEY: test - data: - - path: s3://music-platform-2-bucket/categories.csv - sync_mode: full_refresh_append - table: categories -flat_files: -- format: parquet - path: https://drive.google.com/uc?export=download&id=1ytWoflp8qdNsrM-FmEP18x3sd6ogHRD7 - sync_mode: full_refresh_append - table: runs -mongodb: - config: - connection_string: mongodb://elt-mongodb:27017/?directConnection=true - database: music_platform_2 - sync_mode: full_refresh_append - tables: - - podcasts -postgres: - config: - database: music_platform_2 - host: elt-postgres - password: testelt - port: 5432 - schema: public - sync_mode: full_refresh_append - tables: - - reviews - user: postgres -databricks: - config: - database: - hostname: - client_id: - secret: - schema: music_platform_2 - http_path: diff --git a/inputs_databricks/music_platform_2/data_model.yaml b/inputs_databricks/music_platform_2/data_model.yaml deleted file mode 100644 index 57ddc889f161624d4c2b77b8b4684900b3dc85ca..0000000000000000000000000000000000000000 --- a/inputs_databricks/music_platform_2/data_model.yaml +++ /dev/null @@ -1,35 +0,0 @@ -models: - - name: music_platform__categories - description: Each record represents a category. - columns: - - name: category - description: Category of the podcast - - name: num_podcasts - description: Number of podcasts in the category, replace NULL values with 0. - - name: num_reviews - description: The number of reviews of podcasts in the category, replace NULL values with 0. - - name: avg_rating - description: The average of all individual review ratings for podcasts that belong to the category. - - name: latest_review_podcast_title - description: The title of the podcast with the latest review in the category, with ties broken by the ascending order of the podcast title. - - name: includes_podcast_with_jessica_in_title - description: Set to 1 if the category includes a podcast with 'Jessica' in the title, 0 otherwise. - - name: music_platform__podcasts - description: Each record represents a podcast. - columns: - - name: podcast_id - description: The unique identifier of the podcast. - - name: podcast_title - description: The title of the podcast. - - name: itunes_url - description: URL to the podcast page. - - name: has_at_least_four_categories - description: Set to 1 if the podcast are categorized in four or more categories, otherwise, set to 0 - - name: avg_rating - description: The average rating of the podcast - - name: content_of_earliest_review - description: The content of the earliest review of the podcast, with ties broken by the ascending order of the review content. - - name: num_people_rated_5 - description: The number of people who rated the podcast 5, replace NULL values with 0. - - name: longest_review - description: The longest review of the podcast, with ties broken by the descending order of the review content. \ No newline at end of file diff --git a/inputs_databricks/music_tracker/config.yaml b/inputs_databricks/music_tracker/config.yaml deleted file mode 100644 index 942a9ce468b4085c91b4827a365c742764be2830..0000000000000000000000000000000000000000 --- a/inputs_databricks/music_tracker/config.yaml +++ /dev/null @@ -1,33 +0,0 @@ -Airbyte: - config: - mongodb_definition_id: b2e713cd-cc36-4c0a-b5bd-b47cb8a0561e - namespace_definition: destination - postgres_definition_id: decd338e-5647-4c0b-adf4-da0e75f5a750 - server_url: http://airbyte-abctl-control-plane:80/api/public/v1/ - databricks_definition_id: 072d5540-f236-4294-ba7c-ade8fd918496 -mongodb: - config: - connection_string: mongodb://elt-mongodb:27017/?directConnection=true - database: music_tracker - sync_mode: full_refresh_append - tables: - - torrents -postgres: - config: - database: music_tracker - host: elt-postgres - password: testelt - port: 5432 - schema: public - sync_mode: full_refresh_append - tables: - - tags - user: postgres -databricks: - config: - database: - hostname: - client_id: - secret: - schema: music_tracker - http_path: diff --git a/inputs_databricks/olympics/config.yaml b/inputs_databricks/olympics/config.yaml deleted file mode 100644 index 0e36c28020f564143a57674acf7a8342dd212695..0000000000000000000000000000000000000000 --- a/inputs_databricks/olympics/config.yaml +++ /dev/null @@ -1,69 +0,0 @@ -Airbyte: - config: - files_definition_id: 778daa7c-feaf-4db6-96f3-70fd645acc77 - mongodb_definition_id: b2e713cd-cc36-4c0a-b5bd-b47cb8a0561e - namespace_definition: destination - postgres_definition_id: decd338e-5647-4c0b-adf4-da0e75f5a750 - s3_definition_id: 69589781-7828-43c5-9f63-8925b1c1ccc2 - server_url: http://airbyte-abctl-control-plane:80/api/public/v1/ - databricks_definition_id: 072d5540-f236-4294-ba7c-ade8fd918496 -aws_s3: - AWS_ACCESS_KEY_ID: test - AWS_DEFAULT_REGION: us-west-2 - AWS_ENDPOINT_URL: http://elt-localstack:4566 - AWS_SECRET_ACCESS_KEY: test - data: - - path: s3://olympics-bucket/games.parquet - sync_mode: full_refresh_append - table: games - - path: s3://olympics-bucket/noc_region.csv - sync_mode: full_refresh_append - table: noc_region -custom_api: - config: - configuration: {} - sync_mode: full_refresh_append - tables: - - event - - games_city - - person_region -flat_files: -- format: jsonl - path: https://drive.google.com/uc?export=download&id=1ECpLkX3JYY9vnbFDw5ngf9_T6uTFUnCP - sync_mode: full_refresh_append - table: medal -- format: csv - path: https://drive.google.com/uc?export=download&id=1RsLEwrmbIChEXWc_DzGaaZA0oBDUNUGm - sync_mode: full_refresh_append - table: city -- format: parquet - path: https://drive.google.com/uc?export=download&id=1g_GwKeBIBPwQrDpAdeP7OkGp1Nrv3Khp - sync_mode: full_refresh_append - table: sport -mongodb: - config: - connection_string: mongodb://elt-mongodb:27017/?directConnection=true - database: olympics - sync_mode: full_refresh_append - tables: - - person -postgres: - config: - database: olympics - host: elt-postgres - password: testelt - port: 5432 - schema: public - sync_mode: full_refresh_append - tables: - - competitor_event - - games_competitor - user: postgres -databricks: - config: - database: - hostname: - client_id: - secret: - schema: olympics - http_path: diff --git a/inputs_databricks/pardot/config.yaml b/inputs_databricks/pardot/config.yaml deleted file mode 100644 index 46b0cc1b68f4f345c1df3ac3791aafcb7e2c6f53..0000000000000000000000000000000000000000 --- a/inputs_databricks/pardot/config.yaml +++ /dev/null @@ -1,58 +0,0 @@ -Airbyte: - config: - files_definition_id: 778daa7c-feaf-4db6-96f3-70fd645acc77 - mongodb_definition_id: b2e713cd-cc36-4c0a-b5bd-b47cb8a0561e - namespace_definition: destination - postgres_definition_id: decd338e-5647-4c0b-adf4-da0e75f5a750 - s3_definition_id: 69589781-7828-43c5-9f63-8925b1c1ccc2 - server_url: http://airbyte-abctl-control-plane:80/api/public/v1/ - databricks_definition_id: 072d5540-f236-4294-ba7c-ade8fd918496 -aws_s3: - AWS_ACCESS_KEY_ID: test - AWS_DEFAULT_REGION: us-west-2 - AWS_ENDPOINT_URL: http://elt-localstack:4566 - AWS_SECRET_ACCESS_KEY: test - data: - - path: s3://pardot-bucket/prospect.csv - sync_mode: full_refresh_append - table: prospect -custom_api: - config: - configuration: {} - sync_mode: full_refresh_append - tables: - - campaign - - visitor_activity -flat_files: -- format: jsonl - path: https://drive.google.com/uc?export=download&id=1MnP_UxbLOaJYrsYAD6EMTiY3PLRn_Cin - sync_mode: full_refresh_append - table: opportunity_prospect -mongodb: - config: - connection_string: mongodb://elt-mongodb:27017/?directConnection=true - database: pardot - sync_mode: full_refresh_append - tables: - - list_membership - - opportunity -postgres: - config: - database: pardot - host: elt-postgres - password: testelt - port: 5432 - schema: public - sync_mode: full_refresh_append - tables: - - list - - visitor - user: postgres -databricks: - config: - database: - hostname: - client_id: - secret: - schema: pardot - http_path: diff --git a/inputs_databricks/pinterest/config.yaml b/inputs_databricks/pinterest/config.yaml deleted file mode 100644 index 795d119881609cd84fc8ace911304ede3e7b5468..0000000000000000000000000000000000000000 --- a/inputs_databricks/pinterest/config.yaml +++ /dev/null @@ -1,64 +0,0 @@ -Airbyte: - config: - files_definition_id: 778daa7c-feaf-4db6-96f3-70fd645acc77 - mongodb_definition_id: b2e713cd-cc36-4c0a-b5bd-b47cb8a0561e - namespace_definition: destination - postgres_definition_id: decd338e-5647-4c0b-adf4-da0e75f5a750 - s3_definition_id: 69589781-7828-43c5-9f63-8925b1c1ccc2 - server_url: http://airbyte-abctl-control-plane:80/api/public/v1/ - databricks_definition_id: 072d5540-f236-4294-ba7c-ade8fd918496 -aws_s3: - AWS_ACCESS_KEY_ID: test - AWS_DEFAULT_REGION: us-west-2 - AWS_ENDPOINT_URL: http://elt-localstack:4566 - AWS_SECRET_ACCESS_KEY: test - data: - - path: s3://pinterest-bucket/keyword_history.csv - sync_mode: full_refresh_append - table: keyword_history - - path: s3://pinterest-bucket/pin_promotion_report.jsonl - sync_mode: full_refresh_append - table: pin_promotion_report - - path: s3://pinterest-bucket/ad_group_history.csv - sync_mode: full_refresh_append - table: ad_group_history -custom_api: - config: - configuration: {} - sync_mode: full_refresh_append - tables: - - ad_group_report - - pin_promotion_history -flat_files: -- format: jsonl - path: https://drive.google.com/uc?export=download&id=1HePjMTquPXHJ53E99Zd6GLQ5Ze5UaWsv - sync_mode: full_refresh_append - table: advertiser_history -mongodb: - config: - connection_string: mongodb://elt-mongodb:27017/?directConnection=true - database: pinterest - sync_mode: full_refresh_append - tables: - - keyword_report -postgres: - config: - database: pinterest - host: elt-postgres - password: testelt - port: 5432 - schema: public - sync_mode: full_refresh_append - tables: - - advertiser_report - - campaign_history - - campaign_report - user: postgres -databricks: - config: - database: - hostname: - client_id: - secret: - schema: pinterest - http_path: diff --git a/inputs_databricks/pinterest/data_model.yaml b/inputs_databricks/pinterest/data_model.yaml deleted file mode 100644 index 1011ba0195aa7eef255323cbdc58292f8a8c6acc..0000000000000000000000000000000000000000 --- a/inputs_databricks/pinterest/data_model.yaml +++ /dev/null @@ -1,139 +0,0 @@ -models: - - name: pinterest_ads__ad_group_report - description: Each record in this table represents the daily performance of ads at the campaign, advertiser, and ad group level. - columns: - - name: date_day - description: The performance date of the record. - format: YYYY-MM-DD - - name: advertiser_name - description: Name of the advertiser. - - name: advertiser_id - description: The ID of the related Advertiser. - - name: campaign_name - description: The name of the related Campaign. - - name: campaign_status - description: Status of the campaign. - - name: campaign_id - description: The ID of the related Campaign. - - name: ad_group_name - description: The name of the related Ad group. - - name: ad_group_id - description: The ID of the related Ad group. - - name: created_at - description: Ad group creation time. - format: YYYY-MM-DD HH:MM:SS.fff - - name: start_time - description: Ad group start time. - format: YYYY-MM-DD HH:MM:SS.fff - - name: end_time - description: Ad group end time. - - name: ad_group_status - description: Status of the ad group. - - name: spend - description: The amount of spend that occurred on the day of the record. Convert the unit to dollars. Set to 0 if the value is NULL. - - name: clicks - description: The number of paid and earned clicks that occurred on the day of the record. Set to 0 if the value is NULL. - - name: impressions - description: The number of paid and earned impressions that occurred on the day of the record. Set to 0 if the value is NULL. - - name: total_conversions - description: This is the sum of all website conversions, otherwise known as the number of conversion events. For example, if you track sign-ups and checkouts on your website, it's the sum of all sign-ups and checkouts attributed from clicks, engagements, and views on Pinterest. Example, If a user clicks on a Pinterest ad and completes two different conversion actions (e.g., signs up and checks out), this would be counted as 2 total conversions. Set to 0 if the value is NULL. - - name: total_conversions_quantity - description: Refers to the total count of items or units involved in the conversions. This metric is often more granular and relates to the specific quantity of products or services purchased or actions taken. Example, If a single checkout includes three items, the total_conversions_quantity would be 3, even though it counts as one total_conversion. Set to 0 if the value is NULL. - - name: total_conversions_value - description: Total conversions order value. The total value of the conversions, calculated by summing up the revenue or order values attributed to conversions. Converted from the source total_conversions_value_in_micro_dollar field. Convert the unit to dollars. Set to 0 if the value is NULL. - - - name: pinterest_ads__campaign_report - description: Each record in this table represents the daily performance of ads at the advertiser and campaign level. - columns: - - name: date_day - description: The performance date of the record. - format: YYYY-MM-DD - - name: advertiser_name - description: Name of the advertiser. - - name: advertiser_id - description: The ID of the related Advertiser. - - name: campaign_name - description: The name of the related Campaign. - - name: campaign_id - description: The ID of the related Campaign. - - name: campaign_status - description: Status of the campaign. - - name: spend - description: The amount of spend that occurred on the day of the record. Convert the unit to dollars. Set to 0 if the value is NULL. - - name: clicks - description: The number of paid and earned clicks that occurred on the day of the record. Set to 0 if the value is NULL. - - name: impressions - description: The number of paid and earned impressions that occurred on the day of the record. Set to 0 if the value is NULL. - - name: total_conversions - description: This is the sum of all website conversions, otherwise known as the number of conversion events. For example, if you track sign-ups and checkouts on your website, it's the sum of all sign-ups and checkouts attributed from clicks, engagements, and views on Pinterest. Example, If a user clicks on a Pinterest ad and completes two different conversion actions (e.g., signs up and checks out), this would be counted as 2 total conversions. Set to 0 if the value is NULL. - - name: total_conversions_quantity - description: Refers to the total count of items or units involved in the conversions. This metric is often more granular and relates to the specific quantity of products or services purchased or actions taken. Example, If a single checkout includes three items, the total_conversions_quantity would be 3, even though it counts as one total_conversion. Set to 0 if the value is NULL. - - name: total_conversions_value - description: Total conversions order value. The total value of the conversions, calculated by summing up the revenue or order values attributed to conversions. Converted from the source total_conversions_value_in_micro_dollar field. Convert the unit to dollars. Set the value to 0 if it is NULL. - - - name: pinterest_ads__advertiser_report - description: Each record in this table represents the daily performance of an advertiser on the Pinterest Ads platform. - columns: - - name: date_day - description: The performance date of the record. - format: YYYY-MM-DD - - name: advertiser_name - description: Name of the advertiser. - - name: advertiser_id - description: The ID of the related Advertiser. - - name: currency_code - description: The currency code which the advertiser is set up using. - - name: country - description: The country code where the advertiser is located. - - name: spend - description: The amount of spend that occurred on the day of the record. Convert the unit to dollars. Set to 0 if the value is NULL. - - name: clicks - description: The number of paid and earned clicks that occurred on the day of the record. Set the value to 0 if it is NULL. - - name: impressions - description: The number of paid and earned impressions that occurred on the day of the record. Set the value to 0 if it is NULL. - - name: total_conversions - description: This is the sum of all website conversions, otherwise known as the number of conversion events. For example, if you track sign-ups and checkouts on your website, it's the sum of all sign-ups and checkouts attributed from clicks, engagements, and views on Pinterest. Example, If a user clicks on a Pinterest ad and completes two different conversion actions (e.g., signs up and checks out), this would be counted as 2 total conversions. Set the value to 0 if it is NULL. - - name: total_conversions_quantity - description: Refers to the total count of items or units involved in the conversions. This metric is often more granular and relates to the specific quantity of products or services purchased or actions taken. Example, If a single checkout includes three items, the total_conversions_quantity would be 3, even though it counts as one total_conversion. Set the value to 0 if it is NULL. - - name: total_conversions_value - description: Total conversions order value. The total value of the conversions, calculated by summing up the revenue or order values attributed to conversions. Converted from the source total_conversions_value_in_micro_dollar field. Convert the unit to dollars. Set to 0 if the value is NULL. - - - - name: pinterest_ads__keyword_report - description: Each record in this table represents the daily performance of a keyword at the advertiser, campaign, ad group, and keyword level. - columns: - - name: date_day - description: The performance date of the record. - format: YYYY-MM-DD - - name: advertiser_name - description: Name of the advertiser. - - name: advertiser_id - description: The ID of the related Advertiser. - - name: campaign_name - description: Name of the campaign. - - name: campaign_id - description: The ID of the related Campaign. - - name: ad_group_name - description: Name of the ad group. - - name: ad_group_id - description: The ID of the related Ad group. - - name: keyword_id - description: Unique identifier of the keyword. - - name: match_type - description: Type of match the keyword is tied to. Either Exact or Broad. - - name: parent_type - description: Identifier of what grain the parent type is. Ad group or campaign. - - name: keyword_value - description: The text value that makes up the keyword. - - name: spend - description: The amount of spend that occurred on the day of the record. Convert the unit to dollars. Set to 0 if the value is NULL. - - name: clicks - description: The number of paid and earned clicks that occurred on the day of the record. Set the value to 0 if it is NULL. - - name: impressions - description: The number of paid and earned impressions that occurred on the day of the record. Set the value to 0 if it is NULL. - - name: total_conversions - description: This is the sum of all website conversions, otherwise known as the number of conversion events. For example, if you track sign-ups and checkouts on your website, it's the sum of all sign-ups and checkouts attributed from clicks, engagements, and views on Pinterest. Example, If a user clicks on a Pinterest ad and completes two different conversion actions (e.g., signs up and checks out), this would be counted as 2 total conversions. Set the value to 0 if it is NULL. - - name: total_conversions_quantity - description: Refers to the total count of items or units involved in the conversions. This metric is often more granular and relates to the specific quantity of products or services purchased or actions taken. Example, If a single checkout includes three items, the total_conversions_quantity would be 3, even though it counts as one total_conversion. Set the value to 0 if it is NULL. - - name: total_conversions_value - description: Total conversions order value. The total value of the conversions, calculated by summing up the revenue or order values attributed to conversions. Converted from the source total_conversions_value_in_micro_dollar field. Convert the unit to dollars. Set to 0 if the value is NULL. \ No newline at end of file diff --git a/inputs_databricks/professional_basketball/config.yaml b/inputs_databricks/professional_basketball/config.yaml deleted file mode 100644 index 864c566fa2e22d6bdf880679985a47a42ec6df16..0000000000000000000000000000000000000000 --- a/inputs_databricks/professional_basketball/config.yaml +++ /dev/null @@ -1,59 +0,0 @@ -Airbyte: - config: - files_definition_id: 778daa7c-feaf-4db6-96f3-70fd645acc77 - mongodb_definition_id: b2e713cd-cc36-4c0a-b5bd-b47cb8a0561e - namespace_definition: destination - postgres_definition_id: decd338e-5647-4c0b-adf4-da0e75f5a750 - s3_definition_id: 69589781-7828-43c5-9f63-8925b1c1ccc2 - server_url: http://airbyte-abctl-control-plane:80/api/public/v1/ - databricks_definition_id: 072d5540-f236-4294-ba7c-ade8fd918496 -aws_s3: - AWS_ACCESS_KEY_ID: test - AWS_DEFAULT_REGION: us-west-2 - AWS_ENDPOINT_URL: http://elt-localstack:4566 - AWS_SECRET_ACCESS_KEY: test - data: - - path: s3://professional-basketball-bucket/awards_coaches.parquet - sync_mode: full_refresh_append - table: awards_coaches -custom_api: - config: - configuration: {} - sync_mode: full_refresh_append - tables: - - series_post - - teams -flat_files: -- format: jsonl - path: https://drive.google.com/uc?export=download&id=1dTFUFvaakf_GMCCqbw1aco7Chzyjow5a - sync_mode: full_refresh_append - table: awards_players -mongodb: - config: - connection_string: mongodb://elt-mongodb:27017/?directConnection=true - database: professional_basketball - sync_mode: full_refresh_append - tables: - - draft - - player_allstar - - players -postgres: - config: - database: professional_basketball - host: elt-postgres - password: testelt - port: 5432 - schema: public - sync_mode: full_refresh_append - tables: - - coaches - - players_teams - user: postgres -databricks: - config: - database: - hostname: - client_id: - secret: - schema: professional_basketball - http_path: diff --git a/inputs_databricks/professional_basketball/data_model.yaml b/inputs_databricks/professional_basketball/data_model.yaml deleted file mode 100644 index 65b87c7823573b69bf7f85ddf0810adf04c23fd6..0000000000000000000000000000000000000000 --- a/inputs_databricks/professional_basketball/data_model.yaml +++ /dev/null @@ -1,50 +0,0 @@ -models: - - name: professional_basketball__teams - description: Each record represents a team. - columns: - - name: team_id - description: The unique identifier of the team. - - name: win_more_in_2005_than_2004 - description: Set to 1 if the team won more games in 2005 than in 2004; 0 otherwise. Set to 0 if the team did not play in both 2004 and 2005. - - name: has_player_with_MVP - description: Set the value to 1 if the team includes at least one player who won the MVP award while playing for that team in any season; otherwise, set it to 0. MVP award refers to award = 'Most Valuable Player'. - - name: win_rate_change_from_1972_to_1973 - description: The change in win rate (percentage points) from 1972 to 1973. - - name: has_at_least_3_all_star_players - description: Set to 1 if at least 3 distinct players who have played for the team were named all-stars at any point in their careers; otherwise, set to 0 - - name: has_more_home_won_than_lost_80_per - description: Set to 1 if, in any season, the team's home wins exceed its home losses by more than 80%; otherwise, set to 0. - - name: professional_basketball__coaches - description: Each record represents a coach. - columns: - - name: coachID - description: The unique identifier of the coach. - - name: served_more_than_2_NBA_teams - description: Set to 1 if the coach has served more than 2 NBA teams, 0 otherwise. - - name: received_both_NBA_and_ABA_awards_1962_to_2011 - description: Set to 1 if the coach has received both NBA and ABA awards from 1962 to 2011, 0 otherwise. - - name: num_of_won_games - description: The number of games the coach has won, replace NULL values with 0. - - name: has_more_than_50_games_won_2000 - description: Set to 1 if the coach has won more than 50 games in 2000, 0 otherwise. - - name: lost_more_than_won_from_2000_to_2010 - description: Set to 1 if the coach has more game lost than won from year 2000-2010, otherwise, set to 0. - - name: professional_basketball__players - description: Each record represents a player. - columns: - - name: player_id - description: The unique identifier of the player. - - name: name - description: The name of the player. Concatenate the first name and last name with a space in between. - - name: birthcountry - description: The country where the player was born. - - name: num_MVPs - description: The number of MVP awards the player has won, replace NULL values with 0. MVP award refers to award = 'Most Valuable Player'. - - name: num_fouls - description: The number of fouls the player has committed in his career, replace NULL values with 0. - - name: field_goal_made_rate - description: The rate of field goals made by the player, return as a percentage. - - name: is_all_star_player_and_taller_than_75_inch - description: Set to 1 if the player is an all-star player and is taller than 75 inches, 0 otherwise. - - name: attended_California_college_and_is_an_all_star_player - description: Set to 1 if the player attended 'California' college and is an all-star player, 0 otherwise. 'California' college refers to college = 'California'. diff --git a/inputs_databricks/public_review_platform/config.yaml b/inputs_databricks/public_review_platform/config.yaml deleted file mode 100644 index 4f14a3d1d0bb39597bb5e33c7e6b08a47ba1b356..0000000000000000000000000000000000000000 --- a/inputs_databricks/public_review_platform/config.yaml +++ /dev/null @@ -1,75 +0,0 @@ -Airbyte: - config: - files_definition_id: 778daa7c-feaf-4db6-96f3-70fd645acc77 - mongodb_definition_id: b2e713cd-cc36-4c0a-b5bd-b47cb8a0561e - namespace_definition: destination - postgres_definition_id: decd338e-5647-4c0b-adf4-da0e75f5a750 - s3_definition_id: 69589781-7828-43c5-9f63-8925b1c1ccc2 - server_url: http://airbyte-abctl-control-plane:80/api/public/v1/ - databricks_definition_id: 072d5540-f236-4294-ba7c-ade8fd918496 -aws_s3: - AWS_ACCESS_KEY_ID: test - AWS_DEFAULT_REGION: us-west-2 - AWS_ENDPOINT_URL: http://elt-localstack:4566 - AWS_SECRET_ACCESS_KEY: test - data: - - path: s3://public-review-platform-bucket/Days.jsonl - sync_mode: full_refresh_append - table: Days - - path: s3://public-review-platform-bucket/Categories.csv - sync_mode: full_refresh_append - table: Categories - - path: s3://public-review-platform-bucket/Checkins.csv - sync_mode: full_refresh_append - table: Checkins -custom_api: - config: - configuration: {} - sync_mode: full_refresh_append - tables: - - Business -flat_files: -- format: jsonl - path: https://drive.google.com/uc?export=download&id=1cG0jd84OPeWftWNxAeHezXAs1f-zyEOY - sync_mode: full_refresh_append - table: Attributes -- format: csv - path: https://drive.google.com/uc?export=download&id=1Gn3fzHt8Hf4fSgyKKGIurhrhi5zxS9Dx - sync_mode: full_refresh_append - table: Compliments -- format: parquet - path: https://drive.google.com/uc?export=download&id=1JvJJQH2djOWbwASAJ-2hQQ-3r9IJxB5v - sync_mode: full_refresh_append - table: Years -mongodb: - config: - connection_string: mongodb://elt-mongodb:27017/?directConnection=true - database: public_review_platform - sync_mode: full_refresh_append - tables: - - Business_Attributes - - Business_Hours - - Users - - Users_Compliments - - Reviews -postgres: - config: - database: public_review_platform - host: elt-postgres - password: testelt - port: 5432 - schema: public - sync_mode: full_refresh_append - tables: - - business_categories - - elite - - tips - user: postgres -databricks: - config: - database: - hostname: - client_id: - secret: - schema: public_review_platform - http_path: diff --git a/inputs_databricks/public_review_platform/schemas/Users_Compliments.csv b/inputs_databricks/public_review_platform/schemas/Users_Compliments.csv deleted file mode 100644 index 7db15d41bcb3d9f1b3417c78aac5a3c2b0fb89fa..0000000000000000000000000000000000000000 --- a/inputs_databricks/public_review_platform/schemas/Users_Compliments.csv +++ /dev/null @@ -1,4 +0,0 @@ -column_name,column_description -compliment_id,the id number indicating the compliment -user_id,the id number indicating the user -number_of_compliments, Ordinal level of compliments received from other users diff --git a/inputs_databricks/qualtrics/config.yaml b/inputs_databricks/qualtrics/config.yaml deleted file mode 100644 index ff3ffbd0036a8f8782068adfeba99bad627cec0f..0000000000000000000000000000000000000000 --- a/inputs_databricks/qualtrics/config.yaml +++ /dev/null @@ -1,82 +0,0 @@ -Airbyte: - config: - files_definition_id: 778daa7c-feaf-4db6-96f3-70fd645acc77 - mongodb_definition_id: b2e713cd-cc36-4c0a-b5bd-b47cb8a0561e - namespace_definition: destination - postgres_definition_id: decd338e-5647-4c0b-adf4-da0e75f5a750 - s3_definition_id: 69589781-7828-43c5-9f63-8925b1c1ccc2 - server_url: http://airbyte-abctl-control-plane:80/api/public/v1/ - databricks_definition_id: 072d5540-f236-4294-ba7c-ade8fd918496 -aws_s3: - AWS_ACCESS_KEY_ID: test - AWS_DEFAULT_REGION: us-west-2 - AWS_ENDPOINT_URL: http://elt-localstack:4566 - AWS_SECRET_ACCESS_KEY: test - data: - - path: s3://qualtrics-bucket/sub_question.csv - sync_mode: full_refresh_append - table: sub_question - - path: s3://qualtrics-bucket/directory_contact.jsonl - sync_mode: full_refresh_append - table: directory_contact - - path: s3://qualtrics-bucket/distribution.parquet - sync_mode: full_refresh_append - table: distribution -custom_api: - config: - configuration: {} - sync_mode: full_refresh_append - tables: - - contact_mailing_list_membership - - core_mailing_list - - directory_mailing_list - - user -flat_files: -- format: jsonl - path: https://drive.google.com/uc?export=download&id=1i1bT7rM_7hvtNsBUS2Iao0SgOvVNTpBJ - sync_mode: full_refresh_append - table: question -- format: jsonl - path: https://drive.google.com/uc?export=download&id=1ktUuf2QEtfK47zvUrybx1xUqX-BOvwnY - sync_mode: full_refresh_append - table: distribution_contact -- format: csv - path: https://drive.google.com/uc?export=download&id=1MEwaQPujRcM_SgCNEA2k8foftKx17T2t - sync_mode: full_refresh_append - table: question_response -- format: csv - path: https://drive.google.com/uc?export=download&id=1J2q438953gCgRmQqEkQiVKU8USpBqjmE - sync_mode: full_refresh_append - table: block -mongodb: - config: - connection_string: mongodb://elt-mongodb:27017/?directConnection=true - database: qualtrics - sync_mode: full_refresh_append - tables: - - block_question - - core_contact - - question_option -postgres: - config: - database: qualtrics - host: elt-postgres - password: testelt - port: 5432 - schema: public - sync_mode: full_refresh_append - tables: - - directory - - survey_embedded - - survey_response - - survey_version - - survey - user: postgres -databricks: - config: - database: - hostname: - client_id: - secret: - schema: qualtrics - http_path: diff --git a/inputs_databricks/qualtrics/data_model.yaml b/inputs_databricks/qualtrics/data_model.yaml deleted file mode 100644 index fcd2ab5c70a8cb4b2f7d60697cebe4cf5de5b3c0..0000000000000000000000000000000000000000 --- a/inputs_databricks/qualtrics/data_model.yaml +++ /dev/null @@ -1,234 +0,0 @@ -models: - - name: qualtrics__survey - description: Detailed view of all surveys created, enhanced with distribution and response metrics. - columns: - - name: survey_id - description: The unique identifier for this survey. Match pattern = ^SV_[a-zA-Z0-9]{11,15}$ - - name: survey_name - description: Name of the survey. - - name: survey_status - description: The distribution status of the survey, or a flag indicating that it's a library block. Allowed values - Inactive, Active, Pending, LibBlock, Deactive, Temporary - - name: brand_base_url - description: Base url for the organization/brand. - - name: brand_id - description: Unique ID of the organization/brand. - - name: owner_user_id - description: The unique identifier for a specific user who owns this. - - name: project_category - description: Project category of the survey. Allowed values - CORE, CX, EX, BX, PX - - name: project_type - description: Type of Qualtrics project. Match pattern = ^[a-zA-Z]+$ - - name: scoring_summary_after_questions - description: Boolean representing whether the scoring summary is after questions. - - name: scoring_summary_after_survey - description: Boolean representing whether the scoring summary is after the survey. - - name: last_activated_at - description: The date and time the survey was last activated; follows the format YYYY-MM-DD HH:MM:SS - format: YYYY-MM-DD HH:MM:SS - - name: last_modified_at - description: The point in time when the record was last modified; follows the format YYYY-MM-DD HH:MM:SS. - format: YYYY-MM-DD HH:MM:SS - - name: is_deleted - description: Boolean representing whether the record was soft-deleted in Qualtrics. - - name: owner_email - description: Email of the USER who owns the object. - - name: count_questions - description: Total number of questions (does not include deleted ones) in the survey. Set to 0 if NULL. - - name: count_survey_responses - description: Total number of survey responses. Set to 0 if NULL. - - name: count_completed_survey_responses - description: Total number of completed survey responses (ie is_finished=true). Set to 0 if NULL. - - - name: qualtrics__contact - description: Detailed view of contacts from both the XM Directory and (to-be-deprecated) Research Core contact endpoints, enhanced with response and mailing list metrics. - columns: - - name: contact_id - description: The ID for the contact. - - name: is_xm_directory_contact - description: Boolean representing whether the contact came from the XM Directory API endpoint (ie stored in the directory_contact table). - - name: is_research_core_contact - description: Boolean representing whether the contact came from the (to-be-deprecated) Research Core API endpoint (ie stored in the core_contact table). - - name: email - description: The user's email address. - - name: email_domain - description: Domain of the contact's email address. - - name: first_name - description: Contact's first name. - - name: last_name - description: Contact's surname. - - name: external_data_reference - description: The external reference for the contact. - - name: language - description: The user's default language. - - name: mailing_list_ids - description: Comma-separated list of mailing list IDs the record is associated with, sorted in ascending order of mailing list ID. - - name: count_mailing_lists_subscribed_to - description: Count of distinct mailing lists the contact is a member of and has not opted out of. - - name: count_mailing_lists_unsubscribed_from - description: Count of distinct mailing lists that the contact has opted out of receiving emails through. - - name: created_at - description: The creation date and time of the record. If a creation time is not available, the timestamp when the record was last updated is used. - format: YYYY-MM-DD HH:MM:SS - - name: count_surveys_sent_email - description: Distinct surveys sent to the contact via email invite. Set to 0 if NULL. - - name: count_surveys_sent_sms - description: Distinct surveys sent to the contact via SMS invite. Set to 0 if NULL. - - name: count_surveys_opened_email - description: Distinct surveys opened by the contact via email invite. Set to 0 if NULL. - - name: count_surveys_opened_sms - description: Distinct surveys opened by the contact via SMS invite. Set to 0 if NULL. - - name: count_surveys_started_email - description: Distinct surveys started by the contact (i.e., has a survey response) via email invite. Set to 0 if NULL. - - name: count_surveys_started_sms - description: Distinct surveys started by the contact (i.e., has a survey response) via SMS invite. Set to 0 if NULL. - - name: count_surveys_completed_email - description: Distinct surveys completed by the contact via email invite. Set to 0 if NULL. - - name: count_surveys_completed_sms - description: Distinct surveys completed by the contact via SMS invite. Set to 0 if NULL. - - name: total_count_surveys - description: Total distinct surveys distributed. Set to 0 if NULL. - - name: total_count_completed_surveys - description: Total distinct surveys completed. Set to 0 if NULL. - - - name: qualtrics__directory - description: A directory is an address book for the entire brand and contains all of the contacts that have been added by your users. This model provides a detailed view of each directory, enhanced with metrics regarding contacts, survey distribution, and engagement. - columns: - - name: is_deduped_on_email - description: Boolean representing if directory contacts are deduped based on email. - - name: is_deduped_on_ext_ref - description: Boolean representing if directory contacts are deduped based on an external data reference. - - name: is_deduped_on_first_name - description: Boolean representing if directory contacts are deduped based on first name. - - name: is_deduped_on_last_name - description: Boolean representing if directory contacts are deduped based on last name. - - name: is_deduped_on_phone - description: Boolean representing if directory contacts are deduped based on phone number. - - name: directory_id - description: The directory ID, also known as a pool ID. Example - POOL_012345678901234 - - name: is_default - description: Boolean representing if this directory is the default one for your brand. The default directory will be the first directory listed in the dropdown menu in Qualtrics. - - name: name - description: Name of the directory. - - name: is_deleted - description: Boolean representing whether the record was soft-deleted in Qualtrics. - - name: count_distinct_emails - description: Count of distinct email addresses in the directory. Set to 0 if NULL. - - name: count_distinct_phones - description: Count of distinct phone numbers (stripped of any non-numeric characters) in the directory. Set to 0 if NULL. - - name: total_count_contacts - description: Total number of contacts. Set to 0 if NULL. - - name: count_contacts_sent_survey - description: Number of contacts in this directory who have been sent a survey. Set to 0 if NULL. - - name: count_contacts_opened_survey - description: Number of contacts in this directory who have been sent a survey and opened it. Set to 0 if NULL. - - name: count_contacts_started_survey - description: Number of contacts in this directory who have been sent a survey and started the response. Set to 0 if NULL. - - name: count_contacts_completed_survey - description: Number of contacts in this directory who have been sent a survey and completed it. Set to 0 if NULL. - - name: count_surveys_sent - description: Number of distinct surveys sent to contacts. Set to 0 if NULL. - - name: count_mailing_lists - description: Number of mailing lists the exist within the directory. Set to 0 if NULL. - - - name: qualtrics__distribution - description: Table of each survey's distribution (method of reaching out to XM directory contacts or Research core contacts) enhanced with survey response and status metrics. - columns: - - name: created_at - description: The creation date and time of the record. If a creation time is not available, the timestamp when the record was last updated is used. - format: YYYY-MM-DD HH:MM:SS - - name: header_from_email - description: Email from address. - - name: header_from_name - description: Email from name. - - name: header_reply_to_email - description: Email reply-to address. - - name: header_subject - description: Email subject; text or message id (MS_). - - name: distribution_id - description: The unique Distribution ID. - - name: last_modified_at - description: The point in time when the record was last modified. Follows the format YYYY-MM-DD HH:MM:SS. - format: YYYY-MM-DD HH:MM:SS - - name: organization_id - description: ID of the organization/brand this record belongs to. - - name: owner_user_id - description: The unique identifier for a specific user who owns this. - - name: recipient_contact_id - description: The contact ID of the recipient. Can point to directory_contact or core_contact. - - name: recipient_library_id - description: Library ID of the message. - - name: recipient_mailing_list_id - description: The mailing list or contact group associated with the distribution(s). Can point to directory_mailing_list or core_mailing_list. - - name: recipient_sample_id - description: The ID for the desired sample. Can point to directory_sample or core_sample (not included in package). - - name: request_status - description: The distribution's status. States include Pending and Done. The Pending state is for email that is scheduled to be sent at a later time. - - name: request_type - description: The distribution's type. Types include Invite, Reminder, and ThankYou. - - name: send_at - description: The date and time the request will be or was sent (follows the format YYYY-MM-DD HH:MM:SS.). Note that this date and time could be in the future if the email distribution is scheduled to send after a delay. - format: YYYY-MM-DD HH:MM:SS - - name: survey_link_expires_at - description: The expiration date for the link associated with the survey distribution. Null if request_type != Invite. Follows the format YYYY-MM-DD HH:MM:SS. - format: YYYY-MM-DD HH:MM:SS - - name: survey_link_type - description: The link type (Individual, Anonymous, or Multiple) for the link associated with the survey distribution. Null if request_type != Invite. - - name: survey_id - description: The unique survey ID. Will be non-null even if request_type != Invite. - - name: is_deleted - description: Boolean representing whether the record was soft-deleted in Qualtrics. - - name: owner_email - description: Email of the USER who owns the object. - - name: owner_first_name - description: First name of the user who owns the object. - - name: owner_last_name - description: Surname of the user who owns the object. - - name: current_count_surveys_pending - description: Count of distributed surveys currently pending (the distribution is scheduled but has yet to be sent). Set to 0 if NULL. - - name: current_count_surveys_success - description: Count of distributed surveys currently with a status of success (the distribution was successfully delivered to the contact). Set to 0 if NULL. - - name: current_count_surveys_error - description: Count of distributed surveys currently with a status of error (an error occurred while attempting to send the distribution). Set to 0 if NULL. - - name: current_count_surveys_opened - description: Count of distributed surveys currently with a status of opened (the distribution was opened by the contact). Set to 0 if NULL. - - name: current_count_surveys_complaint - description: Count of distributed surveys currently with a status of complaint (the contact complained that the distribution was spam). Set to 0 if NULL. - - name: current_count_surveys_skipped - description: Count of distributed surveys currently with a status of `skipped` (the contact was skipped due to contact frequency rules or blacklisted contact information). Set to 0 if NULL. - - name: current_count_surveys_blocked - description: Count of distributed surveys currently with a status of blocked (the distribution failed to send, because the contact blocked it or the email was caught by the spam circuit breaker). Set to 0 if NULL. - - name: current_count_surveys_failure - description: Count of distributed surveys currently with a status of failed (the distribution failed to be delivered). Set to 0 if NULL. - - name: current_count_surveys_unknown - description: Count of distributed surveys currently with a status of unknown (the distribution failed for an unknown reason). Set to 0 if NULL. - - name: current_count_surveys_softbounce - description: Count of distributed surveys currently with a status of softbounce (the distribution bounced but can be retried). Set to 0 if NULL. - - name: current_count_surveys_hardbounce - description: Count of distributed surveys currently with a status of hardbounce (the distribution bounced and should not be retried). Set to 0 if NULL. - - name: current_count_surveys_surveystarted - description: Count of distributed surveys currently with a status of surveystarted (the contact started the survey distributed). Set to 0 if NULL. - - name: current_count_surveys_surveypartiallyfinished - description: Count of distributed surveys currently with a status of surveypartiallyfinished (the contact submitted a partially completed survey response). Set to 0 if NULL. - - name: current_count_surveys_surveyfinished - description: Count of distributed surveys currently with a status of surveyfinished (the contact submitted a completed survey response). Set to 0 if NULL. - - name: current_count_surveys_surveyscreenedout - description: Count of distributed surveys currently with a status of surveyscreenedout (the contact screened out while taking the survey). Set to 0 if NULL. - - name: current_count_surveys_sessionexpired - description: Count of distributed surveys currently with a status of sessionexpired (the contact's survey session has expired). Set to 0 if NULL. - - name: total_count_contacts - description: Total number of contacts. Set to 0 if NULL. - - name: count_contacts_sent_surveys - description: Count of unique contacts who have been sent surveys via the distribution. Set to 0 if NULL. - - name: count_contacts_opened_surveys - description: Count of unique contacts who have opened surveys via the distribution. Set to 0 if NULL. - - name: count_contacts_started_surveys - description: Count of unique contacts who have started surveys via the distribution. Set to 0 if NULL. - - name: count_contacts_completed_surveys - description: Count of unique contacts who have completed surveys via the distribution. Set to 0 if NULL. - - name: first_survey_sent_at - description: Timestamp of when the first survey was sent via this distribution. Follows the format YYYY-MM-DD HH:MM:SS. - format: YYYY-MM-DD HH:MM:SS.fff - - name: last_survey_sent_at - description: Timestamp of when a survey was most recently sent out via this distribution. Follows the format YYYY-MM-DD HH:MM:SS. - format: YYYY-MM-DD HH:MM:SS.fff - \ No newline at end of file diff --git a/inputs_databricks/recurly/config.yaml b/inputs_databricks/recurly/config.yaml deleted file mode 100644 index 316fb3857dc16147e7ff2ec36487339ef53caba9..0000000000000000000000000000000000000000 --- a/inputs_databricks/recurly/config.yaml +++ /dev/null @@ -1,76 +0,0 @@ -Airbyte: - config: - files_definition_id: 778daa7c-feaf-4db6-96f3-70fd645acc77 - mongodb_definition_id: b2e713cd-cc36-4c0a-b5bd-b47cb8a0561e - namespace_definition: destination - postgres_definition_id: decd338e-5647-4c0b-adf4-da0e75f5a750 - s3_definition_id: 69589781-7828-43c5-9f63-8925b1c1ccc2 - server_url: http://airbyte-abctl-control-plane:80/api/public/v1/ - databricks_definition_id: 072d5540-f236-4294-ba7c-ade8fd918496 -aws_s3: - AWS_ACCESS_KEY_ID: test - AWS_DEFAULT_REGION: us-west-2 - AWS_ENDPOINT_URL: http://elt-localstack:4566 - AWS_SECRET_ACCESS_KEY: test - data: - - path: s3://recurly-bucket/invoice_subscription.csv - sync_mode: full_refresh_append - table: invoice_subscription - - path: s3://recurly-bucket/invoice_coupon_redemption.jsonl - sync_mode: full_refresh_append - table: invoice_coupon_redemption -custom_api: - config: - configuration: {} - sync_mode: full_refresh_append - tables: - - coupon_discount - - coupon_redemption - - line_item - - recurly_subscription - - subscription_add_on - - subscription_change -flat_files: -- format: jsonl - path: https://drive.google.com/uc?export=download&id=15Wdte4Kq9xK6F48Yyd5QuPlk13prAekd - sync_mode: full_refresh_append - table: plan -- format: csv - path: https://drive.google.com/uc?export=download&id=1iThVc4kPxe5pltN4UIK4qpApPFPi4P9R - sync_mode: full_refresh_append - table: billing_info -- format: csv - path: https://drive.google.com/uc?export=download&id=1F1hEgJZUIsw2n8m61BX3nSgOlpaOPJYH - sync_mode: full_refresh_append - table: plan_currency -mongodb: - config: - connection_string: mongodb://elt-mongodb:27017/?directConnection=true - database: recurly - sync_mode: full_refresh_append - tables: - - account_note - - transaction_subscription -postgres: - config: - database: recurly - host: elt-postgres - password: testelt - port: 5432 - schema: public - sync_mode: full_refresh_append - tables: - - account - - account_balance - - credit_payment - - invoice - - transaction - user: postgres -databricks: - config: - database: - hostname: - client_id: - secret: - schema: recurly - http_path: diff --git a/inputs_databricks/recurly/data_model.yaml b/inputs_databricks/recurly/data_model.yaml deleted file mode 100644 index 9b7ed6159790e6cea17b2cdcaf10b0b312dee2a3..0000000000000000000000000000000000000000 --- a/inputs_databricks/recurly/data_model.yaml +++ /dev/null @@ -1,268 +0,0 @@ -models: - - name: recurly__account_overview - description: Each record represents an account, enriched with metrics about their associated transactions. Use the most recent record if multiple records exist for the same account id. - columns: - - name: account_id - description: Primary key for the account. - - name: account_created_at - description: Timestamp of when the account entry was created. - format: YYYY-MM-DD HH:MM:SS - - name: account_code - description: The unique identifier of the account. This cannot be changed once the account is created. Provided during account creation. - - name: account_company - description: The company related with the account. - - name: account_country - description: Country in the world the account is associated with. - - name: account_email - description: Email address associated with the account. - - name: account_state - description: Current state of the account. - - name: account_username - description: A secondary value for the account. - - name: total_transactions - description: Total amount of unique transactions issued to this account. Set to 0 if no transactions. - - name: total_invoices - description: Total amount of unique invoices issued to this account. Set to 0 if no invoices. - - name: total_charges - description: Total amount of charges issued to this account. Set to 0 if no charges. - - name: total_credits - description: Total amount of credits issued to this account. Set to 0 if no credits. - - name: total_balance - description: Gross amount of all transactions made with this account. Set to 0 if no transactions. - - name: total_discounts - description: Total amount of discounts issued to this account. Set to 0 if no discounts. - - name: total_taxes - description: Total amount of taxes issued to this account. Set to 0 if no taxes. - - name: total_charge_count - description: Total number of charges issued to this account. Set to 0 if no charges. - - name: total_credit_count - description: Total number of credits issued to this account. Set to 0 if no credits. - - name: first_charge_date - description: Date the first charge on the account was issued. - format: YYYY-MM-DDTHH:MM:SS - - name: most_recent_charge_date - description: Date the most recent charge on the account was issued. - format: YYYY-MM-DDTHH:MM:SS - - name: first_invoice_date - description: Date the first invoice on the account was issued. - format: YYYY-MM-DD HH:MM:SS - - name: most_recent_invoice_date - description: Date the most recent invoice on the account was issued. - format: YYYY-MM-DD HH:MM:SS - - name: first_transaction_date - description: Date first transaction occurred on the account. - format: YYYY-MM-DD HH:MM:SS - - name: most_recent_transaction_date - description: Date most recent transaction occurred on the account. - format: YYYY-MM-DD HH:MM:SS - - - name: recurly__balance_transactions - description: Each record represents a specific line item charge, credit, or other balance change that accumulates into the final invoices. - columns: - - name: balance_transaction_id - description: Unique identifier for the balance transaction line item - - name: created_at - description: When the line item was created. - format: YYYY-MM-DDTHH:MM:SS - - name: updated_at - description: When the line item was last updated. - format: YYYY-MM-DDTHH:MM:SS - - name: account_id - description: Customer in Recurly responsible for the line item. - - name: invoice_id - description: Invoice in Recurly these line items are associated with. - - name: invoice_number - description: If VAT taxation and the Country Invoice Sequencing feature are enabled, invoices will have country-specific invoice numbers for invoices billed to EU countries (e.g. FR1001). Non-EU invoices will continue to use the site-level invoice number sequence. - - name: type - description: Charges are positive line items that debit the account. Credits are negative line items that credit the account. Enum, "charge", "credit" - - name: state - description: Pending line items are charges or credits on an account that have not been applied to an invoice yet. Invoiced line items will always have an invoice_id value. Enum, "invoiced", "pending" - - name: origin - description: A credit created from an original charge will have the value of the charge's origin. Enum, "add_on", "add_on_trial", "carryforward", "coupon", "credit", "debit", "one_time", "plan", "plan_trial", "setup_fee", "prepayment". - - name: discount - description: The discount applied to the line item. - - name: tax - description: The tax amount for the line item. - - name: description - description: Description that appears on the invoice. For subscription related items this will be filled in automatically. - - name: has_refund - description: True if the line item is refund, false if it is not. - - name: currency - description: 3-letter ISO 4217 currency code. - - name: amount - description: Total after discounts and taxes (quantity * unit_amount) - (discount + tax). - - name: credit_applied - description: The amount of credit from this line item that was applied to the invoice. - - name: quantity - description: This number will be multiplied by the unit amount to compute the subtotal before any discounts or taxes. - - name: unit_amount - description: Positive amount for a charge, negative amount for a credit. - - name: subtotal - description: Total before discounts and taxes (quantity * unit_amount). - - name: started_at - description: If an end date is present, this is value indicates the beginning of a billing time range. If no end date is present it indicates billing for a specific date. - format: YYYY-MM-DD HH:MM:SS - - name: invoice_state - description: The invoice state. Enum, "open", "pending", "processing", "past_due", "paid", "closed", "failed", "voided". - - name: invoice_origin - description: The event that created the invoice. Enum, "credit", "gift_card", "immediate_change", "line_item_refund", "open_amount_refund", "purchase", "renewal", "termination", "write_off", "prepayment". - - name: invoice_type - description: Invoices are either "charge", "credit", or "legacy" invoices. - - name: invoice_created_at - description: When the invoice was created. - format: YYYY-MM-DD HH:MM:SS - - name: invoice_due_at - description: Date invoice is due. This is the date the net terms are reached. - format: YYYY-MM-DD HH:MM:SS - - name: invoice_closed_at - description: Date invoice was marked paid or failed. - format: YYYY-MM-DD HH:MM:SS - - name: transaction_id - description: The id of the transaction associated with the invoice. - - name: transaction_created_at - description: Time transaction was created. - format: YYYY-MM-DD HH:MM:SS - - name: transaction_type - description: > - Transaction types: - authorization: verifies billing information and places a hold on money in the customer's account. - capture: captures funds held by an authorization and completes a purchase. - purchase: combines the authorization and capture in one transaction. - refund: returns all or a portion of the money collected in a previous transaction to the customer. - verify: a $0 or $1 transaction used to verify billing information which is immediately voided. - Enum: "authorization", "capture", "purchase", "refund", "verify" - - name: transaction_origin - description: Describes how the transaction was triggered. Enum, "api", "chargeback", "force_collect", "hpp", "merchant", "recurly_admin", "recurlyjs", "recurring", "refunded_externally", "transparent" - - name: transaction_status - description: The current transaction status. Note that the status may change, e.g. a pending transaction may become declined or success may later become void. Enum:"chargeback", "declined", "error", "pending", "processing", "scheduled", "success", "void" - - name: transaction_billing_country - description: Billing info - Country, 2-letter ISO code. - - name: transaction_payment_method_object - description: > - Examples include: "amazon", "amazon_billing_agreement", "apple_pay", "bank_account_info", "check", "credit_card", "eft", "debit", - "gateway_token", "iban_bank_account", "money_order", "other", "paypal", "paypal_billing_agreement", "roku", - "sepadirectdebit", "wire_transfer" - - - name: recurly__churn_analysis - description: Each record represents a subscription and their churn status and details. - columns: - - name: subscription_id - description: Unique identifier for the subscription. - - name: activated_at - description: When the subscription was activated. - format: YYYY-MM-DD HH:MM:SS - - name: account_id - description: The account this subscription belongs to. - - name: account_state - description: Current state of the account. - - name: canceled_at - description: When the subscription was canceled. Can take future dates. - format: YYYY-MM-DD HH:MM:SS - - name: current_period_ended_at - description: Current billing period ends at. - format: YYYY-MM-DD HH:MM:SS - - name: current_period_started_at - description: Current billing period started at. - format: YYYY-MM-DD HH:MM:SS - - name: expires_at - description: When the subscription has expired. Can take future dates. - format: YYYY-MM-DD HH:MM:SS - - name: expiration_reason - description: Reason for subscription expiration. - - name: has_auto_renew - description: Whether the subscription renews at the end of its term. Default:true - - name: plan_name - description: This name describes your plan and will appear on the Hosted Payment Page and the subscriber's invoice. - - name: plan_state - description: The current state of the plan. Enum:"active", "inactive" - - name: subscription_end_date - description: When the subscription actually ends, factors in cancellations earlier than the expected end date. - format: YYYY-MM-DD HH:MM:SS - - name: subscription_interval_days - description: Subscription interval by number of days, accounting for cancelled/expired periods. - - name: subscription_state - description: The current state of the subscription. Enum:"active", "canceled", "expired", "failed", "future", "paused" - - name: subtotal - description: Estimated total, before tax. - - name: unit_amount - description: Subscription unit price. - - name: churn_reason - description: Reason for churn. null if subscription has no expiration date. Enum:"account closed", "canceled", "gift ended", "non-payment", "non-renewing", "tax location invalid", "trial ended" - - name: churn_reason_type - description: Type of churn, null if subscription has no expiration date. Enum:"involuntary", "voluntary" - - - name: recurly__subscription_overview - description: Each record represents a subscription, enriched with metrics about time, revenue, state, and period. Use the most recent record if multiple records exist for the same subscription id. - columns: - - name: subscription_id - description: Unique identifier for the subscription. - - name: updated_at - description: When the subscription was updated. - format: YYYY-MM-DD HH:MM:SS - - name: activated_at - description: When the subscription was activated. - format: YYYY-MM-DD HH:MM:SS - - name: add_ons_total - description: Total price of add-ons. Greater or equal to 0. - - name: canceled_at - description: When the subscription was canceled. Can take future dates. - format: YYYY-MM-DD HH:MM:SS - - name: current_period_ended_at - description: Current billing period ends at. - format: YYYY-MM-DD HH:MM:SS - - name: current_period_started_at - description: Current billing period started at. - format: YYYY-MM-DD HH:MM:SS - - name: expiration_reason - description: Reason for subscription expiration. - - name: expires_at - description: When the subscription has expired. Can take future dates. - format: YYYY-MM-DD HH:MM:SS - - name: has_auto_renew - description: Whether the subscription renews at the end of its term. Default:true - - name: subscription_state - description: The current state of the subscription. Enum:"active", "canceled", "expired", "failed", "future", "paused" - - name: subscription_end_date - description: When the subscription actually ends, factors in cancellations earlier than the expected end date. - format: YYYY-MM-DD HH:MM:SS - - name: subscription_interval_days - description: Subscription interval by number of days, accounting for cancelled/expired periods. - - name: subtotal - description: Estimated total, before tax. - - name: trial_ends_at - description: Trial period ends at. - format: YYYY-MM-DD HH:MM:SS - - name: trial_started_at - description: Trial period started at. - format: YYYY-MM-DD HH:MM:SS - - name: trial_interval_days - description: Period of trial, in days. - - name: unit_amount - description: Subscription unit price. - - name: account_id - description: The account this subscription belongs to. - - name: account_created_at - description: The date this account was created. - format: YYYY-MM-DD HH:MM:SS - - name: account_email - description: Email address associated with the account for this subscription. - - name: account_state - description: Current state of the account. - - name: plan_code - description: Unique code to identify the plan. This is used in Hosted Payment Page URLs and in the invoice exports. - - name: plan_created_at - description: When the plan was created. - format: YYYY-MM-DD HH:MM:SS - - name: plan_deleted_at - description: When the plan was deleted. - format: YYYY-MM-DD HH:MM:SS - - name: plan_interval_days - description: The number of days on the expected Recurly plan. Assume a month has 30 days. - - name: plan_is_tax_exempt - description: true exempts tax on the plan, false applies tax on the plan. - - name: plan_name - description: This name describes your plan and will appear on the Hosted Payment Page and the subscriber's invoice. - - name: plan_state - description: The current state of the plan. Enum:"active", "inactive" - - name: plan_total_billing_cycles - description: Automatically terminate subscriptions after a defined number of billing cycles. Number of billing cycles before the plan automatically stops renewing, defaults to null for continuous, automatic renewal. \ No newline at end of file diff --git a/inputs_databricks/regional_sales/config.yaml b/inputs_databricks/regional_sales/config.yaml deleted file mode 100644 index f94f44941733512efac027035a0593b5f542f177..0000000000000000000000000000000000000000 --- a/inputs_databricks/regional_sales/config.yaml +++ /dev/null @@ -1,56 +0,0 @@ -Airbyte: - config: - files_definition_id: 778daa7c-feaf-4db6-96f3-70fd645acc77 - mongodb_definition_id: b2e713cd-cc36-4c0a-b5bd-b47cb8a0561e - namespace_definition: destination - postgres_definition_id: decd338e-5647-4c0b-adf4-da0e75f5a750 - s3_definition_id: 69589781-7828-43c5-9f63-8925b1c1ccc2 - server_url: http://airbyte-abctl-control-plane:80/api/public/v1/ - databricks_definition_id: 072d5540-f236-4294-ba7c-ade8fd918496 -aws_s3: - AWS_ACCESS_KEY_ID: test - AWS_DEFAULT_REGION: us-west-2 - AWS_ENDPOINT_URL: http://elt-localstack:4566 - AWS_SECRET_ACCESS_KEY: test - data: - - path: s3://regional-sales-bucket/Regions.jsonl - sync_mode: full_refresh_append - table: Regions -custom_api: - config: - configuration: {} - sync_mode: full_refresh_append - tables: - - Products -flat_files: -- format: csv - path: https://drive.google.com/uc?export=download&id=1zNo7paEsCdTqDP3cks7K8N3r1zdVNcgW - sync_mode: full_refresh_append - table: Store_Locations -mongodb: - config: - connection_string: mongodb://elt-mongodb:27017/?directConnection=true - database: regional_sales - sync_mode: full_refresh_append - tables: - - Customers - - Sales_Team -postgres: - config: - database: regional_sales - host: elt-postgres - password: testelt - port: 5432 - schema: public - sync_mode: full_refresh_append - tables: - - sales_orders - user: postgres -databricks: - config: - database: - hostname: - client_id: - secret: - schema: regional_sales - http_path: diff --git a/inputs_databricks/restaurant/config.yaml b/inputs_databricks/restaurant/config.yaml deleted file mode 100644 index 2cf9425dcea1bcf4029a6509faa103400dc5f61f..0000000000000000000000000000000000000000 --- a/inputs_databricks/restaurant/config.yaml +++ /dev/null @@ -1,35 +0,0 @@ -Airbyte: - config: - files_definition_id: 778daa7c-feaf-4db6-96f3-70fd645acc77 - namespace_definition: destination - s3_definition_id: 69589781-7828-43c5-9f63-8925b1c1ccc2 - server_url: http://airbyte-abctl-control-plane:80/api/public/v1/ - databricks_definition_id: 072d5540-f236-4294-ba7c-ade8fd918496 -aws_s3: - AWS_ACCESS_KEY_ID: test - AWS_DEFAULT_REGION: us-west-2 - AWS_ENDPOINT_URL: http://elt-localstack:4566 - AWS_SECRET_ACCESS_KEY: test - data: - - path: s3://restaurant-bucket/geographic.parquet - sync_mode: full_refresh_append - table: geographic -custom_api: - config: - configuration: {} - sync_mode: full_refresh_append - tables: - - generalinfo -flat_files: -- format: csv - path: https://drive.google.com/uc?export=download&id=1f-EM2jQC_47AbFFzvwpdqN3tJStaTTH5 - sync_mode: full_refresh_append - table: location -databricks: - config: - database: - hostname: - client_id: - secret: - schema: restaurant - http_path: diff --git a/inputs_databricks/retail_complains/config.yaml b/inputs_databricks/retail_complains/config.yaml deleted file mode 100644 index 5f84e07ea456b8c68fbb8f4b2d808cb0e486db5a..0000000000000000000000000000000000000000 --- a/inputs_databricks/retail_complains/config.yaml +++ /dev/null @@ -1,56 +0,0 @@ -Airbyte: - config: - files_definition_id: 778daa7c-feaf-4db6-96f3-70fd645acc77 - mongodb_definition_id: b2e713cd-cc36-4c0a-b5bd-b47cb8a0561e - namespace_definition: destination - postgres_definition_id: decd338e-5647-4c0b-adf4-da0e75f5a750 - s3_definition_id: 69589781-7828-43c5-9f63-8925b1c1ccc2 - server_url: http://airbyte-abctl-control-plane:80/api/public/v1/ - databricks_definition_id: 072d5540-f236-4294-ba7c-ade8fd918496 -aws_s3: - AWS_ACCESS_KEY_ID: test - AWS_DEFAULT_REGION: us-west-2 - AWS_ENDPOINT_URL: http://elt-localstack:4566 - AWS_SECRET_ACCESS_KEY: test - data: - - path: s3://retail-complains-bucket/state.csv - sync_mode: full_refresh_append - table: state -custom_api: - config: - configuration: {} - sync_mode: full_refresh_append - tables: - - events - - retail_complains_reviews -flat_files: -- format: jsonl - path: https://drive.google.com/uc?export=download&id=1J1UzeftLQeE12J9-c4TzHpEKF1bCzDBQ - sync_mode: full_refresh_append - table: district -mongodb: - config: - connection_string: mongodb://elt-mongodb:27017/?directConnection=true - database: retail_complains - sync_mode: full_refresh_append - tables: - - client -postgres: - config: - database: retail_complains - host: elt-postgres - password: testelt - port: 5432 - schema: public - sync_mode: full_refresh_append - tables: - - callcenterlogs - user: postgres -databricks: - config: - database: - hostname: - client_id: - secret: - schema: retail_complains - http_path: diff --git a/inputs_databricks/retail_complains/data_model.yaml b/inputs_databricks/retail_complains/data_model.yaml deleted file mode 100644 index 7ae18df969fcb3794c2872b8205f039a2cecfefa..0000000000000000000000000000000000000000 --- a/inputs_databricks/retail_complains/data_model.yaml +++ /dev/null @@ -1,20 +0,0 @@ -models: - - name: clients - description: Each record represents a client. - columns: - - name: client_id - description: Unique identifier for the client. - - name: sex - description: Sex of the client. - - name: full_name - description: Full name of the client. Concatenates the first name, middle name, and last name, separated by a space. - - name: issue_with_the_longest_server_time - description: The issue that the client with the longest server time faced,with ties broken by the ascending order of the issue - - name: days_of_longest_delay_of_complaint - description: The number of days of the longest delay in the client’s complaint. Delay refers to the time between when the complaint was received and when it was sent to the company. - - name: has_in_progress_complaints - description: Set to 1 if the client has in progress complaints, 0 otherwise. - - name: percentage_of_complaint_calls_got_consent - description: The percentage of complaint calls that got consent of all complaints for the client . - - name: number_of_complaint_submitted_via_fax - description: The number of complaints submitted via fax, replace NULL values with 0. \ No newline at end of file diff --git a/inputs_databricks/retail_world/config.yaml b/inputs_databricks/retail_world/config.yaml deleted file mode 100644 index 10129c4db7639eda4082e619aa1056933223d239..0000000000000000000000000000000000000000 --- a/inputs_databricks/retail_world/config.yaml +++ /dev/null @@ -1,61 +0,0 @@ -Airbyte: - config: - files_definition_id: 778daa7c-feaf-4db6-96f3-70fd645acc77 - mongodb_definition_id: b2e713cd-cc36-4c0a-b5bd-b47cb8a0561e - namespace_definition: destination - postgres_definition_id: decd338e-5647-4c0b-adf4-da0e75f5a750 - s3_definition_id: 69589781-7828-43c5-9f63-8925b1c1ccc2 - server_url: http://airbyte-abctl-control-plane:80/api/public/v1/ - databricks_definition_id: 072d5540-f236-4294-ba7c-ade8fd918496 -aws_s3: - AWS_ACCESS_KEY_ID: test - AWS_DEFAULT_REGION: us-west-2 - AWS_ENDPOINT_URL: http://elt-localstack:4566 - AWS_SECRET_ACCESS_KEY: test - data: - - path: s3://retail-world-bucket/Categories.jsonl - sync_mode: full_refresh_append - table: Categories -custom_api: - config: - configuration: {} - sync_mode: full_refresh_append - tables: - - retail_world_products -flat_files: -- format: csv - path: https://drive.google.com/uc?export=download&id=1VQoEXoynbMjyQS1VNAYBC2GTykRAvU4F - sync_mode: full_refresh_append - table: Shippers -- format: parquet - path: https://drive.google.com/uc?export=download&id=1-pQo35_QRiAigz6CjR5Xn8Rj9r561GUv - sync_mode: full_refresh_append - table: Suppliers -mongodb: - config: - connection_string: mongodb://elt-mongodb:27017/?directConnection=true - database: retail_world - sync_mode: full_refresh_append - tables: - - Customers - - Employees -postgres: - config: - database: retail_world - host: elt-postgres - password: testelt - port: 5432 - schema: public - sync_mode: full_refresh_append - tables: - - order_details - - orders - user: postgres -databricks: - config: - database: - hostname: - client_id: - secret: - schema: retail_world - http_path: diff --git a/inputs_databricks/retails/config.yaml b/inputs_databricks/retails/config.yaml deleted file mode 100644 index caf59079601ac7cf747e0888fc71e71f2da466e8..0000000000000000000000000000000000000000 --- a/inputs_databricks/retails/config.yaml +++ /dev/null @@ -1,60 +0,0 @@ -Airbyte: - config: - files_definition_id: 778daa7c-feaf-4db6-96f3-70fd645acc77 - mongodb_definition_id: b2e713cd-cc36-4c0a-b5bd-b47cb8a0561e - namespace_definition: destination - postgres_definition_id: decd338e-5647-4c0b-adf4-da0e75f5a750 - s3_definition_id: 69589781-7828-43c5-9f63-8925b1c1ccc2 - server_url: http://airbyte-abctl-control-plane:80/api/public/v1/ - databricks_definition_id: 072d5540-f236-4294-ba7c-ade8fd918496 -aws_s3: - AWS_ACCESS_KEY_ID: test - AWS_DEFAULT_REGION: us-west-2 - AWS_ENDPOINT_URL: http://elt-localstack:4566 - AWS_SECRET_ACCESS_KEY: test - data: - - path: s3://retails-bucket/region.csv - sync_mode: full_refresh_append - table: region - - path: s3://retails-bucket/supplier.parquet - sync_mode: full_refresh_append - table: supplier -custom_api: - config: - configuration: {} - sync_mode: full_refresh_append - tables: - - part -flat_files: -- format: jsonl - path: https://drive.google.com/uc?export=download&id=1bpJheSVxnPfDbWzWtGSgK8y6eQL81PPl - sync_mode: full_refresh_append - table: nation -mongodb: - config: - connection_string: mongodb://elt-mongodb:27017/?directConnection=true - database: retails - sync_mode: full_refresh_append - tables: - - customer - - partsupp -postgres: - config: - database: retails - host: elt-postgres - password: testelt - port: 5432 - schema: public - sync_mode: full_refresh_append - tables: - - lineitem - - orders - user: postgres -databricks: - config: - database: - hostname: - client_id: - secret: - schema: retails - http_path: diff --git a/inputs_databricks/sales/config.yaml b/inputs_databricks/sales/config.yaml deleted file mode 100644 index 6ecc2edaf59eb51a8073579a9bc36456d6c887c5..0000000000000000000000000000000000000000 --- a/inputs_databricks/sales/config.yaml +++ /dev/null @@ -1,45 +0,0 @@ -Airbyte: - config: - files_definition_id: 778daa7c-feaf-4db6-96f3-70fd645acc77 - mongodb_definition_id: b2e713cd-cc36-4c0a-b5bd-b47cb8a0561e - namespace_definition: destination - postgres_definition_id: decd338e-5647-4c0b-adf4-da0e75f5a750 - server_url: http://airbyte-abctl-control-plane:80/api/public/v1/ - databricks_definition_id: 072d5540-f236-4294-ba7c-ade8fd918496 -custom_api: - config: - configuration: {} - sync_mode: full_refresh_append - tables: - - sales_products -flat_files: -- format: jsonl - path: https://drive.google.com/uc?export=download&id=1aRYJ5V4ZcsGiFFjS45U1-vDdymCj38bO - sync_mode: full_refresh_append - table: Employees -mongodb: - config: - connection_string: mongodb://elt-mongodb:27017/?directConnection=true - database: sales - sync_mode: full_refresh_append - tables: - - Customers -postgres: - config: - database: sales - host: elt-postgres - password: testelt - port: 5432 - schema: public - sync_mode: full_refresh_append - tables: - - sale - user: postgres -databricks: - config: - database: - hostname: - client_id: - secret: - schema: sales - http_path: diff --git a/inputs_databricks/sales_in_weather/config.yaml b/inputs_databricks/sales_in_weather/config.yaml deleted file mode 100644 index ac659b5ddef305a165349132748b0808ea683274..0000000000000000000000000000000000000000 --- a/inputs_databricks/sales_in_weather/config.yaml +++ /dev/null @@ -1,37 +0,0 @@ -Airbyte: - config: - files_definition_id: 778daa7c-feaf-4db6-96f3-70fd645acc77 - namespace_definition: destination - postgres_definition_id: decd338e-5647-4c0b-adf4-da0e75f5a750 - server_url: http://airbyte-abctl-control-plane:80/api/public/v1/ - databricks_definition_id: 072d5540-f236-4294-ba7c-ade8fd918496 -custom_api: - config: - configuration: {} - sync_mode: full_refresh_append - tables: - - sale_weather -flat_files: -- format: csv - path: https://drive.google.com/uc?export=download&id=1ac6xINC54hrotS1qf9cG6sbkFwflitW- - sync_mode: full_refresh_append - table: relation -postgres: - config: - database: sales_in_weather - host: elt-postgres - password: testelt - port: 5432 - schema: public - sync_mode: full_refresh_append - tables: - - sales - user: postgres -databricks: - config: - database: - hostname: - client_id: - secret: - schema: sales_in_weather - http_path: diff --git a/inputs_databricks/shakespeare/config.yaml b/inputs_databricks/shakespeare/config.yaml deleted file mode 100644 index 988b035f3f1eee552505c10807677d0cedb388ff..0000000000000000000000000000000000000000 --- a/inputs_databricks/shakespeare/config.yaml +++ /dev/null @@ -1,49 +0,0 @@ -Airbyte: - config: - mongodb_definition_id: b2e713cd-cc36-4c0a-b5bd-b47cb8a0561e - namespace_definition: destination - postgres_definition_id: decd338e-5647-4c0b-adf4-da0e75f5a750 - s3_definition_id: 69589781-7828-43c5-9f63-8925b1c1ccc2 - server_url: http://airbyte-abctl-control-plane:80/api/public/v1/ - databricks_definition_id: 072d5540-f236-4294-ba7c-ade8fd918496 -aws_s3: - AWS_ACCESS_KEY_ID: test - AWS_DEFAULT_REGION: us-west-2 - AWS_ENDPOINT_URL: http://elt-localstack:4566 - AWS_SECRET_ACCESS_KEY: test - data: - - path: s3://shakespeare-bucket/chapters.jsonl - sync_mode: full_refresh_append - table: chapters -custom_api: - config: - configuration: {} - sync_mode: full_refresh_append - tables: - - works -mongodb: - config: - connection_string: mongodb://elt-mongodb:27017/?directConnection=true - database: shakespeare - sync_mode: full_refresh_append - tables: - - characters -postgres: - config: - database: shakespeare - host: elt-postgres - password: testelt - port: 5432 - schema: public - sync_mode: full_refresh_append - tables: - - paragraphs - user: postgres -databricks: - config: - database: - hostname: - client_id: - secret: - schema: shakespeare - http_path: diff --git a/inputs_databricks/shipping/config.yaml b/inputs_databricks/shipping/config.yaml deleted file mode 100644 index c4d774e324262e942bf305519c0731a97b8e7f4b..0000000000000000000000000000000000000000 --- a/inputs_databricks/shipping/config.yaml +++ /dev/null @@ -1,55 +0,0 @@ -Airbyte: - config: - files_definition_id: 778daa7c-feaf-4db6-96f3-70fd645acc77 - mongodb_definition_id: b2e713cd-cc36-4c0a-b5bd-b47cb8a0561e - namespace_definition: destination - postgres_definition_id: decd338e-5647-4c0b-adf4-da0e75f5a750 - s3_definition_id: 69589781-7828-43c5-9f63-8925b1c1ccc2 - server_url: http://airbyte-abctl-control-plane:80/api/public/v1/ - databricks_definition_id: 072d5540-f236-4294-ba7c-ade8fd918496 -aws_s3: - AWS_ACCESS_KEY_ID: test - AWS_DEFAULT_REGION: us-west-2 - AWS_ENDPOINT_URL: http://elt-localstack:4566 - AWS_SECRET_ACCESS_KEY: test - data: - - path: s3://shipping-bucket/city.csv - sync_mode: full_refresh_append - table: city -custom_api: - config: - configuration: {} - sync_mode: full_refresh_append - tables: - - truck -flat_files: -- format: parquet - path: https://drive.google.com/uc?export=download&id=1XK_eYSqVlQiiY9GjainO2Lg6sm0QCWMa - sync_mode: full_refresh_append - table: driver -mongodb: - config: - connection_string: mongodb://elt-mongodb:27017/?directConnection=true - database: shipping - sync_mode: full_refresh_append - tables: - - customer -postgres: - config: - database: shipping - host: elt-postgres - password: testelt - port: 5432 - schema: public - sync_mode: full_refresh_append - tables: - - shipment - user: postgres -databricks: - config: - database: - hostname: - client_id: - secret: - schema: shipping - http_path: diff --git a/inputs_databricks/shipping/data_model.yaml b/inputs_databricks/shipping/data_model.yaml deleted file mode 100644 index 0b786104fd385091e384a9cd4f75549bb58a5301..0000000000000000000000000000000000000000 --- a/inputs_databricks/shipping/data_model.yaml +++ /dev/null @@ -1,39 +0,0 @@ -models: - - name: trucks - description: Each record represents a truck. - columns: - - name: truck_id - description: Unique identifier for the truck. - - name: make - description: The make of the truck. - - name: model_year - description: The model year of the truck. - - name: headquarter - description: Set to 'Texas (TX)' if the make is 'Peterbilt', set to 'North Carolina (NC)' if the make is Mack, set to 'Washington (WA)' if the make is 'Kenworth' - - name: num_shipments - description: The number of shipment delivered by the truck model, replace NULL values with 0. - - name: person_receive_heaviest_shipment - description: The person who received the heaviest shipment delivered by the truck model, with ties broken by the ascending order of the customer name - - name: per_weight_exceed_10000 - description: The percentage of shipments that exceed 10,000 pounds among all shipments delivered by the truck model. - - name: num_shipments_change_from_2016_to_2017 - description: The number of shipments change from 2016 to 2017 delivered by the truck model, replace NULL values with 0. - - name: drivers - description: Each record represents a driver. - columns: - - name: driver_id - description: Unique identifier for the driver. - - name: first_name - description: The first name of the driver. - - name: last_name - description: The last name of the driver. - - name: num_shipments_2017 - description: The number of shipments the driver delivered in 2017, replace NULL values with 0. - - name: num_shipment_to_least_populated_city - description: The number of shipments to the least populated city delivered by the driver, replace NULL values with 0. - - name: per_shipment_placed_by_Autoware_Inc - description: The percentage of shipments placed by Autoware Inc among all shipments delivered by the driver. - - name: has_a_shipment_weight_greater_95_per_avg_across_all_shipments - description: Set to 1 if the driver has a shipment with a weight greater than 95% of the average weight of all shipments, 0 otherwise. - - name: weight_first_shipment - description: The weight the driver transported during his/her first shipment, with ties broken by the descending order of the weight. \ No newline at end of file diff --git a/inputs_databricks/simpson_episodes/config.yaml b/inputs_databricks/simpson_episodes/config.yaml deleted file mode 100644 index 0b708f1bf6a7286c8249078a3ed6c61fbeea5069..0000000000000000000000000000000000000000 --- a/inputs_databricks/simpson_episodes/config.yaml +++ /dev/null @@ -1,57 +0,0 @@ -Airbyte: - config: - files_definition_id: 778daa7c-feaf-4db6-96f3-70fd645acc77 - mongodb_definition_id: b2e713cd-cc36-4c0a-b5bd-b47cb8a0561e - namespace_definition: destination - postgres_definition_id: decd338e-5647-4c0b-adf4-da0e75f5a750 - s3_definition_id: 69589781-7828-43c5-9f63-8925b1c1ccc2 - server_url: http://airbyte-abctl-control-plane:80/api/public/v1/ - databricks_definition_id: 072d5540-f236-4294-ba7c-ade8fd918496 -aws_s3: - AWS_ACCESS_KEY_ID: test - AWS_DEFAULT_REGION: us-west-2 - AWS_ENDPOINT_URL: http://elt-localstack:4566 - AWS_SECRET_ACCESS_KEY: test - data: - - path: s3://simpson-episodes-bucket/Episode.jsonl - sync_mode: full_refresh_append - table: Episode -custom_api: - config: - configuration: {} - sync_mode: full_refresh_append - tables: - - Award - - Keyword -flat_files: -- format: csv - path: https://drive.google.com/uc?export=download&id=1MfD_rLQ0nmgMwsNbGIKqbmZzfcI_ezn0 - sync_mode: full_refresh_append - table: Character_Award -mongodb: - config: - connection_string: mongodb://elt-mongodb:27017/?directConnection=true - database: simpson_episodes - sync_mode: full_refresh_append - tables: - - Person -postgres: - config: - database: simpson_episodes - host: elt-postgres - password: testelt - port: 5432 - schema: public - sync_mode: full_refresh_append - tables: - - credit - - vote - user: postgres -databricks: - config: - database: - hostname: - client_id: - secret: - schema: simpson_episodes - http_path: diff --git a/inputs_databricks/simpson_episodes/data_model.yaml b/inputs_databricks/simpson_episodes/data_model.yaml deleted file mode 100644 index c5308d16478ee515f6a6e75481905745841034bb..0000000000000000000000000000000000000000 --- a/inputs_databricks/simpson_episodes/data_model.yaml +++ /dev/null @@ -1,20 +0,0 @@ -models: - - name: simpson_episodes__episode - description: Each record represents an episode. - columns: - - name: episode_id - description: Unique identifier for the episode. - - name: episode_title - description: The title of the episode. - - name: air_date - description: The air date of the episode. - - name: num_worst_vote - description: The number of votes in star classification of worst the episode got, replace NULL values with 0. - - name: num_nominations - description: The number of nominations the episode received (including both nominees and winners); replace NULL values with 0. - - name: star_7_class - description: Set to 3 if the episode's 7-star votes exceed 1.1x the average number of 7-star votes across all episodes. Set to 2 if the episode's 7-star votes exceed the across-episode average but are ≤ 1.1x the average. Set to 1 if the episode's 7-star votes are ≥ 0.9x the across-episode average but do not exceed the average. Otherwise, set to 0. - - name: ratio_between_uncredited_and_credited_roles - description: The percentage ratio between uncredited and credited roles on the episode - - name: average_stars - description: The average star rating of the episode. \ No newline at end of file diff --git a/inputs_databricks/soccer_2016/config.yaml b/inputs_databricks/soccer_2016/config.yaml deleted file mode 100644 index 388b2d5add3d6b9d54c8d2f7ab379916a5ac4d0a..0000000000000000000000000000000000000000 --- a/inputs_databricks/soccer_2016/config.yaml +++ /dev/null @@ -1,101 +0,0 @@ -Airbyte: - config: - files_definition_id: 778daa7c-feaf-4db6-96f3-70fd645acc77 - mongodb_definition_id: b2e713cd-cc36-4c0a-b5bd-b47cb8a0561e - namespace_definition: destination - postgres_definition_id: decd338e-5647-4c0b-adf4-da0e75f5a750 - s3_definition_id: 69589781-7828-43c5-9f63-8925b1c1ccc2 - server_url: http://airbyte-abctl-control-plane:80/api/public/v1/ - databricks_definition_id: 072d5540-f236-4294-ba7c-ade8fd918496 -aws_s3: - AWS_ACCESS_KEY_ID: test - AWS_DEFAULT_REGION: us-west-2 - AWS_ENDPOINT_URL: http://elt-localstack:4566 - AWS_SECRET_ACCESS_KEY: test - data: - - path: s3://soccer-2016-bucket/City.jsonl - sync_mode: full_refresh_append - table: City - - path: s3://soccer-2016-bucket/Country.parquet - sync_mode: full_refresh_append - table: Country - - path: s3://soccer-2016-bucket/Out_Type.csv - sync_mode: full_refresh_append - table: Out_Type - - path: s3://soccer-2016-bucket/Outcome.jsonl - sync_mode: full_refresh_append - table: Outcome - - path: s3://soccer-2016-bucket/Team.jsonl - sync_mode: full_refresh_append - table: Team - - path: s3://soccer-2016-bucket/Toss_Decision.parquet - sync_mode: full_refresh_append - table: Toss_Decision - - path: s3://soccer-2016-bucket/Umpire.csv - sync_mode: full_refresh_append - table: Umpire -custom_api: - config: - configuration: {} - sync_mode: full_refresh_append - tables: - - Batsman_Scored - - Match -flat_files: -- format: jsonl - path: https://drive.google.com/uc?export=download&id=1lbsOkkbcx_7j8vVkgVHWvkbLjDI4jnn8 - sync_mode: full_refresh_append - table: Venue -- format: jsonl - path: https://drive.google.com/uc?export=download&id=1TGvR-5gFpaBT6rVBmqvpA_jKL66vNGhx - sync_mode: full_refresh_append - table: Extra_Type -- format: csv - path: https://drive.google.com/uc?export=download&id=1PD4jImXM1nJ7k0m3WA3QmXcX-1KjcFRT - sync_mode: full_refresh_append - table: Season -- format: csv - path: https://drive.google.com/uc?export=download&id=15sw26A_X_PfM5Fj496tnGnyZPma5eul5 - sync_mode: full_refresh_append - table: Rolee -- format: csv - path: https://drive.google.com/uc?export=download&id=1eWKg6OVhfL-uLjmah4Yu6xSOzL6-CVDs - sync_mode: full_refresh_append - table: Batting_Style -- format: parquet - path: https://drive.google.com/uc?export=download&id=1xZ13tb1nNTFpTvHTZ0uSn8WOCdwrH92B - sync_mode: full_refresh_append - table: Win_By -- format: parquet - path: https://drive.google.com/uc?export=download&id=144CwS-ukkOxTytMVOcoKeC5PGZBcviCS - sync_mode: full_refresh_append - table: Bowling_Style -mongodb: - config: - connection_string: mongodb://elt-mongodb:27017/?directConnection=true - database: soccer_2016 - sync_mode: full_refresh_append - tables: - - Player - - Player_Match -postgres: - config: - database: soccer_2016 - host: elt-postgres - password: testelt - port: 5432 - schema: public - sync_mode: full_refresh_append - tables: - - ball_by_ball - - extra_runs - - wicket_taken - user: postgres -databricks: - config: - database: - hostname: - client_id: - secret: - schema: soccer_2016 - http_path: diff --git a/inputs_databricks/soccer_2016/data_model.yaml b/inputs_databricks/soccer_2016/data_model.yaml deleted file mode 100644 index ae6f9b2e59761a218d63a71328550093ceeda116..0000000000000000000000000000000000000000 --- a/inputs_databricks/soccer_2016/data_model.yaml +++ /dev/null @@ -1,18 +0,0 @@ -models: - - name: teams - description: Each record represents a team. - columns: - - name: team_id - description: Unique identifier for the team. - - name: team_name - description: The name of the team. - - name: number_of_times_toss_winner - description: The number of times the team has won the toss, replace NULL values with 0. - - name: number_of_season_1_match_won - description: The number of matches the team has won in season 1, replace NULL values with 0. - - name: number_of_losses - description: The number of matches the team has lost, replace NULL values with 0. - - name: first_match_time - description: The time of the first match played by the team. - - name: win_rate - description: The win rate of the team, expressed as a value in the range [0, 1]. \ No newline at end of file diff --git a/inputs_databricks/social_media/config.yaml b/inputs_databricks/social_media/config.yaml deleted file mode 100644 index c5e005c5f5bec641105c81024de26ae9e15209e9..0000000000000000000000000000000000000000 --- a/inputs_databricks/social_media/config.yaml +++ /dev/null @@ -1,39 +0,0 @@ -Airbyte: - config: - files_definition_id: 778daa7c-feaf-4db6-96f3-70fd645acc77 - mongodb_definition_id: b2e713cd-cc36-4c0a-b5bd-b47cb8a0561e - namespace_definition: destination - postgres_definition_id: decd338e-5647-4c0b-adf4-da0e75f5a750 - server_url: http://airbyte-abctl-control-plane:80/api/public/v1/ - databricks_definition_id: 072d5540-f236-4294-ba7c-ade8fd918496 -flat_files: -- format: jsonl - path: https://drive.google.com/uc?export=download&id=1x9IDjh5aIKEjDoYLmHmHdMKOjdPPHa-6 - sync_mode: full_refresh_append - table: location -mongodb: - config: - connection_string: mongodb://elt-mongodb:27017/?directConnection=true - database: social_media - sync_mode: full_refresh_append - tables: - - twitter -postgres: - config: - database: social_media - host: elt-postgres - password: testelt - port: 5432 - schema: public - sync_mode: full_refresh_append - tables: - - users - user: postgres -databricks: - config: - database: - hostname: - client_id: - secret: - schema: social_media - http_path: diff --git a/inputs_databricks/social_media/data_model.yaml b/inputs_databricks/social_media/data_model.yaml deleted file mode 100644 index 6e9c0cb3fc3563577def01a5ef07c84d75630df2..0000000000000000000000000000000000000000 --- a/inputs_databricks/social_media/data_model.yaml +++ /dev/null @@ -1,16 +0,0 @@ -models: - - name: countries - description: Each record represents a country. - columns: - - name: country - description: Unique identifier for the country, which is the country name - - name: number_of_tweets - description: The number of tweets posted by the users in the country, replace NULL values with 0. - - name: percentage_of_male_users - description: The percentage of male Twitter users from the country. - - name: number_of_likes - description: The number of likes on tweets from the country, replace NULL values with 0. - - name: number_of_positive_sentiment_tweets - description: The number of tweets with positive sentiment from the country, replace NULL values with 0. - - name: tweets_with_most_number_of_likes_sent_by_male_users - description: The tweet text sent by a male user in the country with the highest number of likes, with ties broken by the ascending order of tweet ID diff --git a/inputs_databricks/software_company/config.yaml b/inputs_databricks/software_company/config.yaml deleted file mode 100644 index d57a0ae91be3ac7f6c648e3106db96bef171e067..0000000000000000000000000000000000000000 --- a/inputs_databricks/software_company/config.yaml +++ /dev/null @@ -1,49 +0,0 @@ -Airbyte: - config: - mongodb_definition_id: b2e713cd-cc36-4c0a-b5bd-b47cb8a0561e - namespace_definition: destination - postgres_definition_id: decd338e-5647-4c0b-adf4-da0e75f5a750 - s3_definition_id: 69589781-7828-43c5-9f63-8925b1c1ccc2 - server_url: http://airbyte-abctl-control-plane:80/api/public/v1/ - databricks_definition_id: 072d5540-f236-4294-ba7c-ade8fd918496 -aws_s3: - AWS_ACCESS_KEY_ID: test - AWS_DEFAULT_REGION: us-west-2 - AWS_ENDPOINT_URL: http://elt-localstack:4566 - AWS_SECRET_ACCESS_KEY: test - data: - - path: s3://software-company-bucket/Demog.csv - sync_mode: full_refresh_append - table: Demog -custom_api: - config: - configuration: {} - sync_mode: full_refresh_append - tables: - - mailings -mongodb: - config: - connection_string: mongodb://elt-mongodb:27017/?directConnection=true - database: software_company - sync_mode: full_refresh_append - tables: - - Customers -postgres: - config: - database: software_company - host: elt-postgres - password: testelt - port: 5432 - schema: public - sync_mode: full_refresh_append - tables: - - sales - user: postgres -databricks: - config: - database: - hostname: - client_id: - secret: - schema: software_company - http_path: diff --git a/inputs_databricks/student_club/config.yaml b/inputs_databricks/student_club/config.yaml deleted file mode 100644 index d2b444688fc10036ea317ec715b1ae43d9375373..0000000000000000000000000000000000000000 --- a/inputs_databricks/student_club/config.yaml +++ /dev/null @@ -1,58 +0,0 @@ -Airbyte: - config: - files_definition_id: 778daa7c-feaf-4db6-96f3-70fd645acc77 - mongodb_definition_id: b2e713cd-cc36-4c0a-b5bd-b47cb8a0561e - namespace_definition: destination - postgres_definition_id: decd338e-5647-4c0b-adf4-da0e75f5a750 - s3_definition_id: 69589781-7828-43c5-9f63-8925b1c1ccc2 - server_url: http://airbyte-abctl-control-plane:80/api/public/v1/ - databricks_definition_id: 072d5540-f236-4294-ba7c-ade8fd918496 -aws_s3: - AWS_ACCESS_KEY_ID: test - AWS_DEFAULT_REGION: us-west-2 - AWS_ENDPOINT_URL: http://elt-localstack:4566 - AWS_SECRET_ACCESS_KEY: test - data: - - path: s3://student-club-bucket/major.jsonl - sync_mode: full_refresh_append - table: major -custom_api: - config: - configuration: {} - sync_mode: full_refresh_append - tables: - - attendance - - club_event -flat_files: -- format: csv - path: https://drive.google.com/uc?export=download&id=1E3GDNaMuYHgQmPCHnhFjw2rL7fNbp6UV - sync_mode: full_refresh_append - table: zip_code -mongodb: - config: - connection_string: mongodb://elt-mongodb:27017/?directConnection=true - database: student_club - sync_mode: full_refresh_append - tables: - - member -postgres: - config: - database: student_club - host: elt-postgres - password: testelt - port: 5432 - schema: public - sync_mode: full_refresh_append - tables: - - budget - - expense - - income - user: postgres -databricks: - config: - database: - hostname: - client_id: - secret: - schema: student_club - http_path: diff --git a/inputs_databricks/student_club/data_model.yaml b/inputs_databricks/student_club/data_model.yaml deleted file mode 100644 index d6c55dd48139fd769eea469f1207ce322016d3c9..0000000000000000000000000000000000000000 --- a/inputs_databricks/student_club/data_model.yaml +++ /dev/null @@ -1,39 +0,0 @@ -models: - - name: events - description: Each record represents an event. - columns: - - name: event_id - description: Unique identifier for the event. - - name: event_name - description: Name of the event. - - name: event_type - description: Type of the event. - - name: num_attendence_of_students - description: The number of attendance of the students from the Student_Club that the event has, replace NULL values with 0. - - name: per_cost - description: The percentage of cost for the event based on the total cost for all events. - - name: amount_spent_on_advertisement - description: The amount spent on advertisement for the event, replace NULL values with 0. - - name: amount_budgeted - description: The amount budgeted for the event, replace NULL values with 0. - - name: per_budget_for_parking - description: The percentage of the budget for parking. - - name: members - description: Each record represents a member. - columns: - - name: member_id - description: Unique identifier for the member. - - name: name - description: Name of the member. Concatenate the first name and last name with a space separating them. - - name: position - description: Position of the member in the club. - - name: incurred_expenses_in_more_than_one_event - description: set to 1 if the member incurred expenses in more than one event, otherwise, set to 0 - - name: has_expense_more_than_avg_expense - description: Set to 1 if the member has any single expense greater than the average expense across all expenses, otherwise, set to 0 - - name: comes_from_the_Art_and_Design_Department - description: Set to 1 if the member comes from the Art and Design Department, otherwise, set to 0 - - name: num_events_attended_2019 - description: The number of events the member attended in 2019, replace NULL values with 0. - - name: is_able_to_generate_income_over_40 - description: Set to 1 if the member is able to generate income more than $40, otherwise, set to 0 \ No newline at end of file diff --git a/inputs_databricks/student_loan/config.yaml b/inputs_databricks/student_loan/config.yaml deleted file mode 100644 index 8312c952d6cbf9151113c9fdfeaeea5077702414..0000000000000000000000000000000000000000 --- a/inputs_databricks/student_loan/config.yaml +++ /dev/null @@ -1,65 +0,0 @@ -Airbyte: - config: - files_definition_id: 778daa7c-feaf-4db6-96f3-70fd645acc77 - mongodb_definition_id: b2e713cd-cc36-4c0a-b5bd-b47cb8a0561e - namespace_definition: destination - postgres_definition_id: decd338e-5647-4c0b-adf4-da0e75f5a750 - s3_definition_id: 69589781-7828-43c5-9f63-8925b1c1ccc2 - server_url: http://airbyte-abctl-control-plane:80/api/public/v1/ - databricks_definition_id: 072d5540-f236-4294-ba7c-ade8fd918496 -aws_s3: - AWS_ACCESS_KEY_ID: test - AWS_DEFAULT_REGION: us-west-2 - AWS_ENDPOINT_URL: http://elt-localstack:4566 - AWS_SECRET_ACCESS_KEY: test - data: - - path: s3://student-loan-bucket/bool.jsonl - sync_mode: full_refresh_append - table: bool - - path: s3://student-loan-bucket/male.csv - sync_mode: full_refresh_append - table: male -custom_api: - config: - configuration: {} - sync_mode: full_refresh_append - tables: - - no_payment_due - - enrolled -flat_files: -- format: jsonl - path: https://drive.google.com/uc?export=download&id=1RDRdHA78-9dtOWdp2tUtmuG6ebVpRRBy - sync_mode: full_refresh_append - table: filed_for_bankruptcy -- format: parquet - path: https://drive.google.com/uc?export=download&id=1yGnpw4reB2IBKTr_rMu1cONTy50SHMA- - sync_mode: full_refresh_append - table: disabled -mongodb: - config: - connection_string: mongodb://elt-mongodb:27017/?directConnection=true - database: student_loan - sync_mode: full_refresh_append - tables: - - enlist - - person - - unemployed -postgres: - config: - database: student_loan - host: elt-postgres - password: testelt - port: 5432 - schema: public - sync_mode: full_refresh_append - tables: - - longest_absense_from_school - user: postgres -databricks: - config: - database: - hostname: - client_id: - secret: - schema: student_loan - http_path: diff --git a/inputs_databricks/student_loan/data_model.yaml b/inputs_databricks/student_loan/data_model.yaml deleted file mode 100644 index 943f8b632a34ada17b2dfebea0d7044b99bca4c7..0000000000000000000000000000000000000000 --- a/inputs_databricks/student_loan/data_model.yaml +++ /dev/null @@ -1,46 +0,0 @@ -models: - - name: organization - description: Each record represents an organization. - columns: - - name: organ - description: Unique identifier for the organization. - - name: num_disabled_students - description: The number of disabled students in the organization, replace NULL values with 0. - - name: per_male_students - description: The percentage of male students in the organization. - - name: longest_time_absence - description: The longest time for a student from the department to be absent from school, replace NULL values with 0. - - name: per_students_have_due_payment - description: The percentage of students who have a due payment in the organization. - - name: ratio_between_female_and_male - description: The ratio between the number of female and male students who joined the organization, calculated as the number of female students divided by the number of male students. - - name: students - description: Each record represents a student. - columns: - - name: name - description: The name of the student. - - name: gender - description: The gender of the student, set to 'M' for male 'F' for female. - - name: female_and_no_due_payments - description: Set to 1 if the student is female and has no due payments, otherwise, set to 0 - - name: join_more_than_one_org - description: Set to 1 if the student has joined more than one organization, 0 otherwise. - - name: not_file_for_bankruptcy - description: Set to 1 if the student has not filed for bankruptcy, 0 otherwise. - - name: has_the_longest_absence_duration - description: Set to 1 if the student has the longest absence duration from school, otherwise, set to 0. - - name: schools - description: Each record represents a unique school. - columns: - - name: school - description: The name of the school. - - name: num_disabled_students - description: The number of disabled students in the school, replace NULL values with 0. - - name: per_male_and_air_force - description: The percentage of male students in the air force department among all students enrolled in the school. - - name: per_disabled_female_students - description: The percentage of disabled female students in the school. - - name: per_students_file_bankruptcy - description: The percentage of students who have filed for bankruptcy in the school. - - name: per_navy_make_up_num_students - description: The percentage of enrolled students in the school who enlisted in the navy. \ No newline at end of file diff --git a/inputs_databricks/superhero/config.yaml b/inputs_databricks/superhero/config.yaml deleted file mode 100644 index df31fea1bddebc63da3cacd291a2480fdd5fec75..0000000000000000000000000000000000000000 --- a/inputs_databricks/superhero/config.yaml +++ /dev/null @@ -1,70 +0,0 @@ -Airbyte: - config: - files_definition_id: 778daa7c-feaf-4db6-96f3-70fd645acc77 - mongodb_definition_id: b2e713cd-cc36-4c0a-b5bd-b47cb8a0561e - namespace_definition: destination - postgres_definition_id: decd338e-5647-4c0b-adf4-da0e75f5a750 - s3_definition_id: 69589781-7828-43c5-9f63-8925b1c1ccc2 - server_url: http://airbyte-abctl-control-plane:80/api/public/v1/ - databricks_definition_id: 072d5540-f236-4294-ba7c-ade8fd918496 -aws_s3: - AWS_ACCESS_KEY_ID: test - AWS_DEFAULT_REGION: us-west-2 - AWS_ENDPOINT_URL: http://elt-localstack:4566 - AWS_SECRET_ACCESS_KEY: test - data: - - path: s3://superhero-bucket/attribute.jsonl - sync_mode: full_refresh_append - table: attribute - - path: s3://superhero-bucket/colour.csv - sync_mode: full_refresh_append - table: colour - - path: s3://superhero-bucket/publisher.parquet - sync_mode: full_refresh_append - table: publisher -custom_api: - config: - configuration: {} - sync_mode: full_refresh_append - tables: - - hero_attribute -flat_files: -- format: csv - path: https://drive.google.com/uc?export=download&id=1g1R_PJeSrA3jF6QNE9yk3cFIztVJpjBy - sync_mode: full_refresh_append - table: gender -- format: parquet - path: https://drive.google.com/uc?export=download&id=1LH-ZbcB5cIcqkRUIE1LrjuqFw1Q6v3g- - sync_mode: full_refresh_append - table: race -- format: jsonl - path: https://drive.google.com/uc?export=download&id=1jImUxNOiD7csIkikf16XLNK1WUaoVOFA - sync_mode: full_refresh_append - table: alignment -mongodb: - config: - connection_string: mongodb://elt-mongodb:27017/?directConnection=true - database: superhero - sync_mode: full_refresh_append - tables: - - superhero - - superpower -postgres: - config: - database: superhero - host: elt-postgres - password: testelt - port: 5432 - schema: public - sync_mode: full_refresh_append - tables: - - hero_power - user: postgres -databricks: - config: - database: - hostname: - client_id: - secret: - schema: superhero - http_path: diff --git a/inputs_databricks/superhero/data_model.yaml b/inputs_databricks/superhero/data_model.yaml deleted file mode 100644 index 48e17aef0d8e55c1b88e9e83f8f391ba38ae13fe..0000000000000000000000000000000000000000 --- a/inputs_databricks/superhero/data_model.yaml +++ /dev/null @@ -1,20 +0,0 @@ -models: - - name: superheroes - description: Each record represents a superhero. - columns: - - name: hero_id - description: Unique identifier for the superhero. - - name: superhero_name - description: Name of the superhero. - - name: full_name - description: Full name of the superhero - - name: has_durability_less_than_50 - description: Set to 1 if the superhero has a durability attribute value of less than 50, otherwise, set to 0 - - name: num_powers - description: Number of powers the superhero has, replace NULL values with 0. - - name: has_weight_greater_than_79_per_avg_weight - description: set to 1 if the superhero has a weight greater than the 79% average weight of all superheroes, otherwise, set to 0. - - name: is_blue_female_superhero - description: Set to 1 if the superhero is a female superhero whose skin color is blue, otherwise, set to 0. - - name: has_highest_value_in_strength - description: Set to 1 if the superhero has the highest attribute value in strength, otherwise, set to 0 \ No newline at end of file diff --git a/inputs_databricks/superstore/config.yaml b/inputs_databricks/superstore/config.yaml deleted file mode 100644 index 0f57c6d36a790950f27a112bbbd19f87f0dd9526..0000000000000000000000000000000000000000 --- a/inputs_databricks/superstore/config.yaml +++ /dev/null @@ -1,42 +0,0 @@ -Airbyte: - config: - files_definition_id: 778daa7c-feaf-4db6-96f3-70fd645acc77 - mongodb_definition_id: b2e713cd-cc36-4c0a-b5bd-b47cb8a0561e - namespace_definition: destination - postgres_definition_id: decd338e-5647-4c0b-adf4-da0e75f5a750 - server_url: http://airbyte-abctl-control-plane:80/api/public/v1/ - databricks_definition_id: 072d5540-f236-4294-ba7c-ade8fd918496 -flat_files: -- format: jsonl - path: https://drive.google.com/uc?export=download&id=1kIykZEfE7BEVh5mAmkdN1-jl7UZwcuYm - sync_mode: full_refresh_append - table: product -mongodb: - config: - connection_string: mongodb://elt-mongodb:27017/?directConnection=true - database: superstore - sync_mode: full_refresh_append - tables: - - people -postgres: - config: - database: superstore - host: elt-postgres - password: testelt - port: 5432 - schema: public - sync_mode: full_refresh_append - tables: - - central_superstore - - east_superstore - - south_superstore - - west_superstore - user: postgres -databricks: - config: - database: - hostname: - client_id: - secret: - schema: superstore - http_path: diff --git a/inputs_databricks/synthea/config.yaml b/inputs_databricks/synthea/config.yaml deleted file mode 100644 index 2d7d9c36d094cc83217aa8a6ff2c3c6ac620c961..0000000000000000000000000000000000000000 --- a/inputs_databricks/synthea/config.yaml +++ /dev/null @@ -1,61 +0,0 @@ -Airbyte: - config: - files_definition_id: 778daa7c-feaf-4db6-96f3-70fd645acc77 - mongodb_definition_id: b2e713cd-cc36-4c0a-b5bd-b47cb8a0561e - namespace_definition: destination - postgres_definition_id: decd338e-5647-4c0b-adf4-da0e75f5a750 - s3_definition_id: 69589781-7828-43c5-9f63-8925b1c1ccc2 - server_url: http://airbyte-abctl-control-plane:80/api/public/v1/ - databricks_definition_id: 072d5540-f236-4294-ba7c-ade8fd918496 -aws_s3: - AWS_ACCESS_KEY_ID: test - AWS_DEFAULT_REGION: us-west-2 - AWS_ENDPOINT_URL: http://elt-localstack:4566 - AWS_SECRET_ACCESS_KEY: test - data: - - path: s3://synthea-bucket/all_prevalences.jsonl - sync_mode: full_refresh_append - table: all_prevalences -custom_api: - config: - configuration: {} - sync_mode: full_refresh_append - tables: - - observations -flat_files: -- format: jsonl - path: https://drive.google.com/uc?export=download&id=1BjQWuyYf0-bMOgtN9cco2ebSK2ZRcFNm - sync_mode: full_refresh_append - table: procedures -mongodb: - config: - connection_string: mongodb://elt-mongodb:27017/?directConnection=true - database: synthea - sync_mode: full_refresh_append - tables: - - patients -postgres: - config: - database: synthea - host: elt-postgres - password: testelt - port: 5432 - schema: public - sync_mode: full_refresh_append - tables: - - allergies - - careplans - - claims - - conditions - - encounters - - immunizations - - medications - user: postgres -databricks: - config: - database: - hostname: - client_id: - secret: - schema: synthea - http_path: diff --git a/inputs_databricks/synthea/data_model.yaml b/inputs_databricks/synthea/data_model.yaml deleted file mode 100644 index 1b0da893074849425c995f4dbec5c463fefeb4d5..0000000000000000000000000000000000000000 --- a/inputs_databricks/synthea/data_model.yaml +++ /dev/null @@ -1,22 +0,0 @@ -models: - - name: synthea__patients - description: Each record represents a patient. - columns: - - name: patient - description: The unique identifier of the patient. - - name: name - description: The name of the patient, formed by concatenating the first name and last name with a space in between. - - name: birthdate - description: The birth date of the patient - - name: highest_Systolic_Blood_Pressure_observed - description: The highest systolic blood pressure observed for the patient. - - name: number_of_immunizations - description: The number of immunizations the patient has received, replace NULL values with 0. - - name: num_encounters_between_2010_and_2017 - description: The number of encounters the patient has with medical professionals between 2010 and 2017, replace NULL values with 0. - - name: has_received_the_IPV_and_is_english - description: Set to 1 if the patient has received the IPV and his/her ethnicity is English, 0 otherwise. - - name: time_recieve_most_recent_vaccine - description: The time when the patient received her/his most recent influenza seasonal vaccine - - \ No newline at end of file diff --git a/inputs_databricks/talkingdata/config.yaml b/inputs_databricks/talkingdata/config.yaml deleted file mode 100644 index e2b2ced190bbf0e1f3afbc942dd4028044295675..0000000000000000000000000000000000000000 --- a/inputs_databricks/talkingdata/config.yaml +++ /dev/null @@ -1,64 +0,0 @@ -Airbyte: - config: - files_definition_id: 778daa7c-feaf-4db6-96f3-70fd645acc77 - mongodb_definition_id: b2e713cd-cc36-4c0a-b5bd-b47cb8a0561e - namespace_definition: destination - postgres_definition_id: decd338e-5647-4c0b-adf4-da0e75f5a750 - s3_definition_id: 69589781-7828-43c5-9f63-8925b1c1ccc2 - server_url: http://airbyte-abctl-control-plane:80/api/public/v1/ - databricks_definition_id: 072d5540-f236-4294-ba7c-ade8fd918496 -aws_s3: - AWS_ACCESS_KEY_ID: test - AWS_DEFAULT_REGION: us-west-2 - AWS_ENDPOINT_URL: http://elt-localstack:4566 - AWS_SECRET_ACCESS_KEY: test - data: - - path: s3://talkingdata-bucket/label_categories.jsonl - sync_mode: full_refresh_append - table: label_categories - - path: s3://talkingdata-bucket/gender_age_test.csv - sync_mode: full_refresh_append - table: gender_age_test -custom_api: - config: - configuration: {} - sync_mode: full_refresh_append - tables: - - app_labels - - phone_brand_device_model2 -flat_files: -- format: csv - path: https://drive.google.com/uc?export=download&id=1WqYeZ2T08bfJOY8HP2qcdpWnihqL8jlW - sync_mode: full_refresh_append - table: gender_age_train -mongodb: - config: - connection_string: mongodb://elt-mongodb:27017/?directConnection=true - database: talkingdata - sync_mode: full_refresh_append - tables: - - gender_age -postgres: - config: - database: talkingdata - host: elt-postgres - password: testelt - port: 5432 - schema: public - sync_mode: full_refresh_append - tables: - - app_all - - app_events - - app_events_relevant - - events - - events_relevant - - sample_submission - user: postgres -databricks: - config: - database: - hostname: - client_id: - secret: - schema: talkingdata - http_path: diff --git a/inputs_databricks/talkingdata/data_model.yaml b/inputs_databricks/talkingdata/data_model.yaml deleted file mode 100644 index dd5fa771d2a3de4858f9ec4119876766a146227d..0000000000000000000000000000000000000000 --- a/inputs_databricks/talkingdata/data_model.yaml +++ /dev/null @@ -1,18 +0,0 @@ -models: - - name: labels - description: Each record represents a label category of the app. - columns: - - name: label_id - description: Unique id of label. - - name: category - description: Category of the label - - name: number_of_users - description: The number of users belong to the label category, replace NULL values with 0. - - name: oldest_event_id - description: The id of the oldest event belongs to the label category, with ties broken by the ascending order of the event id. - - name: percentage_of_the_app_under_the_label - description: The percentage of distinct app users that belong to the label category. - - name: number_of_users_not_active_when_2_happened - description: The number of users belong to the label category who were not active when event no.2 happened, replace NULL values with 0. - - name: start_with_the_word_game - description: Set to 1 if the label category name starts with the word "game", 0 otherwise. \ No newline at end of file diff --git a/inputs_databricks/thrombosis_prediction/config.yaml b/inputs_databricks/thrombosis_prediction/config.yaml deleted file mode 100644 index f91f01e843c58f42c8a6219de05105355f046cbe..0000000000000000000000000000000000000000 --- a/inputs_databricks/thrombosis_prediction/config.yaml +++ /dev/null @@ -1,39 +0,0 @@ -Airbyte: - config: - mongodb_definition_id: b2e713cd-cc36-4c0a-b5bd-b47cb8a0561e - namespace_definition: destination - postgres_definition_id: decd338e-5647-4c0b-adf4-da0e75f5a750 - server_url: http://airbyte-abctl-control-plane:80/api/public/v1/ - databricks_definition_id: 072d5540-f236-4294-ba7c-ade8fd918496 -custom_api: - config: - configuration: {} - sync_mode: full_refresh_append - tables: - - Examination -mongodb: - config: - connection_string: mongodb://elt-mongodb:27017/?directConnection=true - database: thrombosis_prediction - sync_mode: full_refresh_append - tables: - - Patient -postgres: - config: - database: thrombosis_prediction - host: elt-postgres - password: testelt - port: 5432 - schema: public - sync_mode: full_refresh_append - tables: - - laboratory - user: postgres -databricks: - config: - database: - hostname: - client_id: - secret: - schema: thrombosis_prediction - http_path: diff --git a/inputs_databricks/thrombosis_prediction/data_model.yaml b/inputs_databricks/thrombosis_prediction/data_model.yaml deleted file mode 100644 index 0f39e9c7c18548ce91b1b90c9873bc151df48b47..0000000000000000000000000000000000000000 --- a/inputs_databricks/thrombosis_prediction/data_model.yaml +++ /dev/null @@ -1,20 +0,0 @@ -models: - - name: patients - description: Each record represents a patient. - columns: - - name: id - description: Unique identifier for the patient. - - name: sex - description: The sex of the patient. - - name: birthday - description: The birthday of the patient. - - name: has_thrombosis_2_ANA_S_IgM - description: set to 1 if the patient has a degree of thrombosis level 2, ANA pattern of only S, and a level of anti-Cardiolip in antibody (IgM) 20% higher than average ACL IgM among patients with thrombosis level 2 and ANA pattern 'S', otherwise, set to 0 - - name: UA_index_in_latest_laboratory_examination - description: the UA index in the patient's latest laboratory examination result - - name: num_laboratory_examinations_hematoclit_exceed_52 - description: The number of laboratory examinations where the patient’s hematocrit level exceeded 52, replace NULL values with 0. - - name: abnormal_white_blood_cell_count - description: Set to 1 if the white blood cell count in the patient's latest laboratory examination is less than or equal to 3.5 or greater than or equal to 9, otherwise, set to 0 - - name: has_an_abnormal_level_of_glutamic_oxaloacetic_transaminase - description: Set to 1 if the level of glutamic oxaloacetic transaminase in the patient's latest laboratory examination is greater than or equal to 60, otherwise, set to 0 \ No newline at end of file diff --git a/inputs_databricks/tiktok_ads/config.yaml b/inputs_databricks/tiktok_ads/config.yaml deleted file mode 100644 index b8f7e4772997f33345555f836ec19904a1b8c4ed..0000000000000000000000000000000000000000 --- a/inputs_databricks/tiktok_ads/config.yaml +++ /dev/null @@ -1,57 +0,0 @@ -Airbyte: - config: - files_definition_id: 778daa7c-feaf-4db6-96f3-70fd645acc77 - mongodb_definition_id: b2e713cd-cc36-4c0a-b5bd-b47cb8a0561e - namespace_definition: destination - postgres_definition_id: decd338e-5647-4c0b-adf4-da0e75f5a750 - s3_definition_id: 69589781-7828-43c5-9f63-8925b1c1ccc2 - server_url: http://airbyte-abctl-control-plane:80/api/public/v1/ - databricks_definition_id: 072d5540-f236-4294-ba7c-ade8fd918496 -aws_s3: - AWS_ACCESS_KEY_ID: test - AWS_DEFAULT_REGION: us-west-2 - AWS_ENDPOINT_URL: http://elt-localstack:4566 - AWS_SECRET_ACCESS_KEY: test - data: - - path: s3://tiktok-ads-bucket/tiktok_adgroup_history.jsonl - sync_mode: full_refresh_append - table: tiktok_adgroup_history -custom_api: - config: - configuration: {} - sync_mode: full_refresh_append - tables: - - tiktok_ad_history - - tiktok_campaign_history -flat_files: -- format: csv - path: https://drive.google.com/uc?export=download&id=16_XzFxDJ0qBz-Z6HJ95RsIGMHIMtK9Qz - sync_mode: full_refresh_append - table: tiktok_advertiser -mongodb: - config: - connection_string: mongodb://elt-mongodb:27017/?directConnection=true - database: tiktok_ads - sync_mode: full_refresh_append - tables: - - tiktok_campaign_report_hourly -postgres: - config: - database: tiktok_ads - host: elt-postgres - password: testelt - port: 5432 - schema: public - sync_mode: full_refresh_append - tables: - - tiktok_ad_report_hourly - - tiktok_adgroup_report_hourly - user: postgres -databricks: - config: - database: - hostname: - client_id: - secret: - schema: tiktok_ads - http_path: diff --git a/inputs_databricks/tiktok_ads/data_model.yaml b/inputs_databricks/tiktok_ads/data_model.yaml deleted file mode 100644 index 79acf5f1b711afdab4e2d37da5b8e9899b8b2d2e..0000000000000000000000000000000000000000 --- a/inputs_databricks/tiktok_ads/data_model.yaml +++ /dev/null @@ -1,256 +0,0 @@ -models: - - name: tiktok_ads__advertiser_report - description: Each record in this table represents the daily performance of ads at the account level. - columns: - - name: date_day - description: Day of record. - format: YYYY-MM-DD - - name: advertiser_id - description: Advertiser ID. - - name: advertiser_name - description: Advertiser name. - - name: currency - description: Advertiser's currency. - - name: clicks - description: The number of clicks that occurred on the day of the record. - - name: impressions - description: The number of impressions that occurred on the day of the record. - - name: spend - description: The amount of spend that occurred on the day of the record. - - name: reach - description: The sum of hourly reach occurred on the day of the record - - name: conversion - description: The number of times your ad achieved an outcome, based on the secondary goal you selected. As one campaign may have a number of different secondary goals, this statistic is not supported for campaigns. Please go to ad groups or ads to view. (The total count is calculated based on the time each ad impression occurred.) - - name: likes - description: The number of likes your video creative received within 1 day of a user seeing a paid ad. - - name: comments - description: The number of comments your video creative received within 1 day of a user seeing a paid ad. - - name: shares - description: The number of shares that occurred on the day of the record. - - name: profile_visits - description: The number of profile visits that occurred on the day of the record. - - name: follows - description: The number of follows that occurred on the day of the record. - - name: video_watched_2_s - description: The number of times your video played for at least 2 seconds, or completely played. Replays will not be counted. - - name: video_watched_6_s - description: The number of times your video played for at least 6 seconds, or completely played. Replays will not be counted. - - name: video_views_p_25 - description: The number of times your video was played at 25% of its length. Replays will not be counted. - - name: video_views_p_50 - description: The number of times your video was played at 50% of its length. Replays will not be counted. - - name: video_views_p_75 - description: The number of times your video was played at 75% of its length. Replays will not be counted. - - name: real_time_conversion - description: Number of times your ad resulted in the optimization event you selected. - - name: total_purchase_value - description: The total value of purchase events that occurred in your app that were recorded by your measurement partner. - - name: total_sales_lead_value - description: The monetary worth or potential value assigned to a lead generated through ads. - - name: total_conversion_value - description: The accumulated value of `total_purchase_value` and `total_sales_lead_value`. - - name: daily_cpc - description: The average amount of money you've spent on a click. - - name: daily_cpm - description: The average amount of money you've spent per 1,000 impressions. - - name: daily_ctr - description: The percentage of times people saw your ad and performed a click. - - - name: tiktok_ads__ad_report - description: Each record in this table represents the daily performance of ads at the ad level. - columns: - - name: date_day - description: Day of record. - format: YYYY-MM-DD - - name: advertiser_id - description: Advertiser ID. - - name: advertiser_name - description: Advertiser name. - - name: campaign_id - description: Campaign ID. - - name: campaign_name - description: Campaign name. - - name: ad_group_id - description: Ad group ID. - - name: ad_group_name - description: Ad group name. - - name: ad_id - description: Ad ID. - - name: ad_name - description: Ad name. - - name: currency - description: Advertiser's currency. - - name: category - description: Ad group category. - - name: gender - description: Gender that you want to target. - - name: budget - description: Ad budget. Returns 0.0 when Campaign Budget Optimization (budget_optimize_switch) is on. - - name: impressions - description: The number of impressions that occurred on the day of the record. - - name: clicks - description: The number of clicks that occurred on the day of the record. - - name: spend - description: The amount of spend that occurred on the day of the record. - - name: reach - description: The sum of hourly reach occurred on the day of the record - - name: conversion - description: The number of times your ad achieved an outcome, based on the secondary goal you selected. As one campaign may have a number of different secondary goals, this statistic is not supported for campaigns. Please go to ad groups or ads to view. (The total count is calculated based on the time each ad impression occurred.) - - name: likes - description: The number of likes your video creative received within 1 day of a user seeing a paid ad. - - name: comments - description: The number of comments your video creative received within 1 day of a user seeing a paid ad. - - name: shares - description: The number of shares that occurred on the day of the record. - - name: profile_visits - description: The number of profile visits that occurred on the day of the record. - - name: follows - description: The number of follows that occurred on the day of the record. - - name: video_watched_2_s - description: The number of times your video played for at least 2 seconds, or completely played. Replays will not be counted. - - name: video_watched_6_s - description: The number of times your video played for at least 6 seconds, or completely played. Replays will not be counted. - - name: video_views_p_25 - description: The number of times your video was played at 25% of its length. Replays will not be counted. - - name: video_views_p_50 - description: The number of times your video was played at 50% of its length. Replays will not be counted. - - name: video_views_p_75 - description: The number of times your video was played at 75% of its length. Replays will not be counted. - - name: real_time_conversion - description: Number of times your ad resulted in the optimization event you selected. - - name: total_purchase_value - description: The total value of purchase events that occurred in your app that were recorded by your measurement partner. - - name: total_sales_lead_value - description: The monetary worth or potential value assigned to a lead generated through ads. - - name: total_conversion_value - description: The accumulated value of `total_purchase_value` and `total_sales_lead_value`. - - name: daily_cpc - description: The average amount of money you've spent on a click. - - name: daily_cpm - description: The average amount of money you've spent per 1,000 impressions. - - name: daily_ctr - description: The percentage of times people saw your ad and performed a click. - - - name: tiktok_ads__ad_group_report - description: Each record in this table represents the daily performance of ads at the ad group level. - columns: - - name: date_day - description: Day of record - format: YYYY-MM-DD - - name: advertiser_id - description: Advertiser ID - - name: ad_group_id - description: Ad group ID - - name: ad_group_name - description: Ad group name - - name: category - description: Ad group category. - - name: gender - description: Gender that you want to target. - - name: budget - description: Ad budget. Returns 0.0 when Campaign Budget Optimization (budget_optimize_switch) is on. - - name: impressions - description: The number of impressions that occurred on the day of the record. - - name: clicks - description: The number of clicks that occurred on the day of the record. - - name: spend - description: The amount of spend that occurred on the day of the record. - - name: reach - description: The sum of hourly reach occurred on the day of the record - - name: conversion - description: The number of times your ad achieved an outcome, based on the secondary goal you selected. As one campaign may have a number of different secondary goals, this statistic is not supported for campaigns. Please go to ad groups or ads to view. (The total count is calculated based on the time each ad impression occurred.) - - name: likes - description: The number of likes your video creative received within 1 day of a user seeing a paid ad. - - name: comments - description: The number of comments your video creative received within 1 day of a user seeing a paid ad. - - name: shares - description: The number of shares that occurred on the day of the record. - - name: profile_visits - description: The number of profile visits that occurred on the day of the record. - - name: follows - description: The number of follows that occurred on the day of the record. - - name: video_watched_2_s - description: The number of times your video played for at least 2 seconds, or completely played. Replays will not be counted. - - name: video_watched_6_s - description: The number of times your video played for at least 6 seconds, or completely played. Replays will not be counted. - - name: video_views_p_25 - description: The number of times your video was played at 25% of its length. Replays will not be counted. - - name: video_views_p_50 - description: The number of times your video was played at 50% of its length. Replays will not be counted. - - name: video_views_p_75 - description: The number of times your video was played at 75% of its length. Replays will not be counted. - - name: real_time_conversion - description: Number of times your ad resulted in the optimization event you selected. - - name: total_purchase_value - description: The total value of purchase events that occurred in your app that were recorded by your measurement partner. - - name: total_sales_lead_value - description: The monetary worth or potential value assigned to a lead generated through ads. - - name: total_conversion_value - description: The accumulated value of `total_purchase_value` and `total_sales_lead_value`. - - name: daily_cpc - description: The average amount of money you've spent on a click. - - name: daily_cpm - description: The average amount of money you've spent per 1,000 impressions. - - name: daily_ctr - description: The percentage of times people saw your ad and performed a click. - - - name: tiktok_ads__campaign_report - description: Each record in this table represents the daily performance at the campaign level. - columns: - - name: date_day - description: Day of record - format: YYYY-MM-DD - - name: advertiser_id - description: Advertiser ID - - name: advertiser_name - description: Advertiser name - - name: campaign_id - description: Campaign ID - - name: campaign_name - description: Campaign name - - name: currency - description: Advertiser's currency. - - name: impressions - description: The number of impressions that occurred on the day of the record. - - name: clicks - description: The number of clicks that occurred on the day of the record. - - name: spend - description: The amount of spend that occurred on the day of the record. - - name: reach - description: The sum of hourly reach occurred on the day of the record - - name: conversion - description: The number of times your ad achieved an outcome, based on the secondary goal you selected. As one campaign may have a number of different secondary goals, this statistic is not supported for campaigns. Please go to ad groups or ads to view. (The total count is calculated based on the time each ad impression occurred.) - - name: likes - description: The number of likes your video creative received within 1 day of a user seeing a paid ad. - - name: comments - description: The number of comments your video creative received within 1 day of a user seeing a paid ad. - - name: shares - description: The number of shares that occurred on the day of the record. - - name: profile_visits - description: The number of profile visits that occurred on the day of the record. - - name: follows - description: The number of follows that occurred on the day of the record. - - name: video_watched_2_s - description: The number of times your video played for at least 2 seconds, or completely played. Replays will not be counted. - - name: video_watched_6_s - description: The number of times your video played for at least 6 seconds, or completely played. Replays will not be counted. - - name: video_views_p_25 - description: The number of times your video was played at 25% of its length. Replays will not be counted. - - name: video_views_p_50 - description: The number of times your video was played at 50% of its length. Replays will not be counted. - - name: video_views_p_75 - description: The number of times your video was played at 75% of its length. Replays will not be counted. - - name: real_time_conversion - description: Number of times your ad resulted in the optimization event you selected. - - name: total_purchase_value - description: The total value of purchase events that occurred in your app that were recorded by your measurement partner. - - name: total_sales_lead_value - description: The monetary worth or potential value assigned to a lead generated through ads. - - name: total_conversion_value - description: The accumulated value of `total_purchase_value` and `total_sales_lead_value`. - - name: daily_cpc - description: The average amount of money you've spent on a click. - - name: daily_cpm - description: The average amount of money you've spent per 1,000 impressions. - - name: daily_ctr - description: The percentage of times people saw your ad and performed a click. \ No newline at end of file diff --git a/inputs_databricks/toxicology/config.yaml b/inputs_databricks/toxicology/config.yaml deleted file mode 100644 index 5106cd66f4a5642d273bb29a2c994fb3fd6d2d24..0000000000000000000000000000000000000000 --- a/inputs_databricks/toxicology/config.yaml +++ /dev/null @@ -1,45 +0,0 @@ -Airbyte: - config: - files_definition_id: 778daa7c-feaf-4db6-96f3-70fd645acc77 - mongodb_definition_id: b2e713cd-cc36-4c0a-b5bd-b47cb8a0561e - namespace_definition: destination - postgres_definition_id: decd338e-5647-4c0b-adf4-da0e75f5a750 - server_url: http://airbyte-abctl-control-plane:80/api/public/v1/ - databricks_definition_id: 072d5540-f236-4294-ba7c-ade8fd918496 -custom_api: - config: - configuration: {} - sync_mode: full_refresh_append - tables: - - bond -flat_files: -- format: csv - path: https://drive.google.com/uc?export=download&id=1xbdYAJ2BFSdjfRKwAEjqguRMK9EcNSH4 - sync_mode: full_refresh_append - table: molecule -mongodb: - config: - connection_string: mongodb://elt-mongodb:27017/?directConnection=true - database: toxicology - sync_mode: full_refresh_append - tables: - - atom -postgres: - config: - database: toxicology - host: elt-postgres - password: testelt - port: 5432 - schema: public - sync_mode: full_refresh_append - tables: - - connected - user: postgres -databricks: - config: - database: - hostname: - client_id: - secret: - schema: toxicology - http_path: diff --git a/inputs_databricks/toxicology/data_model.yaml b/inputs_databricks/toxicology/data_model.yaml deleted file mode 100644 index 018b089262b71e24a1f0cd206d8c919ff221b67e..0000000000000000000000000000000000000000 --- a/inputs_databricks/toxicology/data_model.yaml +++ /dev/null @@ -1,20 +0,0 @@ -models: - - name: molecules - description: Each record represents a molecule. - columns: - - name: molecule_id - description: Unique identifier for the molecule. - - name: carcinogenic_label - description: whether this molecule is carcinogenic or not - - name: num_single_bonds - description: number of single bonds in the molecule, replace NULL values with 0. - - name: per_triple_bonds - description: percentage of triple bonds in the molecule - - name: num_atom_types - description: number of different atom types in the molecule, replace NULL values with 0. - - name: ratio_of_Hydrogen_elements - description: ratio of Hydrogen elements in the molecule, calculated as the number of Hydrogen atoms divided by the total number of atoms. - - name: has_double_bonded_Carbon_atom - description: set to 1 if the molecule has a double bonded Carbon atom, otherwise, set to 0 - - \ No newline at end of file diff --git a/inputs_databricks/trains/config.yaml b/inputs_databricks/trains/config.yaml deleted file mode 100644 index 57e9723f1c7c3d49254f02415b85c1365f26de88..0000000000000000000000000000000000000000 --- a/inputs_databricks/trains/config.yaml +++ /dev/null @@ -1,25 +0,0 @@ -Airbyte: - config: - files_definition_id: 778daa7c-feaf-4db6-96f3-70fd645acc77 - namespace_definition: destination - server_url: http://airbyte-abctl-control-plane:80/api/public/v1/ - databricks_definition_id: 072d5540-f236-4294-ba7c-ade8fd918496 -custom_api: - config: - configuration: {} - sync_mode: full_refresh_append - tables: - - cars -flat_files: -- format: csv - path: https://drive.google.com/uc?export=download&id=1w5_eaQI7_bxn5zQVEOwB5WsIAkAu7VCB - sync_mode: full_refresh_append - table: train -databricks: - config: - database: - hostname: - client_id: - secret: - schema: trains - http_path: diff --git a/inputs_databricks/twilio/config.yaml b/inputs_databricks/twilio/config.yaml deleted file mode 100644 index 0916cdc62202e25d9920fd15d7b1800fddb4a233..0000000000000000000000000000000000000000 --- a/inputs_databricks/twilio/config.yaml +++ /dev/null @@ -1,63 +0,0 @@ -Airbyte: - config: - files_definition_id: 778daa7c-feaf-4db6-96f3-70fd645acc77 - mongodb_definition_id: b2e713cd-cc36-4c0a-b5bd-b47cb8a0561e - namespace_definition: destination - postgres_definition_id: decd338e-5647-4c0b-adf4-da0e75f5a750 - s3_definition_id: 69589781-7828-43c5-9f63-8925b1c1ccc2 - server_url: http://airbyte-abctl-control-plane:80/api/public/v1/ - databricks_definition_id: 072d5540-f236-4294-ba7c-ade8fd918496 -aws_s3: - AWS_ACCESS_KEY_ID: test - AWS_DEFAULT_REGION: us-west-2 - AWS_ENDPOINT_URL: http://elt-localstack:4566 - AWS_SECRET_ACCESS_KEY: test - data: - - path: s3://twilio-bucket/account_history.jsonl - sync_mode: full_refresh_append - table: account_history - - path: s3://twilio-bucket/incoming_phone_number.jsonl - sync_mode: full_refresh_append - table: incoming_phone_number -custom_api: - config: - configuration: {} - sync_mode: full_refresh_append - tables: - - messaging_service - - outgoing_caller_id -flat_files: -- format: jsonl - path: https://drive.google.com/uc?export=download&id=1TC1Q1WYLy5dwcGVASc5YsklQbTijDX_k - sync_mode: full_refresh_append - table: usage_record -- format: csv - path: https://drive.google.com/uc?export=download&id=149V3-6Bbs_lUgIMSpc0Rp3Bme4wRowvj - sync_mode: full_refresh_append - table: address -mongodb: - config: - connection_string: mongodb://elt-mongodb:27017/?directConnection=true - database: twilio - sync_mode: full_refresh_append - tables: - - call -postgres: - config: - database: twilio - host: elt-postgres - password: testelt - port: 5432 - schema: public - sync_mode: full_refresh_append - tables: - - message - user: postgres -databricks: - config: - database: - hostname: - client_id: - secret: - schema: twilio - http_path: diff --git a/inputs_databricks/twilio/data_model.yaml b/inputs_databricks/twilio/data_model.yaml deleted file mode 100644 index 34394f1183944d14816665a6df773984816ef0e6..0000000000000000000000000000000000000000 --- a/inputs_databricks/twilio/data_model.yaml +++ /dev/null @@ -1,55 +0,0 @@ -models: - - name: twilio__account_overview - description: This model provides aggregate information per each account regarding the Twilio Messages resource. - columns: - - name: account_id - description: The unique identifier for account. - - name: account_name - description: Friendly name associated with the account. - - name: account_status - description: The status or state of the account. - - name: account_type - description: The type or category of the account. - - name: date_day - description: The day of the message activity. - format: YYYY-MM-DD - - name: date_week - description: The week of the message activity. - format: YYYY-MM-DD - - name: date_month - description: The month of the message activity. - format: YYYY-MM-DD - - name: price_unit - description: The currency unit in which the `price` is measured. - - name: total_outbound_messages - description: Total number of outbound messages for this account. - - name: total_inbound_messages - description: Total number of inbound messages for this account. - - name: total_accepted_messages - description: Total number of accepted messages for this account. - - name: total_scheduled_messages - description: Total number of scheduled messages for this account. - - name: total_canceled_messages - description: Total number of canceled messages for this account. - - name: total_queued_messages - description: Total number of queued messages for this account. - - name: total_sending_messages - description: Total number of sending messages for this account. - - name: total_sent_messages - description: Total number of sent messages for this account. - - name: total_failed_messages - description: Total number of failed messages for this account. - - name: total_delivered_messages - description: Total number of delivered messages for this account. - - name: total_undelivered_messages - description: Total number of undelivered messages for this account. - - name: total_receiving_messages - description: Total number of receiving messages for this account. - - name: total_received_messages - description: Total number of received messages for this account. - - name: total_read_messages - description: Total number of read messages for this account. - - name: total_messages - description: Total number of messages for this account. - - name: total_messages_spend - description: Total cost or price associated with this account. diff --git a/inputs_databricks/twitter_organic/config.yaml b/inputs_databricks/twitter_organic/config.yaml deleted file mode 100644 index a5d1ae01329ba470112e2d9eea83443ae4fa73c5..0000000000000000000000000000000000000000 --- a/inputs_databricks/twitter_organic/config.yaml +++ /dev/null @@ -1,45 +0,0 @@ -Airbyte: - config: - files_definition_id: 778daa7c-feaf-4db6-96f3-70fd645acc77 - mongodb_definition_id: b2e713cd-cc36-4c0a-b5bd-b47cb8a0561e - namespace_definition: destination - postgres_definition_id: decd338e-5647-4c0b-adf4-da0e75f5a750 - server_url: http://airbyte-abctl-control-plane:80/api/public/v1/ - databricks_definition_id: 072d5540-f236-4294-ba7c-ade8fd918496 -custom_api: - config: - configuration: {} - sync_mode: full_refresh_append - tables: - - twitter_user_history -flat_files: -- format: csv - path: https://drive.google.com/uc?export=download&id=1ZmdgarDCpfG3XWIOwD1lRjGX1nqyuG-p - sync_mode: full_refresh_append - table: account_history -mongodb: - config: - connection_string: mongodb://elt-mongodb:27017/?directConnection=true - database: twitter_organic - sync_mode: full_refresh_append - tables: - - organic_tweet_report -postgres: - config: - database: twitter_organic - host: elt-postgres - password: testelt - port: 5432 - schema: public - sync_mode: full_refresh_append - tables: - - tweet - user: postgres -databricks: - config: - database: - hostname: - client_id: - secret: - schema: twitter_organic - http_path: diff --git a/inputs_databricks/twitter_organic/data_model.yaml b/inputs_databricks/twitter_organic/data_model.yaml deleted file mode 100644 index 9202a7be37febe930cf6e1de0f72bdbb21705df8..0000000000000000000000000000000000000000 --- a/inputs_databricks/twitter_organic/data_model.yaml +++ /dev/null @@ -1,72 +0,0 @@ -models: - - name: twitter_organic__tweets - description: Each record represents the daily performance of a tweet. - columns: - - name: date_day - description: Date of the report - format: YYYY-MM-DDTHH:MM:SS - - name: organic_tweet_id - description: The unique ID of the tweet - - name: created_timestamp - description: Date and time when the tweet was created - format: YYYY-MM-DD HH:MM:SS - - name: tweet_text - description: The full text of the tweet - - name: account_id - description: ID of the associated account in Twitter - - name: post_url - description: URL of the tweet. Concatenation of 'https://twitter.com/p/status/' and the tweet ID - - name: account_name - description: Name of the account in Twitter. Use the most recent name if the account has multiple names - - name: user_id - description: The ID of the user in Twitter - - name: user_name - description: The name of the user - - name: app_clicks - description: Number of clicks on app install campaigns - - name: card_engagements - description: Number of engagements on cards - - name: carousel_swipes - description: Number of swipes on carousels - - name: clicks - description: Number of clicks on tweet - - name: engagements - description: Number of engagements on tweet - - name: follows - description: Number of follows as a result of the tweet - - name: impressions - description: Number of impressions on tweet - - name: likes - description: Number of likes on tweet - - name: poll_card_vote - description: Number of votes on poll cards - - name: qualified_impressions - description: Number of qualified impressions on tweet - - name: replies - description: Number of replies on tweet - - name: retweets - description: Number of retweets on tweet - - name: unfollows - description: Number of unfollows as a result of the tweet - - name: url_clicks - description: Number of clicks on URLs in tweet - - name: video_15_s_views - description: Number of 15-second views on video - - name: video_3_s_100_pct_views - description: Total number of views where at least 3 seconds were played while 100% in view. - - name: video_6_s_views - description: Number of 6-second views on video - - name: video_content_starts - description: Number of times the video content started - - name: video_cta_clicks - description: Number of clicks on tweet call-to-actions - - name: video_total_views - description: Total number of views on video - - name: video_views_100 - description: Total number of views where at least 100% of the video was viewed. - - name: video_views_25 - description: Total number of views where at least 25% of the video was viewed. - - name: video_views_50 - description: Total number of views where at least 50% of the video was viewed. - - name: video_views_75 - description: Total number of views where at least 75% of the video was viewed. \ No newline at end of file diff --git a/inputs_databricks/university/config.yaml b/inputs_databricks/university/config.yaml deleted file mode 100644 index 1a2ec2dbfcc085dbd0184399e37c0c629f06e743..0000000000000000000000000000000000000000 --- a/inputs_databricks/university/config.yaml +++ /dev/null @@ -1,56 +0,0 @@ -Airbyte: - config: - files_definition_id: 778daa7c-feaf-4db6-96f3-70fd645acc77 - mongodb_definition_id: b2e713cd-cc36-4c0a-b5bd-b47cb8a0561e - namespace_definition: destination - postgres_definition_id: decd338e-5647-4c0b-adf4-da0e75f5a750 - s3_definition_id: 69589781-7828-43c5-9f63-8925b1c1ccc2 - server_url: http://airbyte-abctl-control-plane:80/api/public/v1/ - databricks_definition_id: 072d5540-f236-4294-ba7c-ade8fd918496 -aws_s3: - AWS_ACCESS_KEY_ID: test - AWS_DEFAULT_REGION: us-west-2 - AWS_ENDPOINT_URL: http://elt-localstack:4566 - AWS_SECRET_ACCESS_KEY: test - data: - - path: s3://university-bucket/country.jsonl - sync_mode: full_refresh_append - table: country -custom_api: - config: - configuration: {} - sync_mode: full_refresh_append - tables: - - ranking_criteria - - university_ranking_year -flat_files: -- format: jsonl - path: https://drive.google.com/uc?export=download&id=1SYRAIovakcygZ6JTtKIr3JzjBcd6vSX6 - sync_mode: full_refresh_append - table: ranking_system -mongodb: - config: - connection_string: mongodb://elt-mongodb:27017/?directConnection=true - database: university - sync_mode: full_refresh_append - tables: - - university -postgres: - config: - database: university - host: elt-postgres - password: testelt - port: 5432 - schema: public - sync_mode: full_refresh_append - tables: - - university_year - user: postgres -databricks: - config: - database: - hostname: - client_id: - secret: - schema: university - http_path: diff --git a/inputs_databricks/video_games/config.yaml b/inputs_databricks/video_games/config.yaml deleted file mode 100644 index 9f1dce2fcab679d11ac64b8041ea404412954039..0000000000000000000000000000000000000000 --- a/inputs_databricks/video_games/config.yaml +++ /dev/null @@ -1,60 +0,0 @@ -Airbyte: - config: - files_definition_id: 778daa7c-feaf-4db6-96f3-70fd645acc77 - mongodb_definition_id: b2e713cd-cc36-4c0a-b5bd-b47cb8a0561e - namespace_definition: destination - postgres_definition_id: decd338e-5647-4c0b-adf4-da0e75f5a750 - s3_definition_id: 69589781-7828-43c5-9f63-8925b1c1ccc2 - server_url: http://airbyte-abctl-control-plane:80/api/public/v1/ - databricks_definition_id: 072d5540-f236-4294-ba7c-ade8fd918496 -aws_s3: - AWS_ACCESS_KEY_ID: test - AWS_DEFAULT_REGION: us-west-2 - AWS_ENDPOINT_URL: http://elt-localstack:4566 - AWS_SECRET_ACCESS_KEY: test - data: - - path: s3://video-games-bucket/genre.csv - sync_mode: full_refresh_append - table: genre - - path: s3://video-games-bucket/platform.jsonl - sync_mode: full_refresh_append - table: platform -custom_api: - config: - configuration: {} - sync_mode: full_refresh_append - tables: - - game_publisher - - vg_publisher -flat_files: -- format: csv - path: https://drive.google.com/uc?export=download&id=1IWtCzcS1tV88kXFQMluuVmgRuID5g1c7 - sync_mode: full_refresh_append - table: region -mongodb: - config: - connection_string: mongodb://elt-mongodb:27017/?directConnection=true - database: video_games - sync_mode: full_refresh_append - tables: - - game -postgres: - config: - database: video_games - host: elt-postgres - password: testelt - port: 5432 - schema: public - sync_mode: full_refresh_append - tables: - - game_platform - - region_sales - user: postgres -databricks: - config: - database: - hostname: - client_id: - secret: - schema: video_games - http_path: diff --git a/inputs_databricks/video_games/data_model.yaml b/inputs_databricks/video_games/data_model.yaml deleted file mode 100644 index 537478e35568a5184240cd10bf9c7543aaf7ad58..0000000000000000000000000000000000000000 --- a/inputs_databricks/video_games/data_model.yaml +++ /dev/null @@ -1,18 +0,0 @@ -models: - - name: publishers - description: Each record represents a publisher. - columns: - - name: publisher_id - description: Unique identifier for the publisher. - - name: publisher_name - description: The name of the publisher. - - name: num_games - description: The number of games published by the publisher, replace NULL values with 0. - - name: num_puzzle_games - description: The number of puzzle games published by the publisher, replace NULL values with 0. - - name: oldest_published_game - description: The name of the oldest game published by the publisher, with ties broken by the ascending order of the game name. - - name: published_only_one_game - description: Set to 1 if the publisher has published only one game, otherwise, set to 0. - - name: avg_sale_greater_than_90_per_of_avg_sale_in_Japan - description: Set to 1 if the publisher's average sale in Japan is greater than 90% of the average sales of all publishers in Japan, otherwise, set to 0 \ No newline at end of file diff --git a/inputs_databricks/workday/config.yaml b/inputs_databricks/workday/config.yaml deleted file mode 100644 index 02e2f24e0b2ab085a1a8a1a41f6258472eb41600..0000000000000000000000000000000000000000 --- a/inputs_databricks/workday/config.yaml +++ /dev/null @@ -1,84 +0,0 @@ -Airbyte: - config: - files_definition_id: 778daa7c-feaf-4db6-96f3-70fd645acc77 - mongodb_definition_id: b2e713cd-cc36-4c0a-b5bd-b47cb8a0561e - namespace_definition: destination - postgres_definition_id: decd338e-5647-4c0b-adf4-da0e75f5a750 - s3_definition_id: 69589781-7828-43c5-9f63-8925b1c1ccc2 - server_url: http://airbyte-abctl-control-plane:80/api/public/v1/ - databricks_definition_id: 072d5540-f236-4294-ba7c-ade8fd918496 -aws_s3: - AWS_ACCESS_KEY_ID: test - AWS_DEFAULT_REGION: us-west-2 - AWS_ENDPOINT_URL: http://elt-localstack:4566 - AWS_SECRET_ACCESS_KEY: test - data: - - path: s3://workday-bucket/job_family_group.csv - sync_mode: full_refresh_append - table: job_family_group - - path: s3://workday-bucket/job_family_job_profile.jsonl - sync_mode: full_refresh_append - table: job_family_job_profile - - path: s3://workday-bucket/organization_role_worker.csv - sync_mode: full_refresh_append - table: organization_role_worker -custom_api: - config: - configuration: {} - sync_mode: full_refresh_append - tables: - - job_family - - job_profile - - organization_role - - personal_information_ethnicity - - worker_leave_status - - worker_position_history -flat_files: -- format: jsonl - path: https://drive.google.com/uc?export=download&id=1g3KGcLMg3K9hHxbs6atI9nCGMWBpJmnM - sync_mode: full_refresh_append - table: job_family_job_family_group -- format: jsonl - path: https://drive.google.com/uc?export=download&id=1MYZ5CytbMDa3B-UQuX76_FsNEal5vUHv - sync_mode: full_refresh_append - table: organization_job_family -- format: csv - path: https://drive.google.com/uc?export=download&id=1msrt5jOXOyQ8z89FBIUOMaFIcD_EHWOZ - sync_mode: full_refresh_append - table: position_organization -- format: parquet - path: https://drive.google.com/uc?export=download&id=1k_ufVW5-VJlASUpaJq8evhgLyinEDYz1 - sync_mode: full_refresh_append - table: worker_position_organization_history -mongodb: - config: - connection_string: mongodb://elt-mongodb:27017/?directConnection=true - database: workday - sync_mode: full_refresh_append - tables: - - person_contact_email_address - - position_job_profile -postgres: - config: - database: workday - host: elt-postgres - password: testelt - port: 5432 - schema: public - sync_mode: full_refresh_append - tables: - - military_service - - organization - - person_name - - personal_information_history - - position - - worker_history - user: postgres -databricks: - config: - database: - hostname: - client_id: - secret: - schema: workday - http_path: diff --git a/inputs_databricks/workday/data_model.yaml b/inputs_databricks/workday/data_model.yaml deleted file mode 100644 index 483fc52f4fac6cc4b28896aacf62abfae29f7807..0000000000000000000000000000000000000000 --- a/inputs_databricks/workday/data_model.yaml +++ /dev/null @@ -1,154 +0,0 @@ -models: - - name: workday__employee_overview - description: Each record represents an employee with enriched personal information and the positions they hold. This helps measure employee demographic and geographical distribution, overall retention and turnover, and compensation analysis of their employees. - columns: - - name: employee_id - description: Surrogate key on worker_id, position_id, position_start_date to create a unique identifier for a Workday employee. Use dbt utils package to generate the surrogate key. - - name: worker_id - description: Unique identifier for the worker. - - name: position_id - description: Identifier for the specific position. - - name: position_start_date - description: The position start date for this employee. - format: YYYY-MM-DD - - name: worker_code - description: The code associated with the worker. - - name: user_id - description: The identifier for the user associated with the worker. - - name: is_user_active - description: Is the user currently active. - - name: hire_date - description: The date when the worker was hired. - format: YYYY-MM-DD - - name: is_terminated - description: Has the worker been terminated? - - name: primary_termination_category - description: The primary termination category for the worker. - - name: primary_termination_reason - description: The primary termination reason for the worker. - - name: is_regrettable_termination - description: Has the worker been regrettably terminated? Set to true if the worker was terminated and the termination is regrettable, set to false if the worker was terminated and the termination is not regrettable, otherwise null. - - name: compensation_effective_date - description: Effective date when changes to the worker's compensation take effect. - format: YYYY-MM-DD - - name: employee_compensation_frequency - description: Frequency of payment for the worker's employee compensation. - - name: annual_currency_summary_currency - description: Currency used for annual compensation summaries. - - name: annual_currency_summary_total_base_pay - description: Total base pay in the currency for annual summaries. - - name: annual_currency_summary_primary_compensation_basis - description: Primary compensation basis used for annual compensation summaries. - - name: annual_summary_currency - description: Currency used for annual summaries. - - name: annual_summary_total_base_pay - description: Total base pay in the currency for annual summaries. - - name: annual_summary_primary_compensation_basis - description: Primary compensation basis used for annual summaries. - - name: compensation_grade_id - description: Identifier for the compensation grade. - - name: first_name - description: The first name of the individual. - - name: business_title - description: The business title associated with the worker position. - - name: job_profile_id - description: Identifier for the job profile. - - name: employee_type - description: The type of employee associated with the worker position. - - name: position_location - description: The location of the business site where the employee's position is based. - - name: management_level_code - description: Code indicating the management level associated with the job profile. - - name: fte_percent - description: The full-time equivalent (FTE) percentage associated with the worker position. - - name: position_end_date - description: The position end date for this employee. - format: YYYY-MM-DD - - name: position_effective_date - description: The date when the position becomes effective for the employee. - format: YYYY-MM-DD - - - name: workday__job_overview - description: Each record represents a job with enriched details on job profiles and job families. This allows users to understand recruitment patterns and details within a job and job groupings. - columns: - - name: job_profile_id - description: Identifier for the job profile. - - name: job_profile_code - description: Code assigned to the job profile. - - name: job_title - description: The title of the job for the worker. - - name: job_summary - description: The summary of the job. - - name: job_description - description: Brief description of the job profile. - - name: job_family_codes - description: Comma-separated string array of all job family codes assigned to a job profile. Leave as Null if no job family codes are assigned. - - name: job_family_summaries - description: Comma-separated string array of all job family summaries assigned to a job profile. Leave as Null if no job family summaries are assigned. - - name: job_family_group_codes - description: Comma-separated string array of all job family group codes assigned to a job profile. Leave as Null if no job family group codes are assigned. - - name: job_family_group_summaries - description: Comma-separated string array of all job family group summaries assigned to a job profile. Leave as Null if no job family group summaries are assigned. - - - name: workday__position_overview - description: Each record represents a position with enriched data on positions. This allows end users to understand position availabilities, vacancies, cost to optimize hiring efforts. - columns: - - name: position_id - description: Identifier for the specific position. - - name: position_code - description: Code associated with the position for reference and categorization. - - name: job_posting_title - description: Title used for job postings associated with the position. - - name: effective_date - description: Date when the job profile becomes effective. - format: YYYY-MM-DD - - name: is_closed - description: Flag indicating whether the position is closed. - - name: is_hiring_freeze - description: Flag indicating whether the organization is under a hiring freeze. - - name: is_available_for_hire - description: Flag indicating whether the organization is available for hiring. - - name: availability_date - description: Date when the organization becomes available. - format: YYYY-MM-DD - - name: is_available_for_recruiting - description: Flag indicating whether the position is available for recruiting. - - name: earliest_hire_date - description: Earliest date when the position can be filled. - format: YYYY-MM-DD - - name: is_available_for_overlap - description: Flag indicating whether the position is available for overlap with other positions. - - name: worker_for_filled_position_id - description: Identifier for the worker filling the position, if applicable. - - name: worker_type_code - description: Code indicating the type of worker associated with the position. - - name: position_time_type_code - description: Code indicating the time type associated with the position. - - name: supervisory_organization_id - description: Identifier for the supervisory organization associated with the position. - - name: job_profile_id - description: Identifier for the job profile. - - - name: workday__organization_overview - description: Each record represents organization, organization roles, as well as positions and workers tied to these organizations. This allows end users to slice organizational data at any grain to better analyze organizational structures. - columns: - - name: organization_id - description: Identifier for the organization. - - name: organization_role_id - description: The role id associated with the organization. - - name: organization_code - description: Code associated with the organization. - - name: organization_name - description: Name of the organization. - - name: organization_type - description: Type or category of the organization. - - name: organization_sub_type - description: Subtype or classification of the organization. - - name: superior_organization_id - description: Identifier for the superior organization, if applicable. - - name: top_level_organization_id - description: Identifier for the top-level organization, if applicable. - - name: manager_id - description: Identifier for the manager associated with the organization. - - name: organization_role_code - description: Code assigned to the organization role for reference and categorization. \ No newline at end of file diff --git a/inputs_databricks/works_cycles/config.yaml b/inputs_databricks/works_cycles/config.yaml deleted file mode 100644 index ad3b8dd9faaf1909c6e08043b7efc59a608f0cda..0000000000000000000000000000000000000000 --- a/inputs_databricks/works_cycles/config.yaml +++ /dev/null @@ -1,149 +0,0 @@ -Airbyte: - config: - files_definition_id: 778daa7c-feaf-4db6-96f3-70fd645acc77 - mongodb_definition_id: b2e713cd-cc36-4c0a-b5bd-b47cb8a0561e - namespace_definition: destination - postgres_definition_id: decd338e-5647-4c0b-adf4-da0e75f5a750 - s3_definition_id: 69589781-7828-43c5-9f63-8925b1c1ccc2 - server_url: http://airbyte-abctl-control-plane:80/api/public/v1/ - databricks_definition_id: 072d5540-f236-4294-ba7c-ade8fd918496 -aws_s3: - AWS_ACCESS_KEY_ID: test - AWS_DEFAULT_REGION: us-west-2 - AWS_ENDPOINT_URL: http://elt-localstack:4566 - AWS_SECRET_ACCESS_KEY: test - data: - - path: s3://works-cycles-bucket/ContactType.jsonl - sync_mode: full_refresh_append - table: ContactType - - path: s3://works-cycles-bucket/Culture.csv - sync_mode: full_refresh_append - table: Culture - - path: s3://works-cycles-bucket/Location.jsonl - sync_mode: full_refresh_append - table: Location - - path: s3://works-cycles-bucket/PhoneNumberType.jsonl - sync_mode: full_refresh_append - table: PhoneNumberType - - path: s3://works-cycles-bucket/SalesTerritory.jsonl - sync_mode: full_refresh_append - table: SalesTerritory - - path: s3://works-cycles-bucket/SalesTerritoryHistory.jsonl - sync_mode: full_refresh_append - table: SalesTerritoryHistory - - path: s3://works-cycles-bucket/Shift.csv - sync_mode: full_refresh_append - table: Shift - - path: s3://works-cycles-bucket/ShipMethod.jsonl - sync_mode: full_refresh_append - table: ShipMethod - - path: s3://works-cycles-bucket/ShoppingCartItem.csv - sync_mode: full_refresh_append - table: ShoppingCartItem - - path: s3://works-cycles-bucket/TransactionHistoryArchive.csv - sync_mode: full_refresh_append - table: TransactionHistoryArchive - - path: s3://works-cycles-bucket/UnitMeasure.csv - sync_mode: full_refresh_append - table: UnitMeasure -custom_api: - config: - configuration: {} - sync_mode: full_refresh_append - tables: - - CountryRegion - - CountryRegionCurrency - - Currency - - CurrencyRate - - ProductReview - - SalesOrderDetail - - SalesOrderHeader - - SalesOrderHeaderSalesReason - - SalesTaxRate - - SpecialOffer - - SpecialOfferProduct - - StateProvince - - Store - - Vendor - - WorkOrder - - WorkOrderRouting -flat_files: -- format: csv - path: https://drive.google.com/uc?export=download&id=1P0wVOLyJbta_jeYq_Yy3NX_WIGc042v8 - sync_mode: full_refresh_append - table: AddressType -- format: jsonl - path: https://drive.google.com/uc?export=download&id=1iR1yCXvgH5nnaa5H4IFiaE01grbYsL-6 - sync_mode: full_refresh_append - table: Department -- format: parquet - path: https://drive.google.com/uc?export=download&id=1oOPVAKDGcyfHw4jySfxR5dlgESrFkXyr - sync_mode: full_refresh_append - table: Document -- format: csv - path: https://drive.google.com/uc?export=download&id=1e940xr9KPf79x6L8YBF1sUsYuNfTbwCX - sync_mode: full_refresh_append - table: ProductCategory -- format: jsonl - path: https://drive.google.com/uc?export=download&id=19eGUWiRIKsujuOqKV2-RSVPSKexzx-xK - sync_mode: full_refresh_append - table: SalesReason -- format: csv - path: https://drive.google.com/uc?export=download&id=1hcCD89pG4xoHESebsBLjG-i319RDK1gd - sync_mode: full_refresh_append - table: ScrapReason -mongodb: - config: - connection_string: mongodb://elt-mongodb:27017/?directConnection=true - database: work_cycles - sync_mode: full_refresh_append - tables: - - Address - - BusinessEntity - - BusinessEntityAddress - - BusinessEntityContact - - Employee - - EmployeeDepartmentHistory - - EmployeePayHistory - - JobCandidate - - Person - - Product - - ProductDescription - - ProductDocument - - ProductModel - - ProductPhoto - - ProductProductPhoto - - ProductSubcategory - - SalesPerson -postgres: - config: - database: work_cycles - host: elt-postgres - password: testelt - port: 5432 - schema: public - sync_mode: full_refresh_append - tables: - - bill_of_materials - - credit_card - - email_address - - password - - person_credit_card - - product_cost_history - - product_inventory - - product_list_price_history - - product_model_product_description_culture - - product_vendor - - purchase_order_detail - - purchase_order_header - - sales_person_quota_history - - transaction_history - user: postgres -databricks: - config: - database: - hostname: - client_id: - secret: - schema: work_cycles - http_path: diff --git a/inputs_databricks/world/config.yaml b/inputs_databricks/world/config.yaml deleted file mode 100644 index 63e3118fd7c884e3c47fc607b8a1e12164416715..0000000000000000000000000000000000000000 --- a/inputs_databricks/world/config.yaml +++ /dev/null @@ -1,37 +0,0 @@ -Airbyte: - config: - files_definition_id: 778daa7c-feaf-4db6-96f3-70fd645acc77 - namespace_definition: destination - postgres_definition_id: decd338e-5647-4c0b-adf4-da0e75f5a750 - server_url: http://airbyte-abctl-control-plane:80/api/public/v1/ - databricks_definition_id: 072d5540-f236-4294-ba7c-ade8fd918496 -custom_api: - config: - configuration: {} - sync_mode: full_refresh_append - tables: - - City -flat_files: -- format: jsonl - path: https://drive.google.com/uc?export=download&id=15QNS3D38PsRFdObjNUrleLfGPA6VNT03 - sync_mode: full_refresh_append - table: CountryLanguage -postgres: - config: - database: world - host: elt-postgres - password: testelt - port: 5432 - schema: public - sync_mode: full_refresh_append - tables: - - country - user: postgres -databricks: - config: - database: - hostname: - client_id: - secret: - schema: world - http_path: diff --git a/inputs_databricks/world/data_model.yaml b/inputs_databricks/world/data_model.yaml deleted file mode 100644 index c97ddeac7e3fe18e6baf3202d504bca654488985..0000000000000000000000000000000000000000 --- a/inputs_databricks/world/data_model.yaml +++ /dev/null @@ -1,20 +0,0 @@ -models: - - name: countries - description: Each record represents a country. - columns: - - name: country_code - description: The unique identifier of the country. - - name: country_name - description: The name of the country. - - name: population - description: The population of the country. - - name: capital_name - description: The name of the capital city of the country. - - name: num_cities - description: The number of cities in the country, replace NULL values with 0. - - name: city_with_least_population - description: The city in the country that has the least population, with ties broken by the ascending order of the city name - - name: GNP_growth_rate - description: GNP growth rate of the country, expressed as a percentage. - - name: use_most_widely_used_language_as_official_language - description: Set to 1 if the country uses the language that is official in most countries as its official language, otherwise, set to 0 \ No newline at end of file diff --git a/inputs_databricks/world_development_indicators/config.yaml b/inputs_databricks/world_development_indicators/config.yaml deleted file mode 100644 index 718035aa622bc8cb1d6f3fc8cbba0b6c76fd615c..0000000000000000000000000000000000000000 --- a/inputs_databricks/world_development_indicators/config.yaml +++ /dev/null @@ -1,56 +0,0 @@ -Airbyte: - config: - files_definition_id: 778daa7c-feaf-4db6-96f3-70fd645acc77 - mongodb_definition_id: b2e713cd-cc36-4c0a-b5bd-b47cb8a0561e - namespace_definition: destination - postgres_definition_id: decd338e-5647-4c0b-adf4-da0e75f5a750 - s3_definition_id: 69589781-7828-43c5-9f63-8925b1c1ccc2 - server_url: http://airbyte-abctl-control-plane:80/api/public/v1/ - databricks_definition_id: 072d5540-f236-4294-ba7c-ade8fd918496 -aws_s3: - AWS_ACCESS_KEY_ID: test - AWS_DEFAULT_REGION: us-west-2 - AWS_ENDPOINT_URL: http://elt-localstack:4566 - AWS_SECRET_ACCESS_KEY: test - data: - - path: s3://world-development-indicators-bucket/SeriesNotes.csv - sync_mode: full_refresh_append - table: SeriesNotes -custom_api: - config: - configuration: {} - sync_mode: full_refresh_append - tables: - - Footnotes -flat_files: -- format: jsonl - path: https://drive.google.com/uc?export=download&id=1y-thuGBS3bSXD8geaRXqlTFY6L7evL0T - sync_mode: full_refresh_append - table: CountryNotes -mongodb: - config: - connection_string: "mongodb://elt-mongodb:27017/?directConnection=true\_" - database: world_development_indicators - sync_mode: full_refresh_append - tables: - - Country - - Series -postgres: - config: - database: world_development_indicators - host: elt-postgres - password: testelt - port: 5432 - schema: public - sync_mode: full_refresh_append - tables: - - indicators - user: postgres -databricks: - config: - database: - hostname: - client_id: - secret: - schema: world_development_indicators - http_path: diff --git a/inputs_databricks/xero/config.yaml b/inputs_databricks/xero/config.yaml deleted file mode 100644 index c2dc4b7dfbfeed994632daf45f890e28e9eda6be..0000000000000000000000000000000000000000 --- a/inputs_databricks/xero/config.yaml +++ /dev/null @@ -1,62 +0,0 @@ -Airbyte: - config: - files_definition_id: 778daa7c-feaf-4db6-96f3-70fd645acc77 - mongodb_definition_id: b2e713cd-cc36-4c0a-b5bd-b47cb8a0561e - namespace_definition: destination - postgres_definition_id: decd338e-5647-4c0b-adf4-da0e75f5a750 - s3_definition_id: 69589781-7828-43c5-9f63-8925b1c1ccc2 - server_url: http://airbyte-abctl-control-plane:80/api/public/v1/ - databricks_definition_id: 072d5540-f236-4294-ba7c-ade8fd918496 -aws_s3: - AWS_ACCESS_KEY_ID: test - AWS_DEFAULT_REGION: us-west-2 - AWS_ENDPOINT_URL: http://elt-localstack:4566 - AWS_SECRET_ACCESS_KEY: test - data: - - path: s3://xero-bucket/journal.csv - sync_mode: full_refresh_append - table: journal -custom_api: - config: - configuration: {} - sync_mode: full_refresh_append - tables: - - invoice_line_item - - journal_line -flat_files: -- format: jsonl - path: https://drive.google.com/uc?export=download&id=1gaH35x-WtD0hRH91LjlEeI3mXG8tDIUR - sync_mode: full_refresh_append - table: credit_note -- format: csv - path: https://drive.google.com/uc?export=download&id=14GXymZm6pTNLa_dMdKEfrqnwQdLyjVgZ - sync_mode: full_refresh_append - table: organization -mongodb: - config: - connection_string: mongodb://elt-mongodb:27017/?directConnection=true - database: xero - sync_mode: full_refresh_append - tables: - - account - - contact -postgres: - config: - database: xero - host: elt-postgres - password: testelt - port: 5432 - schema: public - sync_mode: full_refresh_append - tables: - - bank_transaction - - invoice - user: postgres -databricks: - config: - database: - hostname: - client_id: - secret: - schema: xero - http_path: diff --git a/inputs_databricks/xero/data_model.yaml b/inputs_databricks/xero/data_model.yaml deleted file mode 100644 index e50bec3260bffb93a3f20b08d64be58d8c510a87..0000000000000000000000000000000000000000 --- a/inputs_databricks/xero/data_model.yaml +++ /dev/null @@ -1,118 +0,0 @@ -models: - - name: xero__invoice_line_items - description: Each record represents an invoice line item, enriched with account, contact and invoice information. - columns: - - name: account_code - description: Customer defined alpha numeric account code e.g 200 or SALES - - name: line_item_description - description: The description of the line item - - name: discount_rate - description: Percentage discount being applied to a line item. - - name: invoice_id - description: The Xero identifier for the invoice the line items belongs to. - - name: line_amount - description: The line amount reflects the discounted price if a DiscountRate has been used. - - name: line_item_id - description: Xero identifier for the line item. - - name: quantity - description: The quantity of the line item. - - name: tax_amount - description: The tax amount is auto calculated as a percentage of the line amount based on the tax rate. - - name: tax_type - description: Used as an override if the default Tax Code for the selected AccountCode is not correct. - - name: unit_amount - description: The unit amount of each line item. - - name: invoice_date - description: The date the invoice was issued. - format: YYYY-MM-DD - - name: updated_date - description: The date the invoice was last modified. - format: YYYY-MM-DD HH:MM:SS - - name: due_date - description: The date the invoice is/was due. - format: YYYY-MM-DD - - name: fully_paid_on_date - description: The date the invoice was fully paid. Only returned on fully paid invoices - format: YYYY-MM-DD - - name: currency_code - description: The currency that invoice has been raised in - - name: currency_rate - description: The currency rate for a multicurrency invoice - - name: invoice_number - description: Alpha numeric code identifying invoice - - name: is_sent_to_contact - description: Boolean to indicate whether the invoice in the Xero app displays as "sent" - - name: invoice_status - description: The status of the invoice - - name: type - description: The type of the invoice. - - name: invoice_reference - description: Additional reference number. For accounts receivable only. - - name: account_id - description: The Xero identifier for the related account. - - name: account_name - description: The name of the account. - - name: account_type - description: The type of account, e.g. CURRENT, EQUITY, SALES - - name: account_class - description: The class of account, e.g. ASSET, EQUITY, EXPENSE, LIABILITY, REVENUE - - name: contact_name - description: The name of the associated contact. - - - name: xero__general_ledger - description: Each record represents a journal line item. This ledger is used to create the balance sheet and profit and loss. - columns: - - name: journal_id - description: Xero identifier for the journal entry - - name: created_date_utc - description: The created date of the journal entry - format: YYYY-MM-DD HH:MM:SS - - name: journal_date - description: The date the journal was posted - format: YYYY-MM-DD - - name: journal_number - description: Xero generated journal number - - name: reference - description: The associated reference to the journal, if present. - - name: source_id - description: The identifier for the source transaction. This can be used to join to other Xero tables. - - name: source_type - description: The journal source type. This can be used to know which table to join to for additional information. - - name: journal_line_id - description: Xero identifier for the journal line. - - name: account_code - description: Customer defined alpha numeric account code e.g 200 or SALES - - name: account_id - description: The Xero identifier for the related account. - - name: account_name - description: The name of the related account. - - name: account_type - description: The type of the related account. - - name: gross_amount - description: Gross amount of journal line (NetAmount + TaxAmount). - - name: net_amount - description: Net amount of journal line. This will be a positive value for a debit and negative for a credit - - name: tax_amount - description: Total tax on a journal line - - name: tax_name - description: The name of the tax rate. - - name: tax_type - description: The type of the tax rate. - - name: account_class - description: The class of account, e.g. ASSET, EQUITY, EXPENSE, LIABILITY, REVENUE - - name: invoice_id - description: Source ID where it can be joined to the invoice table. Set to the source id of the journal when the source type of the journal is in ('ACCPAY', 'ACCREC'). - - name: bank_transaction_id - description: Source ID where it can be joined to the bank transaction table. Set to the source id of the journal when the source type of the journal is in ('CASHREC','CASHPAID'). - - name: bank_transfer_id - description: Source ID where it can be joined to the bank transfer table. Set to the source id of the journal when the source type of the journal is in ('TRANSFER'). - - name: manual_journal_id - description: Source ID where it can be joined to the manual journal table. Set to the source id of the journal when the source type of the journal is in ('MANJOURNAL'). - - name: payment_id - description: Source ID where it can be joined to the payment table. Set to the source id of the journal when the source type of the journal is in ('APPREPAYMENT', 'APOVERPAYMENT', 'ACCPAYPAYMENT', 'ACCRECPAYMENT', 'ARCREDITPAYMENT', 'APCREDITPAYMENT'). - - name: credit_note_id - description: Source ID where it can be joined to the credit note table. Set to the source id of the journal when the source type of the journal is in ('ACCPAYCREDIT','ACCRECCREDIT'). - - name: contact_id - description: ID of the associated contact, where relevant. Populated only when source_type IN ('ACCPAY','ACCREC'); NULL otherwise - - name: contact_name - description: Name of the contact identified by contact_id. NULL when contact_id is NULL. diff --git a/inputs_databricks/youtube_analytics/config.yaml b/inputs_databricks/youtube_analytics/config.yaml deleted file mode 100644 index 9dee720b9bc7eed9563beeeeff7d4ebc273a5554..0000000000000000000000000000000000000000 --- a/inputs_databricks/youtube_analytics/config.yaml +++ /dev/null @@ -1,39 +0,0 @@ -Airbyte: - config: - mongodb_definition_id: b2e713cd-cc36-4c0a-b5bd-b47cb8a0561e - namespace_definition: destination - postgres_definition_id: decd338e-5647-4c0b-adf4-da0e75f5a750 - server_url: http://airbyte-abctl-control-plane:80/api/public/v1/ - databricks_definition_id: 072d5540-f236-4294-ba7c-ade8fd918496 -custom_api: - config: - configuration: {} - sync_mode: full_refresh_append - tables: - - video -mongodb: - config: - connection_string: mongodb://elt-mongodb:27017/?directConnection=true - database: youtube_analytics - sync_mode: full_refresh_append - tables: - - channel_demographics -postgres: - config: - database: youtube_analytics - host: elt-postgres - password: testelt - port: 5432 - schema: public - sync_mode: full_refresh_append - tables: - - channel_basic - user: postgres -databricks: - config: - database: - hostname: - client_id: - secret: - schema: youtube_analytics - http_path: diff --git a/inputs_databricks/youtube_analytics/data_model.yaml b/inputs_databricks/youtube_analytics/data_model.yaml deleted file mode 100644 index ed568aba939dbf9f421868b52cfe06f768b416bf..0000000000000000000000000000000000000000 --- a/inputs_databricks/youtube_analytics/data_model.yaml +++ /dev/null @@ -1,92 +0,0 @@ -models: - - name: youtube__video_report - description: Each record represents the daily aggregation of your YouTube video performance. - columns: - - name: date_day - description: The date the video was viewed - format: YYYY-MM-DD - - name: video_id - description: Unique ID of the video - - name: channel_id - description: Unique identifier of the video channel - - name: video_title - description: Title of the video - - name: video_description - description: Description of the video - - name: channel_title - description: Title of the channel - - name: video_published_at - description: Timestamp of when the video was published - format: YYYY-MM-DD HH:MM:SS - - name: average_view_duration_percentage - description: Average duration of views represented as a percent of the entire length of the video, weighted by the number of views. - - name: average_view_duration_seconds - description: Average duration of views for the video in seconds, weighted by the number of views. - - name: comments - description: Total number of comment posted on the video - - name: dislikes - description: Total number of dislikes attributed to the video - - name: likes - description: Total number of likes attributed to the video - - name: shares - description: Total number of times the video was shared - - name: subscribers_gained - description: Total subscribers gained from the video - - name: subscribers_lost - description: Total subscribers lost from the video - - name: views - description: Total number of views the video received - - name: watch_time_minutes - description: Total watch time in minutes the video received - - name: video_duration_seconds - description: The total duration of the video in seconds - - - name: youtube__age_demographics_pivot - description: Each record represents a daily video view percentage with the age ranges pivoted out for quicker analysis. - columns: - - name: date_day - description: The date the video was viewed - format: YYYY-MM-DD - - name: video_id - description: Unique ID of the video - - name: video_title - description: Title of the video - - name: video_description - description: Description of the video - - name: video_published_at - description: Timestamp of when the video was published - format: YYYY-MM-DD HH:MM:SS - - name: channel_title - description: The channel title - - name: AGE_18_24_view_percentage - description: Total number of views percent attributed to the age range 18 - 24 years old - - name: AGE_65__view_percentage - description: Total number of views percent attributed to the age range 65 years and older - - name: AGE_13_17_view_percentage - description: Total number of views percent attributed to the age range 13 - 17 years old - - - name: youtube__demographics_report - description: Each record represents a daily video view percentage by gender, age, and country. - columns: - - name: date_day - description: The date the video was viewed - format: YYYY-MM-DD - - name: video_id - description: Unique ID of the video - - name: video_title - description: Title of the video - - name: video_description - description: Description of the video - - name: channel_title - description: The channel title - - name: video_published_at - description: Timestamp of when the video was published - format: YYYY-MM-DD HH:MM:SS - - name: age_group - description: The age group the individual. Ranges follow the format of 'AGE_[min age]_[max age]' - - name: country_code - description: Country code where the individual who watched the video is located - - name: gender - description: Gender of the user who watched the video. Either 'MALE', 'FEMALE', or 'GENDER_OTHER' - - name: views_percentage - description: Total percent of views the user makes up for the video diff --git a/inputs_databricks/zuora/config.yaml b/inputs_databricks/zuora/config.yaml deleted file mode 100644 index dbe62b0d150ef364ff748e510858af278d263068..0000000000000000000000000000000000000000 --- a/inputs_databricks/zuora/config.yaml +++ /dev/null @@ -1,84 +0,0 @@ -Airbyte: - config: - files_definition_id: 778daa7c-feaf-4db6-96f3-70fd645acc77 - mongodb_definition_id: b2e713cd-cc36-4c0a-b5bd-b47cb8a0561e - namespace_definition: destination - postgres_definition_id: decd338e-5647-4c0b-adf4-da0e75f5a750 - s3_definition_id: 69589781-7828-43c5-9f63-8925b1c1ccc2 - server_url: http://airbyte-abctl-control-plane:80/api/public/v1/ - databricks_definition_id: 072d5540-f236-4294-ba7c-ade8fd918496 -aws_s3: - AWS_ACCESS_KEY_ID: test - AWS_DEFAULT_REGION: us-west-2 - AWS_ENDPOINT_URL: http://elt-localstack:4566 - AWS_SECRET_ACCESS_KEY: test - data: - - path: s3://zuora-bucket/contact.csv - sync_mode: full_refresh_append - table: contact - - path: s3://zuora-bucket/product_rate_plan_charge.jsonl - sync_mode: full_refresh_append - table: product_rate_plan_charge - - path: s3://zuora-bucket/rate_plan.csv - sync_mode: full_refresh_append - table: rate_plan - - path: s3://zuora-bucket/taxation_item.csv - sync_mode: full_refresh_append - table: taxation_item -custom_api: - config: - configuration: {} - sync_mode: full_refresh_append - tables: - - invoice_item - - invoice_payment - - refund_invoice_payment - - subscription -flat_files: -- format: jsonl - path: https://drive.google.com/uc?export=download&id=1Uj_enAlX8kg2vjKxjVqt4ziAbg4_ENYY - sync_mode: full_refresh_append - table: amendment -- format: jsonl - path: https://drive.google.com/uc?export=download&id=1ROUrErq0s2PAUWbIruSi9mtMW-F3RxBG - sync_mode: full_refresh_append - table: product_rate_plan -- format: jsonl - path: https://drive.google.com/uc?export=download&id=1KjydjI0MG85dhzqsv0Pa5TSceJttKag2 - sync_mode: full_refresh_append - table: rate_plan_charge -- format: csv - path: https://drive.google.com/uc?export=download&id=1mMDeftsVMjEeL3syMID6_d6lSno9t5AJ - sync_mode: full_refresh_append - table: payment_method -mongodb: - config: - connection_string: mongodb://elt-mongodb:27017/?directConnection=true - database: zuora - sync_mode: full_refresh_append - tables: - - account - - product -postgres: - config: - database: zuora - host: elt-postgres - password: testelt - port: 5432 - schema: public - sync_mode: full_refresh_append - tables: - - credit_balance_adjustment - - invoice - - orders - - payment - - refund - user: postgres -databricks: - config: - database: - hostname: - client_id: - secret: - schema: zuora - http_path: diff --git a/inputs_redshift/address/config.yaml b/inputs_redshift/address/config.yaml deleted file mode 100644 index 00cc23f36b70b389ff3474f2e27d0b18acbafe9b..0000000000000000000000000000000000000000 --- a/inputs_redshift/address/config.yaml +++ /dev/null @@ -1,63 +0,0 @@ -Airbyte: - config: - files_definition_id: 778daa7c-feaf-4db6-96f3-70fd645acc77 - mongodb_definition_id: b2e713cd-cc36-4c0a-b5bd-b47cb8a0561e - namespace_definition: destination - postgres_definition_id: decd338e-5647-4c0b-adf4-da0e75f5a750 - s3_definition_id: 69589781-7828-43c5-9f63-8925b1c1ccc2 - server_url: http://airbyte-abctl-control-plane:80/api/public/v1/ - redshift_definition_id: f7a7d195-377f-cf5b-70a5-be6b819019dc -aws_s3: - AWS_ACCESS_KEY_ID: test - AWS_DEFAULT_REGION: us-west-2 - AWS_ENDPOINT_URL: http://elt-localstack:4566 - AWS_SECRET_ACCESS_KEY: test - data: - - path: s3://address-bucket/CBSA.jsonl - sync_mode: full_refresh_append - table: CBSA -custom_api: - config: - configuration: {} - sync_mode: full_refresh_append - tables: - - alias - - avoid -flat_files: -- format: csv - path: https://drive.google.com/uc?export=download&id=1xykJApWNgfi2pWv0f44j0y3dA7TrF-N9 - sync_mode: full_refresh_append - table: state -mongodb: - config: - connection_string: mongodb://elt-mongodb:27017/?directConnection=true - database: address - sync_mode: full_refresh_append - tables: - - congress -postgres: - config: - database: address - host: elt-postgres - password: testelt - port: 5432 - schema: public - sync_mode: full_refresh_append - tables: - - area_code - - country - - zip_congress - - zip_data - user: postgres -redshift: - config: - host: - port: - database: - username: - password: - schema: address - s3_bucket_name: - s3_bucket_region: - access_key_id: - secret_access_key: diff --git a/inputs_redshift/address/data_model.yaml b/inputs_redshift/address/data_model.yaml deleted file mode 100644 index c0c27180c5c5fa2e78b5d76109b47658a78d69c6..0000000000000000000000000000000000000000 --- a/inputs_redshift/address/data_model.yaml +++ /dev/null @@ -1,18 +0,0 @@ -models: - - name: states - description: Each record represents a state. - columns: - - name: abbreviation - description: the abbreviation of the state name - - name: name - description: the name of the state - - name: county_with_highest_average_income_per_household - description: the county with the highest average income per household in the state, with ties broken by the ascending order of the county - - name: num_asian - description: the number of Asian in the state, replace NULL values with 0. - - name: num_counties - description: the number of counties in the state, replace NULL values with 0. - - name: higher_avg_female_per - description: Set to 1 if the state’s percentage of female population is higher than the average percentage of female population across all states, otherwise, set to 0 - - name: greater_than_15_CBSA_metro - description: Set to 1 if the state has greater than 15 distinct CBSA officers of metro type, otherwise, set to 0 \ No newline at end of file diff --git a/inputs_redshift/address/schemas/CBSA.csv b/inputs_redshift/address/schemas/CBSA.csv deleted file mode 100644 index 787cc5c83b7a0bb4cb8e934e8cb954a9ca85b22c..0000000000000000000000000000000000000000 --- a/inputs_redshift/address/schemas/CBSA.csv +++ /dev/null @@ -1,4 +0,0 @@ -column_name,column_description -CBSA,the code of the cbsa officer -CBSA_name,the name and the position of the cbsa officer -CBSA_type,the office type of the officer diff --git a/inputs_redshift/address/schemas/alias.csv b/inputs_redshift/address/schemas/alias.csv deleted file mode 100644 index 6cdab5ded79c2691fd8c1422c937f129e7e1d812..0000000000000000000000000000000000000000 --- a/inputs_redshift/address/schemas/alias.csv +++ /dev/null @@ -1,3 +0,0 @@ -column_name,column_description -zip_code,the zip code of the alias -alias,the alias of the city diff --git a/inputs_redshift/address/schemas/area_code.csv b/inputs_redshift/address/schemas/area_code.csv deleted file mode 100644 index bfc7d3923917a598c628de461c709b104b1b3001..0000000000000000000000000000000000000000 --- a/inputs_redshift/address/schemas/area_code.csv +++ /dev/null @@ -1,3 +0,0 @@ -column_name,column_description -zip_code,the zip code of the area -area_code,the code of the area diff --git a/inputs_redshift/address/schemas/avoid.csv b/inputs_redshift/address/schemas/avoid.csv deleted file mode 100644 index 892bb9ad60c8f3f16419dead53abb7c548f4e60b..0000000000000000000000000000000000000000 --- a/inputs_redshift/address/schemas/avoid.csv +++ /dev/null @@ -1,3 +0,0 @@ -column_name,column_description -zip_code,the zip code of the bad alias -bad_alias,the bad alias diff --git a/inputs_redshift/address/schemas/congress.csv b/inputs_redshift/address/schemas/congress.csv deleted file mode 100644 index c243f20f3332f477272ccd92f254d6831a501be4..0000000000000000000000000000000000000000 --- a/inputs_redshift/address/schemas/congress.csv +++ /dev/null @@ -1,11 +0,0 @@ -column_name,column_description -cognress_rep_id,the representative id of congress representatives -first_name,the first name of the congress representative -last_name,the last name of the congress representative -CID,the unique identifier for the congress representative -party,the party of the representative -state,the state that the representative is from -abbreviation,the abbreviation of the state -House,the house that the representative is from -District,the id of the district that the representative represents -land_area,the land area of the district diff --git a/inputs_redshift/address/schemas/country.csv b/inputs_redshift/address/schemas/country.csv deleted file mode 100644 index ff9ed881a37f3e5116d13dd70de60d882c2277cc..0000000000000000000000000000000000000000 --- a/inputs_redshift/address/schemas/country.csv +++ /dev/null @@ -1,4 +0,0 @@ -column_name,column_description -zip_code,the zip code of the state in the county -county,the county -state,the state of the county diff --git a/inputs_redshift/address/schemas/state.csv b/inputs_redshift/address/schemas/state.csv deleted file mode 100644 index 5b88acd06794d4876d35e2911ae1471d7fd6b7e8..0000000000000000000000000000000000000000 --- a/inputs_redshift/address/schemas/state.csv +++ /dev/null @@ -1,3 +0,0 @@ -column_name,column_description -abbreviation,the abbreviation of the state name -name,the state name diff --git a/inputs_redshift/address/schemas/zip_congress.csv b/inputs_redshift/address/schemas/zip_congress.csv deleted file mode 100644 index b3fb1a525739fbcdb889203701b94b03db959d6c..0000000000000000000000000000000000000000 --- a/inputs_redshift/address/schemas/zip_congress.csv +++ /dev/null @@ -1,3 +0,0 @@ -column_name,column_description -zip_code,the zip code of the district -district,the district diff --git a/inputs_redshift/address/schemas/zip_data.csv b/inputs_redshift/address/schemas/zip_data.csv deleted file mode 100644 index 9ba6f0e03dbba8149f71490f2078e9d5e2d9e9d9..0000000000000000000000000000000000000000 --- a/inputs_redshift/address/schemas/zip_data.csv +++ /dev/null @@ -1,56 +0,0 @@ -column_name,column_description -zip_code,the zip code of the postal point -city,the city where the postal point locates -state,the state of the city -multi_county,whether the county that the city belongs to is multi_county -type,the type of the postal point -organization,the organization to which the postal point belongs -time_zone,the time zone of the postal point location -daylight_savings,whether the location implements daylight savings -latitude,the latitude of the postal point location -longitude,the longitude of the postal point location -elevation,the elevation of the postal point location -state_fips,state-level FIPS code -county_fips,county-level FIPS code -region,the region where the postal point locates -division,the division of the organization -population_2020,the population of the residential area in 2020 -population_2010,the population of the residential area in 2010 -households,the number of the households in the residential area -avg_house_value,the average house value in the residential area -avg_income_per_household,the average income per household in the residential area -persons_per_household,the number of persons per household residential area -white_population,the population of white people in the residential area -black_population,the population of black people in the residential area -hispanic_population,the population of Hispanic people in the residential area -asian_population,the population of Asian people in the residential area -american_indian_population,the population of American Indian people in the residential area -hawaiian_population,the population of Hawaiian people in the residential area -other_population,the population of other races in the residential area -male_population,the population of males in the residential area -female_population,the population of females in the residential area -median_age,the median age of the residential area -male_median_age,the male median age in the residential area -female_median_age,the female median age in the residential area -residential_mailboxes,the number of residential mailboxes in the residential area -business_mailboxes,the number of business mailboxes in the residential area -total_delivery_receptacles,the total number of delivery receptacles -businesses,the number of businesses in the residential area -QUARTER_1_PAYROLL,the total wages reported in the 1st quarter payroll report of the residential area -annual_payroll,the total wages reported in the annual payroll report of the residential area -employees,the number of employees in the residential area -water_area,the water area of the residential area -land_area,the land area of the residential area -single_family_delivery_units,the number of single-family delivery units in the residential area -multi_family_delivery_units,the number of single-family delivery units in the residential area -total_beneficiaries,the total number of beneficiaries of the postal service -retired_workers,the number of retired workers in the residential area -disabled_workers,the number of disabled workers in the residential area -parents_and_widowed,the number of parents and widowed in the residential area -spouses,the number of spouses in the residential area -children,the number of children in the residential area -over_65,the number of people whose age is over 65 in the residential area -monthly_benefits_all,all benefit payments by month -monthly_benefits_retired_workers,monthly benefit payments for retired workers -monthly_benefits_widowed,monthly benefit payments for retired workers -CBSA,the code of the cbsa officer diff --git a/inputs_redshift/airline/config.yaml b/inputs_redshift/airline/config.yaml deleted file mode 100644 index d39e8d7640aa662ad4b21ac820080664dee55b5f..0000000000000000000000000000000000000000 --- a/inputs_redshift/airline/config.yaml +++ /dev/null @@ -1,45 +0,0 @@ -Airbyte: - config: - files_definition_id: 778daa7c-feaf-4db6-96f3-70fd645acc77 - namespace_definition: destination - postgres_definition_id: decd338e-5647-4c0b-adf4-da0e75f5a750 - s3_definition_id: 69589781-7828-43c5-9f63-8925b1c1ccc2 - server_url: http://airbyte-abctl-control-plane:80/api/public/v1/ - redshift_definition_id: f7a7d195-377f-cf5b-70a5-be6b819019dc -aws_s3: - AWS_ACCESS_KEY_ID: test - AWS_DEFAULT_REGION: us-west-2 - AWS_ENDPOINT_URL: http://elt-localstack:4566 - AWS_SECRET_ACCESS_KEY: test - data: - - path: s3://airline-bucket/Airports.jsonl - sync_mode: full_refresh_append - table: Airports -flat_files: -- format: jsonl - path: https://drive.google.com/uc?export=download&id=1tRfQsfJe8ZEqDYoA0Cn4i3sZNsfh88m4 - sync_mode: full_refresh_append - table: Air_Carriers -postgres: - config: - database: airline - host: elt-postgres - password: testelt - port: 5432 - schema: public - sync_mode: full_refresh_append - tables: - - airlines - user: postgres -redshift: - config: - host: - port: - database: - username: - password: - schema: airline - s3_bucket_name: - s3_bucket_region: - access_key_id: - secret_access_key: diff --git a/inputs_redshift/airline/data_model.yaml b/inputs_redshift/airline/data_model.yaml deleted file mode 100644 index 7c336a7e4182791f45cce6530a36eeb2c65cef7e..0000000000000000000000000000000000000000 --- a/inputs_redshift/airline/data_model.yaml +++ /dev/null @@ -1,35 +0,0 @@ -models: - - name: airline__airlines - description: Each record represents a airline. - columns: - - name: airline_code - description: The airline code. - - name: airline_name - description: The airline name. - - name: flight_number_had_the_longest_delay_in_departure - description: the flight number of the flight operated by the airline that had the longest delay in departure, with ties broken by the ascending order of the flight number - - name: num_flights_operate_in_2018 - description: the number of flights operated by the airline in 2018, replace NULL values with 0. - - name: num_planes - description: the number of planes operated by the airline, replace NULL values with 0. - - name: number_of_non_cancelled_flights - description: the number of non-cancelled flights operated by the airline, replace NULL values with 0. - - name: total_hours_delayed_due_to_a_late_aircraft_in_2018 - description: the total hours delayed of the airline due to a late aircraft in 2018, replace NULL values with 0. - - name: airline__airports - description: Each record represents a airport. - columns: - - name: airport_code - description: The airport code. - - name: airport_name - description: The airport name. - - name: num_flights_departure - description: the number of flights that depart from the airport, replace NULL values with 0. - - name: airline_flew_most_flights - description: the airline that flew the most flights to the airport, with ties broken by the ascending order of the airline name - - name: num_flights_landed_in_2018 - description: the number of flights that landed at the airport in 2018, replace NULL values with 0. - - name: highest_delay_in_minutes_due_to_security - description: the highest delay in minutes due to security among flights departing from the airport - - name: num_cancelled_flights - description: the number of cancelled flights that depart from the airport, replace NULL values with 0. \ No newline at end of file diff --git a/inputs_redshift/airline/schemas/Air_Carriers.csv b/inputs_redshift/airline/schemas/Air_Carriers.csv deleted file mode 100644 index 7777da099f017c092c9ae1eccbac53e02f90a16b..0000000000000000000000000000000000000000 --- a/inputs_redshift/airline/schemas/Air_Carriers.csv +++ /dev/null @@ -1,3 +0,0 @@ -column_name,column_description -Code,the code of the air carriers -Description,the description of air carriers diff --git a/inputs_redshift/airline/schemas/Airlines.csv b/inputs_redshift/airline/schemas/Airlines.csv deleted file mode 100644 index 6b0e45b2d042d4ca8f3fe8fee05530a0432b8f94..0000000000000000000000000000000000000000 --- a/inputs_redshift/airline/schemas/Airlines.csv +++ /dev/null @@ -1,29 +0,0 @@ -column_name,column_description -FL_DATE,flight date -OP_CARRIER_AIRLINE_ID,operator carrier airline id -TAIL_NUM,plane's tail number -OP_CARRIER_FL_NUM,operator carrier flight number -ORIGIN_AIRPORT_ID,origin airport id -ORIGIN_AIRPORT_SEQ_ID,origin airport sequence id -ORIGIN_CITY_MARKET_ID,origin city market id -ORIGIN,airport of origin -DEST_AIRPORT_ID,ID of the destination airport -DEST_AIRPORT_SEQ_ID, -DEST_CITY_MARKET_ID, -DEST,Destination airport -CRS_DEP_TIME, -DEP_TIME,Flight departure time -DEP_DELAY,Departure delay indicator -DEP_DELAY_NEW,departure delay new -ARR_TIME,Flight arrival time. -ARR_DELAY,arrival delay time -ARR_DELAY_NEW,arrival delay new -CANCELLED,Flight cancellation indicator. -CANCELLATION_CODE,cancellation code -CRS_ELAPSED_TIME,scheduled elapsed time -ACTUAL_ELAPSED_TIME,actual elapsed time -CARRIER_DELAY,carrier delay -WEATHER_DELAY,delay caused by the wheather problem -NAS_DELAY,"delay, in minutes, attributable to the National Aviation System" -SECURITY_DELAY,delay attribute to security -LATE_AIRCRAFT_DELAY,delay attribute to late aircraft diff --git a/inputs_redshift/airline/schemas/Airports.csv b/inputs_redshift/airline/schemas/Airports.csv deleted file mode 100644 index 683c9086c284faf481aab8fadcf2f871ad24d914..0000000000000000000000000000000000000000 --- a/inputs_redshift/airline/schemas/Airports.csv +++ /dev/null @@ -1,3 +0,0 @@ -column_name,column_description -Code,IATA code of the air airports -Description,the description of airports diff --git a/inputs_redshift/amplitude/config.yaml b/inputs_redshift/amplitude/config.yaml deleted file mode 100644 index e8cac31ac064c3a7decc3f5385135ebdbfa856a5..0000000000000000000000000000000000000000 --- a/inputs_redshift/amplitude/config.yaml +++ /dev/null @@ -1,35 +0,0 @@ -Airbyte: - config: - namespace_definition: destination - postgres_definition_id: decd338e-5647-4c0b-adf4-da0e75f5a750 - server_url: http://airbyte-abctl-control-plane:80/api/public/v1/ - redshift_definition_id: f7a7d195-377f-cf5b-70a5-be6b819019dc -custom_api: - config: - configuration: {} - sync_mode: full_refresh_append - tables: - - event_type -postgres: - config: - database: amplitude - host: elt-postgres - password: testelt - port: 5432 - schema: public - sync_mode: full_refresh_append - tables: - - event - user: postgres -redshift: - config: - host: - port: - database: - username: - password: - schema: amplitude - s3_bucket_name: - s3_bucket_region: - access_key_id: - secret_access_key: diff --git a/inputs_redshift/amplitude/schemas/event.csv b/inputs_redshift/amplitude/schemas/event.csv deleted file mode 100644 index 53addf6222c59b3e0bacaaa8b2cda4adc061994c..0000000000000000000000000000000000000000 --- a/inputs_redshift/amplitude/schemas/event.csv +++ /dev/null @@ -1,58 +0,0 @@ -column_name,column_description -_fivetran_synced,Timestamp of when Fivetran synced a record. -amplitude_id,An internal ID used to count unique users. -ad_id,"(Android) Google Play Services advertising ID (AdID). This usually is wiped after ingestion and therefore will be blank -" -app,Project ID found in your project's Settings page -city,City where event was registered. -client_event_time,"Local timestamp (UTC) of when the device logged the event. -" -client_upload_time,The local timestamp (UTC) of when the device uploaded the event. -country,Country where event was registered. -data,"Dictionary where certain fields such as first_event and merged_amplitude_id are stored. Ex, {""first_event"":true} -" -device_brand,Brand of device where event was registered on. -device_carrier,Carrier of device where event was registered on. -device_family,"Device family. Ex, Apple iPhone" -device_id,The device specific identifier -device_manufacturer,Manufacturer of device where event was registered on. -device_model,The model of device where event was registered on. -device_type,Type of device where event was registered on. -dma,Designated marketing area (DMA) -id,A counter that distinguishes events -event_properties,"Event properties are attributes of the events your users fire, and which you then send to Amplitude. Each event will have its own set of event properties. The nature of these properties depends on both the type of product you have, and the specific information you're most interested in discovering. For instance, if Swipe is an event you're tracking, the event property Direction could have the values Left or Right. Some example event properties are description, category, type, duration, level, percent completed, count, source, status, number, lives, authenticated, error number, rank, action, and mode. -" -event_time,"Amplitude timestamp (UTC) which is the client_event_time adjusted by the difference between server_received_time and client_upload_time, specifically: event_time = client_event_time + (server_received_time - client_upload_time) 2015-08-10T12:00:00.000000 We use this timestamp to organize events on Amplitude charts. Note: If the difference between server_received_time and client_upload_time is less than 60 seconds, the event_time will not be adjusted and will equal the client_event_time -" -event_type,The assigned type of event. Example 'Add Friend' -event_type_id,Internal identifier on Amplitude. -group_properties,"A dictionary of key-value pairs that represent data tied to the group. Each distinct value appears as a group segment on the Amplitude dashboard. You can store property values in an array, and date values are transformed into string values." -groups,Group types. See the Accounts documentation for more information. -idfa,"(iOS) Identifier for Advertiser. This usually is wiped after ingestion and therefore will be blank -" -ip_address,IP address -is_attribution_event,Boolean of whether event was an attribution event -language,The language set by the user -library,Library being used to send the event data. -location_lat,Latitude -location_lng,Longitude -os_name,OS name where event was registered on. -os_version,OS version where event was registered on. -paying,"Boolean of whether the user has ever logged any revenue, otherwise '(none)'. Note the property value can be modified via the\_Identify API." -platform,Platform of the device. -processed_time,Time of when event was processed -project_name,Project ID -region,Region where event was registered on. -schema,Schema ID -server_received_time,Amplitude timestamp (UTC) of when servers received the event -server_upload_time,Amplitude timestamp (UTC) of when the event data was uploaded to Amplitude servers -session_id,The session start time in milliseconds since epoch -start_version,App version the user was first tracked on -user_creation_time,Event_time (UTC) of the user's first event -user_id,A readable ID specified by you -user_properties,An attribute that describes a useful detail about the user it's attached to. Amplitude sends user properties with every event. -uuid,A unique identifier per row (event sent) -version_name,The app version -sample_rate, -amplitude_event_type, -_insert_id, diff --git a/inputs_redshift/amplitude/schemas/event_type.csv b/inputs_redshift/amplitude/schemas/event_type.csv deleted file mode 100644 index 865966c14722aa44778084b0a456a95e3052bb4b..0000000000000000000000000000000000000000 --- a/inputs_redshift/amplitude/schemas/event_type.csv +++ /dev/null @@ -1,17 +0,0 @@ -column_name,column_description -_fivetran_deleted,Timestamp of when Fivetran marked a record as deleted -_fivetran_synced,Timestamp of when Fivetran synced a record -autohidden,Whether event type is hidden -deleted,Whether event type is deleted -display,The display name of the event -flow_hidden,If the event is hidden from Pathfinder/Pathfinder Users or not -hidden,If the event is hidden or not. -id,Event type ID -in_waitroom,Whether event type is in waitroom -name,Event name -non_active,If the event is marked inactive or not -project_name,Project name -timeline_hidden,If the event is hidden or not -totals,The total number of times the event has happened this week -totals_delta,This represents the change in event volume from the previous week. -value,Name of the event in the raw data. diff --git a/inputs_redshift/app_store/config.yaml b/inputs_redshift/app_store/config.yaml deleted file mode 100644 index 3361fe6bccf2015305d1d901b4af45c17e865ea4..0000000000000000000000000000000000000000 --- a/inputs_redshift/app_store/config.yaml +++ /dev/null @@ -1,31 +0,0 @@ -Airbyte: - config: - mongodb_definition_id: b2e713cd-cc36-4c0a-b5bd-b47cb8a0561e - namespace_definition: destination - server_url: http://airbyte-abctl-control-plane:80/api/public/v1/ - redshift_definition_id: f7a7d195-377f-cf5b-70a5-be6b819019dc -custom_api: - config: - configuration: {} - sync_mode: full_refresh_append - tables: - - user_reviews -mongodb: - config: - connection_string: mongodb://elt-mongodb:27017/?directConnection=true - database: app_store - sync_mode: full_refresh_append - tables: - - playstore -redshift: - config: - host: - port: - database: - username: - password: - schema: app_store - s3_bucket_name: - s3_bucket_region: - access_key_id: - secret_access_key: diff --git a/inputs_redshift/app_store/data_model.yaml b/inputs_redshift/app_store/data_model.yaml deleted file mode 100644 index c8d8bc28561fd6b16c7ecb8f3de6088eb495dc27..0000000000000000000000000000000000000000 --- a/inputs_redshift/app_store/data_model.yaml +++ /dev/null @@ -1,17 +0,0 @@ -models: - - name: apps - description: Each record represents an app. - columns: - - name: app_name - description: Name of the app. - - name: num_negative_comments - description: Number of negative comments for the app, replace NULL values with 0. - - name: avg_sentiment_subjectivity_score - description: The average sentiment subjectivity score of the app. - - name: num_nan_or_null_comment_reviews - description: the number of reviews the app recieved whose comment is 'nan' or null, replace NULL values with 0. - - name: per_ratio_between_positive_and_negative_setiments - description: The percentage ratio between the number of positive and negative sentiments for the app, calculated using the formula (Positive / Negative) * 100. - - name: num_reviews_with_neutral_attitude - description: The number of reviews with a neutral attitude for the app, replace NULL values with 0. - \ No newline at end of file diff --git a/inputs_redshift/app_store/schemas/playstore.csv b/inputs_redshift/app_store/schemas/playstore.csv deleted file mode 100644 index 7a19b9f1cf41bf329b26b0feaba9c6fae5d6d3a8..0000000000000000000000000000000000000000 --- a/inputs_redshift/app_store/schemas/playstore.csv +++ /dev/null @@ -1,11 +0,0 @@ -column_name,column_description -App,Application name -Category,Category the app belongs to -Rating,Overall user rating of the app (as when scraped) -Reviews,Number of user reviews for the app (as when scraped) -Size,Size of the app (as when scraped) -Installs,Number of user downloads/installs for the app (as when scraped) -Type,Paid or Free -Price,Price of the app (as when scraped) -Content_Rating,Age group the app is targeted at - Children / Mature 21+ / Adult -Genres,An app can belong to multiple genres (apart from its main category). diff --git a/inputs_redshift/app_store/schemas/user_reviews.csv b/inputs_redshift/app_store/schemas/user_reviews.csv deleted file mode 100644 index ecb2f490c6944bc881153742397af83b3dcba848..0000000000000000000000000000000000000000 --- a/inputs_redshift/app_store/schemas/user_reviews.csv +++ /dev/null @@ -1,6 +0,0 @@ -column_name,column_description -App,Name of app -Translated_Review,User review (Preprocessed and translated to English) -Sentiment,Overall user rating of the app (as when scraped) -Sentiment_Polarity,Sentiment polarity score -Sentiment_Subjectivity,Sentiment subjectivity score diff --git a/inputs_redshift/apple_store/config.yaml b/inputs_redshift/apple_store/config.yaml deleted file mode 100644 index 8b8fc73f1f0e762a21d17127b6abc4619a22a8f7..0000000000000000000000000000000000000000 --- a/inputs_redshift/apple_store/config.yaml +++ /dev/null @@ -1,75 +0,0 @@ -Airbyte: - config: - files_definition_id: 778daa7c-feaf-4db6-96f3-70fd645acc77 - mongodb_definition_id: b2e713cd-cc36-4c0a-b5bd-b47cb8a0561e - namespace_definition: destination - postgres_definition_id: decd338e-5647-4c0b-adf4-da0e75f5a750 - s3_definition_id: 69589781-7828-43c5-9f63-8925b1c1ccc2 - server_url: http://airbyte-abctl-control-plane:80/api/public/v1/ - redshift_definition_id: f7a7d195-377f-cf5b-70a5-be6b819019dc -aws_s3: - AWS_ACCESS_KEY_ID: test - AWS_DEFAULT_REGION: us-west-2 - AWS_ENDPOINT_URL: http://elt-localstack:4566 - AWS_SECRET_ACCESS_KEY: test - data: - - path: s3://apple-store-bucket/sales_account.csv - sync_mode: full_refresh_append - table: sales_account - - path: s3://apple-store-bucket/sales_subscription_summary.jsonl - sync_mode: full_refresh_append - table: sales_subscription_summary -custom_api: - config: - configuration: {} - sync_mode: full_refresh_append - tables: - - app_store_platform_version - - crashes_platform_version - - usage_device -flat_files: -- format: jsonl - path: https://drive.google.com/uc?export=download&id=1vnmCypSCx8uIdZE8TiWllPrZC7ko-FeM - sync_mode: full_refresh_append - table: app -- format: csv - path: https://drive.google.com/uc?export=download&id=1Dmz1L-IzgrEUBpp2Nm2yzi4VWaVem6ip - sync_mode: full_refresh_append - table: usage_app_version -mongodb: - config: - connection_string: mongodb://elt-mongodb:27017/?directConnection=true - database: apple_store - sync_mode: full_refresh_append - tables: - - app_store_territory - - downloads_territory - - usage_territory -postgres: - config: - database: apple_store - host: elt-postgres - password: testelt - port: 5432 - schema: public - sync_mode: full_refresh_append - tables: - - app_store_device - - crashes_app_version - - downloads_device - - downloads_platform_version - - sales_subscription_events - - usage_platform_version - user: postgres -redshift: - config: - host: - port: - database: - username: - password: - schema: apple_store - s3_bucket_name: - s3_bucket_region: - access_key_id: - secret_access_key: diff --git a/inputs_redshift/apple_store/data_model.yaml b/inputs_redshift/apple_store/data_model.yaml deleted file mode 100644 index 5d501afc29014c17224ce96791a36f9e6520c990..0000000000000000000000000000000000000000 --- a/inputs_redshift/apple_store/data_model.yaml +++ /dev/null @@ -1,167 +0,0 @@ -models: - - name: apple_store__device_report - description: Each record represents daily subscription metrics by app_id, source_type and device. Rows exist only where app_store_device or crashes_device have data. Other source tables contribute metric values only. - columns: - - name: date_day - description: The date of the report and respective recorded metric(s); follows the format YYYY-MM-DD. - - name: app_id - description: Application ID. - - name: app_name - description: Application Name. - - name: source_type - description: A source is counted when a customer follows a link to your App Store product page. There are 8 types of sources, App Store Browse, App Store Search, App Referrers, Web Referrers, App Clips, Unavailable, Institutional Purchases, and Null. Null is the default value for data that does not provide source types, including crashes, subscription events and subscription summary. - - name: device - description: Device type associated with the respective metric(s). - - name: impressions - description: The number of times your app was viewed in the App Store for more than one second. This includes search results, Featured, Explore, Top Charts and App Product Page views. - - name: impressions_unique_device - description: The number of unique devices that have viewed your app for more than one second on on the Today, Games, Apps, Featured, Explore, Top Charts, Search tabs of the App Store and App Product Page views. This metric is presumed to be de-duplicated daily as received from the source data, therefore, aggregating over a span of days is better done in the UI. - - name: page_views - description: The total number of times your App Store product page was clicked and viewed; when a user taps on a link from an app, website or App Clip card that brings them to your App Store product page, the immediate product page_view is attributed to the referring app, website, or App Clip. - - name: page_views_unique_device - description: The number of unique devices that have viewed your App Store product page; this metric is presumed to be de-duplicated daily as received from the source data, therefore, aggregating over a span of days is better done in the UI. - - name: crashes - description: The number of recorded crashes experienced (User Opt-In only); a value of 0 indicates there were 0 crash reports or no value from the source report that day. - - name: first_time_downloads - description: The number of first time downloads for your app; credit is attributed to the referring app, website, or App Clip of the first time download. - - name: redownloads - description: The count of redownloads where a redownload occurs when a user who previously downloaded your app adds it to their device again (User Opt-In only); credit is attributed to the source recorded when a user tapped to download/launch your app for the first time. A value of 0 indicates there were 0 redownloads or no value from the source report that day. - - name: total_downloads - description: Total Downloads is the sum of Redownloads and First Time Downloads. - - name: active_devices - description: The count of devices that ran the app at least one time and for at least two seconds on a given day (User Opt-In only); this metric is presumed to be de-duplicated daily as received from the source data, therefore, aggregating over a span of days is better done in the UI. A value of 0 indicates there were 0 active devices or no value from the source report that day. - - name: active_devices_last_30_days - description: The count of devices that ran the app at least one time and for at least two seconds on the date_day of the report minus 30 days (User Opt-In only); this metric is presumed to be de-duplicated daily as received from the source data, therefore, aggregating over a span of days is better done in the UI. A value of 0 indicates there were 0 active devices last 30 days or no value from the source report that day. - - name: deletions - description: The count of deletions. A deletion occurs when a user removes your app from their device (User Opt-In only). Data from resetting or erasing a device’s content and settings is not included. A value of 0 indicates there were 0 deletions or no value from the source report that day. - - name: installations - description: The count of installations. An installation event is when the user opens the App after they've downloaded it (User Opt-In only). If the App was downloaded but not opened or opened offline, this will not count; if the user opts out of sending data back to Apple, there will also be no data here. A value of 0 indicates there were 0 installations or no value from the source report that day. - - name: sessions - description: Sessions is the count of the number of times the app has been used for at least two seconds (User Opt-In only). If the app is in the background and is later used again, that counts as another session. A value of 0 indicates there were 0 sessions or no value from the source report that day. - - - name: apple_store__source_type_report - description: Each record represents daily metrics by app_id and source_type. Rows exist only where app_store_device has a record. Other source tables contribute metric values only. - columns: - - name: date_day - description: The date of the report and respective recorded metric(s); follows the format YYYY-MM-DD. - - name: app_id - description: Application ID. - - name: app_name - description: Application Name. - - name: source_type - description: A source is counted when a customer follows a link to your App Store product page. There are 8 types of sources App Store Browse, App Store Search, App Referrers, Web Referrers, App Clips, Unavailable, Institutional Purchases, and Null. Null is the default value for data that does not provide source types, including crashes, subscription events and subscription summary. - - name: impressions - description: The number of times your app was viewed in the App Store for more than one second. This includes search results, Featured, Explore, Top Charts and App Product Page views. - - name: page_views - description: The total number of times your App Store product page was clicked and viewed; when a user taps on a link from an app, website or App Clip card that brings them to your App Store product page, the immediate product page_view is attributed to the referring app, website, or App Clip. - - name: first_time_downloads - description: The number of first time downloads for your app; credit is attributed to the referring app, website, or App Clip of the first time download. - - name: redownloads - description: The count of redownloads where a redownload occurs when a user who previously downloaded your app adds it to their device again (User Opt-In only); credit is attributed to the source recorded when a user tapped to download/launch your app for the first time. A value of 0 indicates there were 0 redownloads or no value from the source report that day. - - name: total_downloads - description: Total Downloads is the sum of Redownloads and First Time Downloads. - - name: active_devices - description: The count of devices that ran the app at least one time and for at least two seconds on a given day (User Opt-In only); this metric is presumed to be de-duplicated daily as received from the source data, therefore, aggregating over a span of days is better done in the UI. A value of 0 indicates there were 0 active devices or no value from the source report that day. - - name: deletions - description: The count of deletions. A deletion occurs when a user removes your app from their device (User Opt-In only). Data from resetting or erasing a device’s content and settings is not included. A value of 0 indicates there were 0 deletions or no value from the source report that day. - - name: installations - description: The count of installations. An installation event is when the user opens the App after they've downloaded it (User Opt-In only). If the App was downloaded but not opened or opened offline, this will not count; if the user opts out of sending data back to Apple, there will also be no data here. A value of 0 indicates there were 0 installations or no value from the source report that day. - - name: sessions - description: Sessions is the count of the number of times the app has been used for at least two seconds (User Opt-In only). If the app is in the background and is later used again, that counts as another session. A value of 0 indicates there were 0 sessions or no value from the source report that day. - - - name: apple_store__overview_report - description: Each record represents daily metrics for each app_id. One row per (date_day, app_id) where app_store_device has a record. Other source tables contribute metric values only . - columns: - - name: date_day - description: The date of the report and respective recorded metric(s); follows the format YYYY-MM-DD. - - name: app_id - description: Application ID. - - name: app_name - description: Application Name. - - name: impressions - description: The number of times your app was viewed in the App Store for more than one second. This includes search results, Featured, Explore, Top Charts and App Product Page views. - - name: page_views - description: The total number of times your App Store product page was clicked and viewed; when a user taps on a link from an app, website or App Clip card that brings them to your App Store product page, the immediate product page_view is attributed to the referring app, website, or App Clip. - - name: crashes - description: The number of recorded crashes experienced (User Opt-In only); a value of 0 indicates there were 0 crash reports or no value from the source report that day. - - name: first_time_downloads - description: The number of first time downloads for your app; credit is attributed to the referring app, website, or App Clip of the first time download. - - name: redownloads - description: The count of redownloads where a redownload occurs when a user who previously downloaded your app adds it to their device again (User Opt-In only); credit is attributed to the source recorded when a user tapped to download/launch your app for the first time. A value of 0 indicates there were 0 redownloads or no value from the source report that day. - - name: total_downloads - description: Total Downloads is the sum of Redownloads and First Time Downloads. - - name: active_devices - description: The count of devices that ran the app at least one time and for at least two seconds on a given day (User Opt-In only); this metric is presumed to be de-duplicated daily as received from the source data, therefore, aggregating over a span of days is better done in the UI. A value of 0 indicates there were 0 active devices or no value from the source report that day. - - name: deletions - description: The count of deletions. A deletion occurs when a user removes your app from their device (User Opt-In only). Data from resetting or erasing a device’s content and settings is not included. A value of 0 indicates there were 0 deletions or no value from the source report that day. - - name: installations - description: The count of installations. An installation event is when the user opens the App after they've downloaded it (User Opt-In only). If the App was downloaded but not opened or opened offline, this will not count; if the user opts out of sending data back to Apple, there will also be no data here. A value of 0 indicates there were 0 installations or no value from the source report that day. - - name: sessions - description: Sessions is the count of the number of times the app has been used for at least two seconds (User Opt-In only). If the app is in the background and is later used again, that counts as another session. A value of 0 indicates there were 0 sessions or no value from the source report that day. - - - name: apple_store__platform_version_report - description: Each record represents daily metrics for each by app_id, source_type and platform version. Rows exist only where app_store_platform_version or crashes_platform_version have data. Other source tables contribute metric values only. - columns: - - name: date_day - description: The date of the report and respective recorded metric(s); follows the format YYYY-MM-DD. - - name: app_id - description: Application ID. - - name: app_name - description: Application Name. - - name: source_type - description: A source is counted when a customer follows a link to your App Store product page. There are 8 types of sources App Store Browse, App Store Search, App Referrers, Web Referrers, App Clips, Unavailable, Institutional Purchases, and Null. Null is the default value for data that does not provide source types, including crashes, subscription events and subscription summary. - - name: platform_version - description: The platform version of the device engaging with your app. - - name: impressions - description: The number of times your app was viewed in the App Store for more than one second. This includes search results, Featured, Explore, Top Charts and App Product Page views. - - name: impressions_unique_device - description: The number of unique devices that have viewed your app for more than one second on on the Today, Games, Apps, Featured, Explore, Top Charts, Search tabs of the App Store and App Product Page views. This metric is presumed to be de-duplicated daily as received from the source data, therefore, aggregating over a span of days is better done in the UI. - - name: page_views - description: The total number of times your App Store product page was clicked and viewed; when a user taps on a link from an app, website or App Clip card that brings them to your App Store product page, the immediate product page_view is attributed to the referring app, website, or App Clip. - - name: page_views_unique_device - description: The number of unique devices that have viewed your App Store product page; this metric is presumed to be de-duplicated daily as received from the source data, therefore, aggregating over a span of days is better done in the UI. - - name: crashes - description: The number of recorded crashes experienced (User Opt-In only); a value of 0 indicates there were 0 crash reports or no value from the source report that day. - - name: first_time_downloads - description: The number of first time downloads for your app; credit is attributed to the referring app, website, or App Clip of the first time download. - - name: redownloads - description: The count of redownloads where a redownload occurs when a user who previously downloaded your app adds it to their device again (User Opt-In only); credit is attributed to the source recorded when a user tapped to download/launch your app for the first time. A value of 0 indicates there were 0 redownloads or no value from the source report that day. - - name: total_downloads - description: Total Downloads is the sum of Redownloads and First Time Downloads. - - name: active_devices - description: The count of devices that ran the app at least one time and for at least two seconds on a given day (User Opt-In only); this metric is presumed to be de-duplicated daily as received from the source data, therefore, aggregating over a span of days is better done in the UI. A value of 0 indicates there were 0 active devices or no value from the source report that day. - - name: active_devices_last_30_days - description: The count of devices that ran the app at least one time and for at least two seconds on the date_day of the report minus 30 days (User Opt-In only); this metric is presumed to be de-duplicated daily as received from the source data, therefore, aggregating over a span of days is better done in the UI. A value of 0 indicates there were 0 active devices last 30 days or no value from the source report that day. - - name: deletions - description: The count of deletions. A deletion occurs when a user removes your app from their device (User Opt-In only). Data from resetting or erasing a device’s content and settings is not included. A value of 0 indicates there were 0 deletions or no value from the source report that day. - - name: installations - description: The count of installations. An installation event is when the user opens the App after they've downloaded it (User Opt-In only). If the App was downloaded but not opened or opened offline, this will not count; if the user opts out of sending data back to Apple, there will also be no data here. A value of 0 indicates there were 0 installations or no value from the source report that day. - - name: sessions - description: Sessions is the count of the number of times the app has been used for at least two seconds (User Opt-In only). If the app is in the background and is later used again, that counts as another session. A value of 0 indicates there were 0 sessions or no value from the source report that day. - - - - name: apple_store__app_version_report - description: Each record represents daily metrics for each by app_id, source_type and app version. Rows exist only where usage_app_version or crashes_app_version have data. Other source tables contribute metric values only. - columns: - - name: date_day - description: The date of the report and respective recorded metric(s); follows the format YYYY-MM-DD. - - name: app_id - description: Application ID. - - name: app_name - description: Application Name. - - name: source_type - description: A source is counted when a customer follows a link to your App Store product page. There are 8 types of sources App Store Browse, App Store Search, App Referrers, Web Referrers, App Clips, Unavailable, Institutional Purchases, and Null. Null is the default value for data that does not provide source types, including crashes, subscription events and subscription summary. - - name: app_version - description: The app version of the app that the user is engaging with. - - name: crashes - description: The number of recorded crashes experienced (User Opt-In only); a value of 0 indicates there were 0 crash reports or no value from the source report that day. - - name: active_devices - description: The count of devices that ran the app at least one time and for at least two seconds on a given day (User Opt-In only); this metric is presumed to be de-duplicated daily as received from the source data, therefore, aggregating over a span of days is better done in the UI. A value of 0 indicates there were 0 active devices or no value from the source report that day. - - name: active_devices_last_30_days - description: The count of devices that ran the app at least one time and for at least two seconds on the date_day of the report minus 30 days (User Opt-In only); this metric is presumed to be de-duplicated daily as received from the source data, therefore, aggregating over a span of days is better done in the UI. A value of 0 indicates there were 0 active devices last 30 days or no value from the source report that day. - - name: deletions - description: The count of deletions. A deletion occurs when a user removes your app from their device (User Opt-In only). Data from resetting or erasing a device’s content and settings is not included. A value of 0 indicates there were 0 deletions or no value from the source report that day. - - name: installations - description: The count of installations. An installation event is when the user opens the App after they've downloaded it (User Opt-In only). If the App was downloaded but not opened or opened offline, this will not count; if the user opts out of sending data back to Apple, there will also be no data here. A value of 0 indicates there were 0 installations or no value from the source report that day. - - name: sessions - description: Sessions is the count of the number of times the app has been used for at least two seconds (User Opt-In only). If the app is in the background and is later used again, that counts as another session. A value of 0 indicates there were 0 sessions or no value from the source report that day. diff --git a/inputs_redshift/apple_store/schemas/app.csv b/inputs_redshift/apple_store/schemas/app.csv deleted file mode 100644 index 40f8cf26b6b4b20661e1f1cfd73993337b7379ea..0000000000000000000000000000000000000000 --- a/inputs_redshift/apple_store/schemas/app.csv +++ /dev/null @@ -1,12 +0,0 @@ -column_name,column_description -id,Application ID. -name,Application Name. -is_enabled,Boolean indicator for whether application is enabled or not. -_fivetran_synced,Timestamp of when Fivetran synced a record -TVOS, -APP_OPT_IN_RATE, -ICON_URL, -IS_BUNDLE, -IOS, -ASSET_TOKEN, -PRE_ORDER_INFO, diff --git a/inputs_redshift/apple_store/schemas/app_store_device.csv b/inputs_redshift/apple_store/schemas/app_store_device.csv deleted file mode 100644 index e309cc2623b9402342abf4641ad2940454779206..0000000000000000000000000000000000000000 --- a/inputs_redshift/apple_store/schemas/app_store_device.csv +++ /dev/null @@ -1,13 +0,0 @@ -column_name,column_description -date,The date of the report and respective recorded metric(s); follows the format `YYYY-MM-DD`. -app_id,Application ID. -source_type,"A source is counted when a customer follows a link to your App Store product page. -There are 8 types of sources: App Store Browse, App Store Search, App Referrers, Web Referrers, App Clips, Unavailable, Institutional Purchases, and Null. Null is the default value for data that does not provide source types, including: crashes, subscription events and subscription summary. -More information can be found in the Apple App Store developer [docs](https://developer.apple.com/help/app-store-connect/view-app-analytics/view-acquisition-sources/)." -device,Device type associated with the respective metric(s). -impressions,"The number of times your app was viewed in the App Store for more than one second. This includes search results, Featured, Explore, Top Charts and App Product Page views. (Source: [BusinessofApps](https://www.businessofapps.com/insights/understanding-the-app-store-metrics/#:~:text=Impressions%20%E2%80%93%20%E2%80%9CThe%20number%20of%20times,was%20clicked%20on%20and%20viewed.))" -impressions_unique_device,"The number of unique devices that have viewed your app for more than one second on on the Today, Games, Apps, Featured, Explore, Top Charts, Search tabs of the App Store and App Product Page views. This metric is presumed to be de-duplicated daily as received from the source data, therefore, aggregating over a span of days is better done in the UI." -page_views,"The total number of times your App Store product page was clicked and viewed; when a user taps on a link from an app, website or App Clip card that brings them to your App Store product page, the immediate product page_view is attributed to the referring app, website, or App Clip. (Sources: [Apple](https://help.apple.com/app-store-connect/#/itcf19c873df), [BusinessofApps](https://www.businessofapps.com/insights/understanding-the-app-store-metrics/#:~:text=Impressions%20%E2%80%93%20%E2%80%9CThe%20number%20of%20times,was%20clicked%20on%20and%20viewed.))" -page_views_unique_device,"The number of unique devices that have viewed your App Store product page; this metric is presumed to be de-duplicated daily as received from the source data, therefore, aggregating over a span of days is better done in the UI." -_fivetran_synced,Timestamp of when Fivetran synced a record -MEETS_THRESHOLD, diff --git a/inputs_redshift/apple_store/schemas/app_store_platform_version.csv b/inputs_redshift/apple_store/schemas/app_store_platform_version.csv deleted file mode 100644 index 44b7a2718942ce3d89406a21df0362b8ab8d315f..0000000000000000000000000000000000000000 --- a/inputs_redshift/apple_store/schemas/app_store_platform_version.csv +++ /dev/null @@ -1,13 +0,0 @@ -column_name,column_description -date,The date of the report and respective recorded metric(s); follows the format `YYYY-MM-DD`. -app_id,Application ID. -source_type,"A source is counted when a customer follows a link to your App Store product page. -There are 8 types of sources: App Store Browse, App Store Search, App Referrers, Web Referrers, App Clips, Unavailable, Institutional Purchases, and Null. Null is the default value for data that does not provide source types, including: crashes, subscription events and subscription summary. -More information can be found in the Apple App Store developer [docs](https://developer.apple.com/help/app-store-connect/view-app-analytics/view-acquisition-sources/)." -platform_version,The platform version of the device engaging with your app. -impressions,"The number of times your app was viewed in the App Store for more than one second. This includes search results, Featured, Explore, Top Charts and App Product Page views. (Source: [BusinessofApps](https://www.businessofapps.com/insights/understanding-the-app-store-metrics/#:~:text=Impressions%20%E2%80%93%20%E2%80%9CThe%20number%20of%20times,was%20clicked%20on%20and%20viewed.))" -impressions_unique_device,"The number of unique devices that have viewed your app for more than one second on on the Today, Games, Apps, Featured, Explore, Top Charts, Search tabs of the App Store and App Product Page views. This metric is presumed to be de-duplicated daily as received from the source data, therefore, aggregating over a span of days is better done in the UI." -page_views,"The total number of times your App Store product page was clicked and viewed; when a user taps on a link from an app, website or App Clip card that brings them to your App Store product page, the immediate product page_view is attributed to the referring app, website, or App Clip. (Sources: [Apple](https://help.apple.com/app-store-connect/#/itcf19c873df), [BusinessofApps](https://www.businessofapps.com/insights/understanding-the-app-store-metrics/#:~:text=Impressions%20%E2%80%93%20%E2%80%9CThe%20number%20of%20times,was%20clicked%20on%20and%20viewed.))" -page_views_unique_device,"The number of unique devices that have viewed your App Store product page; this metric is presumed to be de-duplicated daily as received from the source data, therefore, aggregating over a span of days is better done in the UI." -_fivetran_synced,Timestamp of when Fivetran synced a record -MEETS_THRESHOLD, diff --git a/inputs_redshift/apple_store/schemas/app_store_territory.csv b/inputs_redshift/apple_store/schemas/app_store_territory.csv deleted file mode 100644 index 54828715ce66be901f8759da0241ff560eaf82ba..0000000000000000000000000000000000000000 --- a/inputs_redshift/apple_store/schemas/app_store_territory.csv +++ /dev/null @@ -1,13 +0,0 @@ -column_name,column_description -date,The date of the report and respective recorded metric(s); follows the format `YYYY-MM-DD`. -app_id,Application ID. -source_type,"A source is counted when a customer follows a link to your App Store product page. -There are 8 types of sources: App Store Browse, App Store Search, App Referrers, Web Referrers, App Clips, Unavailable, Institutional Purchases, and Null. Null is the default value for data that does not provide source types, including: crashes, subscription events and subscription summary. -More information can be found in the Apple App Store developer [docs](https://developer.apple.com/help/app-store-connect/view-app-analytics/view-acquisition-sources/)." -territory,The territory (aka country) full name associated with the report's respective metric(s). -impressions,"The number of times your app was viewed in the App Store for more than one second. This includes search results, Featured, Explore, Top Charts and App Product Page views. (Source: [BusinessofApps](https://www.businessofapps.com/insights/understanding-the-app-store-metrics/#:~:text=Impressions%20%E2%80%93%20%E2%80%9CThe%20number%20of%20times,was%20clicked%20on%20and%20viewed.))" -impressions_unique_device,"The number of unique devices that have viewed your app for more than one second on on the Today, Games, Apps, Featured, Explore, Top Charts, Search tabs of the App Store and App Product Page views. This metric is presumed to be de-duplicated daily as received from the source data, therefore, aggregating over a span of days is better done in the UI." -page_views,"The total number of times your App Store product page was clicked and viewed; when a user taps on a link from an app, website or App Clip card that brings them to your App Store product page, the immediate product page_view is attributed to the referring app, website, or App Clip. (Sources: [Apple](https://help.apple.com/app-store-connect/#/itcf19c873df), [BusinessofApps](https://www.businessofapps.com/insights/understanding-the-app-store-metrics/#:~:text=Impressions%20%E2%80%93%20%E2%80%9CThe%20number%20of%20times,was%20clicked%20on%20and%20viewed.))" -page_views_unique_device,"The number of unique devices that have viewed your App Store product page; this metric is presumed to be de-duplicated daily as received from the source data, therefore, aggregating over a span of days is better done in the UI." -_fivetran_synced,Timestamp of when Fivetran synced a record -MEETS_THRESHOLD, diff --git a/inputs_redshift/apple_store/schemas/crashes_app_version.csv b/inputs_redshift/apple_store/schemas/crashes_app_version.csv deleted file mode 100644 index 68f53621a1d9862b57b620a3c57013e432d118ae..0000000000000000000000000000000000000000 --- a/inputs_redshift/apple_store/schemas/crashes_app_version.csv +++ /dev/null @@ -1,8 +0,0 @@ -column_name,column_description -date,The date of the report and respective recorded metric(s); follows the format `YYYY-MM-DD`. -app_id,Application ID. -device,Device type associated with the respective metric(s). -app_version,The app version of the app that the user is engaging with. -crashes,The number of recorded crashes experienced (User Opt-In only); a value of 0 indicates there were 0 crash reports or no value from the source report that day. -_fivetran_synced,Timestamp of when Fivetran synced a record -MEETS_THRESHOLD, diff --git a/inputs_redshift/apple_store/schemas/crashes_platform_version.csv b/inputs_redshift/apple_store/schemas/crashes_platform_version.csv deleted file mode 100644 index f453c9c655f6091641344900772b9387e41e963d..0000000000000000000000000000000000000000 --- a/inputs_redshift/apple_store/schemas/crashes_platform_version.csv +++ /dev/null @@ -1,8 +0,0 @@ -column_name,column_description -date,The date of the report and respective recorded metric(s); follows the format `YYYY-MM-DD`. -app_id,Application ID. -device,Device type associated with the respective metric(s). -platform_version,The platform version of the device engaging with your app. -crashes,The number of recorded crashes experienced (User Opt-In only); a value of 0 indicates there were 0 crash reports or no value from the source report that day. -_fivetran_synced,Timestamp of when Fivetran synced a record -MEETS_THRESHOLD, diff --git a/inputs_redshift/apple_store/schemas/downloads_device.csv b/inputs_redshift/apple_store/schemas/downloads_device.csv deleted file mode 100644 index 2355eafd1b473d303edab01c5d4943f956b2c3e8..0000000000000000000000000000000000000000 --- a/inputs_redshift/apple_store/schemas/downloads_device.csv +++ /dev/null @@ -1,12 +0,0 @@ -column_name,column_description -date,The date of the report and respective recorded metric(s); follows the format `YYYY-MM-DD`. -app_id,Application ID. -source_type,"A source is counted when a customer follows a link to your App Store product page. -There are 8 types of sources: App Store Browse, App Store Search, App Referrers, Web Referrers, App Clips, Unavailable, Institutional Purchases, and Null. Null is the default value for data that does not provide source types, including: crashes, subscription events and subscription summary. -More information can be found in the Apple App Store developer [docs](https://developer.apple.com/help/app-store-connect/view-app-analytics/view-acquisition-sources/)." -device,Device type associated with the respective metric(s). -first_time_downloads,"The number of first time downloads for your app; credit is attributed to the referring app, website, or App Clip of the first time download." -redownloads,The count of redownloads where a redownload occurs when a user who previously downloaded your app adds it to their device again (User Opt-In only); credit is attributed to the source recorded when a user tapped to download/launch your app for the first time. A value of 0 indicates there were 0 redownloads or no value from the source report that day. -total_downloads,Total Downloads is the sum of Redownloads and First Time Downloads. -_fivetran_synced,Timestamp of when Fivetran synced a record -MEETS_THRESHOLD, diff --git a/inputs_redshift/apple_store/schemas/downloads_platform_version.csv b/inputs_redshift/apple_store/schemas/downloads_platform_version.csv deleted file mode 100644 index 76de3caa6df97d34bf22fe0e10da4f7af2bf3d2f..0000000000000000000000000000000000000000 --- a/inputs_redshift/apple_store/schemas/downloads_platform_version.csv +++ /dev/null @@ -1,12 +0,0 @@ -column_name,column_description -date,The date of the report and respective recorded metric(s); follows the format `YYYY-MM-DD`. -app_id,Application ID. -source_type,"A source is counted when a customer follows a link to your App Store product page. -There are 8 types of sources: App Store Browse, App Store Search, App Referrers, Web Referrers, App Clips, Unavailable, Institutional Purchases, and Null. Null is the default value for data that does not provide source types, including: crashes, subscription events and subscription summary. -More information can be found in the Apple App Store developer [docs](https://developer.apple.com/help/app-store-connect/view-app-analytics/view-acquisition-sources/)." -platform_version,The platform version of the device engaging with your app. -first_time_downloads,"The number of first time downloads for your app; credit is attributed to the referring app, website, or App Clip of the first time download." -redownloads,The count of redownloads where a redownload occurs when a user who previously downloaded your app adds it to their device again (User Opt-In only); credit is attributed to the source recorded when a user tapped to download/launch your app for the first time. A value of 0 indicates there were 0 redownloads or no value from the source report that day. -total_downloads,Total Downloads is the sum of Redownloads and First Time Downloads. -_fivetran_synced,Timestamp of when Fivetran synced a record -MEETS_THRESHOLD, diff --git a/inputs_redshift/apple_store/schemas/downloads_territory.csv b/inputs_redshift/apple_store/schemas/downloads_territory.csv deleted file mode 100644 index 2c93cc1ef50090775b26f7510041dbfcf2153026..0000000000000000000000000000000000000000 --- a/inputs_redshift/apple_store/schemas/downloads_territory.csv +++ /dev/null @@ -1,12 +0,0 @@ -column_name,column_description -date,The date of the report and respective recorded metric(s); follows the format `YYYY-MM-DD`. -app_id,Application ID. -source_type,"A source is counted when a customer follows a link to your App Store product page. -There are 8 types of sources: App Store Browse, App Store Search, App Referrers, Web Referrers, App Clips, Unavailable, Institutional Purchases, and Null. Null is the default value for data that does not provide source types, including: crashes, subscription events and subscription summary. -More information can be found in the Apple App Store developer [docs](https://developer.apple.com/help/app-store-connect/view-app-analytics/view-acquisition-sources/)." -territory,The territory (aka country) full name associated with the report's respective metric(s). -first_time_downloads,"The number of first time downloads for your app; credit is attributed to the referring app, website, or App Clip of the first time download." -redownloads,The count of redownloads where a redownload occurs when a user who previously downloaded your app adds it to their device again (User Opt-In only); credit is attributed to the source recorded when a user tapped to download/launch your app for the first time. A value of 0 indicates there were 0 redownloads or no value from the source report that day. -total_downloads,Total Downloads is the sum of Redownloads and First Time Downloads. -_fivetran_synced,Timestamp of when Fivetran synced a record -MEETS_THRESHOLD, diff --git a/inputs_redshift/apple_store/schemas/sales_account.csv b/inputs_redshift/apple_store/schemas/sales_account.csv deleted file mode 100644 index 926ea65f0b5c5f72ab4b9454f48bbbb6fb3f5a11..0000000000000000000000000000000000000000 --- a/inputs_redshift/apple_store/schemas/sales_account.csv +++ /dev/null @@ -1,4 +0,0 @@ -column_name,column_description -id,Sales Account ID associated with the app name or app ID. -name,"Sales Account Name associated with the Sales Account ID, app name or app ID. " -_fivetran_synced,Timestamp of when Fivetran synced a record. diff --git a/inputs_redshift/apple_store/schemas/sales_subscription_events.csv b/inputs_redshift/apple_store/schemas/sales_subscription_events.csv deleted file mode 100644 index f2292c038f66256cbbafb599b6e181f8f800845d..0000000000000000000000000000000000000000 --- a/inputs_redshift/apple_store/schemas/sales_subscription_events.csv +++ /dev/null @@ -1,31 +0,0 @@ -column_name,column_description -event_date,The date of the report and respective recorded metric(s); follows the format `YYYY-MM-DD`. -account_number,Sales Account ID associated with the app name or app ID. -app_name,"Sales Account Name associated with the Sales Account ID, app name or app ID." -subscription_name,The subscription name associated with the subscription event metric or subscription summary metric. -event,The subscription event associated with the respective metric(s). -country,The country associated with the subscription event metrics and subscription summary metric(s). This country code maps to ISO-3166 Alpha-2. -state,The state associated with the subscription event metrics or subscription summary metrics. -device,Device type associated with the respective metric(s). -quantity,The number of occurrences of a given subscription event. -_fivetran_synced,Timestamp of when Fivetran synced a record. -PROCEEDS_REASON, -SUBSCRIPTION_GROUP_ID, -PROMOTIONAL_OFFER_ID, -_FILENAME, -PREVIOUS_SUBSCRIPTION_APPLE_ID, -CONSECUTIVE_PAID_PERIODS, -STANDARD_SUBSCRIPTION_DURATION, -VENDOR_NUMBER, -PREVIOUS_SUBSCRIPTION_NAME, -PROMOTIONAL_OFFER_NAME, -SUBSCRIPTION_APPLE_ID, -APP_APPLE_ID, -DAYS_BEFORE_CANCELING, -CANCELLATION_REASON, -SUBSCRIPTION_OFFER_TYPE, -_INDEX, -ORIGINAL_START_DATE, -DAYS_CANCELED, -SUBSCRIPTION_OFFER_DURATION, -MARKETING_OPT_IN_DURATION, diff --git a/inputs_redshift/apple_store/schemas/sales_subscription_summary.csv b/inputs_redshift/apple_store/schemas/sales_subscription_summary.csv deleted file mode 100644 index e9b8bc46aeaf9fc8f376b5526296b131978fe6c3..0000000000000000000000000000000000000000 --- a/inputs_redshift/apple_store/schemas/sales_subscription_summary.csv +++ /dev/null @@ -1,33 +0,0 @@ -column_name,column_description -_filename,Report filenames used to extract the date of the report -app_name,"Sales Account Name associated with the Sales Account ID, app name or app ID. " -account_number,Sales Account ID associated with the app name or app ID. -country,The country associated with the subscription event metrics and subscription summary metric(s). This country code maps to ISO-3166 Alpha-2. -state,The state associated with the subscription event metrics or subscription summary metrics. -subscription_name,The subscription name associated with the subscription event metric or subscription summary metric. -active_free_trial_introductory_offer_subscriptions,Total number of introductory offer subscriptions currently in a free trial. -active_pay_as_you_go_introductory_offer_subscriptions,Total number of introductory offer subscriptions currently with a pay as you go introductory price. -active_pay_up_front_introductory_offer_subscriptions,Total number of introductory offer subscriptions currently with a pay up front introductory price. -active_standard_price_subscriptions,"Total number of auto-renewable standard paid subscriptions currently active, excluding free trials, -subscription offers, introductory offers, and marketing opt-ins. Subscriptions are active during the period for which the customer has paid without cancellation." -_fivetran_synced,Timestamp of when Fivetran synced a record. -CUSTOMER_CURRENCY, -PROCEEDS_REASON, -SUBSCRIPTION_GROUP_ID, -PROMOTIONAL_OFFER_ID, -PAY_UP_FRONT_PROMOTIONAL_OFFER_SUBSCRIPTIONS, -BILLING_RETRY, -CUSTOMER_PRICE, -STANDARD_SUBSCRIPTION_DURATION, -VENDOR_NUMBER, -DEVICE, -PROMOTIONAL_OFFER_NAME, -SUBSCRIPTION_APPLE_ID, -APP_APPLE_ID, -PROCEEDS_CURRENCY, -_INDEX, -GRACE_PERIOD, -DEVELOPER_PROCEEDS, -FREE_TRIAL_PROMOTIONAL_OFFER_SUBSCRIPTIONS, -MARKETING_OPT_INS, -PAY_AS_YOU_GO_PROMOTIONAL_OFFER_SUBSCRIPTIONS, diff --git a/inputs_redshift/apple_store/schemas/usage_app_version.csv b/inputs_redshift/apple_store/schemas/usage_app_version.csv deleted file mode 100644 index 7907d78572f50656a332ed00d1d10afa45bb8ec0..0000000000000000000000000000000000000000 --- a/inputs_redshift/apple_store/schemas/usage_app_version.csv +++ /dev/null @@ -1,14 +0,0 @@ -column_name,column_description -date,The date of the report and respective recorded metric(s); follows the format `YYYY-MM-DD`. -app_id,Application ID. -source_type,"A source is counted when a customer follows a link to your App Store product page. -There are 8 types of sources: App Store Browse, App Store Search, App Referrers, Web Referrers, App Clips, Unavailable, Institutional Purchases, and Null. Null is the default value for data that does not provide source types, including: crashes, subscription events and subscription summary. -More information can be found in the Apple App Store developer [docs](https://developer.apple.com/help/app-store-connect/view-app-analytics/view-acquisition-sources/)." -app_version,The app version of the app that the user is engaging with. -active_devices,"The count of active_device is the count of devices that ran the app at least one time and for at least two seconds on a given day (User Opt-In only); this metric is presumed to be de-duplicated daily as received from the source data, therefore, aggregating over a span of days is better done in the UI. A value of 0 indicates there were 0 active devices or no value from the source report that day." -active_devices_last_30_days,"The count of active_devices_last_30_days is the count of devices that ran the app at least one time and for at least two seconds on the date_day of the report minus 30 days (User Opt-In only); this metric is presumed to be de-duplicated daily as received from the source data, therefore, aggregating over a span of days is better done in the UI. A value of 0 indicates there were 0 active devices last 30 days or no value from the source report that day." -deletions,A deletion occurs when a user removes your app from their device (User Opt-In only). Data from resetting or erasing a device’s content and settings is not included. A value of 0 indicates there were 0 deletions or no value from the source report that day. -installations,"An installation event is when the user opens the App after they've downloaded it (User Opt-In only). If the App was downloaded but not opened or opened offline, this will not count; if the user opts out of sending data back to Apple, there will also be no data here. A value of 0 indicates there were 0 installations or no value from the source report that day." -sessions,"Sessions is the count of the number of times the app has been used for at least two seconds (User Opt-In only). If the app is in the background and is later used again, that counts as another session. A value of 0 indicates there were 0 sessions or no value from the source report that day." -_fivetran_synced,Timestamp of when Fivetran synced a record. -MEETS_THRESHOLD, diff --git a/inputs_redshift/apple_store/schemas/usage_device.csv b/inputs_redshift/apple_store/schemas/usage_device.csv deleted file mode 100644 index d3c38d3c52fc22d856d0945dad973fbdc5e551c9..0000000000000000000000000000000000000000 --- a/inputs_redshift/apple_store/schemas/usage_device.csv +++ /dev/null @@ -1,14 +0,0 @@ -column_name,column_description -date,The date of the report and respective recorded metric(s); follows the format `YYYY-MM-DD`. -app_id,Application ID. -source_type,"A source is counted when a customer follows a link to your App Store product page. -There are 8 types of sources: App Store Browse, App Store Search, App Referrers, Web Referrers, App Clips, Unavailable, Institutional Purchases, and Null. Null is the default value for data that does not provide source types, including: crashes, subscription events and subscription summary. -More information can be found in the Apple App Store developer [docs](https://developer.apple.com/help/app-store-connect/view-app-analytics/view-acquisition-sources/)." -device,Device type associated with the respective metric(s). -active_devices,"The count of active_device is the count of devices that ran the app at least one time and for at least two seconds on a given day (User Opt-In only); this metric is presumed to be de-duplicated daily as received from the source data, therefore, aggregating over a span of days is better done in the UI. A value of 0 indicates there were 0 active devices or no value from the source report that day." -active_devices_last_30_days,"The count of active_devices_last_30_days is the count of devices that ran the app at least one time and for at least two seconds on the date_day of the report minus 30 days (User Opt-In only); this metric is presumed to be de-duplicated daily as received from the source data, therefore, aggregating over a span of days is better done in the UI. A value of 0 indicates there were 0 active devices last 30 days or no value from the source report that day." -deletions,A deletion occurs when a user removes your app from their device (User Opt-In only). Data from resetting or erasing a device’s content and settings is not included. A value of 0 indicates there were 0 deletions or no value from the source report that day. -installations,"An installation event is when the user opens the App after they've downloaded it (User Opt-In only). If the App was downloaded but not opened or opened offline, this will not count; if the user opts out of sending data back to Apple, there will also be no data here. A value of 0 indicates there were 0 installations or no value from the source report that day." -sessions,"Sessions is the count of the number of times the app has been used for at least two seconds (User Opt-In only). If the app is in the background and is later used again, that counts as another session. A value of 0 indicates there were 0 sessions or no value from the source report that day." -_fivetran_synced,Timestamp of when Fivetran synced a record. -MEETS_THRESHOLD, diff --git a/inputs_redshift/apple_store/schemas/usage_platform_version.csv b/inputs_redshift/apple_store/schemas/usage_platform_version.csv deleted file mode 100644 index ac3f458eb487178418618a85c136e3b769301350..0000000000000000000000000000000000000000 --- a/inputs_redshift/apple_store/schemas/usage_platform_version.csv +++ /dev/null @@ -1,14 +0,0 @@ -column_name,column_description -date,The date of the report and respective recorded metric(s); follows the format `YYYY-MM-DD`. -app_id,Application ID. -source_type,"A source is counted when a customer follows a link to your App Store product page. -There are 8 types of sources: App Store Browse, App Store Search, App Referrers, Web Referrers, App Clips, Unavailable, Institutional Purchases, and Null. Null is the default value for data that does not provide source types, including: crashes, subscription events and subscription summary. -More information can be found in the Apple App Store developer [docs](https://developer.apple.com/help/app-store-connect/view-app-analytics/view-acquisition-sources/)." -platform_version,The platform version of the device engaging with your app. -active_devices,"The count of active_device is the count of devices that ran the app at least one time and for at least two seconds on a given day (User Opt-In only); this metric is presumed to be de-duplicated daily as received from the source data, therefore, aggregating over a span of days is better done in the UI. A value of 0 indicates there were 0 active devices or no value from the source report that day." -active_devices_last_30_days,"The count of active_devices_last_30_days is the count of devices that ran the app at least one time and for at least two seconds on the date_day of the report minus 30 days (User Opt-In only); this metric is presumed to be de-duplicated daily as received from the source data, therefore, aggregating over a span of days is better done in the UI. A value of 0 indicates there were 0 active devices last 30 days or no value from the source report that day." -deletions,A deletion occurs when a user removes your app from their device (User Opt-In only). Data from resetting or erasing a device’s content and settings is not included. A value of 0 indicates there were 0 deletions or no value from the source report that day. -installations,"An installation event is when the user opens the App after they've downloaded it (User Opt-In only). If the App was downloaded but not opened or opened offline, this will not count; if the user opts out of sending data back to Apple, there will also be no data here. A value of 0 indicates there were 0 installations or no value from the source report that day." -sessions,"Sessions is the count of the number of times the app has been used for at least two seconds (User Opt-In only). If the app is in the background and is later used again, that counts as another session. A value of 0 indicates there were 0 sessions or no value from the source report that day." -_fivetran_synced,Timestamp of when Fivetran synced a record. -MEETS_THRESHOLD, diff --git a/inputs_redshift/apple_store/schemas/usage_territory.csv b/inputs_redshift/apple_store/schemas/usage_territory.csv deleted file mode 100644 index 041fe19168f8cb43973df6a982e84efda2e33553..0000000000000000000000000000000000000000 --- a/inputs_redshift/apple_store/schemas/usage_territory.csv +++ /dev/null @@ -1,14 +0,0 @@ -column_name,column_description -date,The date of the report and respective recorded metric(s); follows the format `YYYY-MM-DD`. -app_id,Application ID. -source_type,"A source is counted when a customer follows a link to your App Store product page. -There are 8 types of sources: App Store Browse, App Store Search, App Referrers, Web Referrers, App Clips, Unavailable, Institutional Purchases, and Null. Null is the default value for data that does not provide source types, including: crashes, subscription events and subscription summary. -More information can be found in the Apple App Store developer [docs](https://developer.apple.com/help/app-store-connect/view-app-analytics/view-acquisition-sources/)." -territory,The territory (aka country) full name associated with the report's respective metric(s). -active_devices,"The count of active_device is the count of devices that ran the app at least one time and for at least two seconds on a given day (User Opt-In only); this metric is presumed to be de-duplicated daily as received from the source data, therefore, aggregating over a span of days is better done in the UI. A value of 0 indicates there were 0 active devices or no value from the source report that day." -active_devices_last_30_days,"The count of active_devices_last_30_days is the count of devices that ran the app at least one time and for at least two seconds on the date_day of the report minus 30 days (User Opt-In only); this metric is presumed to be de-duplicated daily as received from the source data, therefore, aggregating over a span of days is better done in the UI. A value of 0 indicates there were 0 active devices last 30 days or no value from the source report that day." -deletions,A deletion occurs when a user removes your app from their device (User Opt-In only). Data from resetting or erasing a device’s content and settings is not included. A value of 0 indicates there were 0 deletions or no value from the source report that day. -installations,"An installation event is when the user opens the App after they've downloaded it (User Opt-In only). If the App was downloaded but not opened or opened offline, this will not count; if the user opts out of sending data back to Apple, there will also be no data here. A value of 0 indicates there were 0 installations or no value from the source report that day." -sessions,"Sessions is the count of the number of times the app has been used for at least two seconds (User Opt-In only). If the app is in the background and is later used again, that counts as another session. A value of 0 indicates there were 0 sessions or no value from the source report that day." -_fivetran_synced,Timestamp of when Fivetran synced a record. -MEETS_THRESHOLD, diff --git a/inputs_redshift/asana/config.yaml b/inputs_redshift/asana/config.yaml deleted file mode 100644 index a7b4b0c15937efe898ca2758f4f9b8d82e8695c2..0000000000000000000000000000000000000000 --- a/inputs_redshift/asana/config.yaml +++ /dev/null @@ -1,70 +0,0 @@ -Airbyte: - config: - files_definition_id: 778daa7c-feaf-4db6-96f3-70fd645acc77 - mongodb_definition_id: b2e713cd-cc36-4c0a-b5bd-b47cb8a0561e - namespace_definition: destination - postgres_definition_id: decd338e-5647-4c0b-adf4-da0e75f5a750 - s3_definition_id: 69589781-7828-43c5-9f63-8925b1c1ccc2 - server_url: http://airbyte-abctl-control-plane:80/api/public/v1/ - redshift_definition_id: f7a7d195-377f-cf5b-70a5-be6b819019dc -aws_s3: - AWS_ACCESS_KEY_ID: test - AWS_DEFAULT_REGION: us-west-2 - AWS_ENDPOINT_URL: http://elt-localstack:4566 - AWS_SECRET_ACCESS_KEY: test - data: - - path: s3://asana-bucket/task_section.csv - sync_mode: full_refresh_append - table: task_section - - path: s3://asana-bucket/task_tag.jsonl - sync_mode: full_refresh_append - table: task_tag -custom_api: - config: - configuration: {} - sync_mode: full_refresh_append - tables: - - project - - story -flat_files: -- format: jsonl - path: https://drive.google.com/uc?export=download&id=1K2BG3X5m_o_nyzE9yGjfKVr66Pe7GQRq - sync_mode: full_refresh_append - table: task_follower -- format: csv - path: https://drive.google.com/uc?export=download&id=1a4CFOkwotBJRtom6rkZ0gPIC_JAVBpNK - sync_mode: full_refresh_append - table: project_task -mongodb: - config: - connection_string: mongodb://elt-mongodb:27017/?directConnection=true - database: asana - sync_mode: full_refresh_append - tables: - - section - - team - - user -postgres: - config: - database: asana - host: elt-postgres - password: testelt - port: 5432 - schema: public - sync_mode: full_refresh_append - tables: - - tag - - task - user: postgres -redshift: - config: - host: - port: - database: - username: - password: - schema: asana - s3_bucket_name: - s3_bucket_region: - access_key_id: - secret_access_key: diff --git a/inputs_redshift/asana/data_model.yaml b/inputs_redshift/asana/data_model.yaml deleted file mode 100644 index 7538b780f567aa3bb532f851128c3dfdc9e24c50..0000000000000000000000000000000000000000 --- a/inputs_redshift/asana/data_model.yaml +++ /dev/null @@ -1,137 +0,0 @@ -models: - - name: asana__task - description: An enriched task table consisting of base task info + aggregated metrics and lists - columns: - - name: task_id - description: System generated unique ID of the task. - - name: assignee_user_id - description: Foreign key referencing the ASANA_USER that is currently assigned the task. - - name: is_completed - description: Boolean that is true if the task is currently marked complete. - - name: completed_at - description: Timestamp of when the task was marked complete. - format: YYYY-MM-DD HH:MM:SS.fff - - name: created_at - description: Timestamp of when the task was created - format: YYYY-MM-DD HH:MM:SS.fff - - name: due_date - description: Date the task is due, if provided. - format: YYYY-MM-DD - - name: task_modified_at - description: Timestamp of when the task was last modified - format: YYYY-MM-DD HH:MM:SS.fff - - name: task_description - description: Free-form text describing the task, as seen in the UI. - - name: workspace_id - description: Foreign key reference to the workspace - - name: days_open - description: The number of days the task has been/was open (creation -> completion) - - name: is_currently_assigned - description: Boolean, true if the task is *currently* assigned - - name: has_been_assigned - description: Boolean, true if the task has at one point been assigned, even if currently not. - - name: number_of_comments - description: Count of comments made on the task - - name: number_of_followers - description: Count of the users following the task - - name: tags - description: A list of the tags associated with the task. - - name: number_of_tags - description: Count of the tags associated with the task. - - name: is_subtask - description: Boolean that's true if the task is a subtask of another. - - - - name: asana__user - description: Enriched user table consisting of base user info + metrics around tasks and completions - columns: - - name: user_id - description: System generated unique ID of the user - - name: email - description: The user's email - - name: user_name - description: Name of the user as it appears in the UI - - name: number_of_open_tasks - description: Count of the currently open tasks assigned to this user - - name: number_of_tasks_completed - description: Count of the tasks that this user has completed - - name: number_of_projects_owned - description: Count of the projects that this user is the owner of (excludes archived projects) - - name: number_of_projects_currently_assigned_to - description: Count of the projects that the user is currently assigned open tasks to. - - - - name: asana__project - description: Table of projects' basic info enriched with metrics regarding tasks and completions - columns: - - name: project_id - description: System-generated unique ID of the project. - - name: project_name - description: UI-facing name of the project - - name: number_of_open_tasks - description: Count of the currently open tasks in this project - - name: number_of_assigned_open_tasks - description: Count of the open and assigned tasks in this project. - - name: number_of_tasks_completed - description: Count of tasks that have been completed in this project - - name: team_id - description: Foreign key referencing the ASANA_TEAM that the project is associated with - - name: team_name - description: User-facing name of the project's team - - name: is_archived - description: Boolean representing if the project has been archived in the UI - - name: created_at - description: Timestamp of when the project was created - format: YYYY-MM-DD H[H]:MM:SS - - name: current_status - description: The most recent progress status update for the project (free-form string) - - name: due_date - description: The date the project is due on, if given - format: YYYY-MM-DD H[H]:MM:SS - - name: last_modified_at - description: Timestamp of when the project was last modified (doesn't include comments or tasks) - format: YYYY-MM-DD H[H]:MM:SS - - name: owner_user_id - description: Foreign key referencing the USER who owns the project. - - name: number_of_users_involved - description: Count of the unique users associated with the project - - name: notes - description: Free-form textual description associated with project - - - - name: asana__team - description: Enriched team table consisting of basic team info + task/completion metrics (note that teams can only act on tasks in projects) - columns: - - name: team_id - description: System generate unique ID for the team - - name: team_name - description: UI-facing name of the team. - - name: number_of_open_tasks - description: Count of the currently open tasks for this team. - - name: number_of_assigned_open_tasks - description: Count of the open and assigned tasks for the team. - - name: number_of_tasks_completed - description: Count of tasks that this team has completed. - - name: number_of_active_projects - description: Count of non-archived projects - - name: active_projects - description: Comma-separated string of non-archived project IDs associated with the team, sorted alphabetically by project ID. NULL if the team has no active projects. - - name: number_of_archived_projects - description: Count of archived projects - - - name: asana__tag - description: Table of tag basic info enriched with some task metrics. - columns: - - name: tag_id - description: System-generated unique ID for the tag - - name: tag_name - description: UI-facing name of the tag - - name: created_at - description: Timestamp of when the tag was created - format: YYYY-MM-DD H[H]:MM:SS - - name: number_of_open_tasks - description: Count of the currently open tasks with this tag. - - name: number_of_assigned_open_tasks - description: Count of the open and assigned tasks with this tag. Set to 0 if NULL. - - name: number_of_tasks_completed - description: Count of tasks with this tag that have been completed. Set to 0 if NULL. diff --git a/inputs_redshift/asana/schemas/project.csv b/inputs_redshift/asana/schemas/project.csv deleted file mode 100644 index 9aa465e6cbe5e3dd806b69a48b85acd090d63e9c..0000000000000000000000000000000000000000 --- a/inputs_redshift/asana/schemas/project.csv +++ /dev/null @@ -1,15 +0,0 @@ -column_name,column_description -id,System generated unique ID of the project. -archived,Boolean representing whether the project has been archived (removed from asana UI). -color,Color of the project as seen in the UI. -created_at,Timestamp of when the story was made/the action was logged. -current_status,The most recent progress status update for the project. This is sent to all project followers. -due_date,The date the project is due. -modified_at,The last time the project was updated. Does not include comments nor changes in associations (ie new tasks). -name,The given name of the project. -notes,Free-form textual notes associated with the project. -owner_id,Foreign key referencing the USER who owns the project. -team_id,Foreign key referencing the TEAM that the project is shared with. -workspace_id,The id of an organization's workspace in asana. Not necessary unless you have access to multiple asana workspaces. -_fivetran_synced,Timestamp of when Fivetran synced a record. -_fivetran_deleted,Timestamp of when Fivetran marked a record as deleted diff --git a/inputs_redshift/asana/schemas/project_task.csv b/inputs_redshift/asana/schemas/project_task.csv deleted file mode 100644 index dd6a6d8469d5969b32f7b92d611250ac81c0da7f..0000000000000000000000000000000000000000 --- a/inputs_redshift/asana/schemas/project_task.csv +++ /dev/null @@ -1,4 +0,0 @@ -column_name,column_description -project_id,Foreign key referencing a PROJECT the task belongs to -task_id,Foreign key referencing the TASK in the project -_fivetran_synced,Timestamp of when Fivetran synced a record. diff --git a/inputs_redshift/asana/schemas/section.csv b/inputs_redshift/asana/schemas/section.csv deleted file mode 100644 index 4c1cdc492a45c6c1147962d6077c91105f53251b..0000000000000000000000000000000000000000 --- a/inputs_redshift/asana/schemas/section.csv +++ /dev/null @@ -1,6 +0,0 @@ -column_name,column_description -id,System generated unique ID for each section -created_at,Timestamp of when the section was created by a user -name,"The given name of the section as it appears in the UI. Is stored as ""(no section)"" when this is the default bucket for tasks with a section in a project" -project_id,Foreign key referencing the PROJECT that the section lives in -_fivetran_synced,Timestamp of when Fivetran synced a record. diff --git a/inputs_redshift/asana/schemas/story.csv b/inputs_redshift/asana/schemas/story.csv deleted file mode 100644 index 343cef40a2dae67cb03d98944f47672aff36f251..0000000000000000000000000000000000000000 --- a/inputs_redshift/asana/schemas/story.csv +++ /dev/null @@ -1,11 +0,0 @@ -column_name,column_description -id,System generated unique ID of the story/action taken -created_at,Timestamp of when the story was made/the action was logged -created_by_id,Foreign key referencing the USER who created the story/took the action on the task (sometimes null) -target_id,Foreign key referencing the TASK that the story is about. -text,"Free-form text describing the action that was taken (if type = system), or the content of a comment (if type = comment)" -type,The origin type of the story - a comment or change to the backend/altering a task -source,"Where the story occurred (web, mobile, email, or api)" -_fivetran_synced,Timestamp of when Fivetran synced a record. -NUM_HEARTS, -HEARTED, \ No newline at end of file diff --git a/inputs_redshift/asana/schemas/tag.csv b/inputs_redshift/asana/schemas/tag.csv deleted file mode 100644 index e5909a0a97ea37ddc33406b51dab0f8ffec9e920..0000000000000000000000000000000000000000 --- a/inputs_redshift/asana/schemas/tag.csv +++ /dev/null @@ -1,10 +0,0 @@ -column_name,column_description -id,System generated ID for each tag -name,The name of the tag as it appears in the UI. There can be duplicates. -created_at,Timestamp of when the tag was created -color,Chosen color of the tag as it appears in the UI -_fivetran_deleted,Timestamp of when Fivetran marked a record as deleted -_fivetran_synced,Timestamp of when Fivetran synced a record. -message, -notes, -workspace_id, diff --git a/inputs_redshift/asana/schemas/task.csv b/inputs_redshift/asana/schemas/task.csv deleted file mode 100644 index 4bfcb2d4aff14784ccab313b15711aadd58d2301..0000000000000000000000000000000000000000 --- a/inputs_redshift/asana/schemas/task.csv +++ /dev/null @@ -1,15 +0,0 @@ -column_name,column_description -id,System generated unique identifier for the task -assignee_id,Foreign key referencing the USER assigned to this task (note that a task may not have an assignee) -completed,Boolean that's true if the task is *currently* marked completed. Note that a task can be unmarked complete -completed_at,"Timestamp of when the task was completed, if still currently completed." -completed_by_id,"Foreign key that references the USER who completed the task, if currently completed." -created_at,Timestamp of when the task was first made -due_on,The date on which the task is due. Note that not tasks may not have a due date -due_at,"The date and time at which the task is due, only if a specific time is given." -modified_at,The last time the task was updated. Does not include comments nor changes in associations (ie their projects) -name,The title of the task -notes,Free-form textual description of the task (as seen in the UI). -parent_id,"The ID of the parent of the task, if it is a subtask. Self-refers to TASK" -start_on,"The start date of the task, if given with the due date" -workspace_id,The id of an organization's workspace in asana. Not necessary unless you have access to multiple organization's asanas. diff --git a/inputs_redshift/asana/schemas/task_follower.csv b/inputs_redshift/asana/schemas/task_follower.csv deleted file mode 100644 index 8a979e1ea42adba02e59ec0f569f133e2f0ba53a..0000000000000000000000000000000000000000 --- a/inputs_redshift/asana/schemas/task_follower.csv +++ /dev/null @@ -1,4 +0,0 @@ -column_name,column_description -task_id,Foreign key referencing the TASK being followed -user_id,Foreign key referencing the USER that is following the task -_fivetran_synced,Timestamp of when Fivetran synced a record. diff --git a/inputs_redshift/asana/schemas/task_section.csv b/inputs_redshift/asana/schemas/task_section.csv deleted file mode 100644 index 388eeacb9e16d207ebecc65b0d10c19e5956533d..0000000000000000000000000000000000000000 --- a/inputs_redshift/asana/schemas/task_section.csv +++ /dev/null @@ -1,4 +0,0 @@ -column_name,column_description -section_id,Foreign key referencing the SECTION that the task lives under. -task_id,Foreign key referencing the TASK that lives in a section. -_fivetran_synced,Timestamp of when Fivetran synced a record. diff --git a/inputs_redshift/asana/schemas/task_tag.csv b/inputs_redshift/asana/schemas/task_tag.csv deleted file mode 100644 index 5f9d06baeb5fcde8db58c52fc6b758afb26673b4..0000000000000000000000000000000000000000 --- a/inputs_redshift/asana/schemas/task_tag.csv +++ /dev/null @@ -1,4 +0,0 @@ -column_name,column_description -task_id,Foreign key referencing the TASK that is tagged -tag_id,Foreign key referencing the TAG that is applied to the task -_fivetran_synced,Timestamp of when Fivetran synced a record. diff --git a/inputs_redshift/asana/schemas/team.csv b/inputs_redshift/asana/schemas/team.csv deleted file mode 100644 index 606e83e61462069c83c09a854f425b0e94968c47..0000000000000000000000000000000000000000 --- a/inputs_redshift/asana/schemas/team.csv +++ /dev/null @@ -1,6 +0,0 @@ -column_name,column_description -id,System generated unique ID for each team -name,Provided name for each team. There can be duplicates -organization_id,"Equivalent to the workspace_id, as organizations are a kind of workspace. Probably not relevant unless working with multiple orgs." -_fivetran_deleted,Timestamp of when Fivetran marked a record as deleted -_fivetran_synced,Timestamp of when Fivetran synced a record. diff --git a/inputs_redshift/asana/schemas/user.csv b/inputs_redshift/asana/schemas/user.csv deleted file mode 100644 index c9230d9442e61d650c8cb1dec8c6a09a1b5a32d7..0000000000000000000000000000000000000000 --- a/inputs_redshift/asana/schemas/user.csv +++ /dev/null @@ -1,6 +0,0 @@ -column_name,column_description -id,System generated unique ID for a user -email,Email associated with the user -name,Given name for the user as it appears in the UI -_fivetran_deleted,Timestamp of when Fivetran marked a record as deleted -_fivetran_synced,Timestamp of when Fivetran synced a record. diff --git a/inputs_redshift/authors/config.yaml b/inputs_redshift/authors/config.yaml deleted file mode 100644 index fbf2f876e25aaae75612f9117c7c9470dcd1cbf2..0000000000000000000000000000000000000000 --- a/inputs_redshift/authors/config.yaml +++ /dev/null @@ -1,59 +0,0 @@ -Airbyte: - config: - files_definition_id: 778daa7c-feaf-4db6-96f3-70fd645acc77 - mongodb_definition_id: b2e713cd-cc36-4c0a-b5bd-b47cb8a0561e - namespace_definition: destination - postgres_definition_id: decd338e-5647-4c0b-adf4-da0e75f5a750 - s3_definition_id: 69589781-7828-43c5-9f63-8925b1c1ccc2 - server_url: http://airbyte-abctl-control-plane:80/api/public/v1/ - redshift_definition_id: f7a7d195-377f-cf5b-70a5-be6b819019dc -aws_s3: - AWS_ACCESS_KEY_ID: test - AWS_DEFAULT_REGION: us-west-2 - AWS_ENDPOINT_URL: http://elt-localstack:4566 - AWS_SECRET_ACCESS_KEY: test - data: - - path: s3://authors-bucket/Journal.jsonl - sync_mode: full_refresh_append - table: Journal -custom_api: - config: - configuration: {} - sync_mode: full_refresh_append - tables: - - PaperAuthor -flat_files: -- format: csv - path: https://drive.google.com/uc?export=download&id=1e4AzBosRo-wx15I6gxpQNGFjIyxFCsLC - sync_mode: full_refresh_append - table: Conference -mongodb: - config: - connection_string: mongodb://elt-mongodb:27017/?directConnection=true - database: authors - sync_mode: full_refresh_append - tables: - - Author -postgres: - config: - database: authors - host: elt-postgres - password: testelt - port: 5432 - schema: public - sync_mode: full_refresh_append - tables: - - paper - user: postgres -redshift: - config: - host: - port: - database: - username: - password: - schema: authors - s3_bucket_name: - s3_bucket_region: - access_key_id: - secret_access_key: diff --git a/inputs_redshift/authors/data_model.yaml b/inputs_redshift/authors/data_model.yaml deleted file mode 100644 index 24d536b0cd06a232ec3e9da381a5ae7ad00af37a..0000000000000000000000000000000000000000 --- a/inputs_redshift/authors/data_model.yaml +++ /dev/null @@ -1,20 +0,0 @@ -models: - - name: conferences - description: Each record represents a conference. - columns: - - name: conference_id - description: Unique identifier for the conference. - - name: full_name - description: Full name of the conference. - - name: homepage - description: Homepage of the conference. - - name: avg_num_papers_published - description: The average number of papers published in the conference per year. - - name: num_paper_presented_in_2012 - description: The number of papers presented in the conference in 2012, replace NULL values with 0. - - name: year_published_most_paper - description: The year in which the most papers were published in the conference, with ties broken by the ascending order of the year. - - name: per_papers_have_keyword_cancer - description: The percentage of papers that have the keyword "cancer" (case insensitive) in the conference. - - name: total_number_paper_during_1990_to_2000 - description: The total number of papers published in the conference during 1990 to 2000, replace NULL values with 0. \ No newline at end of file diff --git a/inputs_redshift/authors/schemas/Author.csv b/inputs_redshift/authors/schemas/Author.csv deleted file mode 100644 index 9977494663870e3740f4caa14dfa86a5bf84d33f..0000000000000000000000000000000000000000 --- a/inputs_redshift/authors/schemas/Author.csv +++ /dev/null @@ -1,4 +0,0 @@ -column_name,column_description -Id,Id of the author -Name,Author Name -Affiliation,Organization name with which the author is affiliated. diff --git a/inputs_redshift/authors/schemas/Conference.csv b/inputs_redshift/authors/schemas/Conference.csv deleted file mode 100644 index e3d94216d24d0df9cd358370be03ea7c0dab1b1d..0000000000000000000000000000000000000000 --- a/inputs_redshift/authors/schemas/Conference.csv +++ /dev/null @@ -1,5 +0,0 @@ -column_name,column_description -id,Conference Id -shortname,Short name -fullname,Full name -homepage,Homepage URL of conference diff --git a/inputs_redshift/authors/schemas/Journal.csv b/inputs_redshift/authors/schemas/Journal.csv deleted file mode 100644 index 737674b04175cab917b73b400ccc950a188ed486..0000000000000000000000000000000000000000 --- a/inputs_redshift/authors/schemas/Journal.csv +++ /dev/null @@ -1,5 +0,0 @@ -column_name,column_description -Id,Journal Id -ShortName,Short name -FullName,Full name -HomePage,Homepage URL of journal diff --git a/inputs_redshift/authors/schemas/Paper.csv b/inputs_redshift/authors/schemas/Paper.csv deleted file mode 100644 index 1088d6ada2d11b9006a0ca681eeb7513ce725f38..0000000000000000000000000000000000000000 --- a/inputs_redshift/authors/schemas/Paper.csv +++ /dev/null @@ -1,7 +0,0 @@ -column_name,column_description -Id, Id of the paper -Title,Title of the paper -Year,Year of the paper -ConferenceId,Conference Id in which paper was published -JournalId,Journal Id in which paper was published -Keyword,Keywords of the paper diff --git a/inputs_redshift/authors/schemas/PaperAuthor.csv b/inputs_redshift/authors/schemas/PaperAuthor.csv deleted file mode 100644 index 98d48002c33fbd69b39289bc9e655cd008aa2e1c..0000000000000000000000000000000000000000 --- a/inputs_redshift/authors/schemas/PaperAuthor.csv +++ /dev/null @@ -1,5 +0,0 @@ -column_name,column_description -paperid, Paper Id -authorid,Author Id -name,Author Name (as written on paper) -affiliation,Author Affiliation (as written on paper) diff --git a/inputs_redshift/beer_factory/config.yaml b/inputs_redshift/beer_factory/config.yaml deleted file mode 100644 index 678adfca27019fca5638c333b3659026ce244059..0000000000000000000000000000000000000000 --- a/inputs_redshift/beer_factory/config.yaml +++ /dev/null @@ -1,61 +0,0 @@ -Airbyte: - config: - files_definition_id: 778daa7c-feaf-4db6-96f3-70fd645acc77 - mongodb_definition_id: b2e713cd-cc36-4c0a-b5bd-b47cb8a0561e - namespace_definition: destination - postgres_definition_id: decd338e-5647-4c0b-adf4-da0e75f5a750 - s3_definition_id: 69589781-7828-43c5-9f63-8925b1c1ccc2 - server_url: http://airbyte-abctl-control-plane:80/api/public/v1/ - redshift_definition_id: f7a7d195-377f-cf5b-70a5-be6b819019dc -aws_s3: - AWS_ACCESS_KEY_ID: test - AWS_DEFAULT_REGION: us-west-2 - AWS_ENDPOINT_URL: http://elt-localstack:4566 - AWS_SECRET_ACCESS_KEY: test - data: - - path: s3://beer-factory-bucket/geolocation.csv - sync_mode: full_refresh_append - table: geolocation -custom_api: - config: - configuration: {} - sync_mode: full_refresh_append - tables: - - rootbeerbrand - - rootbeerreview -flat_files: -- format: jsonl - path: https://drive.google.com/uc?export=download&id=1Jg-0HtzU9fzFl8SG9L6dJ4Qi4eOwhZkk - sync_mode: full_refresh_append - table: location -mongodb: - config: - connection_string: mongodb://elt-mongodb:27017/?directConnection=true - database: beer_factory - sync_mode: full_refresh_append - tables: - - customers -postgres: - config: - database: beer_factory - host: elt-postgres - password: testelt - port: 5432 - schema: public - sync_mode: full_refresh_append - tables: - - rootbeer - - transaction - user: postgres -redshift: - config: - host: - port: - database: - username: - password: - schema: beer_factory - s3_bucket_name: - s3_bucket_region: - access_key_id: - secret_access_key: diff --git a/inputs_redshift/beer_factory/data_model.yaml b/inputs_redshift/beer_factory/data_model.yaml deleted file mode 100644 index 905a7af7fc0f8af91c13dd17412abc98708f33bf..0000000000000000000000000000000000000000 --- a/inputs_redshift/beer_factory/data_model.yaml +++ /dev/null @@ -1,40 +0,0 @@ -models: - - name: beer_factory__customers - description: Each record represents a customer. - columns: - - name: customer_id - description: Unique identifier for the customer. - - name: name - description: Name of the customer. Concatenate the first name and last name with a space separating them. - - name: address - description: Address of the customer. Concatenate the street address, city and state with a space separating them. - - name: num_reviews - description: Number of reviews the customer has written, replace NULL values with 0. - - name: purchased_beer_by_ASB - description: set to 1 if the customer has purchased at least one root beer produced by AJ Stephans Beverages, otherwise, set to 0 - - name: date_first_bought - description: Date the customer first bought a root beer. - - name: num_non_sweetened - description: Number of non-sweetened root beers the customer has purchased, replace NULL values with 0. Non-sweetened root beers are defined as root beers that do not contain artificial sweetener and honey. - - name: bought_beers_contain_artificial_sweetener - description: set to 1 if the customer has purchased at least one root beer that contains artificial sweetener, otherwise, set to 0 - - name: brands - description: Each record represents a brand of root beer. - columns: - - name: brand_id - description: Unique identifier for the brand. - - name: brandname - description: Name of the brand. - - name: address - description: Address of the brand. Concatenate the city, state, and country with a space separating them. - - name: num_5_stars - description: Number of 5-star ratings the brand has received, replace NULL values with 0. - - name: not_advertise_on_Facebook_and_Twitter - description: set to 1 if the brand does not advertise on Facebook and Twitter, otherwise, set to 0 - - name: unit_profit - description: the unit profit of the brand available to wholesalers - - name: avg_rating_star - description: Average rating star of the brand. - - name: latitude_consumed_most - description: Latitude where the brand is consumed the most with ties broken by the descending order of the latitude - \ No newline at end of file diff --git a/inputs_redshift/beer_factory/schemas/customers.csv b/inputs_redshift/beer_factory/schemas/customers.csv deleted file mode 100644 index 184b56745380f97b0846d744edc17c875424148f..0000000000000000000000000000000000000000 --- a/inputs_redshift/beer_factory/schemas/customers.csv +++ /dev/null @@ -1,13 +0,0 @@ -column_name,column_description -CustomerID,the unique id for the customer -First,the first name of the customer -Last,the last name of the customer -StreetAddress,the address of the customer -City,the city where the customer lives -State,the state code -ZipCode,the zip code -Email,the customer's email -PhoneNumber,the customer's phone number -FirstPurchaseDate,the first purchase date of the customer -SubscribedToEmailList,whether the customer subscribe to the email list -Gender,the customer's gender diff --git a/inputs_redshift/beer_factory/schemas/geolocation.csv b/inputs_redshift/beer_factory/schemas/geolocation.csv deleted file mode 100644 index 0edeb651e78ff9194b8fc9d25180cf8bd7726eec..0000000000000000000000000000000000000000 --- a/inputs_redshift/beer_factory/schemas/geolocation.csv +++ /dev/null @@ -1,4 +0,0 @@ -column_name,column_description -LocationID,the id of the location -Latitude,the latitude of the location -Longitude,the longitude of the location diff --git a/inputs_redshift/beer_factory/schemas/location.csv b/inputs_redshift/beer_factory/schemas/location.csv deleted file mode 100644 index 69b8914df26d8fe3016ebca7f96f07c8032dd02f..0000000000000000000000000000000000000000 --- a/inputs_redshift/beer_factory/schemas/location.csv +++ /dev/null @@ -1,7 +0,0 @@ -column_name,column_description -LocationID,the unique id for the location -LocationName,the name of the location -StreetAddress,the street address -City,the city where the location locates -State,the state code -ZipCode,the zip code of the location diff --git a/inputs_redshift/beer_factory/schemas/rootbeer.csv b/inputs_redshift/beer_factory/schemas/rootbeer.csv deleted file mode 100644 index 060f52d6e97e4235858e13e2e0415a9c792eef3b..0000000000000000000000000000000000000000 --- a/inputs_redshift/beer_factory/schemas/rootbeer.csv +++ /dev/null @@ -1,6 +0,0 @@ -column_name,column_description -RootBeerID,the unique id for the root beer -BrandID,the brand id -ContainerType,the type of the container -LocationID,the location id of the selling company -PurchaseDate,the purchase date of the root beer diff --git a/inputs_redshift/beer_factory/schemas/rootbeerbrand.csv b/inputs_redshift/beer_factory/schemas/rootbeerbrand.csv deleted file mode 100644 index 479dd967ef64859c49f2d169e0837c96bd5082ff..0000000000000000000000000000000000000000 --- a/inputs_redshift/beer_factory/schemas/rootbeerbrand.csv +++ /dev/null @@ -1,23 +0,0 @@ -column_name,column_description -brandid,the unique id for the brand -brandname,the brand name -firstbrewedyear,the first brewed year of the brand -breweryname,the brewery name -city,the city where the brewery locates -state,the state code -country,the country where the brewery locates -description,the description of the brand -canesugar,whether the drink contains cane sugar -cornsyrup,whether the drink contains the corn syrup -honey,whether the drink contains the honey -artificialsweetener,whether the drink contains the artificial sweetener -caffeinated,whether the drink is caffeinated -alcoholic,whether the drink is alcoholic -availableincans,whether the drink is available in cans -availableinbottles,whether the drink is available in bottles -availableinkegs,whether the drink is available in kegs -website,the website of the brand -facebookpage,the facebook page of the brand -twitter,the twitter of the brand -wholesalecost,the wholesale cost -currentretailprice,the current retail price diff --git a/inputs_redshift/beer_factory/schemas/rootbeerreview.csv b/inputs_redshift/beer_factory/schemas/rootbeerreview.csv deleted file mode 100644 index f2479355e1e163f91bfd75e62c3676d848b2b942..0000000000000000000000000000000000000000 --- a/inputs_redshift/beer_factory/schemas/rootbeerreview.csv +++ /dev/null @@ -1,6 +0,0 @@ -column_name,column_description -customerid,the id of the customer -brandid,the id of the brand -starrating,the star rating of the root beer -reviewdate,the review date -review,the specific review content diff --git a/inputs_redshift/beer_factory/schemas/transaction.csv b/inputs_redshift/beer_factory/schemas/transaction.csv deleted file mode 100644 index dfd765d54931b872a1b65efda00bd40ded29be96..0000000000000000000000000000000000000000 --- a/inputs_redshift/beer_factory/schemas/transaction.csv +++ /dev/null @@ -1,9 +0,0 @@ -column_name,column_description -TransactionID,the unique id for the transaction -CreditCardNumber,the number of the credit card used for payment -CustomerID,the customer id -TransactionDate,the transaction date -CreditCardType,the credit card type -LocationID,the location id of the selling company -RootBeerID,the root beer id -PurchasePrice,the unit purchase price of the root beer diff --git a/inputs_redshift/bike_share_1/config.yaml b/inputs_redshift/bike_share_1/config.yaml deleted file mode 100644 index 9f0b4bcebe1f5504bb9891c3362a6f52482ad846..0000000000000000000000000000000000000000 --- a/inputs_redshift/bike_share_1/config.yaml +++ /dev/null @@ -1,49 +0,0 @@ -Airbyte: - config: - files_definition_id: 778daa7c-feaf-4db6-96f3-70fd645acc77 - mongodb_definition_id: b2e713cd-cc36-4c0a-b5bd-b47cb8a0561e - namespace_definition: destination - postgres_definition_id: decd338e-5647-4c0b-adf4-da0e75f5a750 - server_url: http://airbyte-abctl-control-plane:80/api/public/v1/ - redshift_definition_id: f7a7d195-377f-cf5b-70a5-be6b819019dc -custom_api: - config: - configuration: {} - sync_mode: full_refresh_append - tables: - - weather -flat_files: -- format: csv - path: https://drive.google.com/uc?export=download&id=1Wi_KDIkhJX0uGPV4a61ziuwUBa4skkQa - sync_mode: full_refresh_append - table: station -mongodb: - config: - connection_string: mongodb://elt-mongodb:27017/?directConnection=true - database: bike_share_1 - sync_mode: full_refresh_append - tables: - - trip -postgres: - config: - database: bike_share_1 - host: elt-postgres - password: testelt - port: 5432 - schema: public - sync_mode: full_refresh_append - tables: - - status - user: postgres -redshift: - config: - host: - port: - database: - username: - password: - schema: bike_share_1 - s3_bucket_name: - s3_bucket_region: - access_key_id: - secret_access_key: diff --git a/inputs_redshift/bike_share_1/data_model.yaml b/inputs_redshift/bike_share_1/data_model.yaml deleted file mode 100644 index a6a9f34ee797824373847c12cb571c0b00ccbb1d..0000000000000000000000000000000000000000 --- a/inputs_redshift/bike_share_1/data_model.yaml +++ /dev/null @@ -1,20 +0,0 @@ -models: - - name: stations - description: Each record represents a bike share station. - columns: - - name: station_id - description: Unique identifier for the station. - - name: name - description: Name of the station. - - name: city - description: City where the station is located. - - name: num_borrowed_bike - description: Number of bikes borrowed from the station, replace NULL values with 0. - - name: date_most_bikes_available - description: Date when the station had the most bikes available, with ties broken by the ascending order of the date. - - name: above_avg_duration_trips - description: Set to 1 if the average duration of trips starting from the station is above the overall average trip duration; otherwise, set to 0. - - name: per_subscriber - description: Percentage of trips starting from the station that are made by subscribers. - - name: diff_bewteen_as_start_station_and_as_end_station - description: Difference between the number of trips starting from the station and the number of trips ending at the station. \ No newline at end of file diff --git a/inputs_redshift/bike_share_1/schemas/station.csv b/inputs_redshift/bike_share_1/schemas/station.csv deleted file mode 100644 index e4326ce601495d46a8b3dc5ebf76e2c0c1979a43..0000000000000000000000000000000000000000 --- a/inputs_redshift/bike_share_1/schemas/station.csv +++ /dev/null @@ -1,8 +0,0 @@ -column_name,column_description -id,unique ID for each station -name,Station name -lat,latitude -long,longitude -dock_count,number of bikes the station can hold -city, -installation_date,installation date diff --git a/inputs_redshift/bike_share_1/schemas/status.csv b/inputs_redshift/bike_share_1/schemas/status.csv deleted file mode 100644 index 3b4e0eb367e9f64e6be96f06f09e335e30b115c9..0000000000000000000000000000000000000000 --- a/inputs_redshift/bike_share_1/schemas/status.csv +++ /dev/null @@ -1,5 +0,0 @@ -column_name,column_description -station_id,station id -bikes_available,number of available bikes -docks_available,number of available docks -time, diff --git a/inputs_redshift/bike_share_1/schemas/trip.csv b/inputs_redshift/bike_share_1/schemas/trip.csv deleted file mode 100644 index dd55ffa99a28d31ebba7a5b1864d8cc478ddbde7..0000000000000000000000000000000000000000 --- a/inputs_redshift/bike_share_1/schemas/trip.csv +++ /dev/null @@ -1,12 +0,0 @@ -column_name,column_description -id, -duration,The duration of the trip in seconds. -start_date,start date -start_station_name,The name of the start station -start_station_id,The ID of the start station -end_date,end date -end_station_name,The name of the end station -end_station_id,The ID of the end station -bike_id,The ID of the bike -subscription_type,subscription type -zip_code,zip code diff --git a/inputs_redshift/bike_share_1/schemas/weather.csv b/inputs_redshift/bike_share_1/schemas/weather.csv deleted file mode 100644 index c28b326fa2a69e692b8dfd0c29fa7739ab7ed542..0000000000000000000000000000000000000000 --- a/inputs_redshift/bike_share_1/schemas/weather.csv +++ /dev/null @@ -1,25 +0,0 @@ -column_name,column_description -date, -max_temperature_f,max temperature in Fahrenheit degree -mean_temperature_f,mean temperature in Fahrenheit degree -min_temperature_f,min temperature in Fahrenheit degree -max_dew_point_f,max dew point in Fahrenheit degree -mean_dew_point_f,mean dew point in Fahrenheit degree -min_dew_point_f,min dew point in Fahrenheit degree -max_humidity,max humidity -mean_humidity,mean humidity -min_humidity,min humidity -max_sea_level_pressure_inches,max sea level pressure in inches -mean_sea_level_pressure_inches,mean sea level pressure in inches -min_sea_level_pressure_inches,min sea level pressure in inches -max_visibility_miles,max visibility in miles -mean_visibility_miles,mean visibility in miles -min_visibility_miles,min visibility in miles -max_wind_speed_mph,max wind Speed in mph -mean_wind_speed_mph,mean wind Speed in mph -max_gust_speed_mph,max gust Speed in mph -precipitation_inches,precipitation in inches -cloud_cover,cloud cover -events, -wind_dir_degrees,wind direction degrees -zip_code,zip code diff --git a/inputs_redshift/book_publishing_company/config.yaml b/inputs_redshift/book_publishing_company/config.yaml deleted file mode 100644 index fb9bcb359644b1494ffcc698f28ee2fae52f1a9e..0000000000000000000000000000000000000000 --- a/inputs_redshift/book_publishing_company/config.yaml +++ /dev/null @@ -1,70 +0,0 @@ -Airbyte: - config: - files_definition_id: 778daa7c-feaf-4db6-96f3-70fd645acc77 - mongodb_definition_id: b2e713cd-cc36-4c0a-b5bd-b47cb8a0561e - namespace_definition: destination - postgres_definition_id: decd338e-5647-4c0b-adf4-da0e75f5a750 - s3_definition_id: 69589781-7828-43c5-9f63-8925b1c1ccc2 - server_url: http://airbyte-abctl-control-plane:80/api/public/v1/ - redshift_definition_id: f7a7d195-377f-cf5b-70a5-be6b819019dc -aws_s3: - AWS_ACCESS_KEY_ID: test - AWS_DEFAULT_REGION: us-west-2 - AWS_ENDPOINT_URL: http://elt-localstack:4566 - AWS_SECRET_ACCESS_KEY: test - data: - - path: s3://book-publishing-company-bucket/discounts.csv - sync_mode: full_refresh_append - table: discounts - - path: s3://book-publishing-company-bucket/pub_info.jsonl - sync_mode: full_refresh_append - table: pub_info -custom_api: - config: - configuration: {} - sync_mode: full_refresh_append - tables: - - publishers - - stores - - titles -flat_files: -- format: jsonl - path: https://drive.google.com/uc?export=download&id=1z0Ibt2Gl3eS2PhCfaVVZ0_YUfYGG2Rey - sync_mode: full_refresh_append - table: jobs -- format: csv - path: https://drive.google.com/uc?export=download&id=1FgDnjrK-DqTTZKcxgzXE2hs0atpHk7Gd - sync_mode: full_refresh_append - table: titleauthor -mongodb: - config: - connection_string: mongodb://elt-mongodb:27017/?directConnection=true - database: book_publishing_company - sync_mode: full_refresh_append - tables: - - authors - - employee -postgres: - config: - database: book_publishing_company - host: elt-postgres - password: testelt - port: 5432 - schema: public - sync_mode: full_refresh_append - tables: - - roysched - - sales - user: postgres -redshift: - config: - host: - port: - database: - username: - password: - schema: book_publishing_company - s3_bucket_name: - s3_bucket_region: - access_key_id: - secret_access_key: diff --git a/inputs_redshift/book_publishing_company/data_model.yaml b/inputs_redshift/book_publishing_company/data_model.yaml deleted file mode 100644 index 04d27992e73989705c59e6dfd38b0b02bbf0cf5b..0000000000000000000000000000000000000000 --- a/inputs_redshift/book_publishing_company/data_model.yaml +++ /dev/null @@ -1,58 +0,0 @@ -models: - - name: book_stores - description: Each record represents a store. - columns: - - name: store_id - description: Unique identifier for the store. - - name: store_name - description: Name of the store. - - name: state - description: State where the store is located. - - name: least_quantity_sale_title - description: The title of the book with the least quantity sold in the store, with ties broken by the ascending order of the title. - - name: total_sales_quantity - description: Total quantity of books sold in the store, replace NULL values with 0. - - name: percentage_of_Net_30_payment - description: the percentage of the quantity ordered that were on 'Net 30' payment terms - - name: percentage_of_psychology - description: The percentage of psychology book sold by the store - - name: title_has_highest_ytd_sales - description: The title of the book in the store that has the highest year-to-date sales, with ties broken by the ascending order of the title. - - name: book_publishers - description: Each record represents a publisher. - columns: - - name: pub_id - description: Unique identifier for the publisher. - - name: pub_name - description: Name of the publisher. - - name: country - description: Country where the publisher is located. - - name: number_of_titles_1991 - description: Number of titles published by the publisher in 1991, replace NULL values with 0. - - name: most_expensive_book - description: The title of the most expensive book published by the publisher, with ties broken by the ascending order of the title. - - name: book_has_the_highest_royalty - description: The title of the book with the highest royalty published by the publisher, with ties broken by the descending order of the title. - - name: average_ytd_sales - description: Average year-to-date sales of the books published by the publisher. - - name: most_ytd_sale_title - description: The title of the book with the most year-to-date sales published by the publisher, with ties broken by the ascending order of the title. - - name: book_titles - description: Each record represents a title. - columns: - - name: title_id - description: Unique identifier for the title. - - name: title - description: Title of the book. - - name: type - description: Type of the title. - - name: has_ytd_sales_higher_than_average - description: Set to 1 if the year-to-date sales of the title are higher than the average year-to-date sales of all titles; otherwise, set to 0. - - name: has_above_average_royalty_rate - description: Set to 1 if the royalty rate of the title is above the average royalty rate of all titles; otherwise, set to 0. - - name: sold_more_than_average - description: Set to 1 if the title has sold more copies than the average number of copies sold by all titles; otherwise, set to 0. - - name: number_of_sales_in_California_stores - description: Number of copies sold in stores located in California, replace NULL values with 0. - - name: ordered_quantity_1992 - description: Quantity of the title ordered in 1992, replace NULL values with 0. \ No newline at end of file diff --git a/inputs_redshift/book_publishing_company/schemas/authors.csv b/inputs_redshift/book_publishing_company/schemas/authors.csv deleted file mode 100644 index 7b43754c87c1b2230d0cba8813a84d338bea6cc4..0000000000000000000000000000000000000000 --- a/inputs_redshift/book_publishing_company/schemas/authors.csv +++ /dev/null @@ -1,10 +0,0 @@ -column_name,column_description -au_id,unique number identifying authors -au_lname,author last name -au_fname,author first name -phone,phone number -address,address -city,city -state,state -zip,zip code -contract,contract status diff --git a/inputs_redshift/book_publishing_company/schemas/discounts.csv b/inputs_redshift/book_publishing_company/schemas/discounts.csv deleted file mode 100644 index 39c27eaba60a94b271a0102e211eaec52f4a0bd5..0000000000000000000000000000000000000000 --- a/inputs_redshift/book_publishing_company/schemas/discounts.csv +++ /dev/null @@ -1,6 +0,0 @@ -column_name,column_description -discounttype,discount type -stor_id,store id -lowqty,low quantity (quantity floor) -highqty,high quantity (max quantity) -discount,discount diff --git a/inputs_redshift/book_publishing_company/schemas/employee.csv b/inputs_redshift/book_publishing_company/schemas/employee.csv deleted file mode 100644 index 9bf2695c2257d5a92e91d48cdaa00849c92d7510..0000000000000000000000000000000000000000 --- a/inputs_redshift/book_publishing_company/schemas/employee.csv +++ /dev/null @@ -1,9 +0,0 @@ -column_name,column_description -emp_id,unique number identifying employees -fname,first name of employees -minit,middle name -lname,last name -job_id,number identifying jobs -job_lvl,job level -pub_id,id number identifying publishers -hire_date,hire date diff --git a/inputs_redshift/book_publishing_company/schemas/jobs.csv b/inputs_redshift/book_publishing_company/schemas/jobs.csv deleted file mode 100644 index 70b4b9b6a73e93d6daa9a5690e3881757be63787..0000000000000000000000000000000000000000 --- a/inputs_redshift/book_publishing_company/schemas/jobs.csv +++ /dev/null @@ -1,5 +0,0 @@ -column_name,column_description -job_id,unique id number identifying the jobs -job_desc,job description -min_lvl,min job level -max_lvl,max job level diff --git a/inputs_redshift/book_publishing_company/schemas/pub_info.csv b/inputs_redshift/book_publishing_company/schemas/pub_info.csv deleted file mode 100644 index a135508b12a261ccdbb759207206b27e1084938c..0000000000000000000000000000000000000000 --- a/inputs_redshift/book_publishing_company/schemas/pub_info.csv +++ /dev/null @@ -1,4 +0,0 @@ -column_name,column_description -pub_id,unique id number identifying publications -logo,logo of publications -pr_info,publisher's information diff --git a/inputs_redshift/book_publishing_company/schemas/publishers.csv b/inputs_redshift/book_publishing_company/schemas/publishers.csv deleted file mode 100644 index 9e352a4d53e277bdf58e9cfe2c9885c0f8024a4a..0000000000000000000000000000000000000000 --- a/inputs_redshift/book_publishing_company/schemas/publishers.csv +++ /dev/null @@ -1,6 +0,0 @@ -column_name,column_description -pub_id,unique id number identifying publisher -pub_name,publisher name -city,city -state,state -country,country diff --git a/inputs_redshift/book_publishing_company/schemas/roysched.csv b/inputs_redshift/book_publishing_company/schemas/roysched.csv deleted file mode 100644 index 74037c220f6ff1da22279732c240763716f2ab8d..0000000000000000000000000000000000000000 --- a/inputs_redshift/book_publishing_company/schemas/roysched.csv +++ /dev/null @@ -1,5 +0,0 @@ -column_name,column_description -title_id,unique id number identifying title -lorange,low range -hirange,high range -royalty,royalty diff --git a/inputs_redshift/book_publishing_company/schemas/sales.csv b/inputs_redshift/book_publishing_company/schemas/sales.csv deleted file mode 100644 index 748c31c7cc825fe1848fce9d7e519b54a919bb3b..0000000000000000000000000000000000000000 --- a/inputs_redshift/book_publishing_company/schemas/sales.csv +++ /dev/null @@ -1,7 +0,0 @@ -column_name,column_description -stor_id,id number identifying stores -ord_num,id number identifying the orders -ord_date,the date of the order -qty,quantity of sales -payterms,payments -title_id,id number identifying titles diff --git a/inputs_redshift/book_publishing_company/schemas/stores.csv b/inputs_redshift/book_publishing_company/schemas/stores.csv deleted file mode 100644 index 6c3d0b983c62c455c069360750595fa76220ae5c..0000000000000000000000000000000000000000 --- a/inputs_redshift/book_publishing_company/schemas/stores.csv +++ /dev/null @@ -1,7 +0,0 @@ -column_name,column_description -stor_id,unique id number of stores -stor_name, -stor_address, -city,city name -state,state code -zip,zip code diff --git a/inputs_redshift/book_publishing_company/schemas/titleauthor.csv b/inputs_redshift/book_publishing_company/schemas/titleauthor.csv deleted file mode 100644 index 7bd26cf133124214a6524148026b1d4fabd9c683..0000000000000000000000000000000000000000 --- a/inputs_redshift/book_publishing_company/schemas/titleauthor.csv +++ /dev/null @@ -1,5 +0,0 @@ -column_name,column_description -au_id,author id -title_id,title id -au_ord,author ordering -royaltyper,royaltyper diff --git a/inputs_redshift/book_publishing_company/schemas/titles.csv b/inputs_redshift/book_publishing_company/schemas/titles.csv deleted file mode 100644 index 33b7656a85970a3ec828b69efdc79afcf708b83d..0000000000000000000000000000000000000000 --- a/inputs_redshift/book_publishing_company/schemas/titles.csv +++ /dev/null @@ -1,11 +0,0 @@ -column_name,column_description -title_id,title id -title,title -type,type of titles -pub_id,publisher id -price,price -advance,pre-paid amount -royalty,royalty -ytd_sales,year to date sales -notes,notes if any -pubdate,publication date diff --git a/inputs_redshift/books/config.yaml b/inputs_redshift/books/config.yaml deleted file mode 100644 index 2177850153a8aa6568451b2553b327007ef17d8a..0000000000000000000000000000000000000000 --- a/inputs_redshift/books/config.yaml +++ /dev/null @@ -1,74 +0,0 @@ -Airbyte: - config: - files_definition_id: 778daa7c-feaf-4db6-96f3-70fd645acc77 - mongodb_definition_id: b2e713cd-cc36-4c0a-b5bd-b47cb8a0561e - namespace_definition: destination - postgres_definition_id: decd338e-5647-4c0b-adf4-da0e75f5a750 - s3_definition_id: 69589781-7828-43c5-9f63-8925b1c1ccc2 - server_url: http://airbyte-abctl-control-plane:80/api/public/v1/ - redshift_definition_id: f7a7d195-377f-cf5b-70a5-be6b819019dc -aws_s3: - AWS_ACCESS_KEY_ID: test - AWS_DEFAULT_REGION: us-west-2 - AWS_ENDPOINT_URL: http://elt-localstack:4566 - AWS_SECRET_ACCESS_KEY: test - data: - - path: s3://books-bucket/country.csv - sync_mode: full_refresh_append - table: country - - path: s3://books-bucket/shipping_method.csv - sync_mode: full_refresh_append - table: shipping_method -custom_api: - config: - configuration: {} - sync_mode: full_refresh_append - tables: - - book_author - - book_language - - publisher -flat_files: -- format: jsonl - path: https://drive.google.com/uc?export=download&id=1Bq1Izwp4uzD1p9f7ybviABunBKngExlp - sync_mode: full_refresh_append - table: address_status -- format: csv - path: https://drive.google.com/uc?export=download&id=11Z4G9zRi2X7GoaxXLo2fLv57shxFw2uY - sync_mode: full_refresh_append - table: order_status -mongodb: - config: - connection_string: mongodb://elt-mongodb:27017/?directConnection=true - database: books - sync_mode: full_refresh_append - tables: - - author - - book - - customer -postgres: - config: - database: books - host: elt-postgres - password: testelt - port: 5432 - schema: public - sync_mode: full_refresh_append - tables: - - address - - cust_order - - customer_address - - order_history - - order_line - user: postgres -redshift: - config: - host: - port: - database: - username: - password: - schema: books - s3_bucket_name: - s3_bucket_region: - access_key_id: - secret_access_key: diff --git a/inputs_redshift/books/data_model.yaml b/inputs_redshift/books/data_model.yaml deleted file mode 100644 index 5920d282e52bcee70f04cb13f58bb8258290be90..0000000000000000000000000000000000000000 --- a/inputs_redshift/books/data_model.yaml +++ /dev/null @@ -1,54 +0,0 @@ -models: - - name: publishers - description: Each record represents a publisher. - columns: - - name: publisher_id - description: Unique identifier for the publisher. - - name: publisher_name - description: Name of the publisher. - - name: num_books - description: Number of books published by the publisher, replace NULL values with 0. - - name: num_books_pages_greater_than_70_per_of_avg - description: Number of books with more than 70% of the average number of pages of all books, replace NULL values with 0. - - name: per_Japanese_books - description: Percentage of books published by the publisher that are written in Japanese. - - name: title_of_the_oldest_book - description: Title of the oldest book published by the publisher, with ties broken by the ascending order of the title. - - name: book_title_with_the_most_pages - description: Title of the book with the most pages published by the publisher, with ties broken by the descending order of the title. - - name: customers - description: Each record represents a customer. - columns: - - name: customer_id - description: Unique identifier for the customer. - - name: customer_name - description: Name of the customer. Concatenate the first name and last name with a space in between. - - name: email - description: Email of the customer. - - name: per_books_over_13 - description: Percentage of the books whose price is over $13 among all the books ordered by the customer. - - name: num_orders - description: Number of orders placed by the customer, replace NULL values with 0. - - name: preferred_shipping_method - description: the shipping method that is preferred by customers the most, with ties broken by the ascending order of the shipping method name. - - name: has_ordered_the_oldest_book - description: Set to 1 if the customer has ordered the oldest book; otherwise, set to 0. - - name: per_order_shipped_internationally - description: the percentage of orders placed by the customer that were shipped internationally - - name: authors - description: Each record represents an author. - columns: - - name: author_id - description: Unique identifier for the author. - - name: author_name - description: Name of the author. - - name: first_book - description: Title of the first book written by the author, with ties broken by the ascending order of the title. - - name: per_book_published_1992 - description: the percentage of books published by the author in 1992 - - name: wrote_fewer_total_pages_than_the_average - description: Set to 1 if the author has written fewer total pages than the average total pages of all authors; otherwise, set to 0. - - name: most_expensive_book - description: Title of the most expensive book written by the author, with ties broken by the descending order of the title. - - name: avg_book_price_over_19 - description: Set to 1 if the average sale price of the books written by the author is over $19; otherwise, set to 0. \ No newline at end of file diff --git a/inputs_redshift/books/schemas/address.csv b/inputs_redshift/books/schemas/address.csv deleted file mode 100644 index e5f80253397854336e9d2f534f770a86849fce1d..0000000000000000000000000000000000000000 --- a/inputs_redshift/books/schemas/address.csv +++ /dev/null @@ -1,6 +0,0 @@ -column_name,column_description -address_id,the unique identifier of the address -street_number,the street number of the address -street_name,the street name -city,the city where the address belongs -country_id,the id of the country where the address belongs diff --git a/inputs_redshift/books/schemas/address_status.csv b/inputs_redshift/books/schemas/address_status.csv deleted file mode 100644 index 3ad141e8622737424c887f23dd3de2e0b86f4a14..0000000000000000000000000000000000000000 --- a/inputs_redshift/books/schemas/address_status.csv +++ /dev/null @@ -1,3 +0,0 @@ -column_name,column_description -status_id,the unique identifier of the status -address_status,the status of the address diff --git a/inputs_redshift/books/schemas/author.csv b/inputs_redshift/books/schemas/author.csv deleted file mode 100644 index 18e414b07250ff29d7714f048d06a3711051fa95..0000000000000000000000000000000000000000 --- a/inputs_redshift/books/schemas/author.csv +++ /dev/null @@ -1,3 +0,0 @@ -column_name,column_description -author_id,the unique identifier of the author -author_name,the name of the author diff --git a/inputs_redshift/books/schemas/book.csv b/inputs_redshift/books/schemas/book.csv deleted file mode 100644 index c08c04ffb6ce740cf68bc72e3026c61a5381ccb0..0000000000000000000000000000000000000000 --- a/inputs_redshift/books/schemas/book.csv +++ /dev/null @@ -1,10 +0,0 @@ -column_name,column_description -book_id,the unique identifier of the book -title,the title of the book -isbn13,the International Standard Book Number of the book -language_id,"the id of the book language -Maps to book_language (language_id)" -num_pages,the number of the pages -publication_date,the publication date of the book -publisher_id,"the id of the publisher -Maps to publisher (publisher_id)" diff --git a/inputs_redshift/books/schemas/book_author.csv b/inputs_redshift/books/schemas/book_author.csv deleted file mode 100644 index 5e23db4bd6dfc6aa94ff5f8de0bd0930b8017e44..0000000000000000000000000000000000000000 --- a/inputs_redshift/books/schemas/book_author.csv +++ /dev/null @@ -1,3 +0,0 @@ -column_name,column_description -book_id,the id of the book Maps to book(book_id) -author_id,the id of the author Maps to author(author_id) diff --git a/inputs_redshift/books/schemas/book_language.csv b/inputs_redshift/books/schemas/book_language.csv deleted file mode 100644 index d95efcc06eec39247424466a9b59050f5d095f7e..0000000000000000000000000000000000000000 --- a/inputs_redshift/books/schemas/book_language.csv +++ /dev/null @@ -1,4 +0,0 @@ -column_name,column_description -language_id,the unique identifier of the language -language_code,the language code -language_name,the language name diff --git a/inputs_redshift/books/schemas/country.csv b/inputs_redshift/books/schemas/country.csv deleted file mode 100644 index 4c850227e5c16cc158d07c07478ecb1c859ecfa7..0000000000000000000000000000000000000000 --- a/inputs_redshift/books/schemas/country.csv +++ /dev/null @@ -1,3 +0,0 @@ -column_name,column_description -country_id,the unique identifier of the country -country_name,the country name diff --git a/inputs_redshift/books/schemas/cust_order.csv b/inputs_redshift/books/schemas/cust_order.csv deleted file mode 100644 index 617c7fec850c956fe00445e7d044745cc51592c7..0000000000000000000000000000000000000000 --- a/inputs_redshift/books/schemas/cust_order.csv +++ /dev/null @@ -1,9 +0,0 @@ -column_name,column_description -order_id,the unique identifier of the customer order -order_date,the date of the order -customer_id,"the id of the customer -Maps to customer(customer_Id)" -shipping_method_id,"the id of the shipping method -Maps to shipping_method(method_id)" -dest_address_id,"the id of the destination address -Maps to address(address_id)" diff --git a/inputs_redshift/books/schemas/customer.csv b/inputs_redshift/books/schemas/customer.csv deleted file mode 100644 index 2122270da7311145e1877099e821214b22438718..0000000000000000000000000000000000000000 --- a/inputs_redshift/books/schemas/customer.csv +++ /dev/null @@ -1,5 +0,0 @@ -column_name,column_description -customer_id,the unique identifier of the customer -first_name,the first name of the customer -last_name,the last name of the customer -email,the email of the customer diff --git a/inputs_redshift/books/schemas/customer_address.csv b/inputs_redshift/books/schemas/customer_address.csv deleted file mode 100644 index 553505187be4632bdab0c3c2ee5d63092cd91e0f..0000000000000000000000000000000000000000 --- a/inputs_redshift/books/schemas/customer_address.csv +++ /dev/null @@ -1,6 +0,0 @@ -column_name,column_description -customer_id,"the id of the customer -Maps to customer(customer_id)" -address_id,"the id of the address -Maps to address(address_id)" -status_id,the id of the address status diff --git a/inputs_redshift/books/schemas/order_history.csv b/inputs_redshift/books/schemas/order_history.csv deleted file mode 100644 index a21f213257c904417bed25738ea4a9a1ff290247..0000000000000000000000000000000000000000 --- a/inputs_redshift/books/schemas/order_history.csv +++ /dev/null @@ -1,7 +0,0 @@ -column_name,column_description -history_id,the unique identifier of the order history -order_id,"the id of the order -Maps to cust_order(order_id)" -status_id,"the id of the order -Maps to order_status(status_id)" -status_date,the date of the status updated diff --git a/inputs_redshift/books/schemas/order_line.csv b/inputs_redshift/books/schemas/order_line.csv deleted file mode 100644 index 317a2fc2473d1a84298a482ae26bc31b687e466f..0000000000000000000000000000000000000000 --- a/inputs_redshift/books/schemas/order_line.csv +++ /dev/null @@ -1,7 +0,0 @@ -column_name,column_description -line_id,the unique identifier of the order line -order_id,"the id of the order -Maps to cust_order(order_id)" -book_id,"the id of the book -Maps to book(book_id)" -price,the price of the order diff --git a/inputs_redshift/books/schemas/order_status.csv b/inputs_redshift/books/schemas/order_status.csv deleted file mode 100644 index 7f1a7f89ac5c337ec4750c77a1ca2f3840ebdddb..0000000000000000000000000000000000000000 --- a/inputs_redshift/books/schemas/order_status.csv +++ /dev/null @@ -1,3 +0,0 @@ -column_name,column_description -status_id,the unique identifier of the order status -status_value,the status value diff --git a/inputs_redshift/books/schemas/publisher.csv b/inputs_redshift/books/schemas/publisher.csv deleted file mode 100644 index b77a986b0868ba469636165d19aaf024ca22290a..0000000000000000000000000000000000000000 --- a/inputs_redshift/books/schemas/publisher.csv +++ /dev/null @@ -1,3 +0,0 @@ -column_name,column_description -publisher_id,the unique identifier of the publisher -publisher_name,the name of the publisher diff --git a/inputs_redshift/books/schemas/shipping_method.csv b/inputs_redshift/books/schemas/shipping_method.csv deleted file mode 100644 index 978e6240082dd10bbf50cd7a40f1fc87a8d29705..0000000000000000000000000000000000000000 --- a/inputs_redshift/books/schemas/shipping_method.csv +++ /dev/null @@ -1,4 +0,0 @@ -column_name,column_description -method_id,the unique identifier of the method -method_name,the method name -cost,the cost of the shipping method diff --git a/inputs_redshift/california_schools/config.yaml b/inputs_redshift/california_schools/config.yaml deleted file mode 100644 index 8af89b4e7cc34f1a4bb5c0db3042acf76965f94e..0000000000000000000000000000000000000000 --- a/inputs_redshift/california_schools/config.yaml +++ /dev/null @@ -1,37 +0,0 @@ -Airbyte: - config: - files_definition_id: 778daa7c-feaf-4db6-96f3-70fd645acc77 - mongodb_definition_id: b2e713cd-cc36-4c0a-b5bd-b47cb8a0561e - namespace_definition: destination - server_url: http://airbyte-abctl-control-plane:80/api/public/v1/ - redshift_definition_id: f7a7d195-377f-cf5b-70a5-be6b819019dc -custom_api: - config: - configuration: {} - sync_mode: full_refresh_append - tables: - - schools -flat_files: -- format: jsonl - path: https://drive.google.com/uc?export=download&id=1QdqQCzH2E3HXHF-KYAQbQO8oOzJltFUE - sync_mode: full_refresh_append - table: satscores -mongodb: - config: - connection_string: mongodb://elt-mongodb:27017/?directConnection=true - database: california_schools - sync_mode: full_refresh_append - tables: - - frpm -redshift: - config: - host: - port: - database: - username: - password: - schema: california_schools - s3_bucket_name: - s3_bucket_region: - access_key_id: - secret_access_key: diff --git a/inputs_redshift/california_schools/schemas/frpm.csv b/inputs_redshift/california_schools/schemas/frpm.csv deleted file mode 100644 index 35cef8e07314c91914026c6093da37b4df5dff98..0000000000000000000000000000000000000000 --- a/inputs_redshift/california_schools/schemas/frpm.csv +++ /dev/null @@ -1,30 +0,0 @@ -column_name,column_description -CDSCode,CDSCode -Academic_Year,Academic Year -County_Code,County Code -District_Code,District Code -School_Code,School Code -County_Name,County Code -District_Name,District Name -School_Name,School Name -District_Type,District Type -School_Type,School Type -Educational_Option_Type,Educational Option Type -NSLP_Provision_Status,NSLP Provision Status -Charter_School_Y_N,Charter School (Y/N) -Charter_School_Number,Charter School Number -Charter_Funding_Type,Charter Funding Type -IRC, -Low_Grade,Low Grade -High_Grade,High Grade -Enrollment_K_12,Enrollment (K-12) -Free_Meal_Count_K_12,Free Meal Count (K-12) -Percent___Eligible_Free_K_12, -FRPM_Count_K_12,Free or Reduced Price Meal Count (K-12) -Percent___Eligible_FRPM_K_12, -Enrollment_Ages_5_17,Enrollment (Ages 5-17) -Free_Meal_Count_Ages_5_17,Free Meal Count (Ages 5-17) -percent___eligible_free_ages_5_17, -FRPM_Count_Ages_5_17, -Percent___Eligible_FRPM_Ages_5_17, -2013_14_CALPADS_Fall_1_Certification_Status,2013-14 CALPADS Fall 1 Certification Status diff --git a/inputs_redshift/california_schools/schemas/satscores.csv b/inputs_redshift/california_schools/schemas/satscores.csv deleted file mode 100644 index 06d520179a9a9b0cc237f8e719fe8e0d5260388c..0000000000000000000000000000000000000000 --- a/inputs_redshift/california_schools/schemas/satscores.csv +++ /dev/null @@ -1,12 +0,0 @@ -column_name,column_description -cds,California Department Schools -rtype,rtype -sname,school name -dname,district segment -cname,county name -enroll12,enrollment (1st-12nd grade) -NumTstTakr,Number of Test Takers in this school -AvgScrRead,average scores in Reading -AvgScrMath,average scores in Math -AvgScrWrite,average scores in writing -NumGE1500,Number of Test Takers Whose Total SAT Scores Are Greater or Equal to 1500 diff --git a/inputs_redshift/california_schools/schemas/schools.csv b/inputs_redshift/california_schools/schemas/schools.csv deleted file mode 100644 index 6985c535c45a50d5ca4524f4d14037c3f38a7e71..0000000000000000000000000000000000000000 --- a/inputs_redshift/california_schools/schemas/schools.csv +++ /dev/null @@ -1,50 +0,0 @@ -column_name,column_description -CDSCode,CDSCode -NCESDist,"This field represents the 7-digit National Center for Educational Statistics (NCES) school district identification number. The first 2 digits identify the state and the last 5 digits identify the school district. Combined, they make a unique 7-digit ID for each school district." -NCESSchool,This field represents the 5-digit NCES school identification number. The NCESSchool combined with the NCESDist form a unique 12-digit ID for each school. -StatusType,This field identifies the status of the district. -County,County name -District,District -School,School -Street,Street -StreetAbr,"The abbreviated street address of the school, district, or administrative authority’s physical location." -City,City -Zip,Zip -State,State -MailStreet,MailStreet -MailStrAbr, -MailCity, -MailZip, -MailState, -Phone,Phone -Ext,"The phone number extension of the school, district, or administrative authority." -Website,"The website address of the school, district, or administrative authority." -OpenDate,The date the school opened. -ClosedDate,The date the school closed. -Charter,This field identifies a charter school. -CharterNum,"The charter school number," -FundingType,Indicates the charter school funding type -DOC,District Ownership Code -DOCType,The District Ownership Code Type is the text description of the DOC category. -SOC,The School Ownership Code is a numeric code used to identify the type of school. -SOCType,The School Ownership Code Type is the text description of the type of school. -EdOpsCode,The Education Option Code is a short text description of the type of education offered. -EdOpsName,Educational Option Name -EILCode,The Educational Instruction Level Code is a short text description of the institution's type relative to the grade range served. -EILName,The Educational Instruction Level Name is the long text description of the institution’s type relative to the grade range served. -GSoffered,"The grade span offered is the lowest grade and the highest grade offered or supported by the school, district, or administrative authority. This field might differ from the grade span served as reported in the most recent certified California Longitudinal Pupil Achievement (CALPADS) Fall 1 data collection." -GSserved,It is the lowest grade and the highest grade of student enrollment as reported in the most recent certified CALPADS Fall 1 data collection. Only K–12 enrollment is reported through CALPADS. This field may differ from the grade span offered. -Virtual,"This field identifies the type of virtual instruction offered by the school. Virtual instruction is instruction in which students and teachers are separated by time and/or location, and interaction occurs via computers and/or telecommunications technologies. " -Magnet,This field identifies whether a school is a magnet school and/or provides a magnet program. -Latitude,"The angular distance (expressed in degrees) between the location of the school, district, or administrative authority and the equator measured north to south." -Longitude,"The angular distance (expressed in degrees) between the location of the school, district, or administrative authority and the prime meridian (Greenwich, England) measured from west to east." -AdmFName1,administrator's first name -AdmLName1,administrator's last name -AdmEmail1,administrator's email address -AdmFName2, -AdmLName2, -AdmEmail2, -AdmFName3, -AdmLName3, -AdmEmail3, -LastUpdate, diff --git a/inputs_redshift/car_retails/config.yaml b/inputs_redshift/car_retails/config.yaml deleted file mode 100644 index 5deeaf574ccd0fad7e43c0c52fd816a8cc2d6657..0000000000000000000000000000000000000000 --- a/inputs_redshift/car_retails/config.yaml +++ /dev/null @@ -1,62 +0,0 @@ -Airbyte: - config: - files_definition_id: 778daa7c-feaf-4db6-96f3-70fd645acc77 - mongodb_definition_id: b2e713cd-cc36-4c0a-b5bd-b47cb8a0561e - namespace_definition: destination - postgres_definition_id: decd338e-5647-4c0b-adf4-da0e75f5a750 - s3_definition_id: 69589781-7828-43c5-9f63-8925b1c1ccc2 - server_url: http://airbyte-abctl-control-plane:80/api/public/v1/ - redshift_definition_id: f7a7d195-377f-cf5b-70a5-be6b819019dc -aws_s3: - AWS_ACCESS_KEY_ID: test - AWS_DEFAULT_REGION: us-west-2 - AWS_ENDPOINT_URL: http://elt-localstack:4566 - AWS_SECRET_ACCESS_KEY: test - data: - - path: s3://car-retails-bucket/offices.jsonl - sync_mode: full_refresh_append - table: offices -custom_api: - config: - configuration: {} - sync_mode: full_refresh_append - tables: - - productlines -flat_files: -- format: jsonl - path: https://drive.google.com/uc?export=download&id=162_-w6klN-f_oxR8I_4Kwz3XyaTTVIvM - sync_mode: full_refresh_append - table: employees -mongodb: - config: - connection_string: mongodb://elt-mongodb:27017/?directConnection=true - database: car_retails - sync_mode: full_refresh_append - tables: - - customers - - products -postgres: - config: - database: car_retails - host: elt-postgres - password: testelt - port: 5432 - schema: public - sync_mode: full_refresh_append - tables: - - orderdetails - - orders - - payments - user: postgres -redshift: - config: - host: - port: - database: - username: - password: - schema: car_retails - s3_bucket_name: - s3_bucket_region: - access_key_id: - secret_access_key: diff --git a/inputs_redshift/car_retails/schemas/customers.csv b/inputs_redshift/car_retails/schemas/customers.csv deleted file mode 100644 index 5b9e4c870dcc08b38f5b4b7bf90c4bfb25eba789..0000000000000000000000000000000000000000 --- a/inputs_redshift/car_retails/schemas/customers.csv +++ /dev/null @@ -1,14 +0,0 @@ -column_name,column_description -customerNumber,unique id number of customer -customerName,the name when the customer registered -contactLastName,contact last name -contactFirstName,contact first name -phone,phone -addressLine1,addressLine1 -addressLine2,addressLine2 -city,city -state,state -postalCode,postalCode -country,country -salesRepEmployeeNumber,sales representative employee number -creditLimit,credit limit diff --git a/inputs_redshift/car_retails/schemas/employees.csv b/inputs_redshift/car_retails/schemas/employees.csv deleted file mode 100644 index ee8581f9a1791d7462ca374ead37b9ee11133a12..0000000000000000000000000000000000000000 --- a/inputs_redshift/car_retails/schemas/employees.csv +++ /dev/null @@ -1,9 +0,0 @@ -column_name,column_description -employeeNumber,unique string ID of the employees -lastName,last name of employees -firstName,first name of employees -extension,extension number -email,email -officeCode,office code of the employees -reportsTo,represents for organization structure such as who reports to whom -jobTitle,job title diff --git a/inputs_redshift/car_retails/schemas/offices.csv b/inputs_redshift/car_retails/schemas/offices.csv deleted file mode 100644 index 53756f72c297b4009c00e5ab712e14b73e654be4..0000000000000000000000000000000000000000 --- a/inputs_redshift/car_retails/schemas/offices.csv +++ /dev/null @@ -1,10 +0,0 @@ -column_name,column_description -officeCode,unique ID of the office -city, -phone,phone number -addressLine1,addressLine1 -addressLine2,addressLine2 -state, -country,country -postalCode,postalCode -territory,territory diff --git a/inputs_redshift/car_retails/schemas/orderdetails.csv b/inputs_redshift/car_retails/schemas/orderdetails.csv deleted file mode 100644 index 9e0111e8d0586e7a0920f5278d1abf916db4a45a..0000000000000000000000000000000000000000 --- a/inputs_redshift/car_retails/schemas/orderdetails.csv +++ /dev/null @@ -1,6 +0,0 @@ -column_name,column_description -orderNumber,order number -productCode,product code -quantityOrdered,quantity ordered -priceEach,price for each -orderLineNumber,order Line Number diff --git a/inputs_redshift/car_retails/schemas/orders.csv b/inputs_redshift/car_retails/schemas/orders.csv deleted file mode 100644 index cbd772762f41a45049fd0484b700c691a284cc0e..0000000000000000000000000000000000000000 --- a/inputs_redshift/car_retails/schemas/orders.csv +++ /dev/null @@ -1,8 +0,0 @@ -column_name,column_description -orderNumber,unique order number -orderDate,order date -requiredDate,required Date -shippedDate,shipped Date -status,status -comments,comments -customerNumber,customer number diff --git a/inputs_redshift/car_retails/schemas/payments.csv b/inputs_redshift/car_retails/schemas/payments.csv deleted file mode 100644 index 132068a0252f855a31edbf1beca0c3c32af92e9c..0000000000000000000000000000000000000000 --- a/inputs_redshift/car_retails/schemas/payments.csv +++ /dev/null @@ -1,5 +0,0 @@ -column_name,column_description -customerNumber,customer number -checkNumber,check Number -paymentDate,payment Date -amount,amount diff --git a/inputs_redshift/car_retails/schemas/productlines.csv b/inputs_redshift/car_retails/schemas/productlines.csv deleted file mode 100644 index a4e583a79a1426ddd62c8323c1f9338750563097..0000000000000000000000000000000000000000 --- a/inputs_redshift/car_retails/schemas/productlines.csv +++ /dev/null @@ -1,3 +0,0 @@ -column_name,column_description -productline,unique product line name -textdescription,text description diff --git a/inputs_redshift/car_retails/schemas/products.csv b/inputs_redshift/car_retails/schemas/products.csv deleted file mode 100644 index 14f05a1daa6420099de134d5d0c4a19325dd3c6b..0000000000000000000000000000000000000000 --- a/inputs_redshift/car_retails/schemas/products.csv +++ /dev/null @@ -1,10 +0,0 @@ -column_name,column_description -productCode,unique product code -productName,product name -productLine,product line name -productScale,product scale -productVendor,product vendor -productDescription,product description -quantityInStock,quantity in stock -buyPrice,buy price from vendors -MSRP,Manufacturer Suggested Retail Price diff --git a/inputs_redshift/card_games/config.yaml b/inputs_redshift/card_games/config.yaml deleted file mode 100644 index 53f0bed6e80da3da2599857a25e362ad5042daf4..0000000000000000000000000000000000000000 --- a/inputs_redshift/card_games/config.yaml +++ /dev/null @@ -1,60 +0,0 @@ -Airbyte: - config: - files_definition_id: 778daa7c-feaf-4db6-96f3-70fd645acc77 - mongodb_definition_id: b2e713cd-cc36-4c0a-b5bd-b47cb8a0561e - namespace_definition: destination - postgres_definition_id: decd338e-5647-4c0b-adf4-da0e75f5a750 - s3_definition_id: 69589781-7828-43c5-9f63-8925b1c1ccc2 - server_url: http://airbyte-abctl-control-plane:80/api/public/v1/ - redshift_definition_id: f7a7d195-377f-cf5b-70a5-be6b819019dc -aws_s3: - AWS_ACCESS_KEY_ID: test - AWS_DEFAULT_REGION: us-west-2 - AWS_ENDPOINT_URL: http://elt-localstack:4566 - AWS_SECRET_ACCESS_KEY: test - data: - - path: s3://card-games-bucket/card_sets.jsonl - sync_mode: full_refresh_append - table: card_sets -custom_api: - config: - configuration: {} - sync_mode: full_refresh_append - tables: - - foreign_data -flat_files: -- format: jsonl - path: https://drive.google.com/uc?export=download&id=1W370_K25Y655UOz2meeLsfpX2AcxU-bB - sync_mode: full_refresh_append - table: set_translations -mongodb: - config: - connection_string: mongodb://elt-mongodb:27017/?directConnection=true - database: card_games - sync_mode: full_refresh_append - tables: - - cards - - rulings -postgres: - config: - database: card_games - host: elt-postgres - password: testelt - port: 5432 - schema: public - sync_mode: full_refresh_append - tables: - - legalities - user: postgres -redshift: - config: - host: - port: - database: - username: - password: - schema: card_games - s3_bucket_name: - s3_bucket_region: - access_key_id: - secret_access_key: diff --git a/inputs_redshift/card_games/data_model.yaml b/inputs_redshift/card_games/data_model.yaml deleted file mode 100644 index 8f2d7161d82aa9e4579c8642ffe264f8c15a484d..0000000000000000000000000000000000000000 --- a/inputs_redshift/card_games/data_model.yaml +++ /dev/null @@ -1,20 +0,0 @@ -models: - - name: card_games__sets - description: Each record represents a set. - columns: - - name: id - description: Unique identifier for the set. - - name: name - description: The name of the set. - - name: setCode - description: The set code of the set. - - name: num_cards - description: The number of cards in the set, replace NULL values with 0. - - name: num_translations - description: The number of translations of the card set, replace NULL values with 0. - - name: has_Japanese_translation_and_only_available_in_non_foil - description: Set to 1 if the card set has Japanses translation and is only available non-foil. - - name: per_cards_with_a_converted_mana_cost_10 - description: The percentage of the cards with a converted Mana Cost of 10 in the set. - - name: card_has_highest_converted_mana_cost - description: The name of card in the set with the highest converted mana cost, with ties broken by the ascending order of the card name \ No newline at end of file diff --git a/inputs_redshift/card_games/schemas/card_sets.csv b/inputs_redshift/card_games/schemas/card_sets.csv deleted file mode 100644 index b6ddacf91fbaf553f8c23940b0026fe99847fd0b..0000000000000000000000000000000000000000 --- a/inputs_redshift/card_games/schemas/card_sets.csv +++ /dev/null @@ -1,22 +0,0 @@ -column_name,column_description -id,unique id identifying this set -baseSetSize,The number of cards in the set. -block,The block name the set was in. -booster,A breakdown of possibilities and weights of cards in a booster pack. -code,The set code for the set. -isFoilOnly,If the set is only available in foil. -isForeignOnly,If the set is available only outside the United States of America. -isNonFoilOnly,If the set is only available in non-foil. -isOnlineOnly,If the set is only available in online game variations. -isPartialPreview,If the set is still in preview (spoiled). Preview sets do not have complete data. -keyruneCode,The matching Keyrune code for set image icons. -mcmId,The Magic Card Marketset identifier. -mcmIdExtras,The split Magic Card Market set identifier if a set is printed in two sets. This identifier represents the second set's identifier. -mcmName, -mtgoCode,The set code for the set as it appears on Magic: The Gathering Online -name,The name of the set. -parentCode,"The parent set code for set variations like promotions, guild kits, etc." -releaseDate,The release date in ISO 8601 format for the set. -tcgplayerGroupId,The group identifier of the set on TCGplayer -totalSetSize,"The total number of cards in the set, including promotional and related supplemental products but excluding Alchemy modifications - however those cards are included in the set itself." -type,The expansion type of the set. diff --git a/inputs_redshift/card_games/schemas/cards.csv b/inputs_redshift/card_games/schemas/cards.csv deleted file mode 100644 index ba890c028aaa67a0f8097909e9cccb677c1beb34..0000000000000000000000000000000000000000 --- a/inputs_redshift/card_games/schemas/cards.csv +++ /dev/null @@ -1,75 +0,0 @@ -column_name,column_description -id, -artist,The name of the artist that illustrated the card art. -asciiName,The ASCII(opens new window) (Basic/128) code formatted card name with no special unicode characters. -availability,A list of the card's available printing types. -borderColor,The color of the card border. -cardKingdomFoilId,card Kingdom Foil Id -cardKingdomId,card Kingdom Id -colorIdentity,"A list of all the colors found in manaCost, colorIndicator, and text" -colorIndicator,A list of all the colors in the color indicator (The symbol prefixed to a card's types). -colors,A list of all the colors in manaCost and colorIndicator. -convertedManaCost,The converted mana cost of the card. Use the manaValue property. -duelDeck,The indicator for which duel deck the card is in. -edhrecRank,The card rank on EDHRec -faceConvertedManaCost,The converted mana cost or mana value for the face for either half or part of the card. -faceName,The name on the face of the card. -flavorName,The promotional card name printed above the true card name on special cards that has no game function. -flavorText,The italicized text found below the rules text that has no game function. -frameEffects,The visual frame effects. -frameVersion,The version of the card frame style. -hand,The starting maximum hand size total modifier. -hasAlternativeDeckLimit,If the card allows a value other than 4 copies in a deck. -hasContentWarning,If the card marked by Wizards of the Coast (opens new window) for having sensitive content. See this official article (opens new window) for more information. -hasFoil,If the card can be found in foil -hasNonFoil,If the card can be found in non-foil -isAlternative,If the card is an alternate variation to an original printing -isFullArt,If the card has full artwork. -isOnlineOnly,If the card is only available in online game variations. -isOversized,If the card is oversized. -isPromo,If the card is a promotional printing. -isReprint,If the card has been reprinted. -isReserved,If the card is on the Magic: The Gathering Reserved List (opens new window) -isStarter,If the card is found in a starter deck such as Planeswalker/Brawl decks. -isStorySpotlight,If the card is a Story Spotlight card. -isTextless,If the card does not have a text box. -isTimeshifted,If the card is time shifted -keywords,A list of keywords found on the card. -layout,"The type of card layout. For a token card, this will be ""token""" -leadershipSkills,A list of formats the card is legal to be a commander in -life,The starting life total modifier. A plus or minus character precedes an integer. -loyalty,The starting loyalty value of the card. -manaCost,The mana cost of the card wrapped in brackets for each value. -mcmId, -mcmMetaId, -mtgArenaId, -mtgjsonV4Id, -mtgoFoilId, -mtgoId, -multiverseId, -name,The name of the card. -number,The number of the card -originalReleaseDate,original Release Date -originalText,original Text -originalType,original Type -otherFaceIds,other Face Ids -power,The power of the card. -printings,"A list of set printing codes the card was printed in, formatted in uppercase." -promoTypes,A list of promotional types for a card. -purchaseUrls,Links that navigate to websites where the card can be purchased. -rarity,The card printing rarity. -scryfallId, -scryfallIllustrationId, -scryfallOracleId, -setCode,The set printing code that the card is from. -side,The identifier of the card side. -subtypes,A list of card subtypes found after em-dash. -supertypes,A list of card supertypes found before em-dash. -tcgplayerProductId, -text,The rules text of the card. -toughness,The toughness of the card. -type,"The type of the card as visible, including any supertypes and subtypes." -types,"A list of all card types of the card, including Un‑sets and gameplay variants." -uuid,The universal unique identifier (v5) generated by MTGJSON. Each entry is unique. -variations, -watermark,The name of the watermark on the card. diff --git a/inputs_redshift/card_games/schemas/foreign_data.csv b/inputs_redshift/card_games/schemas/foreign_data.csv deleted file mode 100644 index 60e0ecb6e7324746dda013f9473966315acd3785..0000000000000000000000000000000000000000 --- a/inputs_redshift/card_games/schemas/foreign_data.csv +++ /dev/null @@ -1,9 +0,0 @@ -column_name,column_description -id,unique id number identifying this row of data -flavorText,The foreign flavor text of the card. -language,The foreign language of card. -multiverseid,The foreign multiverse identifier of the card. -name,The foreign name of the card. -text,The foreign text ruling of the card. -type,The foreign type of the card. Includes any supertypes and subtypes. -uuid, diff --git a/inputs_redshift/card_games/schemas/legalities.csv b/inputs_redshift/card_games/schemas/legalities.csv deleted file mode 100644 index 1d8a5cb42ff895b78c5a48b43d526613e5fa9e67..0000000000000000000000000000000000000000 --- a/inputs_redshift/card_games/schemas/legalities.csv +++ /dev/null @@ -1,5 +0,0 @@ -column_name,column_description -id,unique id identifying this legality -format,format of play -status, -uuid, diff --git a/inputs_redshift/card_games/schemas/rulings.csv b/inputs_redshift/card_games/schemas/rulings.csv deleted file mode 100644 index 7ab99c3668515674aa3b877882d842b46be920f7..0000000000000000000000000000000000000000 --- a/inputs_redshift/card_games/schemas/rulings.csv +++ /dev/null @@ -1,5 +0,0 @@ -column_name,column_description -id,unique id identifying this ruling -date,date -text,description about this ruling -uuid, diff --git a/inputs_redshift/card_games/schemas/set_translations.csv b/inputs_redshift/card_games/schemas/set_translations.csv deleted file mode 100644 index 00156b1e81ed06aa921fbbb8a05bbb65130ad5c0..0000000000000000000000000000000000000000 --- a/inputs_redshift/card_games/schemas/set_translations.csv +++ /dev/null @@ -1,5 +0,0 @@ -column_name,column_description -id,unique id identifying this set -language,language of this card set -setCode,the set code for this set -translation,translation of this card set diff --git a/inputs_redshift/cars/config.yaml b/inputs_redshift/cars/config.yaml deleted file mode 100644 index c0a3131b1e9fa84573f43d2e3a04539461326034..0000000000000000000000000000000000000000 --- a/inputs_redshift/cars/config.yaml +++ /dev/null @@ -1,51 +0,0 @@ -Airbyte: - config: - files_definition_id: 778daa7c-feaf-4db6-96f3-70fd645acc77 - namespace_definition: destination - postgres_definition_id: decd338e-5647-4c0b-adf4-da0e75f5a750 - s3_definition_id: 69589781-7828-43c5-9f63-8925b1c1ccc2 - server_url: http://airbyte-abctl-control-plane:80/api/public/v1/ - redshift_definition_id: f7a7d195-377f-cf5b-70a5-be6b819019dc -aws_s3: - AWS_ACCESS_KEY_ID: test - AWS_DEFAULT_REGION: us-west-2 - AWS_ENDPOINT_URL: http://elt-localstack:4566 - AWS_SECRET_ACCESS_KEY: test - data: - - path: s3://cars-bucket/country.jsonl - sync_mode: full_refresh_append - table: country -custom_api: - config: - configuration: {} - sync_mode: full_refresh_append - tables: - - data -flat_files: -- format: csv - path: https://drive.google.com/uc?export=download&id=1RVq5HKZF1nkco2OoX2NAGf93T7cQp67G - sync_mode: full_refresh_append - table: production -postgres: - config: - database: cars - host: elt-postgres - password: testelt - port: 5432 - schema: public - sync_mode: full_refresh_append - tables: - - price - user: postgres -redshift: - config: - host: - port: - database: - username: - password: - schema: cars - s3_bucket_name: - s3_bucket_region: - access_key_id: - secret_access_key: diff --git a/inputs_redshift/cars/schemas/country.csv b/inputs_redshift/cars/schemas/country.csv deleted file mode 100644 index dbb75ed17d979938b2feb791f947611fae43e6f6..0000000000000000000000000000000000000000 --- a/inputs_redshift/cars/schemas/country.csv +++ /dev/null @@ -1,3 +0,0 @@ -column_name,column_description -origin,the unique identifier for the origin country -country,the origin country of the car diff --git a/inputs_redshift/cars/schemas/data.csv b/inputs_redshift/cars/schemas/data.csv deleted file mode 100644 index bad468853137bd93cd999a0c09a00afc4fdad360..0000000000000000000000000000000000000000 --- a/inputs_redshift/cars/schemas/data.csv +++ /dev/null @@ -1,10 +0,0 @@ -column_name,column_description -id,unique ID for each car -mpg,mileage of the car in miles per gallon -cylinders,the number of cylinders present in the car -displacement,engine displacement in cubic mm -horsepower,horse power associated with the car -weight,weight of the car in lbs -acceleration,acceleration of the car in miles per squared hour -model,the year when the car model was introduced in the market -car_name,name of the car diff --git a/inputs_redshift/cars/schemas/price.csv b/inputs_redshift/cars/schemas/price.csv deleted file mode 100644 index 8d287f31e66856e4575fd3b25763a856e790fbb3..0000000000000000000000000000000000000000 --- a/inputs_redshift/cars/schemas/price.csv +++ /dev/null @@ -1,3 +0,0 @@ -column_name,column_description -ID,unique ID for each car -price,price of the car in USD diff --git a/inputs_redshift/cars/schemas/production.csv b/inputs_redshift/cars/schemas/production.csv deleted file mode 100644 index 2ac01a996e9731757158b9e664c719fa7a9a5696..0000000000000000000000000000000000000000 --- a/inputs_redshift/cars/schemas/production.csv +++ /dev/null @@ -1,4 +0,0 @@ -column_name,column_description -ID,the id of the car -model_year,year when the car model was introduced in the market -country,country id to which the car belongs diff --git a/inputs_redshift/chicago_crime/config.yaml b/inputs_redshift/chicago_crime/config.yaml deleted file mode 100644 index 2e67b79ff859db8562872347405263185fae0189..0000000000000000000000000000000000000000 --- a/inputs_redshift/chicago_crime/config.yaml +++ /dev/null @@ -1,63 +0,0 @@ -Airbyte: - config: - files_definition_id: 778daa7c-feaf-4db6-96f3-70fd645acc77 - mongodb_definition_id: b2e713cd-cc36-4c0a-b5bd-b47cb8a0561e - namespace_definition: destination - postgres_definition_id: decd338e-5647-4c0b-adf4-da0e75f5a750 - s3_definition_id: 69589781-7828-43c5-9f63-8925b1c1ccc2 - server_url: http://airbyte-abctl-control-plane:80/api/public/v1/ - redshift_definition_id: f7a7d195-377f-cf5b-70a5-be6b819019dc -aws_s3: - AWS_ACCESS_KEY_ID: test - AWS_DEFAULT_REGION: us-west-2 - AWS_ENDPOINT_URL: http://elt-localstack:4566 - AWS_SECRET_ACCESS_KEY: test - data: - - path: s3://chicago-crime-bucket/District.jsonl - sync_mode: full_refresh_append - table: District - - path: s3://chicago-crime-bucket/FBI_Code.csv - sync_mode: full_refresh_append - table: FBI_Code -custom_api: - config: - configuration: {} - sync_mode: full_refresh_append - tables: - - Neighborhood -flat_files: -- format: jsonl - path: https://drive.google.com/uc?export=download&id=1NLvCIPlhFSJKoC95cqi5Un9l8DxT9uP- - sync_mode: full_refresh_append - table: Community_Area -mongodb: - config: - connection_string: mongodb://elt-mongodb:27017/?directConnection=true - database: chicago_crime - sync_mode: full_refresh_append - tables: - - Ward -postgres: - config: - database: chicago_crime - host: elt-postgres - password: testelt - port: 5432 - schema: public - sync_mode: full_refresh_append - tables: - - crime - - iucr - user: postgres -redshift: - config: - host: - port: - database: - username: - password: - schema: chicago_crime - s3_bucket_name: - s3_bucket_region: - access_key_id: - secret_access_key: diff --git a/inputs_redshift/chicago_crime/data_model.yaml b/inputs_redshift/chicago_crime/data_model.yaml deleted file mode 100644 index a2cd67ba352a12be8f710d66cd75569e7359c2ba..0000000000000000000000000000000000000000 --- a/inputs_redshift/chicago_crime/data_model.yaml +++ /dev/null @@ -1,39 +0,0 @@ -models: - - name: community_areas - description: Each record represents a community area. - columns: - - name: community_area_no - description: Unique identifier for the community area. - - name: community_area_name - description: Name of the community area. - - name: population - description: Population of the community area, convert to integer. - - name: num_neighborhoods - description: Number of neighborhoods in the community area, replace NULL values with 0. - - name: num_crimes - description: Number of crimes reported in the community area, replace NULL values with 0. - - name: num_pocket_picking_thefts - description: Number of pocket-picking thefts reported in the community area, replace NULL values with 0. - - name: per_under_500_thefts - description: Percentage of thefts in the community area that are $500 and under. - - name: more_than_average_solicit_for_prostitutes_reported - description: Set to 1 if the number of solicitations for prostitutes reported in the community area is more than the average number of solicitations for prostitutes reported in all community areas; otherwise, set to 0. - - name: districts - description: Each record represents a district. - columns: - - name: district_no - description: Unique identifier for the district. - - name: district_name - description: Name of the district. - - name: email - description: Email address to contact district administrators. - - name: num_crimes_Jan_2018 - description: Number of crimes reported in January 2018 in the district, replace NULL values with 0. - - name: num_crimes - description: Number of crimes reported in the district, replace NULL values with 0. - - name: diff_bewteen_vehicular_hijackings_and_aggravated_vehicular_hijackings - description: Difference between the number of vehicular hijackings and the number of aggravated vehicular hijackings reported in the district. - - name: per_crimes_heppened_inside_the_house - description: Percentage of crimes reported in the district that happened inside the house (location description is 'HOUSE'). - - name: num_domestic_violence - description: Number of domestic violence cases reported in the district, replace NULL values with 0. \ No newline at end of file diff --git a/inputs_redshift/chicago_crime/schemas/Community_Area.csv b/inputs_redshift/chicago_crime/schemas/Community_Area.csv deleted file mode 100644 index 75889e180b9d909718ba6def47b36e60867b1734..0000000000000000000000000000000000000000 --- a/inputs_redshift/chicago_crime/schemas/Community_Area.csv +++ /dev/null @@ -1,5 +0,0 @@ -column_name,column_description -community_area_no,unique community area number -community_area_name,community area name -side,district -population,population of the community diff --git a/inputs_redshift/chicago_crime/schemas/Crime.csv b/inputs_redshift/chicago_crime/schemas/Crime.csv deleted file mode 100644 index 11c4753c8c07a1b33ab1b0bbde3bbab1a14deab2..0000000000000000000000000000000000000000 --- a/inputs_redshift/chicago_crime/schemas/Crime.csv +++ /dev/null @@ -1,16 +0,0 @@ -column_name,column_description -report_no,unique Numeric identifier of the crime report. -case_number,Case number assigned to the reported crime. -date,Date of the occurrence of the incident being reported -block,A redacted address indicating in which city block the incident occurred -iucr_no,Illinois Uniform Crime Reporting code: a four digit code used to classify criminal incidents when taking reports. -location_description,A description of the kind of area where incident occurred -arrest,A true/false value indicating if an arrest has been made -domestic,A true/false value indicating if the incident is as case of domestic violence -beat, -district_no,A number indicating the geographic subdivision of the police district where the incident occurred -ward_no,A two digit number identifying the legislative district (ward) where the incident occurred. -community_area_no,A number identifying one of 77 geographic areas where the incident occurred -fbi_code_no,A code identifying the type of crime reported according to the classification scheme used by the FBI. -latitude,The latitude where incident is reported to have occurred. -longitude,The longitude where incident is reported to have occurred. diff --git a/inputs_redshift/chicago_crime/schemas/District.csv b/inputs_redshift/chicago_crime/schemas/District.csv deleted file mode 100644 index 031f20dbdeb56370ce7396ccc4f46c8dd6c40888..0000000000000000000000000000000000000000 --- a/inputs_redshift/chicago_crime/schemas/District.csv +++ /dev/null @@ -1,11 +0,0 @@ -column_name,column_description -district_no,unique number identifying the district -district_name, name of the district -address,Street address of the police district building -zip_code,ZIP code of the police district building -commander,Name of the district's commanding officer -email,Email address to contact district administrators -phone,Main telephone number for the district -fax,Fax number for the district -tty,Number of the district teletype machine. -twitter,The district twitter handle. diff --git a/inputs_redshift/chicago_crime/schemas/FBI_Code.csv b/inputs_redshift/chicago_crime/schemas/FBI_Code.csv deleted file mode 100644 index 751b76879f14a1299931f4178d183460bac8b61c..0000000000000000000000000000000000000000 --- a/inputs_redshift/chicago_crime/schemas/FBI_Code.csv +++ /dev/null @@ -1,5 +0,0 @@ -column_name,column_description -fbi_code_no,unique code made by fbi to classify the crime cases -title,Short description of the kind of crime -description,Detailed description of the kind of crime -crime_against,States who the crime is against. diff --git a/inputs_redshift/chicago_crime/schemas/IUCR.csv b/inputs_redshift/chicago_crime/schemas/IUCR.csv deleted file mode 100644 index 3e58bcf761dbb679ccbdec43ffd9fdffd4fb2787..0000000000000000000000000000000000000000 --- a/inputs_redshift/chicago_crime/schemas/IUCR.csv +++ /dev/null @@ -1,5 +0,0 @@ -column_name,column_description -iucr_no,Unique identifier for the incident classification -primary_description,The general description of the incident classification -secondary_description,The specific description of the incident classification -index_code,"Uses values ""I"" and ""N"" to indicate crimes " diff --git a/inputs_redshift/chicago_crime/schemas/Neighborhood.csv b/inputs_redshift/chicago_crime/schemas/Neighborhood.csv deleted file mode 100644 index 4f9f3a82546fd400832b6cee811903f432eac113..0000000000000000000000000000000000000000 --- a/inputs_redshift/chicago_crime/schemas/Neighborhood.csv +++ /dev/null @@ -1,3 +0,0 @@ -column_name,column_description -neighborhood_name,The neighborhood name as used in everyday communication -community_area_no,The community area in which most of the neighborhood is located diff --git a/inputs_redshift/chicago_crime/schemas/Ward.csv b/inputs_redshift/chicago_crime/schemas/Ward.csv deleted file mode 100644 index 92b2da818c9c68087afc4e934f8256056840390f..0000000000000000000000000000000000000000 --- a/inputs_redshift/chicago_crime/schemas/Ward.csv +++ /dev/null @@ -1,14 +0,0 @@ -column_name,column_description -ward_no, -alderman_first_name, -alderman_last_name, -alderman_name_suffix, -ward_office_address, -ward_office_zip, -ward_email, -ward_office_phone, -ward_office_fax, -city_hall_office_room, -city_hall_office_phone, -city_hall_office_fax, -Population, diff --git a/inputs_redshift/citeseer/config.yaml b/inputs_redshift/citeseer/config.yaml deleted file mode 100644 index 182882e8aaa3570fd0c33bbf5aa5fb6913a78ced..0000000000000000000000000000000000000000 --- a/inputs_redshift/citeseer/config.yaml +++ /dev/null @@ -1,41 +0,0 @@ -Airbyte: - config: - files_definition_id: 778daa7c-feaf-4db6-96f3-70fd645acc77 - namespace_definition: destination - postgres_definition_id: decd338e-5647-4c0b-adf4-da0e75f5a750 - server_url: http://airbyte-abctl-control-plane:80/api/public/v1/ - redshift_definition_id: f7a7d195-377f-cf5b-70a5-be6b819019dc -custom_api: - config: - configuration: {} - sync_mode: full_refresh_append - tables: - - cites -flat_files: -- format: csv - path: https://drive.google.com/uc?export=download&id=1nJCXt-4dIbctfdk-X0b9pj1DTL3-YkDV - sync_mode: full_refresh_append - table: paper -postgres: - config: - database: citeseer - host: elt-postgres - password: testelt - port: 5432 - schema: public - sync_mode: full_refresh_append - tables: - - content - user: postgres -redshift: - config: - host: - port: - database: - username: - password: - schema: citeseer - s3_bucket_name: - s3_bucket_region: - access_key_id: - secret_access_key: diff --git a/inputs_redshift/citeseer/schemas/cites.csv b/inputs_redshift/citeseer/schemas/cites.csv deleted file mode 100644 index b8ef49600411c7dcdef4b12a40a7ff7df621db51..0000000000000000000000000000000000000000 --- a/inputs_redshift/citeseer/schemas/cites.csv +++ /dev/null @@ -1,3 +0,0 @@ -column_name,column_description -cited_paper_id,cited_paper_id is the ID of the paper being cited -citing_paper_id,citing_paper_id stands for the paper which contains the citation diff --git a/inputs_redshift/citeseer/schemas/content.csv b/inputs_redshift/citeseer/schemas/content.csv deleted file mode 100644 index b5c714c298ef97d482e0e250a255b9c6c8934d8c..0000000000000000000000000000000000000000 --- a/inputs_redshift/citeseer/schemas/content.csv +++ /dev/null @@ -1,3 +0,0 @@ -column_name,column_description -paper_id,unique string ID of the paper -word_cited_id,rtype diff --git a/inputs_redshift/citeseer/schemas/paper.csv b/inputs_redshift/citeseer/schemas/paper.csv deleted file mode 100644 index 09825d96706152713974fd56f3870738d27aff0f..0000000000000000000000000000000000000000 --- a/inputs_redshift/citeseer/schemas/paper.csv +++ /dev/null @@ -1,3 +0,0 @@ -column_name,column_description -paper_id,unique string ID of the paper -class_label, diff --git a/inputs_redshift/codebase_comments/config.yaml b/inputs_redshift/codebase_comments/config.yaml deleted file mode 100644 index 8fefb2182d478bf301374435a14a45aed32ddcbf..0000000000000000000000000000000000000000 --- a/inputs_redshift/codebase_comments/config.yaml +++ /dev/null @@ -1,44 +0,0 @@ -Airbyte: - config: - mongodb_definition_id: b2e713cd-cc36-4c0a-b5bd-b47cb8a0561e - namespace_definition: destination - postgres_definition_id: decd338e-5647-4c0b-adf4-da0e75f5a750 - server_url: http://airbyte-abctl-control-plane:80/api/public/v1/ - redshift_definition_id: f7a7d195-377f-cf5b-70a5-be6b819019dc -custom_api: - config: - configuration: {} - sync_mode: full_refresh_append - tables: - - Repo -mongodb: - config: - connection_string: mongodb://elt-mongodb:27017/?directConnection=true - database: codebase_comments - sync_mode: full_refresh_append - tables: - - Method -postgres: - config: - database: codebase_comments - host: elt-postgres - password: testelt - port: 5432 - schema: public - sync_mode: full_refresh_append - tables: - - method_parameter - - solution - user: postgres -redshift: - config: - host: - port: - database: - username: - password: - schema: codebase_comments - s3_bucket_name: - s3_bucket_region: - access_key_id: - secret_access_key: diff --git a/inputs_redshift/codebase_comments/data_model.yaml b/inputs_redshift/codebase_comments/data_model.yaml deleted file mode 100644 index 532a73c662c69314ec0b55b1894a611ac3296129..0000000000000000000000000000000000000000 --- a/inputs_redshift/codebase_comments/data_model.yaml +++ /dev/null @@ -1,20 +0,0 @@ -models: - - name: repository - description: Each record represents a repository. - columns: - - name: repo_id - description: Unique identifier for the repository. - - name: url - description: URL of the repository. - - name: stars - description: Stars the repository has received - - name: number_of_solution_path_need_compiled - description: Number of solution paths that need to be compiled if the user wants to implement the repository, replace NULL values with 0. A solution path is considered to need compilation refers to WasCompiled = 0. - - name: has_forks_higher_than_half_of_watchers - description: Set to 1 if the number of forks is higher than half of the number of watchers; otherwise, set to 0. - - name: average_time_needed_for_the_solutions - description: Average processed time needed to implement the solutions in the repository. - - name: percentage_of_solutions_compiled_XML - description: Among all methods whose comments are in XML format within the repository, the percentage of those methods whose associated solution needs to be compiled (WasCompiled = 0). - - name: has_solution_without_compilation - description: Set to 1 if the repository has at least one solution that does not need to be compiled; otherwise, set to 0. A solution is considered to not need compilation refers to WasCompiled = 1. \ No newline at end of file diff --git a/inputs_redshift/codebase_comments/schemas/Method.csv b/inputs_redshift/codebase_comments/schemas/Method.csv deleted file mode 100644 index ffcb8f91efa54e1571ed765a67fffc1c3e299baf..0000000000000000000000000000000000000000 --- a/inputs_redshift/codebase_comments/schemas/Method.csv +++ /dev/null @@ -1,12 +0,0 @@ -column_name,column_description -Id,"unique id number -that identifies methods" -Name,name of methods -FullComment,full comment of this method -Summary,summary of the method -ApiCalls,linearized sequenced of API calls -CommentIsXml,whether the comment is XML format or not -SampledAt,the time of sampling -SolutionId,id number of solutions -Lang,language code of method -NameTokenized,tokenized name diff --git a/inputs_redshift/codebase_comments/schemas/Repo.csv b/inputs_redshift/codebase_comments/schemas/Repo.csv deleted file mode 100644 index 288ba13fa9d9dfa32c9ce09a297d3b3c1ce42a6c..0000000000000000000000000000000000000000 --- a/inputs_redshift/codebase_comments/schemas/Repo.csv +++ /dev/null @@ -1,7 +0,0 @@ -column_name,column_description -id,unique id to identify repositories -url,github address of repository -stars,stars this repository has received -forks,forks that the repository has received -watchers,how many watchers of this repository -processedtime,how much processed time of downloading this repository diff --git a/inputs_redshift/codebase_comments/schemas/Solution.csv b/inputs_redshift/codebase_comments/schemas/Solution.csv deleted file mode 100644 index fbe0ed5599026a70fa5fc0809ded5a88a5747198..0000000000000000000000000000000000000000 --- a/inputs_redshift/codebase_comments/schemas/Solution.csv +++ /dev/null @@ -1,6 +0,0 @@ -column_name,column_description -Id,unique id to identify this solution -RepoId,id of repository -Path,path of this solution -ProcessedTime,processed time -WasCompiled,whether this solution needs to be compiled or not diff --git a/inputs_redshift/codebase_comments/schemas/method_parameter.csv b/inputs_redshift/codebase_comments/schemas/method_parameter.csv deleted file mode 100644 index 09cdaebb0cbda60edb70b32c9c054762bac6f082..0000000000000000000000000000000000000000 --- a/inputs_redshift/codebase_comments/schemas/method_parameter.csv +++ /dev/null @@ -1,5 +0,0 @@ -column_name,column_description -Id,unique id number identifying method parameters -MethodId, -Type,type of the method -Name,name of the method diff --git a/inputs_redshift/codebase_community/config.yaml b/inputs_redshift/codebase_community/config.yaml deleted file mode 100644 index 88070571f370c7e7f9a22852861a4e496d01fd44..0000000000000000000000000000000000000000 --- a/inputs_redshift/codebase_community/config.yaml +++ /dev/null @@ -1,62 +0,0 @@ -Airbyte: - config: - files_definition_id: 778daa7c-feaf-4db6-96f3-70fd645acc77 - mongodb_definition_id: b2e713cd-cc36-4c0a-b5bd-b47cb8a0561e - namespace_definition: destination - postgres_definition_id: decd338e-5647-4c0b-adf4-da0e75f5a750 - s3_definition_id: 69589781-7828-43c5-9f63-8925b1c1ccc2 - server_url: http://airbyte-abctl-control-plane:80/api/public/v1/ - redshift_definition_id: f7a7d195-377f-cf5b-70a5-be6b819019dc -aws_s3: - AWS_ACCESS_KEY_ID: test - AWS_DEFAULT_REGION: us-west-2 - AWS_ENDPOINT_URL: http://elt-localstack:4566 - AWS_SECRET_ACCESS_KEY: test - data: - - path: s3://codebase-community-bucket/users.jsonl - sync_mode: full_refresh_append - table: users -custom_api: - config: - configuration: {} - sync_mode: full_refresh_append - tables: - - badges - - votes -flat_files: -- format: csv - path: https://drive.google.com/uc?export=download&id=1tAi-3rcrUrUoHoDB-dUzt1Z7LCdOvPpK - sync_mode: full_refresh_append - table: tags -mongodb: - config: - connection_string: mongodb://elt-mongodb:27017/?directConnection=true - database: codebase_community - sync_mode: full_refresh_append - tables: - - comments - - postHistory - - posts -postgres: - config: - database: codebase_community - host: elt-postgres - password: testelt - port: 5432 - schema: public - sync_mode: full_refresh_append - tables: - - postlinks - user: postgres -redshift: - config: - host: - port: - database: - username: - password: - schema: codebase_community - s3_bucket_name: - s3_bucket_region: - access_key_id: - secret_access_key: diff --git a/inputs_redshift/codebase_community/data_model.yaml b/inputs_redshift/codebase_community/data_model.yaml deleted file mode 100644 index b6d43c6e8d0763fee928d0efa15da03321d77edc..0000000000000000000000000000000000000000 --- a/inputs_redshift/codebase_community/data_model.yaml +++ /dev/null @@ -1,39 +0,0 @@ -models: - - name: codebase_community__users - description: Each record represents a user. - columns: - - name: user_id - description: Unique identifier for the user. - - name: display_name - description: Display name of the user. - - name: creation_date - description: Date when the user was created. - - name: num_badges - description: Number of badges the user has earned, replace NULL values with 0. - - name: num_comments - description: Number of comments the user has posted, replace NULL values with 0. - - name: created_post_with_score_more_than_60 - description: Set to 1 if the user has created at least one post with a score of more than 60; otherwise, set to 0. - - name: sum_of_favourite_count_gained_2011 - description: Sum of the favourite count gained by the user in 2011, replace NULL values with 0. - - name: num_posts_voted - description: Number of posts the user has voted on, replace NULL values with 0. - - name: codebase_community__posts - descrption: Each record represents a post. - columns: - - name: postid - description: Unique identifier for the post. - - name: viewcount - description: Number of times the post has been viewed. - - name: creation_date - description: Date when the post was created. - - name: num_unique_users_commented - description: Number of unique users who have commented on the post, replace NULL values with 0. - - name: has_views_above_average - description: Set to 1 if the number of views on the post is above the average number of views on all posts; otherwise, set to 0. - - name: avg_score_of_comments - description: the average score of comments that were added to the post - - name: posted_by_most_influential_user - description: Set to 1 if the post was posted by users with the highest reputation, otherwise, set to 0. - - name: comment_with_the_highest_score - description: the comment of the post that has the highest score, with ties broken by the ascending order of the text. \ No newline at end of file diff --git a/inputs_redshift/codebase_community/schemas/badges.csv b/inputs_redshift/codebase_community/schemas/badges.csv deleted file mode 100644 index d0ee9537648cc70467c7be2d0248fd4ec6020499..0000000000000000000000000000000000000000 --- a/inputs_redshift/codebase_community/schemas/badges.csv +++ /dev/null @@ -1,5 +0,0 @@ -column_name,column_description -Id,the badge id -UserId,the unique id of the user -Name,the badge name the user obtained -Date,the date that the user obtained the badge \ No newline at end of file diff --git a/inputs_redshift/codebase_community/schemas/comments.csv b/inputs_redshift/codebase_community/schemas/comments.csv deleted file mode 100644 index 2af2753379ddf84f92e194df8cbdffcb0113e63f..0000000000000000000000000000000000000000 --- a/inputs_redshift/codebase_community/schemas/comments.csv +++ /dev/null @@ -1,8 +0,0 @@ -column_name,column_description -Id,the comment Id -PostId,the unique id of the post -Score,rating score -Text,the detailed content of the comment -CreationDate,the creation date of the comment -UserId,the id of the user who post the comment -UserDisplayName,user's display name diff --git a/inputs_redshift/codebase_community/schemas/postHistory.csv b/inputs_redshift/codebase_community/schemas/postHistory.csv deleted file mode 100644 index 8c9773f7f022bbd42e2984d901c33f26fd0afa34..0000000000000000000000000000000000000000 --- a/inputs_redshift/codebase_community/schemas/postHistory.csv +++ /dev/null @@ -1,10 +0,0 @@ -column_name,column_description -Id,the post history id -PostHistoryTypeId,the id of the post history type -PostId,the unique id of the post -RevisionGUID,the revision globally unique id of the post -CreationDate,the creation date of the post -UserId,the user who post the post -Text,the detailed content of the post -Comment,comments of the post -UserDisplayName,user's display name diff --git a/inputs_redshift/codebase_community/schemas/postLinks.csv b/inputs_redshift/codebase_community/schemas/postLinks.csv deleted file mode 100644 index 0719305a53aab54661890884f130c3cbd2a8fe02..0000000000000000000000000000000000000000 --- a/inputs_redshift/codebase_community/schemas/postLinks.csv +++ /dev/null @@ -1,6 +0,0 @@ -column_name,column_description -Id,the post link id -CreationDate,the creation date of the post link -PostId,the post id -RelatedPostId,the id of the related post -LinkTypeId,the id of the link type diff --git a/inputs_redshift/codebase_community/schemas/posts.csv b/inputs_redshift/codebase_community/schemas/posts.csv deleted file mode 100644 index a136ea3069b8d5af3900d7087ba94556ae3d87be..0000000000000000000000000000000000000000 --- a/inputs_redshift/codebase_community/schemas/posts.csv +++ /dev/null @@ -1,22 +0,0 @@ -column_name,column_description -Id,the post id -PostTypeId,the id of the post type -AcceptedAnswerId,the accepted answer id of the post -CreaionDate,the creation date of the post -Score,the score of the post -ViewCount,the view count of the post -Body,the body of the post -OwnerUserId,the id of the owner user -LasActivityDate,the last activity date -Title,the title of the post -Tags,the tag of the post -AnswerCount,the total number of answers of the post -CommentCount,the total number of comments of the post -FavoriteCount,the total number of favorites of the post -LastEditorUserId,the id of the last editor -LastEditDate,the last edit date -CommunityOwnedDate,the community owned date -ParentId,the id of the parent post -ClosedDate,the closed date of the post -OwnerDisplayName,the display name of the post owner -LastEditorDisplayName,the display name of the last editor diff --git a/inputs_redshift/codebase_community/schemas/tags.csv b/inputs_redshift/codebase_community/schemas/tags.csv deleted file mode 100644 index 58f05c9a916cfa4e296780dafb3152c2f3af3358..0000000000000000000000000000000000000000 --- a/inputs_redshift/codebase_community/schemas/tags.csv +++ /dev/null @@ -1,6 +0,0 @@ -column_name,column_description -Id,the tag id -TagName,the name of the tag -Count,the count of posts that contain this tag -ExcerptPostId,the excerpt post id of the tag -WikiPostId,the wiki post id of the tag diff --git a/inputs_redshift/codebase_community/schemas/users.csv b/inputs_redshift/codebase_community/schemas/users.csv deleted file mode 100644 index af8356412a2ddafc511d8c855a9254ec59842462..0000000000000000000000000000000000000000 --- a/inputs_redshift/codebase_community/schemas/users.csv +++ /dev/null @@ -1,15 +0,0 @@ -column_name,column_description -Id,the user id -Reputation,the user's reputation -CreationDate,the creation date of the user account -DisplayName,the user's display name -LastAccessDate,the last access date of the user account -WebsiteUrl,the website url of the user account -Location,user's location -AboutMe,the self introduction of the user -Views,the number of views -UpVotes,the number of upvotes -DownVotes,the number of downvotes -AccountId,the unique id of the account -Age,user's age -ProfileImageUrl,the profile image url diff --git a/inputs_redshift/codebase_community/schemas/votes.csv b/inputs_redshift/codebase_community/schemas/votes.csv deleted file mode 100644 index 60616c87b1d515e550826ead8f42f34335338c47..0000000000000000000000000000000000000000 --- a/inputs_redshift/codebase_community/schemas/votes.csv +++ /dev/null @@ -1,6 +0,0 @@ -column_name,column_description -Id,the vote id -PostId,the id of the post that is voted -VoteTypeId,the id of the vote type -CreationDate,the creation date of the vote -UserId,the id of the voter diff --git a/inputs_redshift/coinmarketcap/config.yaml b/inputs_redshift/coinmarketcap/config.yaml deleted file mode 100644 index ce4df8e3ef99a22c9fde6cef772b42e7869d12e5..0000000000000000000000000000000000000000 --- a/inputs_redshift/coinmarketcap/config.yaml +++ /dev/null @@ -1,35 +0,0 @@ -Airbyte: - config: - namespace_definition: destination - postgres_definition_id: decd338e-5647-4c0b-adf4-da0e75f5a750 - server_url: http://airbyte-abctl-control-plane:80/api/public/v1/ - redshift_definition_id: f7a7d195-377f-cf5b-70a5-be6b819019dc -custom_api: - config: - configuration: {} - sync_mode: full_refresh_append - tables: - - coins -postgres: - config: - database: coinmarketcap - host: elt-postgres - password: testelt - port: 5432 - schema: public - sync_mode: full_refresh_append - tables: - - historical - user: postgres -redshift: - config: - host: - port: - database: - username: - password: - schema: coinmarketcap - s3_bucket_name: - s3_bucket_region: - access_key_id: - secret_access_key: diff --git a/inputs_redshift/coinmarketcap/data_model.yaml b/inputs_redshift/coinmarketcap/data_model.yaml deleted file mode 100644 index 47d7d546f6520c2c58061f36bcface64e7608d28..0000000000000000000000000000000000000000 --- a/inputs_redshift/coinmarketcap/data_model.yaml +++ /dev/null @@ -1,20 +0,0 @@ -models: - - name: coinmarket__coins - description: Each record represents a coin. - columns: - - name: coin_id - description: Unique identifier for the coin. - - name: coin_name - description: Name of the coin. - - name: coin_status - description: Status of the coin. - - name: highest_price - description: Maximum value of highest price observed for the coin across all dates. Highest price refers to the high column in the source data. - - name: date_lowest_price - description: Date of the row with the smallest lowest price for the coin, with ties broken by the ascending order of the date. Lowest price refers to the low column in the source data. - - name: is_above_average_20180428 - description: Set to 1 if the price of the coin on 2018-04-28 is above the average price of all coins on 2018-04-28; otherwise, set to 0. - - name: average_price - description: Average price of the coin. - - name: date_with_greatest_price_decline - description: the date of transactions with the greatest decline in percent change in percent change in the first hour, with ties broken by the descending order of the date \ No newline at end of file diff --git a/inputs_redshift/coinmarketcap/schemas/Coins.csv b/inputs_redshift/coinmarketcap/schemas/Coins.csv deleted file mode 100644 index 3e7025644ef49b55ab9884a5239eb2dac32413dd..0000000000000000000000000000000000000000 --- a/inputs_redshift/coinmarketcap/schemas/Coins.csv +++ /dev/null @@ -1,16 +0,0 @@ -column_name,column_description -id,unique id number identifying coins -name,name of coins -slug,slug names of coins -symbol,symbol of names of coins -status,status of coins -category,category of coins -description,description of coins -subreddit,name of coins on reddit -notice,notice if any -tags,tags of coins -tag_names,tag names of coins -website,website introduction of coins -platform_id,id number of the platform -date_added,the added date -date_launched,lanched date diff --git a/inputs_redshift/coinmarketcap/schemas/Historical.csv b/inputs_redshift/coinmarketcap/schemas/Historical.csv deleted file mode 100644 index b0103c81bcf07f976862893fbacb89a6704a508b..0000000000000000000000000000000000000000 --- a/inputs_redshift/coinmarketcap/schemas/Historical.csv +++ /dev/null @@ -1,21 +0,0 @@ -column_name,column_description -date,"transaction date -" -coin_id,id number referring to coins -cmc_rank,CMC rank is a metric used by CoinMarketCap to rank the relative popularity of different cryptocurrencies. -market_cap,Market capitalization refers to how much a coin is worth as determined by the coin market. -price,how much is a coin -open,the price at which a cryptocurrency (coin) opens at a time period -high,highest price -low,lowest price -close,"the price at which a cryptocurrency (coin) closes at a time period, for example at the end of the day." -time_high,the time to achieve highest price -time_low,the time to achieve lowest price -volume_24h,the total value of cryptocurrency coined traded in the past 24 hours. -percent_change_1h,price percentage change in the first hour -percent_change_24h,price percentage change in the first 24 hours -percent_change_7d,price percentage change in the first 7 days -circulating_supply,the best approximation of the number of coins that are circulating in the market and in the general public's hands. -total_supply,the total amount of coins in existence right now -max_supply,Max Supply is the best approximation of the maximum amount of coins that will ever exist in the lifetime of the cryptocurrency. -num_market_pairs,number of market pairs across all exchanges trading each currency. diff --git a/inputs_redshift/college_completion/config.yaml b/inputs_redshift/college_completion/config.yaml deleted file mode 100644 index eac938b2c883111fc89c36a2525c18893125544e..0000000000000000000000000000000000000000 --- a/inputs_redshift/college_completion/config.yaml +++ /dev/null @@ -1,37 +0,0 @@ -Airbyte: - config: - mongodb_definition_id: b2e713cd-cc36-4c0a-b5bd-b47cb8a0561e - namespace_definition: destination - postgres_definition_id: decd338e-5647-4c0b-adf4-da0e75f5a750 - server_url: http://airbyte-abctl-control-plane:80/api/public/v1/ - redshift_definition_id: f7a7d195-377f-cf5b-70a5-be6b819019dc -mongodb: - config: - connection_string: mongodb://elt-mongodb:27017/?directConnection=true - database: college_completion - sync_mode: full_refresh_append - tables: - - institution_details -postgres: - config: - database: college_completion - host: elt-postgres - password: testelt - port: 5432 - schema: public - sync_mode: full_refresh_append - tables: - - institution_grads - user: postgres -redshift: - config: - host: - port: - database: - username: - password: - schema: college_completion - s3_bucket_name: - s3_bucket_region: - access_key_id: - secret_access_key: diff --git a/inputs_redshift/college_completion/data_model.yaml b/inputs_redshift/college_completion/data_model.yaml deleted file mode 100644 index e3703d566734405512b1c61020dc1ee0a3e105d9..0000000000000000000000000000000000000000 --- a/inputs_redshift/college_completion/data_model.yaml +++ /dev/null @@ -1,16 +0,0 @@ -models: - - name: states - description: Each record represents a state. - columns: - - name: state - description: Institution state - - name: institute_with_most_number_of_American_Indian - description: Institution with most number of American Indian students in the state, with ties broken by the ascending order of the institute name - - name: average_median_SAT_value_for_institutes - description: Average median SAT value for institutes in the state - - name: num_graduate_cohort_in_2012_from_private_institute_for_profit - description: Number of graduate cohort in 2012 from private institute for profit in the state, replace NULL values with 0. - - name: per_of_4_year_public_schools - description: Percentage of 4 year public schools in the state - - name: institution_with_the_highest_freshman_retention_percentage - description: Institution with the highest freshman retention percentage in the state, with ties broken by the ascending order of the institute name \ No newline at end of file diff --git a/inputs_redshift/college_completion/schemas/institution_details.csv b/inputs_redshift/college_completion/schemas/institution_details.csv deleted file mode 100644 index ea982313a0c94c2eabcd402d004a5771f5cd79b7..0000000000000000000000000000000000000000 --- a/inputs_redshift/college_completion/schemas/institution_details.csv +++ /dev/null @@ -1,63 +0,0 @@ -column_name,column_description -unitid,unique Education Unit ID number -chronname,Institution name -city,Institution city -state,Institution state -level,Level of institution -control,Control of institution -basic,Carnegie Foundation for the Advancement of Teaching Basic Classification (2010 version) -hbcu,Denotes Historically Black College and Universities -flagship,Denotes Public flagship institutions -long_x,Institution longitude -lat_y,Institution latitude -site,Institution Web site address -student_count,Total number of undergraduates in 2010 -awards_per_value,"Completions per 100 FTE (full-time equivalency) undergraduate students (average 2011, 2012, and 2013)" -awards_per_state_value,"Completions per 100 FTE (full-time equivalency) undergraduate students, state and sector average" -awards_per_natl_value,"Completions per 100 FTE (full-time equivalency) undergraduate students, national sector average" -exp_award_value,Estimated educational spending per academic award in 2013. Includes all certificates and degrees -exp_award_state_value,"Spending per completion, state and sector average" -exp_award_natl_value,"Spending per completion, national sector average" -exp_award_percentile, -ft_pct,Percentage of undergraduates who attend full-time -fte_value,total number of full-time equivalent undergraduates -fte_percentile, -med_sat_value,Median estimated SAT value for incoming students -med_sat_percentile,Institution's percent rank for median SAT value within sector -aid_value,The average amount of student aid going to undergraduate recipients -aid_percentile,Institution's percent rank for average amount of student aid going to undergraduate recipients within sector -endow_value,End-of-year endowment value per full-time equivalent student -endow_percentile,Institution's percent rank for endowment value per full-time equivalent student within sector -grad_100_value,"percentage of first-time, full-time, degree-seeking undergraduates who complete a degree or certificate program within 100 percent of expected time (bachelor's-seeking group at 4-year institutions)" -grad_100_percentile,Institution's percent rank for completers within 100 percent of normal time within sector -grad_150_value,"percentage of first-time, full-time, degree-seeking undergraduates who complete a degree or certificate program within 150 percent of expected time (bachelor's-seeking group at 4-year institutions)" -grad_150_percentile,Institution's percent rank for completers within 150 percent of normal time within sector -pell_value,percentage of undergraduates receiving a Pell Grant -pell_percentile,Institution's percent rank for undergraduate Pell recipients within sector -retain_value,share of freshman students retained for a second year -retain_percentile,Institution's percent rank for freshman retention percentage within sector -ft_fac_value,"Percentage of employees devoted to instruction, research or public service who are full-time and do not work for an associated medical school" -ft_fac_percentile,Institution's percent rank for full-time faculty share within sector -vsa_year,Most recent year of Student Success and Progress Rate data available from the Voluntary System of Accountability -vsa_grad_after4_first,"First-time, full-time students who graduated from this institution within four years" -vsa_grad_elsewhere_after4_first,"First-time, full-time students who graduated from another institution within four years" -vsa_enroll_after4_first,"First-time, full-time students who are still enrolled at this institution after four years" -vsa_enroll_elsewhere_after4_first,"First-time, full-time students who are enrolled at another institution after four years" -vsa_grad_after6_first,"First-time, full-time students who graduated from this institution within six years" -vsa_grad_elsewhere_after6_first,"First-time, full-time students who graduated from another institution within six years" -vsa_enroll_after6_first,"First-time, full-time students who are still enrolled at this institution after six years" -vsa_enroll_elsewhere_after6_first,"First-time, full-time students who are enrolled at another institution after six years" -vsa_grad_after4_transfer,Full-time transfer students who graduated from this institution within four years -vsa_grad_elsewhere_after4_transfer,Full-time transfer students who graduated from this institution within four years -vsa_enroll_after4_transfer,Full-time transfer students who are still enrolled at this institution after four years -vsa_enroll_elsewhere_after4_transfer,Full-time transfer students who are enrolled at another institution after four years -vsa_grad_after6_transfer,Full-time transfer students who graduated from this institution within six years -vsa_grad_elsewhere_after6_transfer,Full-time transfer students who graduated from another institution within six years -vsa_enroll_after6_transfer,Full-time transfer students who are still enrolled at this institution after six years -vsa_enroll_elsewhere_after6_transfer,Full-time transfer students who are enrolled at another institution after six years -similar, -state_sector_ct, -carnegie_ct, -counted_pct, -nicknames, -cohort_size, diff --git a/inputs_redshift/college_completion/schemas/institution_grads.csv b/inputs_redshift/college_completion/schemas/institution_grads.csv deleted file mode 100644 index 7a0d7a83ad9c1189ba9f3aa624cf26f6f1f61d61..0000000000000000000000000000000000000000 --- a/inputs_redshift/college_completion/schemas/institution_grads.csv +++ /dev/null @@ -1,11 +0,0 @@ -column_name,column_description -unitid,Education Unit ID number -year,year of data release -gender,gender of students -race,race/ethnicity of students -cohort,degree-seeking cohort type -grad_cohort,"Number of first-time, full-time, degree-seeking students in the cohort being tracked, minus any exclusions" -grad_100,Number of students who graduated within 100 percent of normal/expected time -grad_150,Number of students who graduated within 150 percent of normal/expected time -grad_100_rate,Percentage of students who graduated within 100 percent of normal/expected time -grad_150_rate,Percentage of students who graduated within 150 percent of normal/expected time diff --git a/inputs_redshift/computer_student/config.yaml b/inputs_redshift/computer_student/config.yaml deleted file mode 100644 index 9a6d127ab34bc45be9f65ed8ec75102a3644802d..0000000000000000000000000000000000000000 --- a/inputs_redshift/computer_student/config.yaml +++ /dev/null @@ -1,49 +0,0 @@ -Airbyte: - config: - files_definition_id: 778daa7c-feaf-4db6-96f3-70fd645acc77 - mongodb_definition_id: b2e713cd-cc36-4c0a-b5bd-b47cb8a0561e - namespace_definition: destination - postgres_definition_id: decd338e-5647-4c0b-adf4-da0e75f5a750 - server_url: http://airbyte-abctl-control-plane:80/api/public/v1/ - redshift_definition_id: f7a7d195-377f-cf5b-70a5-be6b819019dc -custom_api: - config: - configuration: {} - sync_mode: full_refresh_append - tables: - - advisedBy -flat_files: -- format: csv - path: https://drive.google.com/uc?export=download&id=190CE7OuuQv_e1emImbz3ScRR46p-xKJl - sync_mode: full_refresh_append - table: course -mongodb: - config: - connection_string: mongodb://elt-mongodb:27017/?directConnection=true - database: computer_student - sync_mode: full_refresh_append - tables: - - person -postgres: - config: - database: computer_student - host: elt-postgres - password: testelt - port: 5432 - schema: public - sync_mode: full_refresh_append - tables: - - taught_by - user: postgres -redshift: - config: - host: - port: - database: - username: - password: - schema: computer_student - s3_bucket_name: - s3_bucket_region: - access_key_id: - secret_access_key: diff --git a/inputs_redshift/computer_student/data_model.yaml b/inputs_redshift/computer_student/data_model.yaml deleted file mode 100644 index 5c591a3815674b2c815a2ddb552c59108131bd29..0000000000000000000000000000000000000000 --- a/inputs_redshift/computer_student/data_model.yaml +++ /dev/null @@ -1,18 +0,0 @@ -models: - - name: courses - description: Each record represents a course. - columns: - - name: course_id - description: Unique identifier for the course - - name: courselevel - description: Course level - - name: number_of_professors - description: Number of professors teaching the course, replace NULL values with 0. Professor refers to professor = 1 in the person table. - - name: number_of_professors_not_faculty - description: Number of professors teaching the course who are not faculty, replace NULL values with 0. Faculty refers to hasposition <> '0' in the person table. - - name: number_of_professors_faculty - description: Number of professors teaching the course who are faculty, replace NULL values with 0. Faculty refers to hasposition <> '0' in the person table. - - name: taught_by_more_than_4_people - description: Set to 1 if the course is taught by more than 4 people, otherwise, set to 0 - - name: taught_by_the_advisors - description: Set to 1 if the course is taught by the advisors who gave advice to student, otherwise, set to 0 \ No newline at end of file diff --git a/inputs_redshift/computer_student/schemas/advisedBy.csv b/inputs_redshift/computer_student/schemas/advisedBy.csv deleted file mode 100644 index 165935448faf8b532696dec16d87e9581ad02eee..0000000000000000000000000000000000000000 --- a/inputs_redshift/computer_student/schemas/advisedBy.csv +++ /dev/null @@ -1,3 +0,0 @@ -column_name,column_description -p_id,id number identifying each person -p_id_dummy,the id number identifying the advisor diff --git a/inputs_redshift/computer_student/schemas/course.csv b/inputs_redshift/computer_student/schemas/course.csv deleted file mode 100644 index 086b81fa56a37d2493db006e7b63ccdbab8bf8b8..0000000000000000000000000000000000000000 --- a/inputs_redshift/computer_student/schemas/course.csv +++ /dev/null @@ -1,3 +0,0 @@ -column_name,column_description -course_id,unique id number identifying courses -courseLevel,course level diff --git a/inputs_redshift/computer_student/schemas/person.csv b/inputs_redshift/computer_student/schemas/person.csv deleted file mode 100644 index 01ffc4fb2cae55bf44847922a61d2a382f05027d..0000000000000000000000000000000000000000 --- a/inputs_redshift/computer_student/schemas/person.csv +++ /dev/null @@ -1,7 +0,0 @@ -column_name,column_description -p_id,the unique number identifying each person -professor,whether the person is a professor -student,whether the person is a student -hasPosition,whether the person has a position in the faculty -inPhase,the phase of qualification the person is undergoing -yearsInProgram,the year of the program the person is at diff --git a/inputs_redshift/computer_student/schemas/taught_by.csv b/inputs_redshift/computer_student/schemas/taught_by.csv deleted file mode 100644 index 8fd1a0a1310213bae5ea6f529d15dcc682f135b7..0000000000000000000000000000000000000000 --- a/inputs_redshift/computer_student/schemas/taught_by.csv +++ /dev/null @@ -1,3 +0,0 @@ -column_name,column_description -course_id,the identification number identifying each course -p_id,the identification number identifying each person diff --git a/inputs_redshift/cookbook/config.yaml b/inputs_redshift/cookbook/config.yaml deleted file mode 100644 index 931faf444482b47d5efe8f213bfeadabdc2355a9..0000000000000000000000000000000000000000 --- a/inputs_redshift/cookbook/config.yaml +++ /dev/null @@ -1,49 +0,0 @@ -Airbyte: - config: - files_definition_id: 778daa7c-feaf-4db6-96f3-70fd645acc77 - mongodb_definition_id: b2e713cd-cc36-4c0a-b5bd-b47cb8a0561e - namespace_definition: destination - postgres_definition_id: decd338e-5647-4c0b-adf4-da0e75f5a750 - server_url: http://airbyte-abctl-control-plane:80/api/public/v1/ - redshift_definition_id: f7a7d195-377f-cf5b-70a5-be6b819019dc -custom_api: - config: - configuration: {} - sync_mode: full_refresh_append - tables: - - Nutrition -flat_files: -- format: csv - path: https://drive.google.com/uc?export=download&id=1AfoABQea2jWmrzGKjuxxlzDmBuxl7dmV - sync_mode: full_refresh_append - table: Ingredient -mongodb: - config: - connection_string: mongodb://elt-mongodb:27017/?directConnection=true - database: cookbook - sync_mode: full_refresh_append - tables: - - Recipe -postgres: - config: - database: cookbook - host: elt-postgres - password: testelt - port: 5432 - schema: public - sync_mode: full_refresh_append - tables: - - quantity - user: postgres -redshift: - config: - host: - port: - database: - username: - password: - schema: cookbook - s3_bucket_name: - s3_bucket_region: - access_key_id: - secret_access_key: diff --git a/inputs_redshift/cookbook/schemas/Ingredient.csv b/inputs_redshift/cookbook/schemas/Ingredient.csv deleted file mode 100644 index a0b892b973ca2a0efca8b4abcb0859cccc781c07..0000000000000000000000000000000000000000 --- a/inputs_redshift/cookbook/schemas/Ingredient.csv +++ /dev/null @@ -1,5 +0,0 @@ -column_name,column_description -ingredient_id,the unique identifier for the ingredient -category,the category of the ingredient -name,the name of the ingredient -plural,the plural suffix of the ingredient diff --git a/inputs_redshift/cookbook/schemas/Nutrition.csv b/inputs_redshift/cookbook/schemas/Nutrition.csv deleted file mode 100644 index 3353d1b756881c4f809eea13e9df6b09ff82b81b..0000000000000000000000000000000000000000 --- a/inputs_redshift/cookbook/schemas/Nutrition.csv +++ /dev/null @@ -1,17 +0,0 @@ -column_name,column_description -recipe_id,the id of the recipe -protein,the protein content in the recipe -carbo,the carbo content in the recipe -alcohol,the alcohol content in the recipe -total_fat,the total fat content in the recipe -sat_fat,the saturated fat content in the recipe -cholestrl,the cholesterol content in the recipe -sodium,the sodium content in the recipe -iron,the iron content in the recipe -vitamin_c,the vitamin c content in the recipe -vitamin_a,the vitamin a content in the recipe -fiber,the fiber a content in the recipe -pcnt_cal_carb,percentage of carbo in total nutrient composition -pcnt_cal_fat,percentage of fat in total nutrient composition -pcnt_cal_prot,percentage of protein in total nutrient composition -calories,the calories of the recipe diff --git a/inputs_redshift/cookbook/schemas/Quantity.csv b/inputs_redshift/cookbook/schemas/Quantity.csv deleted file mode 100644 index a3649b473bf03fdbf1d456b21fda2f9da613dd6f..0000000000000000000000000000000000000000 --- a/inputs_redshift/cookbook/schemas/Quantity.csv +++ /dev/null @@ -1,9 +0,0 @@ -column_name,column_description -quantity_id,the unique identifier for the quantity -recipe_id,the id of the recipe -ingredient_id,the id of the ingredient -max_qty,the max quantity of the ingredient -min_qty,the min quantity of the ingredient -unit,the unit of the ingredient -preparation, -optional,whether the ingredient is optional diff --git a/inputs_redshift/cookbook/schemas/Recipe.csv b/inputs_redshift/cookbook/schemas/Recipe.csv deleted file mode 100644 index 7b08986df03fed8ae35feee6b2c0a8cc44725294..0000000000000000000000000000000000000000 --- a/inputs_redshift/cookbook/schemas/Recipe.csv +++ /dev/null @@ -1,12 +0,0 @@ -column_name,column_description -recipe_id,the unique identifier for the recipe -title,the title of the recipe -subtitle,the subtitle of the recipe -servings,the number of people the recipe can serve -yield_unit,the unit of the yield for the recipe -prep_min,the preparation minute of the recipe -cook_min,the cooked minute of the recipe -stnd_min,the stand minute of the price -source,the source of the recipe -intro,the introduction of the recipe -directions,the directions of the recipe diff --git a/inputs_redshift/cs_semester/config.yaml b/inputs_redshift/cs_semester/config.yaml deleted file mode 100644 index 548aaac14d882e6968f6972a7c38a9f3d879b059..0000000000000000000000000000000000000000 --- a/inputs_redshift/cs_semester/config.yaml +++ /dev/null @@ -1,59 +0,0 @@ -Airbyte: - config: - files_definition_id: 778daa7c-feaf-4db6-96f3-70fd645acc77 - mongodb_definition_id: b2e713cd-cc36-4c0a-b5bd-b47cb8a0561e - namespace_definition: destination - postgres_definition_id: decd338e-5647-4c0b-adf4-da0e75f5a750 - s3_definition_id: 69589781-7828-43c5-9f63-8925b1c1ccc2 - server_url: http://airbyte-abctl-control-plane:80/api/public/v1/ - redshift_definition_id: f7a7d195-377f-cf5b-70a5-be6b819019dc -aws_s3: - AWS_ACCESS_KEY_ID: test - AWS_DEFAULT_REGION: us-west-2 - AWS_ENDPOINT_URL: http://elt-localstack:4566 - AWS_SECRET_ACCESS_KEY: test - data: - - path: s3://cs-semester-bucket/RA.csv - sync_mode: full_refresh_append - table: RA -custom_api: - config: - configuration: {} - sync_mode: full_refresh_append - tables: - - course -flat_files: -- format: jsonl - path: https://drive.google.com/uc?export=download&id=1_Kc63R9VPVe2jOI4DaPRI6bVcWWTkaNU - sync_mode: full_refresh_append - table: student -mongodb: - config: - connection_string: mongodb://elt-mongodb:27017/?directConnection=true - database: cs_semester - sync_mode: full_refresh_append - tables: - - prof -postgres: - config: - database: cs_semester - host: elt-postgres - password: testelt - port: 5432 - schema: public - sync_mode: full_refresh_append - tables: - - registration - user: postgres -redshift: - config: - host: - port: - database: - username: - password: - schema: cs_semester - s3_bucket_name: - s3_bucket_region: - access_key_id: - secret_access_key: diff --git a/inputs_redshift/cs_semester/data_model.yaml b/inputs_redshift/cs_semester/data_model.yaml deleted file mode 100644 index 564f17aefff3c8d648e09d38375460c1cd008f68..0000000000000000000000000000000000000000 --- a/inputs_redshift/cs_semester/data_model.yaml +++ /dev/null @@ -1,58 +0,0 @@ -models: - - name: students - description: Each record represents a student. - columns: - - name: student_id - description: Unique identifier for the student. - - name: first_name - description: First name of the student. - - name: last_name - description: Last name of the student. - - name: got_B_in_MLT_and_gpa_over3 - description: Set to 1 if the student got a B in the course 'Machine Learning Theory' and has a gpa of over 3, otherwise, set to 0 - - name: has_the_highest_intelligence_UG - description: Set to 1 if the student is taking a bachelor's degree and has the highest intelligence among all students; otherwise, set to 0. - - name: is_under_supervision_of_most_popular_professor - description: Set to 1 if the student is under the supervision of the most popular professor, otherwise, set to 0 - - name: GPA_based_on_registration - description: The GPA of the student on a 4.0 scale based on the courses the student registered - - name: num_courses_taken - description: The number of courses the student has taken, replace NULL values with 0. - - name: professors - description: Each record represents a professor. - columns: - - name: prof_id - description: Unique identifier for the professor. - - name: first_name - description: First name of the professor. - - name: last_name - description: Last name of the professor. - - name: num_RA - description: The number of research assistants the professor has, replace NULL values with 0. - - name: percentage_of_RA_tpg - description: The percentage of the professor's research assistants that are taught postgraduate students - - name: num_students_with_the_highest_research_ability - description: The number of students with the highest research ability that the professor has supervised; replace NULL values with 0. Highest research ability refers to the maximum capability value in the entire dataset. - - name: has_more_than_average_teaching_ability_and_1_student - description: Set to 1 if the professor has more than the average teaching ability and has more than 1 student, otherwise, set to 0 - - name: num_of_students_high_salary - description: The number of students that have a high salary that the professor has supervised, replace NULL values with 0. - - name: courses - description: Each record represents a course. - columns: - - name: course_id - description: Unique identifier for the course. - - name: name - description: Name of the course. - - name: credit - description: The credit of the course. - - name: num_students_got_A - description: The number of students that got an A in the course, replace NULL values with 0. - - name: per_of_students_highest_satisfaction_score_for_the_course - description: The percentage of students that have the highest satisfaction score for the course. - - name: number_of_students_fail - description: The number of students that failed the course, replace NULL values with 0. - - name: percentage_of_UG - description: The percentage of undergraduate students that took the course. - - name: average_satisfying_degree - description: The average satisfying degree of the course. \ No newline at end of file diff --git a/inputs_redshift/cs_semester/schemas/RA.csv b/inputs_redshift/cs_semester/schemas/RA.csv deleted file mode 100644 index e9417709d228632595afee504b1a7520b7434ef8..0000000000000000000000000000000000000000 --- a/inputs_redshift/cs_semester/schemas/RA.csv +++ /dev/null @@ -1,6 +0,0 @@ -column_name,column_description -student_id,the id numbe representing each student -capability,"the capability of student on research -(Evaluated by the professor)" -prof_id,professor who advises this student -salary,the salary of this student. diff --git a/inputs_redshift/cs_semester/schemas/course.csv b/inputs_redshift/cs_semester/schemas/course.csv deleted file mode 100644 index 2315c82e579ef84f7cba8d2a0f8865beea3b0f22..0000000000000000000000000000000000000000 --- a/inputs_redshift/cs_semester/schemas/course.csv +++ /dev/null @@ -1,5 +0,0 @@ -column_name,column_description -course_id,unique id representing the course -name,name of the course -credit,credit of the course -diff,difficulty of the course diff --git a/inputs_redshift/cs_semester/schemas/prof.csv b/inputs_redshift/cs_semester/schemas/prof.csv deleted file mode 100644 index c9662ae9c663c2ba99670363dcf6e48e2749ffb0..0000000000000000000000000000000000000000 --- a/inputs_redshift/cs_semester/schemas/prof.csv +++ /dev/null @@ -1,9 +0,0 @@ -column_name,column_description -prof_id,unique id for professors -gender,gender of the professor -first_name,the first name of the professor -last_name,the last name of the professor -email,email of the professor -popularity,popularity of the professor -teachingability,the teaching ability of the professor -graduate_from,the school where the professor graduated from diff --git a/inputs_redshift/cs_semester/schemas/registration.csv b/inputs_redshift/cs_semester/schemas/registration.csv deleted file mode 100644 index dcb941a8be43446ebcb56abae07cb2d3c4055922..0000000000000000000000000000000000000000 --- a/inputs_redshift/cs_semester/schemas/registration.csv +++ /dev/null @@ -1,5 +0,0 @@ -column_name,column_description -course_id,the id of courses -student_id,the id of students -grade,the grades that the students acquire in this course -sat,student satisfaction with the course diff --git a/inputs_redshift/cs_semester/schemas/student.csv b/inputs_redshift/cs_semester/schemas/student.csv deleted file mode 100644 index ba18a8003dc4c68087e6f33a5cc413efdbdd08c5..0000000000000000000000000000000000000000 --- a/inputs_redshift/cs_semester/schemas/student.csv +++ /dev/null @@ -1,9 +0,0 @@ -column_name,column_description -student_id,the unique id to identify students -f_name,the first name of the student -l_name,the last name of the student -phone_number,phone number -email,email -intelligence,intelligence of the student -gpa,gpa -type,type of the student diff --git a/inputs_redshift/debit_card_specializing/config.yaml b/inputs_redshift/debit_card_specializing/config.yaml deleted file mode 100644 index 4b3b1559fe7caa93322bc8bc435fb78e451a2873..0000000000000000000000000000000000000000 --- a/inputs_redshift/debit_card_specializing/config.yaml +++ /dev/null @@ -1,50 +0,0 @@ -Airbyte: - config: - files_definition_id: 778daa7c-feaf-4db6-96f3-70fd645acc77 - mongodb_definition_id: b2e713cd-cc36-4c0a-b5bd-b47cb8a0561e - namespace_definition: destination - postgres_definition_id: decd338e-5647-4c0b-adf4-da0e75f5a750 - server_url: http://airbyte-abctl-control-plane:80/api/public/v1/ - redshift_definition_id: f7a7d195-377f-cf5b-70a5-be6b819019dc -custom_api: - config: - configuration: {} - sync_mode: full_refresh_append - tables: - - gasstations -flat_files: -- format: csv - path: https://drive.google.com/uc?export=download&id=18u4ZTA_uZ3eQy02nfNDROm1CSuAI12MY - sync_mode: full_refresh_append - table: products -mongodb: - config: - connection_string: mongodb://elt-mongodb:27017/?directConnection=true - database: debit_card_specializing - sync_mode: full_refresh_append - tables: - - customers -postgres: - config: - database: debit_card_specializing - host: elt-postgres - password: testelt - port: 5432 - schema: public - sync_mode: full_refresh_append - tables: - - transactions_1k - - yearmonth - user: postgres -redshift: - config: - host: - port: - database: - username: - password: - schema: debit_card_specializing - s3_bucket_name: - s3_bucket_region: - access_key_id: - secret_access_key: diff --git a/inputs_redshift/debit_card_specializing/data_model.yaml b/inputs_redshift/debit_card_specializing/data_model.yaml deleted file mode 100644 index 8bc6b828ba5cfecb7c34286659201235e14d39e2..0000000000000000000000000000000000000000 --- a/inputs_redshift/debit_card_specializing/data_model.yaml +++ /dev/null @@ -1,20 +0,0 @@ -models: - - name: debit_card__customers - description: Each record represents a customer. - columns: - - name: customerid - description: The unique identifier for the customer. - - name: segment - description: The segment the customer belongs to. - - name: currency - description: The currency the customer uses. - - name: consumption_in_2012 - description: The total amount the customer consumed in 2012, replace NULL values with 0. - - name: consumption_decrease_rate_from_2012_to_2013 - description: The rate of decrease in consumption from 2012 to 2013, expressed as a fraction. - - name: avg_price_per_single_item - description: The average price per single item the customer pays. - - name: amount_spent_at_gas_station - description: The total amount the customer spent at gas stations, replace NULL values with 0. - - name: paid_in_euro_and_avg_monthly_consumption_over_1000 - description: Set to 1 if the customer paid in euro and has a monthly consumption of over 1000, otherwise, set to 0 \ No newline at end of file diff --git a/inputs_redshift/debit_card_specializing/schemas/customers.csv b/inputs_redshift/debit_card_specializing/schemas/customers.csv deleted file mode 100644 index ea406d012d66ad0f42477c6e396bedd16255ad3a..0000000000000000000000000000000000000000 --- a/inputs_redshift/debit_card_specializing/schemas/customers.csv +++ /dev/null @@ -1,4 +0,0 @@ -column_name,column_description -CustomerID,identification of the customer -Segment,client segment -Currency,Currency diff --git a/inputs_redshift/debit_card_specializing/schemas/gasstations.csv b/inputs_redshift/debit_card_specializing/schemas/gasstations.csv deleted file mode 100644 index ca80788de0fdb53949823dec7120b20d2c857180..0000000000000000000000000000000000000000 --- a/inputs_redshift/debit_card_specializing/schemas/gasstations.csv +++ /dev/null @@ -1,5 +0,0 @@ -column_name,column_description -GasStationID,Gas Station ID -ChainID,Chain ID -Country, -Segment,chain segment diff --git a/inputs_redshift/debit_card_specializing/schemas/products.csv b/inputs_redshift/debit_card_specializing/schemas/products.csv deleted file mode 100644 index d892a666fb120b0bd3230bd4582a21d7105131e6..0000000000000000000000000000000000000000 --- a/inputs_redshift/debit_card_specializing/schemas/products.csv +++ /dev/null @@ -1,3 +0,0 @@ -column_name,column_description -ProductID,Product ID -Description,Description diff --git a/inputs_redshift/debit_card_specializing/schemas/transactions_1k.csv b/inputs_redshift/debit_card_specializing/schemas/transactions_1k.csv deleted file mode 100644 index e5165c1b3a646bae5ff844695da30a40b693ee1b..0000000000000000000000000000000000000000 --- a/inputs_redshift/debit_card_specializing/schemas/transactions_1k.csv +++ /dev/null @@ -1,10 +0,0 @@ -column_name,column_description -TransactionID,Transaction ID -Date,Date -Time,Time -CustomerID,Customer ID -CardID,Card ID -GasStationID,Gas Station ID -ProductID,Product ID -Amount,Amount -Price,Price diff --git a/inputs_redshift/debit_card_specializing/schemas/yearmonth.csv b/inputs_redshift/debit_card_specializing/schemas/yearmonth.csv deleted file mode 100644 index b6748f3084014425fbb919a6c510cc80d32b79e2..0000000000000000000000000000000000000000 --- a/inputs_redshift/debit_card_specializing/schemas/yearmonth.csv +++ /dev/null @@ -1,4 +0,0 @@ -column_name,column_description -CustomerID,Customer ID -Date,Date -Consumption,consumption diff --git a/inputs_redshift/disney/config.yaml b/inputs_redshift/disney/config.yaml deleted file mode 100644 index 30530a164934b72812442e4382041ccfd0a49cfc..0000000000000000000000000000000000000000 --- a/inputs_redshift/disney/config.yaml +++ /dev/null @@ -1,59 +0,0 @@ -Airbyte: - config: - files_definition_id: 778daa7c-feaf-4db6-96f3-70fd645acc77 - mongodb_definition_id: b2e713cd-cc36-4c0a-b5bd-b47cb8a0561e - namespace_definition: destination - postgres_definition_id: decd338e-5647-4c0b-adf4-da0e75f5a750 - s3_definition_id: 69589781-7828-43c5-9f63-8925b1c1ccc2 - server_url: http://airbyte-abctl-control-plane:80/api/public/v1/ - redshift_definition_id: f7a7d195-377f-cf5b-70a5-be6b819019dc -aws_s3: - AWS_ACCESS_KEY_ID: test - AWS_DEFAULT_REGION: us-west-2 - AWS_ENDPOINT_URL: http://elt-localstack:4566 - AWS_SECRET_ACCESS_KEY: test - data: - - path: s3://disney-bucket/voice_actors.csv - sync_mode: full_refresh_append - table: voice_actors -custom_api: - config: - configuration: {} - sync_mode: full_refresh_append - tables: - - movies_total_gross -flat_files: -- format: jsonl - path: https://drive.google.com/uc?export=download&id=1dphWxyPXrHDwImhf_Y0_o0DulTwP6Rr3 - sync_mode: full_refresh_append - table: director -mongodb: - config: - connection_string: mongodb://elt-mongodb:27017/?directConnection=true - database: disney - sync_mode: full_refresh_append - tables: - - characters -postgres: - config: - database: disney - host: elt-postgres - password: testelt - port: 5432 - schema: public - sync_mode: full_refresh_append - tables: - - revenue - user: postgres -redshift: - config: - host: - port: - database: - username: - password: - schema: disney - s3_bucket_name: - s3_bucket_region: - access_key_id: - secret_access_key: diff --git a/inputs_redshift/disney/data_model.yaml b/inputs_redshift/disney/data_model.yaml deleted file mode 100644 index a5bb50dd86ae19773d6075130d30c271591502e7..0000000000000000000000000000000000000000 --- a/inputs_redshift/disney/data_model.yaml +++ /dev/null @@ -1,16 +0,0 @@ -models: - - name: directors - description: Each record represents a director. - columns: - - name: director_name - description: Name of the director. - - name: num_comedy_movies - description: The number of comedy movies the director has directed, replace NULL values with 0. - - name: num_adventure_movies - description: The number of adventure movies the director has directed, replace NULL values with 0. - - name: total_movie_revenue - description: The total revenue of the movies the director has directed, replace NULL values with 0. - - name: movie_with_most_voice_actors - description: The movie with the most voice actors the director has directed, with ties broken by the ascending order of the movie name - - name: movie_with_highest_total_gross - description: The movie with the highest total gross the director has directed, with ties broken by the descending order of the movie name diff --git a/inputs_redshift/disney/schemas/characters.csv b/inputs_redshift/disney/schemas/characters.csv deleted file mode 100644 index 841111246a71055dc5d13f32c819aa8259fcd6a0..0000000000000000000000000000000000000000 --- a/inputs_redshift/disney/schemas/characters.csv +++ /dev/null @@ -1,6 +0,0 @@ -column_name,column_description -movie_title,unique title of the movie -release_date,The release date of the movie. -hero,The main character of the movie. -villian,The villain of the movie. -song,A song associated with the movie. diff --git a/inputs_redshift/disney/schemas/director.csv b/inputs_redshift/disney/schemas/director.csv deleted file mode 100644 index b75c97c2fa13e8487c125c0bd9b98694170f41a5..0000000000000000000000000000000000000000 --- a/inputs_redshift/disney/schemas/director.csv +++ /dev/null @@ -1,3 +0,0 @@ -column_name,column_description -name,unique movie name -director,the name of the director diff --git a/inputs_redshift/disney/schemas/movies_total_gross.csv b/inputs_redshift/disney/schemas/movies_total_gross.csv deleted file mode 100644 index 72b89391bc555165f961d89c5389bfe361cf2c68..0000000000000000000000000000000000000000 --- a/inputs_redshift/disney/schemas/movies_total_gross.csv +++ /dev/null @@ -1,7 +0,0 @@ -column_name,column_description -movie_title,movie title -release_date,release date -genre,genre of the movie -mpaa_rating,Motion Picture Association of America of the disney movie -total_gross,The total gross of the movie. -inflation_adjusted_gross,The inflation-adjusted gross of the movie. diff --git a/inputs_redshift/disney/schemas/revenue.csv b/inputs_redshift/disney/schemas/revenue.csv deleted file mode 100644 index 7d4e0440fb5e2eda014dc37ee043174b1f80c082..0000000000000000000000000000000000000000 --- a/inputs_redshift/disney/schemas/revenue.csv +++ /dev/null @@ -1,8 +0,0 @@ -column_name,column_description -year,The year the movie was released. -studio_entertainment_ni_1,The studio entertainment segment of the Walt Disney Company. -disney_consumer_products_ni_2,The consumer products segment of the Walt Disney Company. -disney_interactive_ni_3__rev_1,The interactive segment of the Walt Disney Company. -walt_disney_parks_and_resorts,The parks and resorts segment of the Walt Disney Company. -disney_media_networks,The media networks segment of the Walt Disney Company. -total,The total box office gross for the movie. diff --git a/inputs_redshift/disney/schemas/voice_actors.csv b/inputs_redshift/disney/schemas/voice_actors.csv deleted file mode 100644 index ce675b664d97a9100ad9c49fd924d5be4a87dead..0000000000000000000000000000000000000000 --- a/inputs_redshift/disney/schemas/voice_actors.csv +++ /dev/null @@ -1,4 +0,0 @@ -column_name,column_description -character,The unique name of the character. -voice_actor,The name of the voice actor. -movie,The name of the movie. diff --git a/inputs_redshift/donor/config.yaml b/inputs_redshift/donor/config.yaml deleted file mode 100644 index 8078d59c5bef9dead5d50782b1109ae7e38a7372..0000000000000000000000000000000000000000 --- a/inputs_redshift/donor/config.yaml +++ /dev/null @@ -1,48 +0,0 @@ -Airbyte: - config: - mongodb_definition_id: b2e713cd-cc36-4c0a-b5bd-b47cb8a0561e - namespace_definition: destination - postgres_definition_id: decd338e-5647-4c0b-adf4-da0e75f5a750 - s3_definition_id: 69589781-7828-43c5-9f63-8925b1c1ccc2 - server_url: http://airbyte-abctl-control-plane:80/api/public/v1/ - redshift_definition_id: f7a7d195-377f-cf5b-70a5-be6b819019dc -aws_s3: - AWS_ACCESS_KEY_ID: test - AWS_DEFAULT_REGION: us-west-2 - AWS_ENDPOINT_URL: http://elt-localstack:4566 - AWS_SECRET_ACCESS_KEY: test - data: - - path: s3://donor-bucket/essays.jsonl - sync_mode: full_refresh_append - table: essays -mongodb: - config: - connection_string: mongodb://elt-mongodb:27017/?directConnection=true - database: donor - sync_mode: full_refresh_append - tables: - - donations - - projects -postgres: - config: - database: donor - host: elt-postgres - password: testelt - port: 5432 - schema: public - sync_mode: full_refresh_append - tables: - - resources - user: postgres -redshift: - config: - host: - port: - database: - username: - password: - schema: donor - s3_bucket_name: - s3_bucket_region: - access_key_id: - secret_access_key: diff --git a/inputs_redshift/donor/data_model.yaml b/inputs_redshift/donor/data_model.yaml deleted file mode 100644 index fc173edc8c90f8f8788c5c793821064608ca55ec..0000000000000000000000000000000000000000 --- a/inputs_redshift/donor/data_model.yaml +++ /dev/null @@ -1,20 +0,0 @@ -models: - - name: donor__projects - description: Each record represents a donor project. - columns: - - name: project_id - description: Unique identifier for the project. - - name: school_city - description: The city where the school is located. - - name: school_id - description: Unique identifier for the school where the teacher who created a project works. - - name: percentage_lacking_amount_total - description: The percentage of the total amount that is lacking for the project, including the optional price of the project. Leave NULL if the project cost including optional tip is 0. - - name: total_price_of_resources - description: The total price of the resources needed for the project, replace NULL values with 0. - - name: has_resources_provided_by_LLM - description: Set to 1 if the project has resources provided by 'Lakeshore Learning Materials', otherwise, set to 0 - - name: item_cost_most - description: The item with the most cost in the project, with ties broken by the ascending order of the item name - - name: avg_amount_donation - description: The average amount of donation for the project, excluding optional support (tip). diff --git a/inputs_redshift/donor/schemas/donations.csv b/inputs_redshift/donor/schemas/donations.csv deleted file mode 100644 index e2f0ae246d2e210c0a33b279663d1cebc03d0cc8..0000000000000000000000000000000000000000 --- a/inputs_redshift/donor/schemas/donations.csv +++ /dev/null @@ -1,22 +0,0 @@ -column_name,column_description -donationid,unique donation identifier -projectid,project identifier that received the donation -donor_acctid,donor that made a donation -donor_city,donation city -donor_state,donation state -donor_zip,donation zip code -is_teacher_acct,whether donor is also a teacher -donation_timestamp,the time of donation -donation_to_project,"amount to project, excluding optional support (tip)" -donation_optional_support,amount of optional support -donation_total,donated amount -dollar_amount,donated amount in US dollars -donation_included_optional_support,whether optional support (tip) was included for DonorsChoose.org -donation_message,donation comment/message. -for_honoree, -payment_included_acct_credit, -payment_included_campaign_gift_card, -payment_included_web_purchased_gift_card, -payment_method, -payment_was_promo_matched, -via_giving_page, diff --git a/inputs_redshift/donor/schemas/essays.csv b/inputs_redshift/donor/schemas/essays.csv deleted file mode 100644 index 8eda5036f6ad50e4b9023e689f728f2f01960361..0000000000000000000000000000000000000000 --- a/inputs_redshift/donor/schemas/essays.csv +++ /dev/null @@ -1,7 +0,0 @@ -column_name,column_description -projectid,unique project identifier -teacher_acctid,teacher id that created a project -title,title of the project -short_description,short description of a project -need_statement,need statement of a project -essay,complete project essay diff --git a/inputs_redshift/donor/schemas/projects.csv b/inputs_redshift/donor/schemas/projects.csv deleted file mode 100644 index d3d2c0924cfcb8ab4f2800c6a89f0826e06b13fb..0000000000000000000000000000000000000000 --- a/inputs_redshift/donor/schemas/projects.csv +++ /dev/null @@ -1,36 +0,0 @@ -column_name,column_description -projectid,project's unique identifier -teacher_acctid,teacher's unique identifier (teacher that created a project) -schoolid,school's identifier (school where teacher works) -school_ncesid,Public National Center for Ed Statistics id -school_latitude,latitude of school -school_longitude,longitude of school -school_city,city where the school is located -school_state,state where the school is located -school_zip,zipcode of school -school_metro,metro where the school is located -school_district,district where the school is located -school_county,country where the school is located -school_charter,whether it is a public charter school or not (no private schools in the dataset) -school_magnet,whether a public magnet school or not -school_year_round,whether it is a public year round school or not -school_nlns,whether it is a public Nonleafy Normal Stature school or not -school_kipp,whether it is a public Knowledge Power Program school or not -school_charter_ready_promise,whether it is a public ready promise school or not -teacher_prefix,teacher's gender -teacher_teach_for_america,Teach for America or not -teacher_ny_teaching_fellow,New York teaching fellow or not -primary_focus_subject,main subject for which project materials are intended -primary_focus_area,main subject area for which project materials are intended -secondary_focus_subject,secondary subject -secondary_focus_area,secondary subject area -resource_type,main type of resources requested by a project -poverty_level,school's poverty level -grade_level,grade level for which project materials are intended -fulfillment_labor_materials, cost of fulfillment -total_price_excluding_optional_support,project cost excluding optional tip that donors give to DonorsChoose.org while funding a project -total_price_including_optional_support,project cost including optional tip that donors give to DonorsChoose.org while funding a project -students_reached,number of students impacted by a project (if funded) -eligible_double_your_impact_match," project was eligible for a 50% off offer by a corporate partner (logo appears on a project, like Starbucks or Disney)" -eligible_almost_home_match,project was eligible for a $100 boost offer by a corporate partner -date_posted,data a project went live on the site diff --git a/inputs_redshift/donor/schemas/resources.csv b/inputs_redshift/donor/schemas/resources.csv deleted file mode 100644 index f9fa61a16a08d75ccd51a59355c9375a89bfbfdc..0000000000000000000000000000000000000000 --- a/inputs_redshift/donor/schemas/resources.csv +++ /dev/null @@ -1,10 +0,0 @@ -column_name,column_description -resourceid,unique resource id -projectid,project id that requested resources for a classroom -vendorid,vendor id that supplies resources to a project -vendor_name,vendor name -project_resource_type,type of resource -item_name,resource name -item_number,resource item identifier -item_unit_price,unit price of the resource -item_quantity,number of a specific item requested by a teacher diff --git a/inputs_redshift/european_football_1/config.yaml b/inputs_redshift/european_football_1/config.yaml deleted file mode 100644 index 5e05d3f91d7fbd201fe364e27805f41c20a42d62..0000000000000000000000000000000000000000 --- a/inputs_redshift/european_football_1/config.yaml +++ /dev/null @@ -1,29 +0,0 @@ -Airbyte: - config: - files_definition_id: 778daa7c-feaf-4db6-96f3-70fd645acc77 - namespace_definition: destination - server_url: http://airbyte-abctl-control-plane:80/api/public/v1/ - redshift_definition_id: f7a7d195-377f-cf5b-70a5-be6b819019dc -custom_api: - config: - configuration: {} - sync_mode: full_refresh_append - tables: - - matchs -flat_files: -- format: csv - path: https://drive.google.com/uc?export=download&id=1KFZsbn9RfhpNEQSvoBV7wUie5x5MP4XP - sync_mode: full_refresh_append - table: divisions -redshift: - config: - host: - port: - database: - username: - password: - schema: european_football_1 - s3_bucket_name: - s3_bucket_region: - access_key_id: - secret_access_key: diff --git a/inputs_redshift/european_football_1/schemas/divisions.csv b/inputs_redshift/european_football_1/schemas/divisions.csv deleted file mode 100644 index 14b983e57fb3e6926ee72f552a42122b2a344602..0000000000000000000000000000000000000000 --- a/inputs_redshift/european_football_1/schemas/divisions.csv +++ /dev/null @@ -1,4 +0,0 @@ -column_name,column_description -division,division id -name,name of the division -country,country of the division diff --git a/inputs_redshift/european_football_1/schemas/matchs.csv b/inputs_redshift/european_football_1/schemas/matchs.csv deleted file mode 100644 index d7d1b009f5b7add23a023040c35569b4e0d8f7e5..0000000000000000000000000000000000000000 --- a/inputs_redshift/european_football_1/schemas/matchs.csv +++ /dev/null @@ -1,9 +0,0 @@ -column_name,column_description -div,Division Id -date,Match Date -hometeam,Name of Home Team -awayteam,Name of Away Team -fthg,Final-time Home-team Goals -ftag,Final-time Away-team Goals -ftr,Final-time Results -season,season of the match diff --git a/inputs_redshift/european_football_2/config.yaml b/inputs_redshift/european_football_2/config.yaml deleted file mode 100644 index 92d991cc01d8905fcaf782d981ba34b106d0ff2f..0000000000000000000000000000000000000000 --- a/inputs_redshift/european_football_2/config.yaml +++ /dev/null @@ -1,61 +0,0 @@ -Airbyte: - config: - files_definition_id: 778daa7c-feaf-4db6-96f3-70fd645acc77 - mongodb_definition_id: b2e713cd-cc36-4c0a-b5bd-b47cb8a0561e - namespace_definition: destination - postgres_definition_id: decd338e-5647-4c0b-adf4-da0e75f5a750 - s3_definition_id: 69589781-7828-43c5-9f63-8925b1c1ccc2 - server_url: http://airbyte-abctl-control-plane:80/api/public/v1/ - redshift_definition_id: f7a7d195-377f-cf5b-70a5-be6b819019dc -aws_s3: - AWS_ACCESS_KEY_ID: test - AWS_DEFAULT_REGION: us-west-2 - AWS_ENDPOINT_URL: http://elt-localstack:4566 - AWS_SECRET_ACCESS_KEY: test - data: - - path: s3://european-football-2-bucket/League.jsonl - sync_mode: full_refresh_append - table: League -custom_api: - config: - configuration: {} - sync_mode: full_refresh_append - tables: - - Team_Attributes - - Player_Attributes -flat_files: -- format: csv - path: https://drive.google.com/uc?export=download&id=1AI3nOnSndngxBvXR_41U2pl372XZDqAC - sync_mode: full_refresh_append - table: Country -mongodb: - config: - connection_string: mongodb://elt-mongodb:27017/?directConnection=true - database: european_football_2 - sync_mode: full_refresh_append - tables: - - Player - - Team -postgres: - config: - database: european_football_2 - host: elt-postgres - password: testelt - port: 5432 - schema: public - sync_mode: full_refresh_append - tables: - - matches - user: postgres -redshift: - config: - host: - port: - database: - username: - password: - schema: european_football_2 - s3_bucket_name: - s3_bucket_region: - access_key_id: - secret_access_key: diff --git a/inputs_redshift/european_football_2/data_model.yaml b/inputs_redshift/european_football_2/data_model.yaml deleted file mode 100644 index 6928ed61f81f5dd2ddf608be9e1ff05f19022c90..0000000000000000000000000000000000000000 --- a/inputs_redshift/european_football_2/data_model.yaml +++ /dev/null @@ -1,58 +0,0 @@ -models: - - name: teams - description: Each record represents a team. - columns: - - name: team_api_id - description: The unique identifier for the team. - - name: team_long_name - description: The long name of the team. - - name: team_short_name - description: The short name of the team. - - name: num_lost_matches_as_home_team_2016 - description: The number of matches the team lost as the home team in the 2015/2016 season, replace NULL values with 0. - - name: less_than_avg_chance_creation_passing_2014 - description: Set to 1 if the team had less than the average chance creation passing in 2014, otherwise, set to 0. - - name: avg_num_goals_as_away_team - description: The average number of goals the team scored as the away team. - - name: num_won_2010 - description: The number of matches the team won in the 2009/2010 season, replace NULL values with 0. - - name: num_goals - description: The total number of goals the team scored, replace NULL values with 0. - - name: players - description: Each record represents a player. - columns: - - name: player_api_id - description: The unique identifier for the player. - - name: player_name - description: The name of the player. - - name: birthday - description: The birthday of the player. - - name: height_above_180 - description: Set to 1 if the player's height is above 180 cm, otherwise, set to 0. - - name: avg_penalties_rate - description: The average rate of penalties the player scores. - - name: average_overall_rating_from_2010_to_2015 - description: The average overall rating the player received from 2010 to 2015. - - name: is_under_180_and_overall_rating_more_than_70 - description: Set to 1 if the player's height is under 180 cm and the overall rating is more than 70 in at least one season; otherwise, set to 0. - - name: avg_finishing_rate - description: The average rate of finishing the player has. - - name: leagues - description: Each record represents a league. - columns: - - name: league_id - description: The unique identifier for the league. - - name: country_name - description: The name of the country the league is in. - - name: league_name - description: The name of the league. - - name: num_goals_2016 - description: The total number of goals scored of the league in the 2015/2016 season, replace NULL values with 0. - - name: away_team_won_most_2010 - description: The team with the most wins as an away team during the 2009/2010 season, with ties broken by the ascending order of the team's long name - - name: num_draw_matches_2016 - description: The number of matches that ended in a draw in the 2015/2016 season, replace NULL values with 0. - - name: avg_goal_by_home_team_higher_than_away_team - description: Set to 1 if the average goal scored by the home team is higher than the away team, otherwise, set to 0. - - name: num_matches_2008_2009_season - description: The number of matches played of the league in the 2008/2009 season, replace NULL values with 0. \ No newline at end of file diff --git a/inputs_redshift/european_football_2/schemas/Country.csv b/inputs_redshift/european_football_2/schemas/Country.csv deleted file mode 100644 index c49e68819e221b0b8ce5d564c7172db07f1f18d0..0000000000000000000000000000000000000000 --- a/inputs_redshift/european_football_2/schemas/Country.csv +++ /dev/null @@ -1,3 +0,0 @@ -column_name,column_description -id,the unique id for countries -name,country name diff --git a/inputs_redshift/european_football_2/schemas/League.csv b/inputs_redshift/european_football_2/schemas/League.csv deleted file mode 100644 index 36c851cb7f65a93e95427cb24928fc0df265fd12..0000000000000000000000000000000000000000 --- a/inputs_redshift/european_football_2/schemas/League.csv +++ /dev/null @@ -1,4 +0,0 @@ -column_name,column_description -id,the unique id for leagues -country_id,the unique id for countries -name,league name diff --git a/inputs_redshift/european_football_2/schemas/Player.csv b/inputs_redshift/european_football_2/schemas/Player.csv deleted file mode 100644 index 693ae537c36bd14c1aeacc2985f7b8ea5e2419ff..0000000000000000000000000000000000000000 --- a/inputs_redshift/european_football_2/schemas/Player.csv +++ /dev/null @@ -1,8 +0,0 @@ -column_name,column_description -id,the unique id for players -player_api_id,the id of the player api -player_name,player name -player_fifa_api_id,the id of the player fifa api -birthday,the player's birthday -height,the player's height -weight,the player's weight diff --git a/inputs_redshift/european_football_2/schemas/Player_Attributes.csv b/inputs_redshift/european_football_2/schemas/Player_Attributes.csv deleted file mode 100644 index 44099dad86d22578a55f7700cbfbb6e097b1a730..0000000000000000000000000000000000000000 --- a/inputs_redshift/european_football_2/schemas/Player_Attributes.csv +++ /dev/null @@ -1,43 +0,0 @@ -column_name,column_description -id,the unique id for players -player_fifa_api_id,the id of the player fifa api -player_api_id,the id of the player api -date,date -overall_rating,the overall rating of the player -potential,potential of the player -preferred_foot,the player's preferred foot when attacking -attacking_work_rate,the player's attacking work rate -defensive_work_rate,the player's defensive work rate -crossing,the player's crossing score -finishing,the player's finishing rate -heading_accuracy,the player's heading accuracy -short_passing,the player's short passing score -volleys,the player's volley score -dribbling,the player's dribbling score -curve,the player's curve score -free_kick_accuracy,the player's free kick accuracy -long_passing,the player's long passing score -ball_control,the player's ball control score -acceleration,the player's acceleration score -sprint_speed,the player's sprint speed -agility,the player's agility -reactions,the player's reactions score -balance,the player's balance score -shot_power,the player's shot power -jumping,the player's jumping score -stamina,the player's stamina score -strength,the player's strength score -long_shots,the player's long shots score -aggression,the player's aggression score -interceptions,the player's interceptions score -positioning,the player's positioning score -vision,the player's vision score -penalties,the player's penalties score -marking,the player's markingscore -standing_tackle,the player's standing tackle score -sliding_tackle,the player's sliding tackle score -gk_diving,the player's goalkeep diving score -gk_handling,the player's goalkeep diving score -gk_kicking,the player's goalkeep kicking score -gk_positioning,the player's goalkeep positioning score -gk_reflexes,the player's goalkeep reflexes score diff --git a/inputs_redshift/european_football_2/schemas/Team.csv b/inputs_redshift/european_football_2/schemas/Team.csv deleted file mode 100644 index eb4fd17b44405473ce26501af2206d195c415dfe..0000000000000000000000000000000000000000 --- a/inputs_redshift/european_football_2/schemas/Team.csv +++ /dev/null @@ -1,6 +0,0 @@ -column_name,column_description -id,the unique id for teams -team_api_id,the id of the team api -team_fifa_api_id,the id of the team fifa api -team_long_name,the team's long name -team_short_name,the team's short name diff --git a/inputs_redshift/european_football_2/schemas/Team_Attributes.csv b/inputs_redshift/european_football_2/schemas/Team_Attributes.csv deleted file mode 100644 index 5d41be51e671ba1162b0fff232a7395a5e89da8c..0000000000000000000000000000000000000000 --- a/inputs_redshift/european_football_2/schemas/Team_Attributes.csv +++ /dev/null @@ -1,26 +0,0 @@ -column_name,column_description -id,the unique id for teams -team_fifa_api_id,the id of the team fifa api -team_api_id,the id of the team api -date,Date -buildUpPlaySpeed,the speed in which attacks are put together -buildUpPlaySpeedClass,the speed class -buildUpPlayDribbling,the tendency/ frequency of dribbling -buildUpPlayDribblingClass,the dribbling class -buildUpPlayPassing,affects passing distance and support from teammates -buildUpPlayPassingClass,the passing class -buildUpPlayPositioningClass,A team's freedom of movement in the 1st two thirds of the pitch -chanceCreationPassing,Amount of risk in pass decision and run support -chanceCreationPassingClass,the chance creation passing class -chanceCreationCrossing,The tendency / frequency of crosses into the box -chanceCreationCrossingClass,the chance creation crossing class -chanceCreationShooting,The tendency / frequency of shots taken -chanceCreationShootingClass,the chance creation shooting class -chanceCreationPositioningClass,A team�s freedom of movement in the final third of the pitch -defencePressure,Affects how high up the pitch the team will start pressuring -defencePressureClass,the defence pressure class -defenceAggression,Affect the team�s approach to tackling the ball possessor -defenceAggressionClass,the defence aggression class -defenceTeamWidth,Affects how much the team will shift to the ball side -defenceTeamWidthClass,the defence team width class -defenceDefenderLineClass,Affects the shape and strategy of the defence diff --git a/inputs_redshift/european_football_2/schemas/matches.csv b/inputs_redshift/european_football_2/schemas/matches.csv deleted file mode 100644 index f5f19918394118b89676fd112629b9577d0894b9..0000000000000000000000000000000000000000 --- a/inputs_redshift/european_football_2/schemas/matches.csv +++ /dev/null @@ -1,116 +0,0 @@ -column_name,column_description -id,the unique id for matches -country_id,country id -league_id,league id -season,the season of the match -stage,the stage of the match -date,the date of the match -match_api_id,the id of the match api -home_team_api_id,the id of the home team api -away_team_api_id,the id of the away team api -home_team_goal,the goal of the home team -away_team_goal,the goal of the away team -home_player_X1, -home_player_X2, -home_player_X3, -home_player_X4, -home_player_X5, -home_player_X6, -home_player_X7, -home_player_X8, -home_player_X9, -home_player_X10, -home_player_X11, -away_player_X1, -away_player_X2, -away_player_X3, -away_player_X4, -away_player_X5, -away_player_X6, -away_player_X7, -away_player_X8, -away_player_X9, -away_player_X10, -away_player_X11, -home_player_Y1, -home_player_Y2, -home_player_Y3, -home_player_Y4, -home_player_Y5, -home_player_Y6, -home_player_Y7, -home_player_Y8, -home_player_Y9, -home_player_Y10, -home_player_Y11, -away_player_Y1, -away_player_Y2, -away_player_Y3, -away_player_Y4, -away_player_Y5, -away_player_Y6, -away_player_Y7, -away_player_Y8, -away_player_Y9, -away_player_Y10, -away_player_Y11, -home_player_1, -home_player_2, -home_player_3, -home_player_4, -home_player_5, -home_player_6, -home_player_7, -home_player_8, -home_player_9, -home_player_10, -home_player_11, -away_player_1, -away_player_2, -away_player_3, -away_player_4, -away_player_5, -away_player_6, -away_player_7, -away_player_8, -away_player_9, -away_player_10, -away_player_11, -goal,the goal of the match -shoton,the shot on goal of the match -shotoff,"the shot off goal of the match, which is the opposite of shot on" -foulcommit,the fouls occurred in the match -card,the cards given in the match -crosses,Balls sent into the opposition team's area from a wide position in the match -corner,Ball goes out of play for a corner kick in the match -possession,The duration from a player taking over the ball in the match -B365H, -B365D, -B365A, -BWH, -BWD, -BWA, -IWH, -IWD, -IWA, -LBH, -LBD, -LBA, -PSH, -PSD, -PSA, -WHH, -WHD, -WHA, -SJH, -SJD, -SJA, -VCH, -VCD, -VCA, -GBH, -GBD, -GBA, -BSH, -BSD, -BSA, diff --git a/inputs_redshift/facebook_ads/config.yaml b/inputs_redshift/facebook_ads/config.yaml deleted file mode 100644 index 1657e76bf8287c76a3493338f2191f5147cb4ff5..0000000000000000000000000000000000000000 --- a/inputs_redshift/facebook_ads/config.yaml +++ /dev/null @@ -1,62 +0,0 @@ -Airbyte: - config: - files_definition_id: 778daa7c-feaf-4db6-96f3-70fd645acc77 - mongodb_definition_id: b2e713cd-cc36-4c0a-b5bd-b47cb8a0561e - namespace_definition: destination - postgres_definition_id: decd338e-5647-4c0b-adf4-da0e75f5a750 - s3_definition_id: 69589781-7828-43c5-9f63-8925b1c1ccc2 - server_url: http://airbyte-abctl-control-plane:80/api/public/v1/ - redshift_definition_id: f7a7d195-377f-cf5b-70a5-be6b819019dc -aws_s3: - AWS_ACCESS_KEY_ID: test - AWS_DEFAULT_REGION: us-west-2 - AWS_ENDPOINT_URL: http://elt-localstack:4566 - AWS_SECRET_ACCESS_KEY: test - data: - - path: s3://facebook-ads-bucket/basic_ad_actions.parquet - sync_mode: full_refresh_append - table: basic_ad_actions -custom_api: - config: - configuration: {} - sync_mode: full_refresh_append - tables: - - account_history - - campaign_history -flat_files: -- format: jsonl - path: https://drive.google.com/uc?export=download&id=1QA-hAM1JvYa2iZxZEU2cK87gng08R99t - sync_mode: full_refresh_append - table: creative_history -mongodb: - config: - connection_string: mongodb://elt-mongodb:27017/?directConnection=true - database: facebook_ads - sync_mode: full_refresh_append - tables: - - ad_set_history - - basic_ad -postgres: - config: - database: facebook_ads - host: elt-postgres - password: testelt - port: 5432 - schema: public - sync_mode: full_refresh_append - tables: - - ad_history - - basic_ad_action_values - user: postgres -redshift: - config: - host: - port: - database: - username: - password: - schema: facebook_ads - s3_bucket_name: - s3_bucket_region: - access_key_id: - secret_access_key: diff --git a/inputs_redshift/facebook_ads/data_model.yaml b/inputs_redshift/facebook_ads/data_model.yaml deleted file mode 100644 index b82f4463fc1143b633abd603a3c04ddb2f54f6fa..0000000000000000000000000000000000000000 --- a/inputs_redshift/facebook_ads/data_model.yaml +++ /dev/null @@ -1,110 +0,0 @@ -models: - - name: facebook_ads__ad_report - description: Each record represents the daily performance of a Facebook ad. Use the most recent version of the account, ad, campaign, and ad set to ensure the most up-to-date data if there are multiple versions for the same account, ad, campaign, or ad set. - columns: - - name: date_day - description: The date of the performance. - format: YYYY-MM-DD - - name: account_id - description: The ID of the related account. - - name: account_name - description: The name of the related account. - - name: campaign_id - description: The ID of the related campaign. - - name: campaign_name - description: The name of the related campaign. - - name: ad_set_id - description: The ID of the related ad set. - - name: ad_set_name - description: The name of the related ad set. - - name: ad_id - description: The ID of the ad. - - name: ad_name - description: The name of the ad. - - name: clicks - description: The number of clicks the ad had on the given day. - - name: impressions - description: The number of impressions the ad had on the given day. - - name: spend - description: The spend on the ad in the given day. - - name: conversions - description: Total number of conversions using the default attribution window on the given day. Set to 0 if the value is NULL. - - name: conversions_value - description: Total monetary of conversions using the default attribution window on the given day. Set to 0 if the value is NULL. - - - name: facebook_ads__ad_set_report - description: Each record represents the daily performance of a Facebook ad set. Use the most recent version of the account, ad, campaign, and ad set to ensure the most up-to-date data if there are multiple versions for the same account, ad, campaign, or ad set. - columns: - - name: date_day - description: The date of the performance. - format: YYYY-MM-DD - - name: account_id - description: The ID of the related account. - - name: account_name - description: The name of the related account. - - name: campaign_id - description: The ID of the related campaign. - - name: campaign_name - description: The name of the related campaign. - - name: ad_set_id - description: The ID of the ad set. - - name: ad_set_name - description: The name of the ad set. - - name: clicks - description: The number of clicks across all ads in the ad set had on the given day. - - name: impressions - description: The number of impressions across all ads in the ad set had on the given day. - - name: spend - description: The spend on all ads in the ad set in the given day. - - name: conversions - description: Total number of conversions using the default attribution window on the given day. Set to 0 if the value is NULL. - - name: conversions_value - description: Total monetary of conversions using the default attribution window on the given day. Set to 0 if the value is NULL. - - - - name: facebook_ads__campaign_report - description: Each record represents the daily performance of a Facebook campaign. Use the most recent version of the account, ad, and campaign to ensure the most up-to-date data if there are multiple versions for the same account, ad, or campaign. - columns: - - name: date_day - description: The date of the performance. - format: YYYY-MM-DD - - name: account_id - description: The ID of the related account. - - name: account_name - description: The name of the related account. - - name: campaign_id - description: The ID of the campaign. - - name: campaign_name - description: The name of the campaign. - - name: clicks - description: The number of clicks across all ads in the campaign had on the given day. - - name: impressions - description: The number of impressions across all ads in the campaign had on the given day. - - name: spend - description: The spend across all ads in the campaign in the given day. - - name: conversions - description: Total number of conversions using the default attribution window on the given day. Set to 0 if the value is NULL. - - name: conversions_value - description: Total monetary of conversions using the default attribution window on the given day. Set to 0 if the value is NULL. - - - name: facebook_ads__account_report - description: Each record represents the daily performance of a Facebook account. Use the latest version of the account to ensure the most up-to-date data if there are multiple versions for the same account. - columns: - - name: date_day - description: The date of the performance. - format: YYYY-MM-DD - - name: account_id - description: The ID of the account. - - name: account_name - description: The name of the account. - - name: clicks - description: The number of clicks across all ads in the account had on the given day. - - name: impressions - description: The number of impressions across all ads in the account had on the given day. - - name: spend - description: The spend on across all ads in the account in the given day. - - name: conversions - description: Total number of conversions using the default attribution window on the given day. Set to 0 if the value is NULL. - - name: conversions_value - description: Total monetary of conversions using the default attribution window on the given day. Set to 0 if the value is NULL. - \ No newline at end of file diff --git a/inputs_redshift/facebook_ads/schemas/account_history.csv b/inputs_redshift/facebook_ads/schemas/account_history.csv deleted file mode 100644 index d073e5f706d919d5e23f5732a0b993cda8be07c2..0000000000000000000000000000000000000000 --- a/inputs_redshift/facebook_ads/schemas/account_history.csv +++ /dev/null @@ -1,4 +0,0 @@ -column_name,column_description -id,The ID of the ad account. -name,Name of the account. -_fivetran_synced,When the record was last synced by Fivetran. diff --git a/inputs_redshift/facebook_ads/schemas/ad_history.csv b/inputs_redshift/facebook_ads/schemas/ad_history.csv deleted file mode 100644 index 07f1f8630f0dde046553bced47c1d185758999e5..0000000000000000000000000000000000000000 --- a/inputs_redshift/facebook_ads/schemas/ad_history.csv +++ /dev/null @@ -1,9 +0,0 @@ -column_name,column_description -id,The ID of this ad. -account_id,The ID of the ad account that this ad belongs to. -ad_set_id,ID of the ad set that contains the ad. -campaign_id,Ad campaign that contains this ad. -creative_id,The ID of the ad creative to be used by this ad. -name,Name of the ad. -_fivetran_synced,When the record was last synced by Fivetran. -updated_time,The timestamp of the last update of a record. diff --git a/inputs_redshift/facebook_ads/schemas/ad_set_history.csv b/inputs_redshift/facebook_ads/schemas/ad_set_history.csv deleted file mode 100644 index f711eae9d879c23a221e34df0338136a89dadca4..0000000000000000000000000000000000000000 --- a/inputs_redshift/facebook_ads/schemas/ad_set_history.csv +++ /dev/null @@ -1,7 +0,0 @@ -column_name,column_description -id,The ID of the ad set. -account_id,The ID of the ad account that this ad set belongs to. -campaign_id,Ad campaign that contains this ad set. -name,The name of the ad set. -_fivetran_synced,When the record was last synced by Fivetran. -updated_time,The timestamp of the last update of a record. diff --git a/inputs_redshift/facebook_ads/schemas/basic_ad.csv b/inputs_redshift/facebook_ads/schemas/basic_ad.csv deleted file mode 100644 index 5078ceace42206b238c25ae0b43385783b634d02..0000000000000000000000000000000000000000 --- a/inputs_redshift/facebook_ads/schemas/basic_ad.csv +++ /dev/null @@ -1,8 +0,0 @@ -column_name,column_description -ad_id,The ID of the ad the report relates to. -date,The date of the reported performance. -account_id,The ID of the ad account that this ad belongs to. -impressions,The number of impressions the ad had on the given day. -inline_link_clicks,The number of clicks the ad had on the given day. -spend,The spend on the ad in the given day. -reach,The number of people who saw any content from your Page or about your Page. This metric is estimated. diff --git a/inputs_redshift/facebook_ads/schemas/basic_ad_action_values.csv b/inputs_redshift/facebook_ads/schemas/basic_ad_action_values.csv deleted file mode 100644 index 0b81228300aa8c497b3c6f9d4671666b9f4a575b..0000000000000000000000000000000000000000 --- a/inputs_redshift/facebook_ads/schemas/basic_ad_action_values.csv +++ /dev/null @@ -1,10 +0,0 @@ -column_name,column_description -_7_d_click,"Conversion metric value using an attribution window of ""7 days after clicking the ad"". Not included in downstream models by default, but can be added using the `facebook_ads__basic_ad_actions_passthrough_metrics` var." -_fivetran_id,Defunct field. -_fivetran_synced,When the record was last synced by Fivetran. -action_type,"The kind of actions taken on your ad, Page, app or event after your ad was served to someone, even if they didn't click on it. Action types include Page likes, app installs, conversions, event responses and more. Actions prepended by app_custom_event come from mobile app events and actions prepended by offsite_conversion come from the Facebook Pixel. -" -ad_id,The ID of the ad the report relates to. -date,The date of the reported performance. -index,Index reflecting the `action_type` tracked for this ad on this day. Column of not much consequence. -value,Monetary value associated with the convesion action using the default attribution window. diff --git a/inputs_redshift/facebook_ads/schemas/basic_ad_actions.csv b/inputs_redshift/facebook_ads/schemas/basic_ad_actions.csv deleted file mode 100644 index bd83f1725d3a1a3635485cf2e17b668fb64b3666..0000000000000000000000000000000000000000 --- a/inputs_redshift/facebook_ads/schemas/basic_ad_actions.csv +++ /dev/null @@ -1,12 +0,0 @@ -column_name,column_description -_1_d_view,"Conversion metric value using an attribution window of ""1 day after viewing the ad"". Not included in downstream models by default, but can be added using the `facebook_ads__basic_ad_actions_passthrough_metrics` var." -_7_d_click,"Conversion metric value using an attribution window of ""7 days after clicking the ad"". Not included in downstream models by default, but can be added using the `facebook_ads__basic_ad_actions_passthrough_metrics` var." -_fivetran_id,Defunct field. -_fivetran_synced,When the record was last synced by Fivetran. -action_type,"The kind of actions taken on your ad, Page, app or event after your ad was served to someone, even if they didn't click on it. Action types include Page likes, app installs, conversions, event responses and more. Actions prepended by app_custom_event come from mobile app events and actions prepended by offsite_conversion come from the Facebook Pixel. -" -ad_id,The ID of the ad the report relates to. -date,The date of the reported performance. -index,Index reflecting the `action_type` tracked for this ad on this day. Column of not much consequence. -inline,"Conversion metric value using the attribution window that occurs on the ad itself. Not included in downstream models by default, but can be added using the `facebook_ads__basic_ad_actions_passthrough_metrics` var." -value,Conversion metric value using the default attribution window. diff --git a/inputs_redshift/facebook_ads/schemas/campaign_history.csv b/inputs_redshift/facebook_ads/schemas/campaign_history.csv deleted file mode 100644 index 98ed328cd08251ff52406a5126deb366e5679e29..0000000000000000000000000000000000000000 --- a/inputs_redshift/facebook_ads/schemas/campaign_history.csv +++ /dev/null @@ -1,6 +0,0 @@ -column_name,column_description -id,The ID of the campaign. -account_id,The ID of the ad account that this campaign belongs to. -name,The name of the campaign. -_fivetran_synced,When the record was last synced by Fivetran. -updated_time,The timestamp of the last update of a record. diff --git a/inputs_redshift/facebook_ads/schemas/creative_history.csv b/inputs_redshift/facebook_ads/schemas/creative_history.csv deleted file mode 100644 index 6a7b7d5b276adba6b2baa87bb7bcd358b957ea07..0000000000000000000000000000000000000000 --- a/inputs_redshift/facebook_ads/schemas/creative_history.csv +++ /dev/null @@ -1,16 +0,0 @@ -column_name,column_description -_fivetran_id,Unique record identifier -page_link,URL destination of Facebook ads. -template_page_link,URL destination of Facebook dynamic ads. -id,Unique ID for an ad creative. -account_id,Ad account ID for the account this ad creative belongs to. -name,Name of this ad creative as seen in the ad account's library. -url_tags,"A set of query string parameters which will replace or be appended to urls clicked from page post ads, message of the post, and canvas app install creatives only." -_fivetran_synced,When the record was last synced by Fivetran. -asset_feed_spec_link_urls,Link to the asset feed spec -object_story_link_data_child_attachments,Link of the object story child attachments -object_story_link_data_caption,Link of the object story caption -object_story_link_data_description,Link of the object story description -object_story_link_data_link,Link of the object story link -object_story_link_data_message,Link of the object story message -template_app_link_spec_ios,Link of the object story spec for ios diff --git a/inputs_redshift/financial/config.yaml b/inputs_redshift/financial/config.yaml deleted file mode 100644 index 09066bc3ffcc89f985383e6984f52ebcc8cdbe31..0000000000000000000000000000000000000000 --- a/inputs_redshift/financial/config.yaml +++ /dev/null @@ -1,62 +0,0 @@ -Airbyte: - config: - files_definition_id: 778daa7c-feaf-4db6-96f3-70fd645acc77 - mongodb_definition_id: b2e713cd-cc36-4c0a-b5bd-b47cb8a0561e - namespace_definition: destination - postgres_definition_id: decd338e-5647-4c0b-adf4-da0e75f5a750 - s3_definition_id: 69589781-7828-43c5-9f63-8925b1c1ccc2 - server_url: http://airbyte-abctl-control-plane:80/api/public/v1/ - redshift_definition_id: f7a7d195-377f-cf5b-70a5-be6b819019dc -aws_s3: - AWS_ACCESS_KEY_ID: test - AWS_DEFAULT_REGION: us-west-2 - AWS_ENDPOINT_URL: http://elt-localstack:4566 - AWS_SECRET_ACCESS_KEY: test - data: - - path: s3://financial-bucket/district.csv - sync_mode: full_refresh_append - table: district -custom_api: - config: - configuration: {} - sync_mode: full_refresh_append - tables: - - card -flat_files: -- format: parquet - path: https://drive.google.com/uc?export=download&id=1s4nFoyjq-ZsQjDmbLHOJ62tXP79TmswO - sync_mode: full_refresh_append - table: disp -mongodb: - config: - connection_string: mongodb://elt-mongodb:27017/?directConnection=true - database: financial - sync_mode: full_refresh_append - tables: - - client -postgres: - config: - database: financial - host: elt-postgres - password: testelt - port: 5432 - schema: public - sync_mode: full_refresh_append - tables: - - account - - loan - - orders - - trans - user: postgres -redshift: - config: - host: - port: - database: - username: - password: - schema: financial - s3_bucket_name: - s3_bucket_region: - access_key_id: - secret_access_key: diff --git a/inputs_redshift/financial/data_model.yaml b/inputs_redshift/financial/data_model.yaml deleted file mode 100644 index 8b5d1903ec14e6a8c2920b06cb7c40ffa5d525bd..0000000000000000000000000000000000000000 --- a/inputs_redshift/financial/data_model.yaml +++ /dev/null @@ -1,38 +0,0 @@ -models: - - name: districts - description: Each record represents a district. - columns: - - name: district_id - description: The unique identifier for the district. - - name: district_name - description: The name of the district. - - name: num_opened_accounts - description: The number of accounts opened in the district, replace NULL values with 0. - - name: num_male_clients - description: The number of male clients in the district, replace NULL values with 0. - - name: avg_transaction_amount_1997 - description: The average amount per transaction in 1997 (across all transaction types). - - name: num_accounts_with_load_finished_no_problem - description: The number of accounts with loan contracts finished with no problems, replace NULL values with 0. No problems refers to status = 'A'. - - name: per_account_opened_1993 - description: The percentage of accounts from the district among all accounts opened in 1993. - - name: clients - description: Each record represents a client. - columns: - - name: client_id - description: The unique identifier for the client. - - name: gender - description: The gender of the client. - - name: birth_date - description: The birth date of the client. - - name: amount_of_first_transaction - description: the amount of the first transaction by the client, with ties broken by the descending order of the amount. - - name: largest_loan_amount - description: The largest loan amount the client has taken. Loan the client has taken refers to disp.type = 'OWNER' - - name: num_withdrawals_in_cash_transactions - description: The number of withdrawals in cash transactions by the client, replace NULL values with 0. - - name: avg_loan_amount - description: The average loan amount the client has taken. Loan the client has taken refers to disp.type = 'OWNER' - - name: total_pay_for_all_transactions_1998 - description: The total amount the client paid for all of the transactions in 1998, replace NULL values with 0. - \ No newline at end of file diff --git a/inputs_redshift/financial/schemas/account.csv b/inputs_redshift/financial/schemas/account.csv deleted file mode 100644 index b32f66453763a4a37878cb4e6ef8a3ee1b5813df..0000000000000000000000000000000000000000 --- a/inputs_redshift/financial/schemas/account.csv +++ /dev/null @@ -1,5 +0,0 @@ -column_name,column_description -account_id,the id of the account -district_id,location of branch -frequency,frequency of the acount -date,the creation date of the account diff --git a/inputs_redshift/financial/schemas/card.csv b/inputs_redshift/financial/schemas/card.csv deleted file mode 100644 index 02325752d826edff7a6fbc4787a6bfe789490f03..0000000000000000000000000000000000000000 --- a/inputs_redshift/financial/schemas/card.csv +++ /dev/null @@ -1,5 +0,0 @@ -column_name,column_description -card_id,id number of credit card -disp_id,disposition id -type,type of credit card -issued,the date when the credit card issued diff --git a/inputs_redshift/financial/schemas/client.csv b/inputs_redshift/financial/schemas/client.csv deleted file mode 100644 index 82dbed26331ad7c3cbf26c73e40d17ac7fdfae0e..0000000000000000000000000000000000000000 --- a/inputs_redshift/financial/schemas/client.csv +++ /dev/null @@ -1,5 +0,0 @@ -column_name,column_description -client_id,the unique number -gender, -birth_date,birth date -district_id,location of branch diff --git a/inputs_redshift/financial/schemas/disp.csv b/inputs_redshift/financial/schemas/disp.csv deleted file mode 100644 index c5c73d98d7bfb03ce1ad6f8be3a9fdfc4311c487..0000000000000000000000000000000000000000 --- a/inputs_redshift/financial/schemas/disp.csv +++ /dev/null @@ -1,5 +0,0 @@ -column_name,column_description -disp_id,unique number of identifying this row of record -client_id,id number of client -account_id,id number of account -type,type of disposition diff --git a/inputs_redshift/financial/schemas/district.csv b/inputs_redshift/financial/schemas/district.csv deleted file mode 100644 index f2bbd773eb1e23dbd77c19d62b0852e97413d017..0000000000000000000000000000000000000000 --- a/inputs_redshift/financial/schemas/district.csv +++ /dev/null @@ -1,17 +0,0 @@ -column_name,column_description -district_id,location of branch -A2,district_name -A3,region -A4, -A5,municipality < district < region -A6,municipality < district < region -A7,municipality < district < region -A8,municipality < district < region -A9, -A10,ratio of urban inhabitants -A11,average salary -A12,unemployment rate 1995 -A13,unemployment rate 1996 -A14,no. of entrepreneurs per 1000 inhabitants -A15,no. of committed crimes 1995 -A16,no. of committed crimes 1996 diff --git a/inputs_redshift/financial/schemas/loan.csv b/inputs_redshift/financial/schemas/loan.csv deleted file mode 100644 index 8e8f44feebebd76f65daf52f520c7b1adb57d9f5..0000000000000000000000000000000000000000 --- a/inputs_redshift/financial/schemas/loan.csv +++ /dev/null @@ -1,8 +0,0 @@ -column_name,column_description -loan_id,the id number identifying the loan data -account_id,the id number identifying the account -date,the date when the loan is approved -amount,approved amount -duration,loan duration -payments,monthly payments -status,repayment status diff --git a/inputs_redshift/financial/schemas/orders.csv b/inputs_redshift/financial/schemas/orders.csv deleted file mode 100644 index 26e7c8898ffed9d0438b958ed5a7cd9030489de1..0000000000000000000000000000000000000000 --- a/inputs_redshift/financial/schemas/orders.csv +++ /dev/null @@ -1,7 +0,0 @@ -column_name,column_description -order_id,identifying the unique order -account_id,id number of account -bank_to,bank of the recipient -account_to,account of the recipient -amount,debited amount -k_symbol,purpose of the payment diff --git a/inputs_redshift/financial/schemas/trans.csv b/inputs_redshift/financial/schemas/trans.csv deleted file mode 100644 index a39474d4e6d5c2614c3de3795cb8fd65a1661242..0000000000000000000000000000000000000000 --- a/inputs_redshift/financial/schemas/trans.csv +++ /dev/null @@ -1,11 +0,0 @@ -column_name,column_description -trans_id,transaction id -account_id, -date,date of transaction -type,+/- transaction -operation,mode of transaction -amount,amount of money -balance,balance after transaction -k_symbol, -bank, -account, diff --git a/inputs_redshift/food_inspection/config.yaml b/inputs_redshift/food_inspection/config.yaml deleted file mode 100644 index afc987434aee58f90aa750000ea6f13fc269f1f4..0000000000000000000000000000000000000000 --- a/inputs_redshift/food_inspection/config.yaml +++ /dev/null @@ -1,43 +0,0 @@ -Airbyte: - config: - mongodb_definition_id: b2e713cd-cc36-4c0a-b5bd-b47cb8a0561e - namespace_definition: destination - postgres_definition_id: decd338e-5647-4c0b-adf4-da0e75f5a750 - server_url: http://airbyte-abctl-control-plane:80/api/public/v1/ - redshift_definition_id: f7a7d195-377f-cf5b-70a5-be6b819019dc -custom_api: - config: - configuration: {} - sync_mode: full_refresh_append - tables: - - inspections -mongodb: - config: - connection_string: mongodb://elt-mongodb:27017/?directConnection=true - database: food_inspection - sync_mode: full_refresh_append - tables: - - businesses -postgres: - config: - database: food_inspection - host: elt-postgres - password: testelt - port: 5432 - schema: public - sync_mode: full_refresh_append - tables: - - violations - user: postgres -redshift: - config: - host: - port: - database: - username: - password: - schema: food_inspection - s3_bucket_name: - s3_bucket_region: - access_key_id: - secret_access_key: diff --git a/inputs_redshift/food_inspection/schemas/businesses.csv b/inputs_redshift/food_inspection/schemas/businesses.csv deleted file mode 100644 index 0d1b93166b97a01ef2d2387cb23fd1d3de29ea61..0000000000000000000000000000000000000000 --- a/inputs_redshift/food_inspection/schemas/businesses.csv +++ /dev/null @@ -1,17 +0,0 @@ -column_name,column_description -business_id,the unique id of the business -name,the name of the eatery -address,the eatery address -city,the city where the eatery is located in -postal_code,the postal code of the eatery -latitude,the latitude of the position -longitude,the longitude of the position -phone_number,the phone number of the eatery -tax_code,the tax code of the eatery -business_certificate,the business certificate number -application_date,the application date of the eatery -owner_name,the owner's name -owner_address,the owner's address -owner_city,the city where the owner is located -owner_state,the state where the owner is located -owner_zip,the zip code of the owner diff --git a/inputs_redshift/food_inspection/schemas/inspections.csv b/inputs_redshift/food_inspection/schemas/inspections.csv deleted file mode 100644 index bc02937c864849c7dc1035416f3605d2f8f4a534..0000000000000000000000000000000000000000 --- a/inputs_redshift/food_inspection/schemas/inspections.csv +++ /dev/null @@ -1,5 +0,0 @@ -column_name,column_description -business_id,the unique id of the business -score,the inspection score -date,the inspection date -type,the inspection type diff --git a/inputs_redshift/food_inspection/schemas/violations.csv b/inputs_redshift/food_inspection/schemas/violations.csv deleted file mode 100644 index 6388619fd3fe27420233466a97b6928676a6068e..0000000000000000000000000000000000000000 --- a/inputs_redshift/food_inspection/schemas/violations.csv +++ /dev/null @@ -1,7 +0,0 @@ -column_name,column_description -business_id,the unique id of the business -date,the date of the violation -violation_type_id,the unique type id of the violation -risk_category,"risk category -High / Moderate / Low risk" -description,the description of the violation diff --git a/inputs_redshift/food_inspection_2/config.yaml b/inputs_redshift/food_inspection_2/config.yaml deleted file mode 100644 index cbfb8a50f64defa54ec76ef8d1cf256eeed9280d..0000000000000000000000000000000000000000 --- a/inputs_redshift/food_inspection_2/config.yaml +++ /dev/null @@ -1,54 +0,0 @@ -Airbyte: - config: - files_definition_id: 778daa7c-feaf-4db6-96f3-70fd645acc77 - mongodb_definition_id: b2e713cd-cc36-4c0a-b5bd-b47cb8a0561e - namespace_definition: destination - postgres_definition_id: decd338e-5647-4c0b-adf4-da0e75f5a750 - s3_definition_id: 69589781-7828-43c5-9f63-8925b1c1ccc2 - server_url: http://airbyte-abctl-control-plane:80/api/public/v1/ - redshift_definition_id: f7a7d195-377f-cf5b-70a5-be6b819019dc -aws_s3: - AWS_ACCESS_KEY_ID: test - AWS_DEFAULT_REGION: us-west-2 - AWS_ENDPOINT_URL: http://elt-localstack:4566 - AWS_SECRET_ACCESS_KEY: test - data: - - path: s3://food-inspection-2-bucket/inspection_point.jsonl - sync_mode: full_refresh_append - table: inspection_point -flat_files: -- format: csv - path: https://drive.google.com/uc?export=download&id=1QWSQc1sIhcQn9RdWxzRIy5ydTvpfqlBY - sync_mode: full_refresh_append - table: employee -mongodb: - config: - connection_string: mongodb://elt-mongodb:27017/?directConnection=true - database: food_inspection_2 - sync_mode: full_refresh_append - tables: - - establishment - - violation -postgres: - config: - database: food_inspection_2 - host: elt-postgres - password: testelt - port: 5432 - schema: public - sync_mode: full_refresh_append - tables: - - inspection - user: postgres -redshift: - config: - host: - port: - database: - username: - password: - schema: food_inspection_2 - s3_bucket_name: - s3_bucket_region: - access_key_id: - secret_access_key: diff --git a/inputs_redshift/food_inspection_2/data_model.yaml b/inputs_redshift/food_inspection_2/data_model.yaml deleted file mode 100644 index ecf554e12f94c4cd7f1a25ee58b056edfc029fd6..0000000000000000000000000000000000000000 --- a/inputs_redshift/food_inspection_2/data_model.yaml +++ /dev/null @@ -1,39 +0,0 @@ -models: - - name: employees - description: Each record represents an employee. - columns: - - name: employee_id - description: Unique identifier for the employee. - - name: last_name - description: Last name of the employee. - - name: first_name - description: First name of the employee. - - name: num_inspections - description: The number of inspections the employee has conducted, replace NULL values with 0. - - name: is_under_Gregory_Cardenas - description: Set to 1 if the employee is under the supervision of Gregory Cardenas, otherwise, set to 0 - - name: total_amount_of_fine - description: The total amount of fine given by the employee, replace NULL values with 0. - - name: inspection_pass_rate - description: The inspection pass rate of the employee. Pass rate is calculated as the number of inspections with results = 'Pass' divided by the total number of inspections. - - name: is_Sanitarian_and_has_inspected_the_facility_Burbank - description: Set to 1 if the employee is a Sanitarian and has inspected the facility whose DBA name is 'Burbank', otherwise, set to 0 - - name: businesses - description: Each record represents a facility. - columns: - - name: license_no - description: Unique identifier for the facility. - - name: dba_name - description: The dba name of the facility. - - name: facility_type - description: The type of facility. - - name: at_least_5_failed_inspection_bewteen_20100101_20151231 - description: Set to 1 if the facility has at least 5 failed inspections between 1/1/2010 and 12/31/2015, otherwise, set to 0 - - name: total_fine_2014 - description: The total fine the facility received in 2014, replace NULL values with 0. - - name: per_failed_inspections - description: The percentage of failed inspections the facility has. - - name: has_paid_at_least_250_fine - description: Set to 1 if the facility has paid at least $250 in fines for any single violation, otherwise, set to 0 - - name: num_violations - description: The number of violations the facility has, replace NULL values with 0. \ No newline at end of file diff --git a/inputs_redshift/food_inspection_2/schemas/employee.csv b/inputs_redshift/food_inspection_2/schemas/employee.csv deleted file mode 100644 index 34dcf195b8a7506259f25be75099ee1bf06c77af..0000000000000000000000000000000000000000 --- a/inputs_redshift/food_inspection_2/schemas/employee.csv +++ /dev/null @@ -1,12 +0,0 @@ -column_name,column_description -employee_id,the unique id for the employee -first_name,first name of the employee -last_name,last name of the employee -address,physical street address of the employee -city,city of the employee's address -state,state of the customer's address -zip,postal code of the employee's address -phone,telephone number to reach the customer -title,career title of the employee -salary,the salary of the employee -supervisor,the employee id of the employee's supervisor diff --git a/inputs_redshift/food_inspection_2/schemas/establishment.csv b/inputs_redshift/food_inspection_2/schemas/establishment.csv deleted file mode 100644 index 08777fd3363c2a9d9af778fc664cebf5b655f9d8..0000000000000000000000000000000000000000 --- a/inputs_redshift/food_inspection_2/schemas/establishment.csv +++ /dev/null @@ -1,13 +0,0 @@ -column_name,column_description -license_no,the license number of the facility -dba_name,the dba name of the facility -aka_name,the aka name of the facility -facility_type,the facility type -risk_level,the risk level of the facility -address,physical street address of the facility -city,city of the facility's address -state,state of the facility's address -zip,postal code of the facility's address -latitude,the latitude of the facility -longitude,the longitude of the facility -ward,the ward number of the facility diff --git a/inputs_redshift/food_inspection_2/schemas/inspection.csv b/inputs_redshift/food_inspection_2/schemas/inspection.csv deleted file mode 100644 index 38f47ec30f44ee83c83b6898143c94d0a73f2749..0000000000000000000000000000000000000000 --- a/inputs_redshift/food_inspection_2/schemas/inspection.csv +++ /dev/null @@ -1,8 +0,0 @@ -column_name,column_description -inspection_id,the unique id for the inspection -inspection_date,the date of the inspection -inspection_type,the type of the inspection -results,the inspection results -employee_id,the id of the employee who is responsible for the inspection -license_no,the license number of the facility that is inspected -followup_to,the id of inspections that this inspection is following up diff --git a/inputs_redshift/food_inspection_2/schemas/inspection_point.csv b/inputs_redshift/food_inspection_2/schemas/inspection_point.csv deleted file mode 100644 index 7812a65edb3eac844e01fe21386343f122ae47d9..0000000000000000000000000000000000000000 --- a/inputs_redshift/food_inspection_2/schemas/inspection_point.csv +++ /dev/null @@ -1,7 +0,0 @@ -column_name,column_description -point_id,the unique id for the inspection point -Description,the specific description of the inspection results -category,the inspection category -code,the sanitary operating requirement code -fine,the fines for food safety problems -point_level,point level diff --git a/inputs_redshift/food_inspection_2/schemas/violation.csv b/inputs_redshift/food_inspection_2/schemas/violation.csv deleted file mode 100644 index 805812528a52be958dfd442452060994388286a7..0000000000000000000000000000000000000000 --- a/inputs_redshift/food_inspection_2/schemas/violation.csv +++ /dev/null @@ -1,5 +0,0 @@ -column_name,column_description -inspection_id,the unique id for the inspection -point_id,the inspection point id -fine,the fine of the violation -inspector_comment,the comment of the inspector diff --git a/inputs_redshift/formula_1/config.yaml b/inputs_redshift/formula_1/config.yaml deleted file mode 100644 index c13453a69fc1df05f6b5969d56e7968bbe6e629f..0000000000000000000000000000000000000000 --- a/inputs_redshift/formula_1/config.yaml +++ /dev/null @@ -1,67 +0,0 @@ -Airbyte: - config: - files_definition_id: 778daa7c-feaf-4db6-96f3-70fd645acc77 - mongodb_definition_id: b2e713cd-cc36-4c0a-b5bd-b47cb8a0561e - namespace_definition: destination - postgres_definition_id: decd338e-5647-4c0b-adf4-da0e75f5a750 - s3_definition_id: 69589781-7828-43c5-9f63-8925b1c1ccc2 - server_url: http://airbyte-abctl-control-plane:80/api/public/v1/ - redshift_definition_id: f7a7d195-377f-cf5b-70a5-be6b819019dc -aws_s3: - AWS_ACCESS_KEY_ID: test - AWS_DEFAULT_REGION: us-west-2 - AWS_ENDPOINT_URL: http://elt-localstack:4566 - AWS_SECRET_ACCESS_KEY: test - data: - - path: s3://formula-1-bucket/status.csv - sync_mode: full_refresh_append - table: status -custom_api: - config: - configuration: {} - sync_mode: full_refresh_append - tables: - - driverStandings - - pitStops -flat_files: -- format: jsonl - path: https://drive.google.com/uc?export=download&id=1GMEruiggk8M17fCETdTvESSrl21yoinD - sync_mode: full_refresh_append - table: seasons -mongodb: - config: - connection_string: mongodb://elt-mongodb:27017/?directConnection=true - database: formula_1 - sync_mode: full_refresh_append - tables: - - circuits - - constructors - - drivers - - races -postgres: - config: - database: formula_1 - host: elt-postgres - password: testelt - port: 5432 - schema: public - sync_mode: full_refresh_append - tables: - - constructor_results - - constructor_standings - - qualifying - - results - - lap_times - user: postgres -redshift: - config: - host: - port: - database: - username: - password: - schema: formula_1 - s3_bucket_name: - s3_bucket_region: - access_key_id: - secret_access_key: diff --git a/inputs_redshift/formula_1/data_model.yaml b/inputs_redshift/formula_1/data_model.yaml deleted file mode 100644 index d60beab54714fd141b036ec2b2a21bd60a1e0165..0000000000000000000000000000000000000000 --- a/inputs_redshift/formula_1/data_model.yaml +++ /dev/null @@ -1,20 +0,0 @@ -models: - - name: formula__drivers - description: Each record represents a driver. - columns: - - name: driverId - description: Unique identifier for the driver. - - name: fullname - description: Full name of the driver. Concatenate the first name and last name with a space separating them. - - name: nationality - description: The nationality of the driver. - - name: num_winnings - description: The number of races where the driver finished first; replace NULL values with 0. - - name: year_and_race_of_fastest_lap - description: Concatenate the year and the name of the race, separated by a space, in which the driver had his fastest lap, with ties broken by the ascending of the year first, then descending order of the name of the race - - name: points_recorded_for_first_race - description: The points recorded for the driver's first race event, with ties broken by the descending order of the points. - - name: num_accidents - description: The number of accidents the driver has been involved in, replace NULL values with 0. Accident refers to status = "Accident". - - name: avg_pit_stop_duration - description: The average duration (in milliseconds) of the pit stops the driver has made. \ No newline at end of file diff --git a/inputs_redshift/formula_1/schemas/circuits.csv b/inputs_redshift/formula_1/schemas/circuits.csv deleted file mode 100644 index 876356a02e1774478ab4201db9558808f14a4245..0000000000000000000000000000000000000000 --- a/inputs_redshift/formula_1/schemas/circuits.csv +++ /dev/null @@ -1,9 +0,0 @@ -column_name,column_description -circuitId,unique identification number of the circuit -circuitRef,circuit reference name -name,full name of circuit -location,location of circuit -country,country of circuit -lat,latitude of location of circuit -lng,longitude of location of circuit -url,url diff --git a/inputs_redshift/formula_1/schemas/constructor_results.csv b/inputs_redshift/formula_1/schemas/constructor_results.csv deleted file mode 100644 index 9ee4152fd2d4ff7082cb91bdabd4b7038c007dc7..0000000000000000000000000000000000000000 --- a/inputs_redshift/formula_1/schemas/constructor_results.csv +++ /dev/null @@ -1,6 +0,0 @@ -column_name,column_description -constructorResultsId,constructor Results Id -raceId,race id -constructorId,constructor id -points,points -status,status diff --git a/inputs_redshift/formula_1/schemas/constructor_standings.csv b/inputs_redshift/formula_1/schemas/constructor_standings.csv deleted file mode 100644 index 18db00dfb00948cbe61f0174392b1a7bc3c1ac82..0000000000000000000000000000000000000000 --- a/inputs_redshift/formula_1/schemas/constructor_standings.csv +++ /dev/null @@ -1,8 +0,0 @@ -column_name,column_description -constructorStandingsId,unique identification of the constructor standing records -raceId,id number identifying which races -constructorId,id number identifying which id -points,how many points acquired in each race -position,position or track of circuits -positionText, -wins,wins diff --git a/inputs_redshift/formula_1/schemas/constructors.csv b/inputs_redshift/formula_1/schemas/constructors.csv deleted file mode 100644 index b0b9f85a5b49ce7ad5610117e122b4b3fc93f40e..0000000000000000000000000000000000000000 --- a/inputs_redshift/formula_1/schemas/constructors.csv +++ /dev/null @@ -1,6 +0,0 @@ -column_name,column_description -constructorId,the unique identification number identifying constructors -constructorRef,Constructor Reference name -name,full name of the constructor -nationality,nationality of the constructor -url,the introduction website of the constructor diff --git a/inputs_redshift/formula_1/schemas/driverStandings.csv b/inputs_redshift/formula_1/schemas/driverStandings.csv deleted file mode 100644 index 88a3f30fb931088a34e300854cc2b262a29972fa..0000000000000000000000000000000000000000 --- a/inputs_redshift/formula_1/schemas/driverStandings.csv +++ /dev/null @@ -1,8 +0,0 @@ -column_name,column_description -driverStandingsId,the unique identification number identifying driver standing records -raceId,id number identifying which races -driverId,id number identifying which drivers -points,how many points acquired in each race -position,position or track of circuits -wins,wins -positionText, diff --git a/inputs_redshift/formula_1/schemas/drivers.csv b/inputs_redshift/formula_1/schemas/drivers.csv deleted file mode 100644 index ad2f518e42acb0366e32583a2eb8d7fe1206bd5e..0000000000000000000000000000000000000000 --- a/inputs_redshift/formula_1/schemas/drivers.csv +++ /dev/null @@ -1,10 +0,0 @@ -column_name,column_description -driverId,the unique identification number identifying each driver -driverRef,driver reference name -number,number -code,abbreviated code for drivers -forename,forename -surname,surname -dob,date of birth -nationality,nationality of drivers -url,the introduction website of the drivers diff --git a/inputs_redshift/formula_1/schemas/lap_times.csv b/inputs_redshift/formula_1/schemas/lap_times.csv deleted file mode 100644 index 7bc0dc7828d8ada0951590346537bed1eadeebb2..0000000000000000000000000000000000000000 --- a/inputs_redshift/formula_1/schemas/lap_times.csv +++ /dev/null @@ -1,7 +0,0 @@ -column_name,column_description -raceId,the identification number identifying race -driverId,the identification number identifying each driver -lap,lap number -position,position or track of circuits -time,lap time -milliseconds,milliseconds diff --git a/inputs_redshift/formula_1/schemas/pitStops.csv b/inputs_redshift/formula_1/schemas/pitStops.csv deleted file mode 100644 index f7a9a56ae5c57e368695298cdb81dae2e2c4656c..0000000000000000000000000000000000000000 --- a/inputs_redshift/formula_1/schemas/pitStops.csv +++ /dev/null @@ -1,8 +0,0 @@ -column_name,column_description -raceId,the identification number identifying race -driverId,the identification number identifying each driver -stop,stop number -lap,lap number -time,time -duration,duration time -milliseconds,milliseconds diff --git a/inputs_redshift/formula_1/schemas/qualifying.csv b/inputs_redshift/formula_1/schemas/qualifying.csv deleted file mode 100644 index 32006fdf0cba5b64ea76d2be70f8aa69d3e00b00..0000000000000000000000000000000000000000 --- a/inputs_redshift/formula_1/schemas/qualifying.csv +++ /dev/null @@ -1,10 +0,0 @@ -column_name,column_description -qualifyId,the unique identification number identifying qualifying -raceId,the identification number identifying each race -driverId,the identification number identifying each driver -constructorId,constructor Id -number,number -position,position or track of circuit -q1,time in qualifying 1 -q2,time in qualifying 2 -q3,time in qualifying 3 diff --git a/inputs_redshift/formula_1/schemas/races.csv b/inputs_redshift/formula_1/schemas/races.csv deleted file mode 100644 index f5f25d36a44d494a312c04cf4952a9905d002cbd..0000000000000000000000000000000000000000 --- a/inputs_redshift/formula_1/schemas/races.csv +++ /dev/null @@ -1,9 +0,0 @@ -column_name,column_description -raceId,the unique identification number identifying the race -year,year -round,round -circuitId,circuit Id -name,name of the race -date,duration time -time,time of the location -url,introduction of races diff --git a/inputs_redshift/formula_1/schemas/results.csv b/inputs_redshift/formula_1/schemas/results.csv deleted file mode 100644 index 455504b3d34f0106d7d04e76570bf5b47a56822a..0000000000000000000000000000000000000000 --- a/inputs_redshift/formula_1/schemas/results.csv +++ /dev/null @@ -1,19 +0,0 @@ -column_name,column_description -resultId,the unique identification number identifying race result -raceId,the identification number identifying the race -driverId,the identification number identifying the driver -constructorId,the identification number identifying which constructors -number,number -grid,the number identifying the area where cars are set into a grid formation in order to start the race. -position,The finishing position -positionText, -positionOrder,the finishing order of positions -points,points -laps,lap number -time,finish time -milliseconds,the actual finishing time of drivers in milliseconds -fastestLap,fastest lap number -rank,starting rank positioned by fastest lap speed -fastestLapTime,fastest Lap Time -fastestLapSpeed,fastest Lap Speed -statusId,status ID diff --git a/inputs_redshift/formula_1/schemas/seasons.csv b/inputs_redshift/formula_1/schemas/seasons.csv deleted file mode 100644 index d9980aab4eafbbda8b8720be9119355a758127d2..0000000000000000000000000000000000000000 --- a/inputs_redshift/formula_1/schemas/seasons.csv +++ /dev/null @@ -1,3 +0,0 @@ -column_name,column_description -year,the unique identification number identifying the race -url,website link of season race introduction diff --git a/inputs_redshift/formula_1/schemas/status.csv b/inputs_redshift/formula_1/schemas/status.csv deleted file mode 100644 index bb8bca734db185d0f04410c1694a76cc6f1d0c2e..0000000000000000000000000000000000000000 --- a/inputs_redshift/formula_1/schemas/status.csv +++ /dev/null @@ -1,3 +0,0 @@ -column_name,column_description -statusId,the unique identification number identifying status -status,full name of status diff --git a/inputs_redshift/genes/config.yaml b/inputs_redshift/genes/config.yaml deleted file mode 100644 index 514ff1fd7f62983d40ada987d92de5e8036bb454..0000000000000000000000000000000000000000 --- a/inputs_redshift/genes/config.yaml +++ /dev/null @@ -1,47 +0,0 @@ -Airbyte: - config: - mongodb_definition_id: b2e713cd-cc36-4c0a-b5bd-b47cb8a0561e - namespace_definition: destination - postgres_definition_id: decd338e-5647-4c0b-adf4-da0e75f5a750 - s3_definition_id: 69589781-7828-43c5-9f63-8925b1c1ccc2 - server_url: http://airbyte-abctl-control-plane:80/api/public/v1/ - redshift_definition_id: f7a7d195-377f-cf5b-70a5-be6b819019dc -aws_s3: - AWS_ACCESS_KEY_ID: test - AWS_DEFAULT_REGION: us-west-2 - AWS_ENDPOINT_URL: http://elt-localstack:4566 - AWS_SECRET_ACCESS_KEY: test - data: - - path: s3://genes-bucket/Classification.csv - sync_mode: full_refresh_append - table: Classification -mongodb: - config: - connection_string: mongodb://elt-mongodb:27017/?directConnection=true - database: genes - sync_mode: full_refresh_append - tables: - - Genes -postgres: - config: - database: genes - host: elt-postgres - password: testelt - port: 5432 - schema: public - sync_mode: full_refresh_append - tables: - - interactions - user: postgres -redshift: - config: - host: - port: - database: - username: - password: - schema: genes - s3_bucket_name: - s3_bucket_region: - access_key_id: - secret_access_key: diff --git a/inputs_redshift/genes/data_model.yaml b/inputs_redshift/genes/data_model.yaml deleted file mode 100644 index 312ab5bf51d078bd0544e8171813e0f64eb49982..0000000000000000000000000000000000000000 --- a/inputs_redshift/genes/data_model.yaml +++ /dev/null @@ -1,16 +0,0 @@ -models: - - name: genes__genes - description: Each record represents a gene. - columns: - - name: geneid - description: Unique identifier for the gene. - - name: paired_gene_highest_expression_correlation_score - description: The paired gene with the highest expression correlation score, with ties broken by the ascending order of the geneid - - name: located_in_cytoplasm_and_have_7_chromosomes - description: Set to 1 if the gene is located in the cytoplasm and has 7 chromosomes, otherwise, set to 0. Located in the cytoplasm refers to classification.localization = 'cytoplasm'. - - name: paired_gene_lowest_expression_correlation_score - description: The paired gene with the lowest expression correlation score, with ties broken by the ascending order of the geneid - - name: interaction_with_genes_located_in_the_nucleus_and_is_positively_correlated - description: set to 1 if the gene's interaction is with genes located in the nucleus in which it is positively correlated. Locate in the nucleus refers to classification.localization = 'nucleus'. - - name: num_functions - description: The number of functions the gene has, replace NULL values with 0. \ No newline at end of file diff --git a/inputs_redshift/genes/schemas/Classification.csv b/inputs_redshift/genes/schemas/Classification.csv deleted file mode 100644 index 47c3a5c5aa4e83f5baf6b7bc5fb609bd6fd4b538..0000000000000000000000000000000000000000 --- a/inputs_redshift/genes/schemas/Classification.csv +++ /dev/null @@ -1,3 +0,0 @@ -column_name,column_description -GeneID,unique identifier number of genes -Localization,location diff --git a/inputs_redshift/genes/schemas/Genes.csv b/inputs_redshift/genes/schemas/Genes.csv deleted file mode 100644 index 85ca79d28bf30a018346a78759a14a15b248976e..0000000000000000000000000000000000000000 --- a/inputs_redshift/genes/schemas/Genes.csv +++ /dev/null @@ -1,10 +0,0 @@ -column_name,column_description -GeneID,identifier number of genes -Essential,essential -Class,class -Complex,Complex -Phenotype,Phenotype -Motif,Motif -Chromosome,Chromosome -Function,Function -Localization, diff --git a/inputs_redshift/genes/schemas/Interactions.csv b/inputs_redshift/genes/schemas/Interactions.csv deleted file mode 100644 index 123037e5773ec2d69b97942023bc4aa186bb7ea0..0000000000000000000000000000000000000000 --- a/inputs_redshift/genes/schemas/Interactions.csv +++ /dev/null @@ -1,5 +0,0 @@ -column_name,column_description -GeneID1,identifier number of genes -GeneID2,identifier number of genes -Type,Type -Expression_Corr,Expression correlation score diff --git a/inputs_redshift/github/config.yaml b/inputs_redshift/github/config.yaml deleted file mode 100644 index c9ceb2cf0a1ed5507da22a097b4099b33e61c783..0000000000000000000000000000000000000000 --- a/inputs_redshift/github/config.yaml +++ /dev/null @@ -1,71 +0,0 @@ -Airbyte: - config: - files_definition_id: 778daa7c-feaf-4db6-96f3-70fd645acc77 - mongodb_definition_id: b2e713cd-cc36-4c0a-b5bd-b47cb8a0561e - namespace_definition: destination - postgres_definition_id: decd338e-5647-4c0b-adf4-da0e75f5a750 - s3_definition_id: 69589781-7828-43c5-9f63-8925b1c1ccc2 - server_url: http://airbyte-abctl-control-plane:80/api/public/v1/ - redshift_definition_id: f7a7d195-377f-cf5b-70a5-be6b819019dc -aws_s3: - AWS_ACCESS_KEY_ID: test - AWS_DEFAULT_REGION: us-west-2 - AWS_ENDPOINT_URL: http://elt-localstack:4566 - AWS_SECRET_ACCESS_KEY: test - data: - - path: s3://github-bucket/repo_team.jsonl - sync_mode: full_refresh_append - table: repo_team -custom_api: - config: - configuration: {} - sync_mode: full_refresh_append - tables: - - issue_assignee - - issue_merged - - repository -flat_files: -- format: jsonl - path: https://drive.google.com/uc?export=download&id=1eIhuDa2LRFfkKVbgdjRYWV6uv83MH0W0 - sync_mode: full_refresh_append - table: requested_reviewer_history -- format: csv - path: https://drive.google.com/uc?export=download&id=1UqPqN9whWn9OkRKQnNHFVreQYvlGC154 - sync_mode: full_refresh_append - table: issue_label -mongodb: - config: - connection_string: mongodb://elt-mongodb:27017/?directConnection=true - database: github - sync_mode: full_refresh_append - tables: - - issue_comment - - label - - pull_request_review - - team -postgres: - config: - database: github - host: elt-postgres - password: testelt - port: 5432 - schema: public - sync_mode: full_refresh_append - tables: - - issue - - issue_closed_history - - pull_request - - users - user: postgres -redshift: - config: - host: - port: - database: - username: - password: - schema: github - s3_bucket_name: - s3_bucket_region: - access_key_id: - secret_access_key: diff --git a/inputs_redshift/github/data_model.yaml b/inputs_redshift/github/data_model.yaml deleted file mode 100644 index 02020b784443eb082417011c03919f6da9dfcafd..0000000000000000000000000000000000000000 --- a/inputs_redshift/github/data_model.yaml +++ /dev/null @@ -1,175 +0,0 @@ -models: - - name: github__issues - description: Each record represents a github issue. Only considering issues that are not pull request - columns: - - name: issue_id - description: The unique ID of an issue. - - name: body - description: The text body of the issue's main description - - name: closed_at - description: The timestamp for when an issue was last closed. "null" for issues that are open - format: YYYY-MM-DD HH:MM:SS - - name: created_at - description: The timestamp for when an issue was created - format: YYYY-MM-DD HH:MM:SS - - name: is_locked - description: Boolean indicating if the issue is locked. - - name: issue_number - description: The number of the issue. Is unique within a repository, but not across repositories. - - name: is_pull_request - description: Boolean indicating whether the issue is a pull request - - name: repository_id - description: Foreign key that references the repository table - - name: state - description: Whether the issue is open or closed - - name: title - description: The title of the issue - - name: updated_at - description: Timestamp of when the issue was last updated - format: YYYY-MM-DD HH:MM:SS - - name: user_id - description: Foreign key that references the user table, representing the user who created the issue. - - name: number_of_times_reopened - description: Total number of times the issue was reopened. - - name: number_of_comments - description: The total number of comments included in the issue - - name: repository - description: The full name of the repository that the issue is applicable to - - name: repository_team_names - description: Aggregate of the teams associated with the repository, formed by concatenating team names in ascending alphabetical order, separated by a comma and space. - - name: creator_login_name - description: The alias of the user uses to login to github who created the issue. - - name: creator_name - description: The name of the user who created the issue. - - name: creator_company - description: The company of the user who created the issue. - - - name: github__pull_requests - description: Basic information about pull_requests as well as additional fields about reviews and time between actions - columns: - - name: issue_id - description: The unique ID of an issue. - - name: body - description: the text body of the description of the pull request - - name: closed_at - description: Timestamp of when the pull request was closed. NULL for pull requests that are still open - format: YYYY-MM-DD HH:MM:SS - - name: created_at - description: Timestamp of when the pull request was created - format: YYYY-MM-DD HH:MM:SS - - name: is_locked - description: Boolean indicating whether the issue is locked. - - name: issue_number - description: The number of the issue. Is unique within a repository, but not across repositories - - name: is_pull_request - description: Boolean indiciating whether the issue is a pull request. - - name: repository_id - description: Foreign key that references the repository table - - name: state - description: Whether the pull request is open or closed. - - name: title - description: The title of the pull request - - name: updated_at - description: Timestamp of when the issue was last updated - format: YYYY-MM-DD HH:MM:SS - - name: user_id - description: Foreign key that references the user table. - - name: number_of_times_reopened - description: Total number of times the issue was reopened - - name: number_of_comments - description: The total number of comments included in the issue - - name: repository - description: The full name of the repository that the pull request applies to - - name: repository_team_names - description: Aggregate of the teams associated with the repository, formed by concatenating team names in ascending alphabetical order, separated by a comma and space. - - name: creator_login_name - description: The alias of the user uses to login to github who created the issue. - - name: creator_name - description: The name of the user who created the issue. - - name: creator_company - description: The company of the user who created the issue. - - name: merged_at - description: Timestamp of when the pull request was merged - format: YYYY-MM-DD HH:MM:SS - - name: reviewers - description: Aggregate of the distinct users who reviewed the pull request, formed by concatenating reviewer names in ascending alphabetical order, separated by a comma and space. - - name: number_of_reviews - description: Number of times a pull request was reviewed - - - name: github__daily_metrics - description: Summary numbers for issues and pull requests per repository by day - columns: - - name: day - description: The reporting day - format: YYYY-MM-DD - - name: repository - description: The full name of the repository - - name: number_issues_opened - description: The total number of issues created during this time period. Set to 0 if no issues were created. - - name: number_issues_closed - description: The total number of issues closed during this time period. Set to 0 if no issues were closed. - - name: number_prs_opened - description: The total number of pull requests created during this time period. Set to 0 if no pull requests were created. - - name: number_prs_merged - description: The total number of pull requests merged during this time period. Set to 0 if no pull requests were merged. - - name: number_prs_closed_without_merge - description: The total number of pull requests closed without a merge during this time period. Set to 0 if no pull requests were closed without a merge. - - - - name: github__weekly_metrics - description: Summary numbers for issues and pull requests per repository by week - columns: - - name: week - description: The Monday that starts the reporting week - format: YYYY-MM-DD - - name: repository - description: The full name of the repository - - name: total_number_issues_opened - description: The total number of issues created during this time period. Set to 0 if no issues were created. - - name: total_number_issues_closed - description: The total number of issues closed during this time period. Set to 0 if no issues were closed. - - name: total_number_prs_opened - description: The total number of pull requests created during this time period. Set to 0 if no pull requests were created. - - name: total_number_prs_merged - description: The total number of pull requests merged during this time period. Set to 0 if no pull requests were merged. - - name: number_prs_closed_without_merge - description: The total number of pull requests closed without a merge during this time period. Set to 0 if no pull requests were closed without a merge. - - - - name: github__monthly_metrics - description: Summary numbers for issues and pull requests per repository by month - columns: - - name: month - description: First day of the reporting month - format: YYYY-MM-DD - - name: repository - description: The full name of the repository - - name: total_number_issues_opened - description: The total number of issues created during this time period. Set to 0 if no issues were created. - - name: total_number_issues_closed - description: The total number of issues closed during this time period. Set to 0 if no issues were closed. - - name: total_number_prs_opened - description: The total number of pull requests created during this time period. Set to 0 if no pull requests were created. - - name: total_number_prs_merged - description: The total number of pull requests merged during this time period. Set to 0 if no pull requests were merged. - - name: number_prs_closed_without_merge - description: The total number of pull requests closed without a merge during this time period. Set to 0 if no pull requests were closed without a merge. - - - name: github__quarterly_metrics - description: Summary numbers for issues and pull requests per repository by quarter - columns: - - name: quarter - description: First day of the reporting quarter - format: YYYY-MM-DD - - name: repository - description: The full name of the repository - - name: total_number_issues_opened - description: The total number of issues created during this time period. Set to 0 if no issues were created. - - name: total_number_issues_closed - description: The total number of issues closed during this time period. Set to 0 if no issues were closed. - - name: total_number_prs_opened - description: The total number of pull requests created during this time period. Set to 0 if no pull requests were created. - - name: total_number_prs_merged - description: The total number of pull requests merged during this time period. Set to 0 if no pull requests were merged. - - name: number_prs_closed_without_merge - description: The total number of pull requests closed without a merge during this time period. Set to 0 if no pull requests were closed without a merge. diff --git a/inputs_redshift/github/schemas/issue.csv b/inputs_redshift/github/schemas/issue.csv deleted file mode 100644 index a4e0c1454240c4f3786ec3adc55bfc22bd94ff33..0000000000000000000000000000000000000000 --- a/inputs_redshift/github/schemas/issue.csv +++ /dev/null @@ -1,15 +0,0 @@ -column_name,column_description -id,System generated unique id for the issue. This is not the number that appears in the URL. -body,The text of the main description of the issue. -locked,Boolean indicating whether the issue is locked. -closed_at,"Timestamp of when the issue was closed, NULL for issues that are open." -created_at,Timestamp of when the issue was created. -milestone_id,Foreign key that references the milestone table representing the current milestone the issue is in. -number,"The issue number within a repository. Is unique by repository, but not across repositories." -pull_request,Boolean for is the issue is a pull request (true) ot regular issue (false) -repository_id,Foreign key that references the repository table. -state,Whether the issue is open or closed. -title,Title of the issue. -updated_at,Timestamp of when the last update was made to the issue. -user_id,"Foreign key that references the user table, representing the user that created the issue." -_fivetran_synced,Timestamp of when Fivetran synced a record diff --git a/inputs_redshift/github/schemas/issue_assignee.csv b/inputs_redshift/github/schemas/issue_assignee.csv deleted file mode 100644 index 4cda0d219cd5a1945e6ec9738a6f0ed6f21768b1..0000000000000000000000000000000000000000 --- a/inputs_redshift/github/schemas/issue_assignee.csv +++ /dev/null @@ -1,4 +0,0 @@ -column_name,column_description -issue_id,Foreign key that references the issue table -user_id,Foreign key that references the user table -_fivetran_synced,Timestamp of when Fivetran synced a record \ No newline at end of file diff --git a/inputs_redshift/github/schemas/issue_closed_history.csv b/inputs_redshift/github/schemas/issue_closed_history.csv deleted file mode 100644 index 5c5bdd69a3807ba62781372c95606f4ced5835b1..0000000000000000000000000000000000000000 --- a/inputs_redshift/github/schemas/issue_closed_history.csv +++ /dev/null @@ -1,7 +0,0 @@ -column_name,column_description -issue_id,Foreign key that references the issue table -updated_at,Timestamp of when the action took place -closed,Boolean variable for if the issue was closed (true) or re-opened (false) -_fivetran_synced,Timestamp of when Fivetran synced a record -COMMIT_SHA, -ACTOR_ID, diff --git a/inputs_redshift/github/schemas/issue_comment.csv b/inputs_redshift/github/schemas/issue_comment.csv deleted file mode 100644 index 8cd0c5e8a323477341669f2884340dbcdb2cee47..0000000000000000000000000000000000000000 --- a/inputs_redshift/github/schemas/issue_comment.csv +++ /dev/null @@ -1,8 +0,0 @@ -column_name,column_description -id,System generated unique id for the issue comment. -issue_id,Foreign key that references the issue table -user_id,Foreign key that references the user table -created_at,Timestamp of when the issue comment was created. -_fivetran_synced,Timestamp of when Fivetran synced a record -UPDATED_AT, -BODY, diff --git a/inputs_redshift/github/schemas/issue_label.csv b/inputs_redshift/github/schemas/issue_label.csv deleted file mode 100644 index c7e01642c902866fc8f66e4f16678de0c1d5b265..0000000000000000000000000000000000000000 --- a/inputs_redshift/github/schemas/issue_label.csv +++ /dev/null @@ -1,4 +0,0 @@ -column_name,column_description -issue_id,Foreign key that references the issue table -label_id,Unique identifier of the used label -_fivetran_synced,Timestamp of when Fivetran synced a record diff --git a/inputs_redshift/github/schemas/issue_merged.csv b/inputs_redshift/github/schemas/issue_merged.csv deleted file mode 100644 index 7c9f19749ff932f18f2df6a9911c8b96f4dac6c8..0000000000000000000000000000000000000000 --- a/inputs_redshift/github/schemas/issue_merged.csv +++ /dev/null @@ -1,6 +0,0 @@ -column_name,column_description -issue_id,Foreign key that references the issue table. This table will only reference issues that are pull requests -merged_at,Timestamp of when the code merge took place -_fivetran_synced,Timestamp of when Fivetran synced a record -COMMIT_SHA, -ACTOR_ID, diff --git a/inputs_redshift/github/schemas/label.csv b/inputs_redshift/github/schemas/label.csv deleted file mode 100644 index 6197620943958bf9c443d04461077862f7d7a21a..0000000000000000000000000000000000000000 --- a/inputs_redshift/github/schemas/label.csv +++ /dev/null @@ -1,8 +0,0 @@ -column_name,column_description -id,Unique identifier of the Github label -_fivetran_synced,Timestamp of the record being synced by Fivetran -color,The color of the label -description,The description of the label indicating the purpose -is_default,Boolean flagging if the label is default on creation -name,Name of the label -url,Url where the label was used diff --git a/inputs_redshift/github/schemas/pull_request.csv b/inputs_redshift/github/schemas/pull_request.csv deleted file mode 100644 index 13f95122ee07ff78ca7958bebf2e2dc72dcecda3..0000000000000000000000000000000000000000 --- a/inputs_redshift/github/schemas/pull_request.csv +++ /dev/null @@ -1,15 +0,0 @@ -column_name,column_description -id,System generated unique id for the pull request. -issue_id,Foreign key that references the issue table. -head_repo_id,"Foreign key that references the repository table, referencing the current branch." -head_user_id,"Foreign key that references the user table, referencing who created the current branch." -_fivetran_synced,Timestamp of when Fivetran synced a record -HEAD_REF, -MERGE_COMMIT_SHA, -HEAD_SHA, -BASE_USER_ID, -BASE_LABEL, -BASE_REF, -BASE_SHA, -BASE_REPO_ID, -HEAD_LABEL, diff --git a/inputs_redshift/github/schemas/pull_request_review.csv b/inputs_redshift/github/schemas/pull_request_review.csv deleted file mode 100644 index 81afdd1a5eb6d004adb79a4c26670dea293b5615..0000000000000000000000000000000000000000 --- a/inputs_redshift/github/schemas/pull_request_review.csv +++ /dev/null @@ -1,9 +0,0 @@ -column_name,column_description -id,System generated unique id for the pull request review. -pull_request_id,Foreign key that references the pull request table. -submitted_at,Timestamp of when the request for review was submitted. -state,"Whether the review was an approval, request for change, comment, dismissal." -user_id,"Foreign key that references the user table, representing the user that reviewed the pull request." -_fivetran_synced,Timestamp of when Fivetran synced a record -COMMIT_SHA, -BODY, diff --git a/inputs_redshift/github/schemas/repo_team.csv b/inputs_redshift/github/schemas/repo_team.csv deleted file mode 100644 index f006f263455e30269cd08083804914dfaf9b9d8f..0000000000000000000000000000000000000000 --- a/inputs_redshift/github/schemas/repo_team.csv +++ /dev/null @@ -1,5 +0,0 @@ -column_name,column_description -repository_id,Reference to the respective repository for the record. -team_id,Reference to the respective team for the record. -_fivetran_synced,Timestamp of when Fivetran synced a record -PERMISSION, diff --git a/inputs_redshift/github/schemas/repository.csv b/inputs_redshift/github/schemas/repository.csv deleted file mode 100644 index c54b5c25c0487b9787ed8459f01c287e4bd0ba0a..0000000000000000000000000000000000000000 --- a/inputs_redshift/github/schemas/repository.csv +++ /dev/null @@ -1,13 +0,0 @@ -column_name,column_description -id,System generated unique id for the repository. -created_at,Timestamp of when the repository was created. -full_name,The name of the git repository. -private,Boolean field indicating whether the repository is private (true) or public (false). -_fivetran_synced,Timestamp of when Fivetran synced a record -DEFAULT_BRANCH, -OWNER_ID, -FORK, -ARCHIVED, -LANGUAGE, -NAME, -DESCRIPTION, diff --git a/inputs_redshift/github/schemas/requested_reviewer_history.csv b/inputs_redshift/github/schemas/requested_reviewer_history.csv deleted file mode 100644 index e9e09760a107c0519cc03e94c8f1e602993efee0..0000000000000000000000000000000000000000 --- a/inputs_redshift/github/schemas/requested_reviewer_history.csv +++ /dev/null @@ -1,7 +0,0 @@ -column_name,column_description -pull_request_id,Foreign key that references the pull request table. -created_at,Timestamp of when the review was submitted. -requested_id,"Foreign key that references the user table, representing the user that was requested to review a PR." -removed,Boolean variable indicating if the requester was removed from the PR (true) or added to the PR (false). -_fivetran_synced,Timestamp of when Fivetran synced a record -ACTOR_ID, diff --git a/inputs_redshift/github/schemas/team.csv b/inputs_redshift/github/schemas/team.csv deleted file mode 100644 index c9bcead1720207112b76eff7cd3c07dfe2397ec4..0000000000000000000000000000000000000000 --- a/inputs_redshift/github/schemas/team.csv +++ /dev/null @@ -1,9 +0,0 @@ -column_name,column_description -id,System generated unique id for the team. -description,User created description of the team. -name,User created name of the team. -parent_id,Reference to the parent team. -privacy,Type of privacy permissions associated with the team. -slug,Url friendly version of the team name. -_fivetran_synced,Timestamp of when Fivetran synced a record -ORG_ID, diff --git a/inputs_redshift/github/schemas/users.csv b/inputs_redshift/github/schemas/users.csv deleted file mode 100644 index 24479785004c38abcf0fc3db20f0fb08f70b701a..0000000000000000000000000000000000000000 --- a/inputs_redshift/github/schemas/users.csv +++ /dev/null @@ -1,14 +0,0 @@ -column_name,column_description -id,System generated unique id for the user. -login,The alias the user uses to login to github. -name,The name of the user -company,The company of the user. -_fivetran_synced,Timestamp of when Fivetran synced a record -CREATED_AT, -LOCATION, -UPDATED_AT, -BLOG, -SITE_ADMIN, -HIREABLE, -BIO, -TYPE, diff --git a/inputs_redshift/hockey/config.yaml b/inputs_redshift/hockey/config.yaml deleted file mode 100644 index 1af37af394ec9e253501d5041560285eea29be2a..0000000000000000000000000000000000000000 --- a/inputs_redshift/hockey/config.yaml +++ /dev/null @@ -1,84 +0,0 @@ -Airbyte: - config: - files_definition_id: 778daa7c-feaf-4db6-96f3-70fd645acc77 - mongodb_definition_id: b2e713cd-cc36-4c0a-b5bd-b47cb8a0561e - namespace_definition: destination - postgres_definition_id: decd338e-5647-4c0b-adf4-da0e75f5a750 - s3_definition_id: 69589781-7828-43c5-9f63-8925b1c1ccc2 - server_url: http://airbyte-abctl-control-plane:80/api/public/v1/ - redshift_definition_id: f7a7d195-377f-cf5b-70a5-be6b819019dc -aws_s3: - AWS_ACCESS_KEY_ID: test - AWS_DEFAULT_REGION: us-west-2 - AWS_ENDPOINT_URL: http://elt-localstack:4566 - AWS_SECRET_ACCESS_KEY: test - data: - - path: s3://hockey-bucket/HOF.jsonl - sync_mode: full_refresh_append - table: HOF - - path: s3://hockey-bucket/SeriesPost.csv - sync_mode: full_refresh_append - table: SeriesPost -custom_api: - config: - configuration: {} - sync_mode: full_refresh_append - tables: - - AwardsCoaches - - AwardsMisc - - AwardsPlayers - - ScoringShootout - - ScoringSup - - TeamSplits - - TeamVsTeam - - TeamsPost - - TeamsSC -flat_files: -- format: jsonl - path: https://drive.google.com/uc?export=download&id=19HlKBHt7QEjtW1unXi0wNcPt7LX9v7gS - sync_mode: full_refresh_append - table: ScoringSC -- format: jsonl - path: https://drive.google.com/uc?export=download&id=1WiI1jxXvedVLLAZHcMPGZhEppDJZlmo1 - sync_mode: full_refresh_append - table: abbrev -- format: csv - path: https://drive.google.com/uc?export=download&id=1CnO1sHyi9lvhNlxmg5oLLRhxnP00Dco9 - sync_mode: full_refresh_append - table: CombinedShutouts -mongodb: - config: - connection_string: mongodb://elt-mongodb:27017/?directConnection=true - database: hockey - sync_mode: full_refresh_append - tables: - - Coaches - - Goalies - - GoaliesSC - - Teams -postgres: - config: - database: hockey - host: elt-postgres - password: testelt - port: 5432 - schema: public - sync_mode: full_refresh_append - tables: - - goalies_shootout - - master - - scoring - - team_half - user: postgres -redshift: - config: - host: - port: - database: - username: - password: - schema: hockey - s3_bucket_name: - s3_bucket_region: - access_key_id: - secret_access_key: diff --git a/inputs_redshift/hockey/data_model.yaml b/inputs_redshift/hockey/data_model.yaml deleted file mode 100644 index 05ab55babc68e4fdda465dc06e294ac9b680b75c..0000000000000000000000000000000000000000 --- a/inputs_redshift/hockey/data_model.yaml +++ /dev/null @@ -1,35 +0,0 @@ -models: - - name: hockey__goalies - description: Each record represents a goalie. - columns: - - name: playerid - description: Unique identifier for the goalie. - - name: namegiven - description: Given name of the goalie. - - name: height - description: Height of the goalie. - - name: number_of_seasons_played - description: The number of seasons the goalie has played, replace NULL values with 0. - - name: has_more_lost_than_won_games - description: Set to 1 if the goalie has more lost than won games, otherwise, set to 0 - - name: total_goal_againsts - description: The total number of goals against by the goalie, replace NULL values with 0. - - name: played_5000_minutes_in_the_all_the_season_played - description: Set to 1 if the goalie has played 5000 minutes in total across all the seasons played, otherwise, set to 0 - - name: defensive_success_rate_in_the_postseason_of_2011 - description: The defensive success rate (in percentage) of the goalie in the postseason of 2011 - - name: hockey__teams - description: Each record represents a team. - columns: - - name: team_id - description: Unique identifier for the team. - - name: num_victories - description: The number of victories the team has across all the seasons played, replace NULL values with 0. - - name: highest_total_points_got_in_a_year - description: The highest total points the team got in a year. - - name: power_play_percentage_in_2011 - description: The power play percentage of the team in 2011. - - name: num_bench_minor_penalties - description: The number of bench minor penalties the team has across all the seasons played, replace NULL values with 0. - - name: num_ties - description: The number of ties the team has across all the seasons played, replace NULL values with 0. \ No newline at end of file diff --git a/inputs_redshift/hockey/schemas/AwardsCoaches.csv b/inputs_redshift/hockey/schemas/AwardsCoaches.csv deleted file mode 100644 index f743860b7a75fb2746db2512e35f7b64dfce5f18..0000000000000000000000000000000000000000 --- a/inputs_redshift/hockey/schemas/AwardsCoaches.csv +++ /dev/null @@ -1,5 +0,0 @@ -column_name,column_description -coachid,string ID of the coach -award,awards that the coach achieve -year,year of award -lgid,league abbreviated name diff --git a/inputs_redshift/hockey/schemas/AwardsMisc.csv b/inputs_redshift/hockey/schemas/AwardsMisc.csv deleted file mode 100644 index bd0940ae91bbf9a198a068af796186a036ac8693..0000000000000000000000000000000000000000 --- a/inputs_redshift/hockey/schemas/AwardsMisc.csv +++ /dev/null @@ -1,7 +0,0 @@ -column_name,column_description -name,unique name of awards -id,"id number of players or coaches, etc." -award,awarder -year,year of the award -lgid,league abbreviated name -note,note if needed diff --git a/inputs_redshift/hockey/schemas/AwardsPlayers.csv b/inputs_redshift/hockey/schemas/AwardsPlayers.csv deleted file mode 100644 index 1e6759ab11aa589de156187de816e928f0c23b6b..0000000000000000000000000000000000000000 --- a/inputs_redshift/hockey/schemas/AwardsPlayers.csv +++ /dev/null @@ -1,7 +0,0 @@ -column_name,column_description -playerid,string ID of players -award,award name -year,year of award -lgid,league abbreviated name -note,note if needed -pos,position of players diff --git a/inputs_redshift/hockey/schemas/Coaches.csv b/inputs_redshift/hockey/schemas/Coaches.csv deleted file mode 100644 index 3d5a147ce3f7035f3bfa08f30916ad865b951576..0000000000000000000000000000000000000000 --- a/inputs_redshift/hockey/schemas/Coaches.csv +++ /dev/null @@ -1,15 +0,0 @@ -column_name,column_description -coachID,number identifying coaches -year,In which year did the coach teach this team -tmID,team abbreviated name -lgID,league abbreviated name -stint,stint -notes,note if needed -g,number of games -w,number of wins -l,number of loses -t,number of ties -postg,number of post-season games -postw,number of post-season wins -postl,number of post-season loses -postt,number of post-season ties diff --git a/inputs_redshift/hockey/schemas/CombinedShutouts.csv b/inputs_redshift/hockey/schemas/CombinedShutouts.csv deleted file mode 100644 index 5248eadbac1dfcabe1232dabda1455c7cc741663..0000000000000000000000000000000000000000 --- a/inputs_redshift/hockey/schemas/CombinedShutouts.csv +++ /dev/null @@ -1,9 +0,0 @@ -column_name,column_description -year,year -month,month -date,day -tmID,team abbreviated name -oppID,Team ID of opponent -R_P,regular / postseason -IDgoalie1,ID of first goalie -IDgoalie2,ID of second goalie diff --git a/inputs_redshift/hockey/schemas/Goalies.csv b/inputs_redshift/hockey/schemas/Goalies.csv deleted file mode 100644 index fe1faadad5fef8af7d5af9ca441327c8138fec4d..0000000000000000000000000000000000000000 --- a/inputs_redshift/hockey/schemas/Goalies.csv +++ /dev/null @@ -1,24 +0,0 @@ -column_name,column_description -playerID,id number identifying the player -year,year -stint,order of appearance in a season -tmID,team abbreviated name -lgID,league abbreviated name -GP,Games played -Min,Minutes of appearance -W,wins -L,loses -T_OL,Ties / overtime losses -ENG,Empty net goals -SHO,Shutouts -GA,Goals against -SA,Shots against -PostGP,Postseason games played -PostMin,Postseason minutes -PostW,Postseason wins -PostL,Postseason loses -PostT,Postseason ties -PostENG,Postseason empty net goals -PostGA,Postseason goals against -PostSA,Postseason shots against -PostSHO,Postseason shutouts diff --git a/inputs_redshift/hockey/schemas/GoaliesSC.csv b/inputs_redshift/hockey/schemas/GoaliesSC.csv deleted file mode 100644 index 6edf7b830dd3e78ed1a1c1739e906b58d356b871..0000000000000000000000000000000000000000 --- a/inputs_redshift/hockey/schemas/GoaliesSC.csv +++ /dev/null @@ -1,12 +0,0 @@ -column_name,column_description -playerID,id number identifying the player -year,year -tmID,team abbreviated name -lgID,league abbreviated name -GP,Games played -Min,Minutes of appearance -W,Wins -L,Loses -T,Ties -SHO,Shutouts -GA,Goals against diff --git a/inputs_redshift/hockey/schemas/HOF.csv b/inputs_redshift/hockey/schemas/HOF.csv deleted file mode 100644 index c162cc7393f2ad199a4262957766511a9b386b25..0000000000000000000000000000000000000000 --- a/inputs_redshift/hockey/schemas/HOF.csv +++ /dev/null @@ -1,5 +0,0 @@ -column_name,column_description -year,year of hall of fame -hofID,hall of fame id -name,name -category,category diff --git a/inputs_redshift/hockey/schemas/Master.csv b/inputs_redshift/hockey/schemas/Master.csv deleted file mode 100644 index 4345dbcefcc719b0cfc1323ae5cba19c9e48c15b..0000000000000000000000000000000000000000 --- a/inputs_redshift/hockey/schemas/Master.csv +++ /dev/null @@ -1,32 +0,0 @@ -column_name,column_description -playerID,id number identifying the player -coachID,coach id number -hofID,hall of fame id -firstName,first name -lastName,last name -nameNote,note about name -nameGiven,Given name -nameNick,Nickname -height,height -weight,weight -shootCatch,Shooting hand (or catching hand for goalies) -legendsID,ID at Legends Of Hockey -ihdbID,ID at the Internet Hockey Database -hrefID,ID at Hockey-Reference.com -firstNHL,First NHL season -lastNHL,Last NHL season -firstWHA,First WHA season -lastWHA,Last WHA season -pos, -birthYear,birth Year -birthMon,birth Month -birthDay,birth Day -birthCountry,birth Country -birthState,birth State -birthCity,birth city -deathYear,death year -deathMon,death month -deathDay,death day -deathCountry,death country -deathState,death state -deathCity,death city diff --git a/inputs_redshift/hockey/schemas/Scoring.csv b/inputs_redshift/hockey/schemas/Scoring.csv deleted file mode 100644 index aadc5a5ecddc26c425d6a88d8a0b88e456373047..0000000000000000000000000000000000000000 --- a/inputs_redshift/hockey/schemas/Scoring.csv +++ /dev/null @@ -1,32 +0,0 @@ -column_name,column_description -playerID,player ID -year,play year -stint,Stint (order of appearance in a season) -tmID,team id -lgID,league id -pos,position -GP,game played -G,goals -A,assists -Pts,points -PIM,Penalty minutes -p_n,Plus / minus -PPG,Power play goals -PPA,Power play assists -SHG,Shorthanded goals -SHA,Shorthanded assists -GWG,Game-winning goals -GTG,Game-tying goals -SOG,Shots on goal -PostGP,Postseason games played -PostG,Postseason goals -PostA,Postseason assists -PostPts,Postseason points -PostPIM,Postseason penalty minutes -Post_p_n,Postseason Plus / minus -PostPPG,Postseason power play goals -PostPPA,Postseason power play assists -PostSHG,Postseason Shorthanded goals -PostSHA,Postseason Shorthanded assists -PostGWG,Postseason game-winning goals -PostSOG,Postseason shots on goal diff --git a/inputs_redshift/hockey/schemas/ScoringSC.csv b/inputs_redshift/hockey/schemas/ScoringSC.csv deleted file mode 100644 index a2e5098dedd870d8e9fda599f8992f12ed789de9..0000000000000000000000000000000000000000 --- a/inputs_redshift/hockey/schemas/ScoringSC.csv +++ /dev/null @@ -1,11 +0,0 @@ -column_name,column_description -playerID,id number identifying the player -year,year -tmID,team abbreviated name -lgID,league abbreviated name -pos,position -GP,Games played -G,goals -A,assists -Pts,points -PIM,Penalty minutes diff --git a/inputs_redshift/hockey/schemas/ScoringShootout.csv b/inputs_redshift/hockey/schemas/ScoringShootout.csv deleted file mode 100644 index 46d2ad4ba7cb1047c9cb31a93040adc41f0467c7..0000000000000000000000000000000000000000 --- a/inputs_redshift/hockey/schemas/ScoringShootout.csv +++ /dev/null @@ -1,8 +0,0 @@ -column_name,column_description -playerid,id number identifying the player -year,year -stint,stint -tmid,team abbreviated name -s,shots -g,goals -gdg,game deciding goals diff --git a/inputs_redshift/hockey/schemas/ScoringSup.csv b/inputs_redshift/hockey/schemas/ScoringSup.csv deleted file mode 100644 index 236b9da08f8fc9dca7c188e4f0f18efd28dd121a..0000000000000000000000000000000000000000 --- a/inputs_redshift/hockey/schemas/ScoringSup.csv +++ /dev/null @@ -1,5 +0,0 @@ -column_name,column_description -playerid,string ID of players -year, -ppa,Power play assists -sha,Shorthanded assists diff --git a/inputs_redshift/hockey/schemas/SeriesPost.csv b/inputs_redshift/hockey/schemas/SeriesPost.csv deleted file mode 100644 index 7c8a22be4166ed07b82d4c0ae7115c6b732e17de..0000000000000000000000000000000000000000 --- a/inputs_redshift/hockey/schemas/SeriesPost.csv +++ /dev/null @@ -1,14 +0,0 @@ -column_name,column_description -year,year -round,round -series,series -tmIDWinner,Team ID of winner -lgIDWinner,League ID of winner -tmIDLoser,Team ID of winner -lgIDLoser,league id of loser -W,wins -L,loses -T,ties -GoalsWinner,goals for winner -GoalsLoser,goals for loser -note,note diff --git a/inputs_redshift/hockey/schemas/TeamSplits.csv b/inputs_redshift/hockey/schemas/TeamSplits.csv deleted file mode 100644 index 50377f646c757e1208cc4e0fc4cbde26872dc744..0000000000000000000000000000000000000000 --- a/inputs_redshift/hockey/schemas/TeamSplits.csv +++ /dev/null @@ -1,31 +0,0 @@ -column_name,column_description -year,year -lgid,league ID number -tmid,team ID -hw,home wins -hl,home loses -ht,home ties -rw,Road wins -rl,Road loses -rt,Road ties -octw,October wins -octl,October loses -octt,October ties -novw,November wins -novl,November loses -novt,November ties -decw,December wins -decl,December loses -dect,December ties -janw,January wins -janl,January loses -jant,January ties -febw,February wins -febl,February loses -febt,February ties -marw,March wins -marl,March loses -mart,March ties -aprw,April wins -aprl,April loses -aprt,April ties diff --git a/inputs_redshift/hockey/schemas/TeamVsTeam.csv b/inputs_redshift/hockey/schemas/TeamVsTeam.csv deleted file mode 100644 index 78d4e9fb470e89b680560ec59e862d24e68ec59b..0000000000000000000000000000000000000000 --- a/inputs_redshift/hockey/schemas/TeamVsTeam.csv +++ /dev/null @@ -1,8 +0,0 @@ -column_name,column_description -year,year -lgid,league ID number -tmid,team ID -oppid,opponent ID -w,wins -l,loses -t,ties diff --git a/inputs_redshift/hockey/schemas/Teams.csv b/inputs_redshift/hockey/schemas/Teams.csv deleted file mode 100644 index ca37a5c670049e544f3f84b03af6134516540389..0000000000000000000000000000000000000000 --- a/inputs_redshift/hockey/schemas/Teams.csv +++ /dev/null @@ -1,28 +0,0 @@ -column_name,column_description -year,year -lgID,league ID number -tmID,team ID -franchID,Franchise ID -confID,Conference ID -divID,Division ID -rank,Final standing -playoff,playoff results -G,games -W,wins -L,loses -T,ties -OTL,Overtime losses -Pts,points -SoW,Shootout wins -SoL,Shootout loses -GF,Goals for -GA,goals against -name,Full team name -PIM,Penalty minutes -BenchMinor,Bench minors (minutes) -PPG,Power play goals -PPC,Power play chances -SHA,Shorthanded goals against -PKG,Power play goals against -PKC,Penalty kill chances -SHF,Shorthanded goals for diff --git a/inputs_redshift/hockey/schemas/TeamsPost.csv b/inputs_redshift/hockey/schemas/TeamsPost.csv deleted file mode 100644 index 0c863a975d4f1293dea8c650521b6bcab898f4d0..0000000000000000000000000000000000000000 --- a/inputs_redshift/hockey/schemas/TeamsPost.csv +++ /dev/null @@ -1,18 +0,0 @@ -column_name,column_description -year,year -lgid,league ID number -tmid,team ID -g,Games -w,wins -l,loses -t,ties -gf,goals for -ga,goals against -pim,penalty minutes -benchminor,Bench minors (minutes) -ppg,Power play goals -ppc,Power play chances -sha,Shorthanded goals against -pkg,Power play goals against -pkc,Penalty kill chances -shf,Shorthanded goals for diff --git a/inputs_redshift/hockey/schemas/TeamsSC.csv b/inputs_redshift/hockey/schemas/TeamsSC.csv deleted file mode 100644 index 57fdb8548ab8cbcf0819c959f150180cd28d3662..0000000000000000000000000000000000000000 --- a/inputs_redshift/hockey/schemas/TeamsSC.csv +++ /dev/null @@ -1,11 +0,0 @@ -column_name,column_description -year,year -lgid,league ID number -tmid,team ID -g,Games -w,wins -l,loses -t,ties -gf,goals for -ga,goals against -pim,penalty minutes diff --git a/inputs_redshift/hockey/schemas/abbrev.csv b/inputs_redshift/hockey/schemas/abbrev.csv deleted file mode 100644 index e9b24c82849bc99242ff205d4f87b7d851314c35..0000000000000000000000000000000000000000 --- a/inputs_redshift/hockey/schemas/abbrev.csv +++ /dev/null @@ -1,4 +0,0 @@ -column_name,column_description -Type,type of hockey games -Code,abbreviated codes -Fullname,full names of code diff --git a/inputs_redshift/hockey/schemas/goalies_shootout.csv b/inputs_redshift/hockey/schemas/goalies_shootout.csv deleted file mode 100644 index 759ec2bb2281229f9bd605a8773dd60b91d73761..0000000000000000000000000000000000000000 --- a/inputs_redshift/hockey/schemas/goalies_shootout.csv +++ /dev/null @@ -1,9 +0,0 @@ -column_name,column_description -playerID, -year,year -stint,stint -tmID,team abbreviated name -W,Wins -L,Loses -SA,Shots against -GA,Goals against diff --git a/inputs_redshift/hockey/schemas/team_half.csv b/inputs_redshift/hockey/schemas/team_half.csv deleted file mode 100644 index 5306c3bb2a6595d062a0e461fa1488cb1181c75e..0000000000000000000000000000000000000000 --- a/inputs_redshift/hockey/schemas/team_half.csv +++ /dev/null @@ -1,12 +0,0 @@ -column_name,column_description -year,year -lgID,league ID number -tmID,team ID -half,First or second half of season -rank,Final standing for the half -G,Games -W,wins -L,loses -T,ties -GF,goals for -GA,goal against diff --git a/inputs_redshift/human_resources/config.yaml b/inputs_redshift/human_resources/config.yaml deleted file mode 100644 index 889c0c5b3f6d87af08d7b01db59c2c9afcdeefc3..0000000000000000000000000000000000000000 --- a/inputs_redshift/human_resources/config.yaml +++ /dev/null @@ -1,45 +0,0 @@ -Airbyte: - config: - files_definition_id: 778daa7c-feaf-4db6-96f3-70fd645acc77 - namespace_definition: destination - postgres_definition_id: decd338e-5647-4c0b-adf4-da0e75f5a750 - s3_definition_id: 69589781-7828-43c5-9f63-8925b1c1ccc2 - server_url: http://airbyte-abctl-control-plane:80/api/public/v1/ - redshift_definition_id: f7a7d195-377f-cf5b-70a5-be6b819019dc -aws_s3: - AWS_ACCESS_KEY_ID: test - AWS_DEFAULT_REGION: us-west-2 - AWS_ENDPOINT_URL: http://elt-localstack:4566 - AWS_SECRET_ACCESS_KEY: test - data: - - path: s3://human-resources-bucket/position.csv - sync_mode: full_refresh_append - table: position -flat_files: -- format: csv - path: https://drive.google.com/uc?export=download&id=17wON2HjWGNaHvh9zw3edOHOAoqgvyq40 - sync_mode: full_refresh_append - table: location -postgres: - config: - database: human_resources - host: elt-postgres - password: testelt - port: 5432 - schema: public - sync_mode: full_refresh_append - tables: - - employee - user: postgres -redshift: - config: - host: - port: - database: - username: - password: - schema: human_resources - s3_bucket_name: - s3_bucket_region: - access_key_id: - secret_access_key: diff --git a/inputs_redshift/human_resources/schemas/employee.csv b/inputs_redshift/human_resources/schemas/employee.csv deleted file mode 100644 index 08e4f1a79e13ba1fdca5c36f93ad7f41cfcc5d16..0000000000000000000000000000000000000000 --- a/inputs_redshift/human_resources/schemas/employee.csv +++ /dev/null @@ -1,10 +0,0 @@ -column_name,column_description -ssn,employee's ssn -lastname,employee's last name -firstname,employee's first name -hiredate,employee's hire date -salary,employee's salary -gender,employee's gender -performance,employee's performance -positionID,the unique id for position -locationID,the unique id for location diff --git a/inputs_redshift/human_resources/schemas/location.csv b/inputs_redshift/human_resources/schemas/location.csv deleted file mode 100644 index fa28308ea2343696733fd9d13d1f52c12af496b1..0000000000000000000000000000000000000000 --- a/inputs_redshift/human_resources/schemas/location.csv +++ /dev/null @@ -1,7 +0,0 @@ -column_name,column_description -locationID,the unique id for location -locationcity,the location city -address,the detailed address of the location -state,the state abbreviation -zipcode,zip code of the location -officephone,the office phone number of the location diff --git a/inputs_redshift/human_resources/schemas/position.csv b/inputs_redshift/human_resources/schemas/position.csv deleted file mode 100644 index 18fc996929e00e125ef311701de748217fa7efaa..0000000000000000000000000000000000000000 --- a/inputs_redshift/human_resources/schemas/position.csv +++ /dev/null @@ -1,6 +0,0 @@ -column_name,column_description -positionID,the unique id for position -positiontitle,the position title -educationrequired,the required education year -minsalary,minimum salary of this position -maxsalary,maximum salary of this position diff --git a/inputs_redshift/ice_hockey_draft/config.yaml b/inputs_redshift/ice_hockey_draft/config.yaml deleted file mode 100644 index f0457191603cf94543ea5ca26ba9029773ab1cc6..0000000000000000000000000000000000000000 --- a/inputs_redshift/ice_hockey_draft/config.yaml +++ /dev/null @@ -1,53 +0,0 @@ -Airbyte: - config: - files_definition_id: 778daa7c-feaf-4db6-96f3-70fd645acc77 - mongodb_definition_id: b2e713cd-cc36-4c0a-b5bd-b47cb8a0561e - namespace_definition: destination - postgres_definition_id: decd338e-5647-4c0b-adf4-da0e75f5a750 - s3_definition_id: 69589781-7828-43c5-9f63-8925b1c1ccc2 - server_url: http://airbyte-abctl-control-plane:80/api/public/v1/ - redshift_definition_id: f7a7d195-377f-cf5b-70a5-be6b819019dc -aws_s3: - AWS_ACCESS_KEY_ID: test - AWS_DEFAULT_REGION: us-west-2 - AWS_ENDPOINT_URL: http://elt-localstack:4566 - AWS_SECRET_ACCESS_KEY: test - data: - - path: s3://ice-hockey-draft-bucket/weight_info.csv - sync_mode: full_refresh_append - table: weight_info -flat_files: -- format: jsonl - path: https://drive.google.com/uc?export=download&id=1gi1cqJg3N199ZGnHpFNG-EpMA0XxfS76 - sync_mode: full_refresh_append - table: height_info -mongodb: - config: - connection_string: mongodb://elt-mongodb:27017/?directConnection=true - database: ice_hockey_draft - sync_mode: full_refresh_append - tables: - - PlayerInfo -postgres: - config: - database: ice_hockey_draft - host: elt-postgres - password: testelt - port: 5432 - schema: public - sync_mode: full_refresh_append - tables: - - seasonstatus - user: postgres -redshift: - config: - host: - port: - database: - username: - password: - schema: ice_hockey_draft - s3_bucket_name: - s3_bucket_region: - access_key_id: - secret_access_key: diff --git a/inputs_redshift/ice_hockey_draft/data_model.yaml b/inputs_redshift/ice_hockey_draft/data_model.yaml deleted file mode 100644 index 803285e72b28c124ae55cb2151e880b87bafaa9d..0000000000000000000000000000000000000000 --- a/inputs_redshift/ice_hockey_draft/data_model.yaml +++ /dev/null @@ -1,21 +0,0 @@ -models: - - name: players - description: Each record represents a player - columns: - - name: elite_id - description: Unique identifier for the player - - name: player_name - description: Name of the player - - name: player_height_in_cm - description: Height of the player in cm - - name: num_games_played - description: Number of games played by the player, replace NULL values with 0. - - name: diff_goals_bewteen_Rs_and_Pf - description: The difference in the number of goals the player scored during the regular season versus the playoffs, calculated as regular season minus playoffs. Leave it as NULL if any data is missing. - - name: total_penalty_minutes_season_1997_1998 - description: Total penalty minutes for the player during the 1997-1998 season, replace NULL values with 0. - - name: num_goals_for_Rimouski_Oceanic_in_playoff - description: Number of goals scored by the player for the Rimouski Oceanic during the playoffs, replace NULL values with 0. - - name: player_BMI - description: Body Mass Index of the player - \ No newline at end of file diff --git a/inputs_redshift/ice_hockey_draft/schemas/PlayerInfo.csv b/inputs_redshift/ice_hockey_draft/schemas/PlayerInfo.csv deleted file mode 100644 index 60aa86b4e796a79c7d737f3cdb4bd62f455ca436..0000000000000000000000000000000000000000 --- a/inputs_redshift/ice_hockey_draft/schemas/PlayerInfo.csv +++ /dev/null @@ -1,21 +0,0 @@ -column_name,column_description -ELITEID,the unique number identifying the players who attended the draft -PlayerName,the name of the player -birthdate,the birthdate of the player -birthyear,the birth year of the player -birthmonth,the birth month of the player -birthday,the birthday of the player -birthplace,the player of the birthplace -nation,the nation of the player -height,the id number identifying heights -weight,the id number identifying weights -position_info,position information of the player -shoots, -draftyear,draft year -draftround,draft round -overall,overall orders of draft picks -overallby,drafted by which team -CSS_rank,Central Scouting Service ranking -sum_7yr_GP,Total NHL games played in player’s first 7 years of NHL career -sum_7yr_TOI,Total NHL Time on Ice in player’s first 7 years of NHL career -GP_greater_than_0,Played a game or not in player’s first 7 years of NHL career diff --git a/inputs_redshift/ice_hockey_draft/schemas/SeasonStatus.csv b/inputs_redshift/ice_hockey_draft/schemas/SeasonStatus.csv deleted file mode 100644 index 995f56338e15c49b5444f51ab54cac85153c6d1c..0000000000000000000000000000000000000000 --- a/inputs_redshift/ice_hockey_draft/schemas/SeasonStatus.csv +++ /dev/null @@ -1,12 +0,0 @@ -column_name,column_description -ELITEID,the id number of the players -SEASON,season when players are playing -TEAM,which team the player belong to -LEAGUE,league -GAMETYPE,type of games -GP,number of games -G,Goals in Draft Year -A,Assists in Draft Year -P,Points in Draft Year -PIM,Penalty Minutes in Draft Year -PLUSMINUS,Goal Differential in Draft Year diff --git a/inputs_redshift/ice_hockey_draft/schemas/height_info.csv b/inputs_redshift/ice_hockey_draft/schemas/height_info.csv deleted file mode 100644 index 29d30c6cc6cdc68a0d3823f0bfdd9a47417dda06..0000000000000000000000000000000000000000 --- a/inputs_redshift/ice_hockey_draft/schemas/height_info.csv +++ /dev/null @@ -1,4 +0,0 @@ -column_name,column_description -height_id,the unique height id -height_in_cm,height in cm -height_in_inch,height in inch diff --git a/inputs_redshift/ice_hockey_draft/schemas/weight_info.csv b/inputs_redshift/ice_hockey_draft/schemas/weight_info.csv deleted file mode 100644 index b80890a884306df0246bafd476bfa0a183c04506..0000000000000000000000000000000000000000 --- a/inputs_redshift/ice_hockey_draft/schemas/weight_info.csv +++ /dev/null @@ -1,4 +0,0 @@ -column_name,column_description -weight_id,the unique weight id -weight_in_kg,weight in kg -weight_in_lbs,weight in lbs diff --git a/inputs_redshift/image_and_language/config.yaml b/inputs_redshift/image_and_language/config.yaml deleted file mode 100644 index ce3d2e600397fe696b185725d47126d5add850fa..0000000000000000000000000000000000000000 --- a/inputs_redshift/image_and_language/config.yaml +++ /dev/null @@ -1,60 +0,0 @@ -Airbyte: - config: - files_definition_id: 778daa7c-feaf-4db6-96f3-70fd645acc77 - mongodb_definition_id: b2e713cd-cc36-4c0a-b5bd-b47cb8a0561e - namespace_definition: destination - postgres_definition_id: decd338e-5647-4c0b-adf4-da0e75f5a750 - s3_definition_id: 69589781-7828-43c5-9f63-8925b1c1ccc2 - server_url: http://airbyte-abctl-control-plane:80/api/public/v1/ - redshift_definition_id: f7a7d195-377f-cf5b-70a5-be6b819019dc -aws_s3: - AWS_ACCESS_KEY_ID: test - AWS_DEFAULT_REGION: us-west-2 - AWS_ENDPOINT_URL: http://elt-localstack:4566 - AWS_SECRET_ACCESS_KEY: test - data: - - path: s3://image-and-language-bucket/ATT_CLASSES.jsonl - sync_mode: full_refresh_append - table: ATT_CLASSES -custom_api: - config: - configuration: {} - sync_mode: full_refresh_append - tables: - - PRED_CLASSES -flat_files: -- format: csv - path: https://drive.google.com/uc?export=download&id=1WZ2fuG-9D1SMIWGxaam2n9TqP8fO1YFB - sync_mode: full_refresh_append - table: OBJ_CLASSES -mongodb: - config: - connection_string: mongodb://elt-mongodb:27017/?directConnection=true - database: image_and_language - sync_mode: full_refresh_append - tables: - - IMG_OBJ_ATT -postgres: - config: - database: image_and_language - host: elt-postgres - password: testelt - port: 5432 - schema: public - sync_mode: full_refresh_append - tables: - - img_obj - - img_rel - user: postgres -redshift: - config: - host: - port: - database: - username: - password: - schema: image_and_language - s3_bucket_name: - s3_bucket_region: - access_key_id: - secret_access_key: diff --git a/inputs_redshift/image_and_language/data_model.yaml b/inputs_redshift/image_and_language/data_model.yaml deleted file mode 100644 index 7042b6b8e9bc96a80b7cffec59d70410935e8480..0000000000000000000000000000000000000000 --- a/inputs_redshift/image_and_language/data_model.yaml +++ /dev/null @@ -1,18 +0,0 @@ -models: - - name: images - description: Each record represents an image - columns: - - name: img_id - description: Unique identifier for the image - - name: num_object_samples - description: Number of object samples in the image, replace NULL values with 0. - - name: has_at_least_one_object_sample_with_class_man - description: set to 1 if the image has at least one object sample in the class of "man",otherwise, set to 0 - - name: avg_height_of_objects - description: Average height of the objects in the image - - name: num_self_relations - description: the number of self-relations between the object samples in the image, replace NULL values with 0. - - name: has_at_least_five_black_classes - description: set to 1 if the image has at least five object samples whose attribute class is 'black', otherwise, set to 0 - - \ No newline at end of file diff --git a/inputs_redshift/image_and_language/schemas/ATT_CLASSES.csv b/inputs_redshift/image_and_language/schemas/ATT_CLASSES.csv deleted file mode 100644 index 4f36fbc1c9b2bd04240a49453baf230dffc7c397..0000000000000000000000000000000000000000 --- a/inputs_redshift/image_and_language/schemas/ATT_CLASSES.csv +++ /dev/null @@ -1,3 +0,0 @@ -column_name,column_description -ATT_CLASS_ID,the unique attribute class ids -ATT_CLASS,the corresponding classes for attributes diff --git a/inputs_redshift/image_and_language/schemas/IMG_OBJ.csv b/inputs_redshift/image_and_language/schemas/IMG_OBJ.csv deleted file mode 100644 index 79d415163379d494989f1a26e15905987daa46b8..0000000000000000000000000000000000000000 --- a/inputs_redshift/image_and_language/schemas/IMG_OBJ.csv +++ /dev/null @@ -1,8 +0,0 @@ -column_name,column_description -IMG_ID,the id representing images -OBJ_SAMPLE_ID,the id of the object sample -OBJ_CLASS_ID,the id indicating class of the objects -X,x coordinate -Y,y coordinate -W,width of the bounding box of the object -H,height of the bounding box of the object diff --git a/inputs_redshift/image_and_language/schemas/IMG_OBJ_ATT.csv b/inputs_redshift/image_and_language/schemas/IMG_OBJ_ATT.csv deleted file mode 100644 index e34ed5a1814d7fe4e44ac13c5246c78aa459cfe5..0000000000000000000000000000000000000000 --- a/inputs_redshift/image_and_language/schemas/IMG_OBJ_ATT.csv +++ /dev/null @@ -1,4 +0,0 @@ -column_name,column_description -IMG_ID,id number of each image -ATT_CLASS_ID,attribute class number for image -OBJ_SAMPLE_ID,object sample id diff --git a/inputs_redshift/image_and_language/schemas/IMG_REL.csv b/inputs_redshift/image_and_language/schemas/IMG_REL.csv deleted file mode 100644 index 0625bb0f93bc20d852be480f8d8a6fb985e59a3e..0000000000000000000000000000000000000000 --- a/inputs_redshift/image_and_language/schemas/IMG_REL.csv +++ /dev/null @@ -1,5 +0,0 @@ -column_name,column_description -IMG_ID,the image id -PRED_CLASS_ID,the prediction relationship class between objects -OBJ1_SAMPLE_ID,the sample id of the first object -OBJ2_SAMPLE_ID,the sample id of the second object diff --git a/inputs_redshift/image_and_language/schemas/OBJ_CLASSES.csv b/inputs_redshift/image_and_language/schemas/OBJ_CLASSES.csv deleted file mode 100644 index 7d808a4eeca8ef48ce59098f013683d56024e8c8..0000000000000000000000000000000000000000 --- a/inputs_redshift/image_and_language/schemas/OBJ_CLASSES.csv +++ /dev/null @@ -1,3 +0,0 @@ -column_name,column_description -OBJ_CLASS_ID,unique id number identifying object classes -OBJ_CLASS,the explanation about object classes diff --git a/inputs_redshift/image_and_language/schemas/PRED_CLASSES.csv b/inputs_redshift/image_and_language/schemas/PRED_CLASSES.csv deleted file mode 100644 index 642012333ba6eb4103b8df6050ada49b415dc4e8..0000000000000000000000000000000000000000 --- a/inputs_redshift/image_and_language/schemas/PRED_CLASSES.csv +++ /dev/null @@ -1,3 +0,0 @@ -column_name,column_description -pred_class_id,the unique prediction id for the class -pred_class,the caption for the prediction class id diff --git a/inputs_redshift/instagram_business/config.yaml b/inputs_redshift/instagram_business/config.yaml deleted file mode 100644 index fe74bc2b9a12739fca88450ab98e471982bcc563..0000000000000000000000000000000000000000 --- a/inputs_redshift/instagram_business/config.yaml +++ /dev/null @@ -1,41 +0,0 @@ -Airbyte: - config: - files_definition_id: 778daa7c-feaf-4db6-96f3-70fd645acc77 - namespace_definition: destination - postgres_definition_id: decd338e-5647-4c0b-adf4-da0e75f5a750 - server_url: http://airbyte-abctl-control-plane:80/api/public/v1/ - redshift_definition_id: f7a7d195-377f-cf5b-70a5-be6b819019dc -custom_api: - config: - configuration: {} - sync_mode: full_refresh_append - tables: - - media_history -flat_files: -- format: csv - path: https://drive.google.com/uc?export=download&id=1Wxl9EvsVE9x1fGMci9XGm8Zy5spZy6tZ - sync_mode: full_refresh_append - table: user_history -postgres: - config: - database: instagram_business - host: elt-postgres - password: testelt - port: 5432 - schema: public - sync_mode: full_refresh_append - tables: - - media_insights - user: postgres -redshift: - config: - host: - port: - database: - username: - password: - schema: instagram_business - s3_bucket_name: - s3_bucket_region: - access_key_id: - secret_access_key: diff --git a/inputs_redshift/instagram_business/data_model.yaml b/inputs_redshift/instagram_business/data_model.yaml deleted file mode 100644 index fef3f7c85e2485934142cdb388e4fc4d6c1b7df1..0000000000000000000000000000000000000000 --- a/inputs_redshift/instagram_business/data_model.yaml +++ /dev/null @@ -1,51 +0,0 @@ -models: - - name: instagram_business__posts - description: Each record represents the daily performance of a post or story. Use the most recent version of the user and post to ensure the most up-to-date data. - columns: - - name: account_name - description: The name of this user. - - name: user_id - description: The ID of this user. - - name: created_timestamp - description: The timestamp this post or story was created - format: YYYY-MM-DD HH:MM:SS - - name: post_id - description: The media ID of this post or story - - name: is_comment_enabled - description: Whether comments are enabled for this post or story - - name: is_story - description: Whether this is a story - - name: media_type - description: Media type. Can be CAROUSEL_ALBUM, IMAGE, or VIDEO. - - name: media_url - description: Media URL. Will be omitted from responses if the media contains copyrighted material, or has been flagged for a copyright violation. - - name: permanent_url - description: Permanent URL to the media. - - name: shortcode - description: Shortcode to the media. - - name: username - description: Username of user who created the media. - - name: comment_count - description: Total number of comments on the IG Media object. - - name: like_count - description: Total number of likes on the IG Media object. - - name: video_photo_engagement - description: Total number of likes and IG Comments on the video IG Media object. - - name: video_photo_impressions - description: Total number of times the video IG Media object has been seen. - - name: video_photo_reach - description: Total number of unique Instagram accounts that have seen the video IG Media object. - - name: video_photo_saved - description: Total number of unique Instagram accounts that have saved the video IG Media object. - - name: reel_comments - description: Total number of comments on the reel IG Media object. - - name: reel_likes - description: Total number of likes on the reel IG Media object. - - name: reel_plays - description: Total number of times the reel IG Media object has been played. - - name: reel_reach - description: Total number of unique Instagram accounts that have seen the reel IG Media object. - - name: reel_shares - description: Total number of times the reel IG Media object has been shared. - - name: reel_total_interactions - description: Total number of interactions the reel IG Media object had. \ No newline at end of file diff --git a/inputs_redshift/instagram_business/schemas/media_history.csv b/inputs_redshift/instagram_business/schemas/media_history.csv deleted file mode 100644 index 54117d6dfd21fa4ab58867fc1fabf39f925f2c01..0000000000000000000000000000000000000000 --- a/inputs_redshift/instagram_business/schemas/media_history.csv +++ /dev/null @@ -1,17 +0,0 @@ -column_name,column_description -_fivetran_id,Fivetran's internal ID for this record -_fivetran_synced,When this record was last synced with Fivetran -caption,The caption of the post or story -carousel_album_id,The ID of the carousel album this post or story belongs to -created_time,The timestamp this post or story was created -id,The media ID of this post or story -ig_id,The Instagram media ID of this post or story -is_comment_enabled,Whether comments are enabled for this post or story -is_story,Whether this is a story -media_type,"Media type. Can be CAROUSEL_ALBUM, IMAGE, or VIDEO." -media_url,"Media URL. Will be omitted from responses if the media contains copyrighted material, or has been flagged for a copyright violation." -permalink,Permanent URL to the media. -shortcode,Shortcode to the media. -thumbnail_url,Media thumbnail URL. Only available on VIDEO media. -user_id,ID of the user who posted this post or story -username,Username of user who created the media. diff --git a/inputs_redshift/instagram_business/schemas/media_insights.csv b/inputs_redshift/instagram_business/schemas/media_insights.csv deleted file mode 100644 index c374da9fa95985f5686bdf17c2c5c921defa02a7..0000000000000000000000000000000000000000 --- a/inputs_redshift/instagram_business/schemas/media_insights.csv +++ /dev/null @@ -1,28 +0,0 @@ -column_name,column_description -_fivetran_id,Fivetran's internal ID for this record -_fivetran_synced,When this record was last synced with Fivetran -carousel_album_engagement,Total number of likes and IG Comments on the album IG Media object. -carousel_album_impressions,Total number of times the album IG Media object has been seen -carousel_album_reach,Total number of unique Instagram accounts that have seen the album IG Media object. -carousel_album_saved,Total number of unique Instagram accounts that have saved the album IG Media object. -carousel_album_video_views,Total number of unique Instagram accounts that have viewed video IG Media within the album. -comment_count,Total number of comments on the IG Media object. -id,The media ID of this post or story -like_count,Total number of likes on the IG Media object. -story_exits,Number of times someone exited the story IG Media object. -story_impressions,Total number of times the story IG Media object has been seen. -story_reach,Total number of unique Instagram accounts that have seen the story IG Media object. -story_replies,Total number of replies to the story IG Media object. -story_taps_back,Total number of taps to see this story IG Media object's next photo or video. -story_taps_forward,Total number of taps to see this story IG Media object's previous photo or video. -video_photo_engagement,Total number of likes and IG Comments on the video IG Media object. -video_photo_impressions,Total number of times the video IG Media object has been seen. -video_photo_reach,Total number of unique Instagram accounts that have seen the video IG Media object. -video_photo_saved,Total number of unique Instagram accounts that have saved the video IG Media object. -video_views,Total number of times the video IG Media object has been viewed. -reel_comments,Total number of comments on the reel IG Media object. -reel_likes,Total number of likes on the reel IG Media object. -reel_plays,Total number of times the reel IG Media object has been played. -reel_reach,Total number of unique Instagram accounts that have seen the reel IG Media object. -reel_shares,Total number of times the reel IG Media object has been shared. -reel_total_interactions,Total number of interactions the reel IG Media object had. diff --git a/inputs_redshift/instagram_business/schemas/user_history.csv b/inputs_redshift/instagram_business/schemas/user_history.csv deleted file mode 100644 index 314e27f69ab4ed62461cfce9fe56c0c5c2b4fa2c..0000000000000000000000000000000000000000 --- a/inputs_redshift/instagram_business/schemas/user_history.csv +++ /dev/null @@ -1,11 +0,0 @@ -column_name,column_description -_fivetran_id,Fivetran's internal ID for this record -_fivetran_synced,When this record was last synced with Fivetran -followers_count,Total number of followers of this user. -follows_count,Total number of users this user follows. -id,The user ID of this user. -ig_id,The Instagram user ID of this user. -media_count,Total number of media this user has posted. -name,The name of this user. -username,The username of this user. -website,The website linked in the profile of this user. diff --git a/inputs_redshift/language_corpus/config.yaml b/inputs_redshift/language_corpus/config.yaml deleted file mode 100644 index 9accaa21f0945a38928af89b69208d447e19b34f..0000000000000000000000000000000000000000 --- a/inputs_redshift/language_corpus/config.yaml +++ /dev/null @@ -1,60 +0,0 @@ -Airbyte: - config: - files_definition_id: 778daa7c-feaf-4db6-96f3-70fd645acc77 - mongodb_definition_id: b2e713cd-cc36-4c0a-b5bd-b47cb8a0561e - namespace_definition: destination - postgres_definition_id: decd338e-5647-4c0b-adf4-da0e75f5a750 - s3_definition_id: 69589781-7828-43c5-9f63-8925b1c1ccc2 - server_url: http://airbyte-abctl-control-plane:80/api/public/v1/ - redshift_definition_id: f7a7d195-377f-cf5b-70a5-be6b819019dc -aws_s3: - AWS_ACCESS_KEY_ID: test - AWS_DEFAULT_REGION: us-west-2 - AWS_ENDPOINT_URL: http://elt-localstack:4566 - AWS_SECRET_ACCESS_KEY: test - data: - - path: s3://language-corpus-bucket/words.csv - sync_mode: full_refresh_append - table: words -custom_api: - config: - configuration: {} - sync_mode: full_refresh_append - tables: - - langs_words -flat_files: -- format: jsonl - path: https://drive.google.com/uc?export=download&id=1dacx5CmvKq647mNCG8h3xVCt6fx8Te-2 - sync_mode: full_refresh_append - table: langs -mongodb: - config: - connection_string: mongodb://elt-mongodb:27017/?directConnection=true - database: language_corpus - sync_mode: full_refresh_append - tables: - - pages -postgres: - config: - database: language_corpus - host: elt-postgres - password: testelt - port: 5432 - schema: public - sync_mode: full_refresh_append - tables: - - biwords - - pages_words - user: postgres -redshift: - config: - host: - port: - database: - username: - password: - schema: language_corpus - s3_bucket_name: - s3_bucket_region: - access_key_id: - secret_access_key: diff --git a/inputs_redshift/language_corpus/data_model.yaml b/inputs_redshift/language_corpus/data_model.yaml deleted file mode 100644 index ab34b726c1596499d3f184e2caead9a68cf2c30e..0000000000000000000000000000000000000000 --- a/inputs_redshift/language_corpus/data_model.yaml +++ /dev/null @@ -1,20 +0,0 @@ -models: - - name: language_corpus__words - description: Each record represents a word - columns: - - name: word_id - description: The unique identifier of the word - - name: word - description: The word - - name: occurrences - description: The number of occurrences of the word - - name: num_biword - description: The number of biwords that contain the word, replace NULL values with 0. - - name: percentage_occurrence_Art_higher_Astronomia - description: The percentage difference in the word’s occurrence rate on the page titled “Art” relative to "Astronomia", calculated as (occurrences in Art - occurrences in Astronomia) / occurrences in Astronomia * 100. Leave NULL if the word does not appear on the page titled "Art" or "Astronomia". - - name: same_word_appears_in_a_pair - description: set to 1 if the word appears more than once in a pair, otherwise, set to 0. Appears in a pair refers to w1st is the same as w2nd in the biword table. - - name: repetition_more_than_16000 - description: set to 1 if the word appears more than 16000 times, otherwise, set to 0 - - name: avg_occurrence_per_page - description: the average occurrence of the word on each Wikipedia page that has this word. Replace NULL values with 0. diff --git a/inputs_redshift/language_corpus/schemas/biwords.csv b/inputs_redshift/language_corpus/schemas/biwords.csv deleted file mode 100644 index be845d120ad4921902ddbad20801538b2e5c94fa..0000000000000000000000000000000000000000 --- a/inputs_redshift/language_corpus/schemas/biwords.csv +++ /dev/null @@ -1,5 +0,0 @@ -column_name,column_description -lid,language id -w1st,The word id of the first word of the biwords pair. -w2nd,The word id of the second word of the biwords pair. -occurrences,times of this pair appears in this language/page diff --git a/inputs_redshift/language_corpus/schemas/langs.csv b/inputs_redshift/language_corpus/schemas/langs.csv deleted file mode 100644 index f4ac258647ff63f62904e49a6fa500aae72a570b..0000000000000000000000000000000000000000 --- a/inputs_redshift/language_corpus/schemas/langs.csv +++ /dev/null @@ -1,6 +0,0 @@ -column_name,column_description -lid,language id -lang,language name -locale,The locale of the language -pages,total pages of Wikipedia in this language -words,total number of words in this pages diff --git a/inputs_redshift/language_corpus/schemas/langs_words.csv b/inputs_redshift/language_corpus/schemas/langs_words.csv deleted file mode 100644 index dc48df3b5d4d731a0a29c63cd9282468fe5925b8..0000000000000000000000000000000000000000 --- a/inputs_redshift/language_corpus/schemas/langs_words.csv +++ /dev/null @@ -1,4 +0,0 @@ -column_name,column_description -lid,language id -wid,The word id of the Catalan language -occurrences,repetitions of this word in this language diff --git a/inputs_redshift/language_corpus/schemas/pages.csv b/inputs_redshift/language_corpus/schemas/pages.csv deleted file mode 100644 index 20ae1ac503b3f21d8d1877f1620cc2583bc22229..0000000000000000000000000000000000000000 --- a/inputs_redshift/language_corpus/schemas/pages.csv +++ /dev/null @@ -1,7 +0,0 @@ -column_name,column_description -pid,page id of Wikipedia about Catalan language -lid,language id -page,wikipedia page id -revision,wikipedia revision page id -title,The title of this Catalan language Wikipedia page -words,number of different words in this page diff --git a/inputs_redshift/language_corpus/schemas/pages_words.csv b/inputs_redshift/language_corpus/schemas/pages_words.csv deleted file mode 100644 index 3db18f072877b37d5c787b5146487a0cf5a3390d..0000000000000000000000000000000000000000 --- a/inputs_redshift/language_corpus/schemas/pages_words.csv +++ /dev/null @@ -1,4 +0,0 @@ -column_name,column_description -pid,page id of Wikipedia about Catalan language -wid,The word id of the Catalan language -occurrences,times of this word appears into this page diff --git a/inputs_redshift/language_corpus/schemas/words.csv b/inputs_redshift/language_corpus/schemas/words.csv deleted file mode 100644 index 87838efc840b83245179e11af43bb68d8b640680..0000000000000000000000000000000000000000 --- a/inputs_redshift/language_corpus/schemas/words.csv +++ /dev/null @@ -1,4 +0,0 @@ -column_name,column_description -wid,The word id of the Catalan language -word,The word itself -occurrences,The occurrences of the specific word diff --git a/inputs_redshift/law_episode/config.yaml b/inputs_redshift/law_episode/config.yaml deleted file mode 100644 index 515a1d3f0430f6a9b797dacb55b778b3fd90e282..0000000000000000000000000000000000000000 --- a/inputs_redshift/law_episode/config.yaml +++ /dev/null @@ -1,60 +0,0 @@ -Airbyte: - config: - files_definition_id: 778daa7c-feaf-4db6-96f3-70fd645acc77 - mongodb_definition_id: b2e713cd-cc36-4c0a-b5bd-b47cb8a0561e - namespace_definition: destination - postgres_definition_id: decd338e-5647-4c0b-adf4-da0e75f5a750 - s3_definition_id: 69589781-7828-43c5-9f63-8925b1c1ccc2 - server_url: http://airbyte-abctl-control-plane:80/api/public/v1/ - redshift_definition_id: f7a7d195-377f-cf5b-70a5-be6b819019dc -aws_s3: - AWS_ACCESS_KEY_ID: test - AWS_DEFAULT_REGION: us-west-2 - AWS_ENDPOINT_URL: http://elt-localstack:4566 - AWS_SECRET_ACCESS_KEY: test - data: - - path: s3://law-episode-bucket/Keyword.csv - sync_mode: full_refresh_append - table: Keyword -custom_api: - config: - configuration: {} - sync_mode: full_refresh_append - tables: - - Vote -flat_files: -- format: jsonl - path: https://drive.google.com/uc?export=download&id=1JVefpho9YI-FCgwJgIXhSlxQI2PIy-uF - sync_mode: full_refresh_append - table: Award -mongodb: - config: - connection_string: mongodb://elt-mongodb:27017/?directConnection=true - database: law_episode - sync_mode: full_refresh_append - tables: - - Episode - - Person -postgres: - config: - database: law_episode - host: elt-postgres - password: testelt - port: 5432 - schema: public - sync_mode: full_refresh_append - tables: - - credit - user: postgres -redshift: - config: - host: - port: - database: - username: - password: - schema: law_episode - s3_bucket_name: - s3_bucket_region: - access_key_id: - secret_access_key: diff --git a/inputs_redshift/law_episode/schemas/Award.csv b/inputs_redshift/law_episode/schemas/Award.csv deleted file mode 100644 index c9259f058e281501dbf0b08ae31bdd9ad7b7ff7d..0000000000000000000000000000000000000000 --- a/inputs_redshift/law_episode/schemas/Award.csv +++ /dev/null @@ -1,11 +0,0 @@ -column_name,column_description -award_id,the unique identifier for the award nomination -organization,the name of the organization that grants the award -year,the year of the nomination for the award -award_category,the class of the award -award,the specific award -series,the name of the Law & Order series that has been nominated -episode_id,the id of the episode that has been nominated -person_id,the id of the person that has been nominated -role,the role that has been nominated -result,the nomination result diff --git a/inputs_redshift/law_episode/schemas/Credit.csv b/inputs_redshift/law_episode/schemas/Credit.csv deleted file mode 100644 index 5fd21b9d3445ffe316a9cb8a028c79644af27753..0000000000000000000000000000000000000000 --- a/inputs_redshift/law_episode/schemas/Credit.csv +++ /dev/null @@ -1,6 +0,0 @@ -column_name,column_description -episode_id,the id of the episode to which the credit information pertains -person_id,the id of the person to which the credit information pertains -category,the kind of credit being recognized -role,the role for which the person is being recognized -credited,whether the credit was displayed in the credits at the end of the episode diff --git a/inputs_redshift/law_episode/schemas/Episode.csv b/inputs_redshift/law_episode/schemas/Episode.csv deleted file mode 100644 index fbc8cdc6a1e256f71c91924b10bf86880f036808..0000000000000000000000000000000000000000 --- a/inputs_redshift/law_episode/schemas/Episode.csv +++ /dev/null @@ -1,12 +0,0 @@ -column_name,column_description -episode_id,the unique identifier of the episode -series,the name of the series -season,a number indicating the season of the episode -episode,the sequential number of the episode within a specific season -number_in_series,the overall sequence number of episode in the entire series -title,the title of the episode -summary,a brief description of what happens in the episode -air_date,the date the episode was initially broadcast in the United States -episode_image,a link to an image from the episode -rating,the weighted average of the votes received for the episode -votes,the total number of rating votes for the episode diff --git a/inputs_redshift/law_episode/schemas/Keyword.csv b/inputs_redshift/law_episode/schemas/Keyword.csv deleted file mode 100644 index c2fb57255a7c32a76bf70d3bd12183dc2a2344ef..0000000000000000000000000000000000000000 --- a/inputs_redshift/law_episode/schemas/Keyword.csv +++ /dev/null @@ -1,3 +0,0 @@ -column_name,column_description -episode_id,the id of the episode -keyword,the keyword that is relevant for the episode diff --git a/inputs_redshift/law_episode/schemas/Person.csv b/inputs_redshift/law_episode/schemas/Person.csv deleted file mode 100644 index 1ae35caf39388fc74a10daf84e82db35afcba090..0000000000000000000000000000000000000000 --- a/inputs_redshift/law_episode/schemas/Person.csv +++ /dev/null @@ -1,10 +0,0 @@ -column_name,column_description -person_id,the unique identifier for the person -name,the name of the person -birthdate,the date the person was born -birth_name,the name parents gave to the person shortly after birth -birth_place,the place where a person was born. -birth_region,the geographical area describing where a person was born that is larger than the birth place -birth_country,the name of the country where the person was born -height_meters,how tall the person is in meters -nickname,the nickname the person goes by diff --git a/inputs_redshift/law_episode/schemas/Vote.csv b/inputs_redshift/law_episode/schemas/Vote.csv deleted file mode 100644 index 8b2bd90b524cb290bdbe3fe36dacc78739424ca0..0000000000000000000000000000000000000000 --- a/inputs_redshift/law_episode/schemas/Vote.csv +++ /dev/null @@ -1,5 +0,0 @@ -column_name,column_description -episode_id,the id of the episode -stars,a number between 1 and 10 indicating how much the viewer enjoyed the episode -votes,"The total number of viewers that gave the specific episode the number of stars indicated in the ""stars"" column" -percent,"The percent of viewers that gave the specific episode the number of stars indicated in the ""stars"" column" diff --git a/inputs_redshift/legislator/config.yaml b/inputs_redshift/legislator/config.yaml deleted file mode 100644 index 51e9af28e41b84dcdd78b07a0deacaee49353e21..0000000000000000000000000000000000000000 --- a/inputs_redshift/legislator/config.yaml +++ /dev/null @@ -1,59 +0,0 @@ -Airbyte: - config: - files_definition_id: 778daa7c-feaf-4db6-96f3-70fd645acc77 - mongodb_definition_id: b2e713cd-cc36-4c0a-b5bd-b47cb8a0561e - namespace_definition: destination - postgres_definition_id: decd338e-5647-4c0b-adf4-da0e75f5a750 - s3_definition_id: 69589781-7828-43c5-9f63-8925b1c1ccc2 - server_url: http://airbyte-abctl-control-plane:80/api/public/v1/ - redshift_definition_id: f7a7d195-377f-cf5b-70a5-be6b819019dc -aws_s3: - AWS_ACCESS_KEY_ID: test - AWS_DEFAULT_REGION: us-west-2 - AWS_ENDPOINT_URL: http://elt-localstack:4566 - AWS_SECRET_ACCESS_KEY: test - data: - - path: s3://legislator-bucket/historical_terms.jsonl - sync_mode: full_refresh_append - table: historical_terms -custom_api: - config: - configuration: {} - sync_mode: full_refresh_append - tables: - - social_media -flat_files: -- format: jsonl - path: https://drive.google.com/uc?export=download&id=1v6NXZFsQ3wU3voduCa7u6K2smW5stnXb - sync_mode: full_refresh_append - table: historical -mongodb: - config: - connection_string: mongodb://elt-mongodb:27017/?directConnection=true - database: legislator - sync_mode: full_refresh_append - tables: - - current_terms -postgres: - config: - database: legislator - host: elt-postgres - password: testelt - port: 5432 - schema: public - sync_mode: full_refresh_append - tables: - - legislator_current - user: postgres -redshift: - config: - host: - port: - database: - username: - password: - schema: legislator - s3_bucket_name: - s3_bucket_region: - access_key_id: - secret_access_key: diff --git a/inputs_redshift/legislator/data_model.yaml b/inputs_redshift/legislator/data_model.yaml deleted file mode 100644 index 67bc65671cc63198b898491fcfcb4f86ad3c335e..0000000000000000000000000000000000000000 --- a/inputs_redshift/legislator/data_model.yaml +++ /dev/null @@ -1,20 +0,0 @@ -models: - - name: current_legislators - description: Each record represents a current legislator. - columns: - - name: bioguide_id - description: The unique identifier of the legislator. - - name: gender_bio - description: The gender of the legislator. - - name: full_name - description: The official full name of the legislator - - name: num_served_terms - description: The number of terms the current legislator has served, replace NULL values with 0. - - name: has_served_in_Maine - description: Set to 1 if the current legislator has served in Maine, 0 otherwise. - - name: is_male_but_is_not_senator - description: Set to 1 if the current legislator is male but is not a senator, 0 otherwise. - - name: is_Jewish_but_does_not_have_facebook - description: Set to 1 if the current legislator is Jewish but does not have a Facebook account, 0 otherwise. - - name: has_a_nickname - description: Set to 1 if the current legislator has a nickname, 0 otherwise. \ No newline at end of file diff --git a/inputs_redshift/legislator/schemas/current_terms.csv b/inputs_redshift/legislator/schemas/current_terms.csv deleted file mode 100644 index 729a77ae2abce97af355257d366420441ab27b4f..0000000000000000000000000000000000000000 --- a/inputs_redshift/legislator/schemas/current_terms.csv +++ /dev/null @@ -1,24 +0,0 @@ -column_name,column_description -address,the address of this legislator -bioguide,The alphanumeric ID for this legislator -caucus,caucus -chamber,chamber -class,class -contact_form,The website URL of the contact page on the legislator's official website -district,district -end,the end of the term -fax,"The fax number of the legislator's Washington, D.C. office" -last,the last known number -name, -office,office -party,The political party of the legislator. -party_affiliations,This field is present if the legislator changed party or caucus affiliation during the term. -phone,"The phone number of the legislator's Washington, D.C. office" -relation, -rss_url,The URL to the official website's RSS feed -start,"The date legislative service began: the date the legislator was sworn in, if known, or else the beginning of the legislator's term. " -state,state code -state_rank,"whether they are the ""junior"" or ""senior"" senator" -title,title of the legislator -type,The type of the term. -url,The official website URL of the legislator diff --git a/inputs_redshift/legislator/schemas/historical.csv b/inputs_redshift/legislator/schemas/historical.csv deleted file mode 100644 index 336ce09f37b1ceec854178191c052383a5b05bd6..0000000000000000000000000000000000000000 --- a/inputs_redshift/legislator/schemas/historical.csv +++ /dev/null @@ -1,27 +0,0 @@ -column_name,column_description -ballotpedia_id,"The ballotpedia.org page name for the person (spaces are given as spaces, not underscores)." -bioguide_previous_id,The previous alphanumeric ID for this legislator -bioguide_id,The alphanumeric ID for this legislator -birthday_bio,"The legislator's birthday," -cspan_id,"The numeric ID for this legislator on C-SPAN's video website," -fec_id, A list of IDs for this legislator in Federal Election Commission data. -first_name,first name of the legislator -gender_bio,gender of the legislator -google_entity_id_id,google entity id -govtrack_id,The numeric ID for this legislator on GovTrack.us -house_history_alternate_id,The alternative numeric ID for this legislator -house_history_id,The numeric ID for this legislator on http://history.house.gov/People/Search/ -icpsr_id,"The numeric ID for this legislator in Keith Poole's VoteView.com website, originally based on an ID system by the Interuniversity Consortium for Political and Social Research (stored as an integer)." -last_name,last name of the legislator -lis_id,The alphanumeric ID for this legislator found in Senate roll call votes -maplight_id,The numeric ID for this legislator on maplight.org -middle_name,the middle name of the legislator -nickname_name,nickname of the legislator -official_full_name,official full name -opensecrets_id,The alphanumeric ID for this legislator on OpenSecrets.org. -religion_bio,The legislator's religion. -suffix_name,suffix name -thomas_id,The numeric ID for this legislator on http://thomas.gov and http://beta.congress.gov. -votesmart_id,The numeric ID for this legislator on VoteSmart.org -wikidata_id,the id for wikidata -wikipedia_id, The Wikipedia page name for the person diff --git a/inputs_redshift/legislator/schemas/historical_terms.csv b/inputs_redshift/legislator/schemas/historical_terms.csv deleted file mode 100644 index dbda4125a5b9d3b564b446ff7d2ee3f56efcd4e1..0000000000000000000000000000000000000000 --- a/inputs_redshift/legislator/schemas/historical_terms.csv +++ /dev/null @@ -1,24 +0,0 @@ -column_name,column_description -bioguide,The alphanumeric ID for this legislator -address,the address of this legislator -chamber,chamber -class,class -contact_form,The website URL of the contact page on the legislator's official website -district,district -end,the end of the term -fax,"The fax number of the legislator's Washington, D.C. office" -last,the last known number -middle, -name, -office,office -party,The political party of the legislator. -party_affiliations,This field is present if the legislator changed party or caucus affiliation during the term. -phone,"The phone number of the legislator's Washington, D.C. office" -relation, -rss_url,The URL to the official website's RSS feed -start,"The date legislative service began: the date the legislator was sworn in, if known, or else the beginning of the legislator's term. " -state,state code -state_rank,"whether they are the ""junior"" or ""senior"" senator" -title,title of the legislator -type,The type of the term. -url,The official website URL of the legislator diff --git a/inputs_redshift/legislator/schemas/legislator_current.csv b/inputs_redshift/legislator/schemas/legislator_current.csv deleted file mode 100644 index 546fa2a59270da61bf7396f7591e73725a21e9b4..0000000000000000000000000000000000000000 --- a/inputs_redshift/legislator/schemas/legislator_current.csv +++ /dev/null @@ -1,25 +0,0 @@ -column_name,column_description -ballotpedia_id,"The ballotpedia.org page name for the person (spaces are given as spaces, not underscores)." -bioguide_id,The alphanumeric ID for this legislator -birthday_bio,"The legislator's birthday," -cspan_id,"The numeric ID for this legislator on C-SPAN's video website," -fec_id, A list of IDs for this legislator in Federal Election Commission data. -first_name,first name of the legislator -gender_bio,gender of the legislator -google_entity_id_id,google entity id -govtrack_id,The numeric ID for this legislator on GovTrack.us -house_history_id,The numeric ID for this legislator on http://history.house.gov/People/Search/ -icpsr_id,"The numeric ID for this legislator in Keith Poole's VoteView.com website, originally based on an ID system by the Interuniversity Consortium for Political and Social Research (stored as an integer)." -last_name,last name of the legislator -lis_id,The alphanumeric ID for this legislator found in Senate roll call votes -maplight_id,The numeric ID for this legislator on maplight.org -middle_name,the middle name of the legislator -nickname_name,nickname of the legislator -official_full_name,official full name -opensecrets_id,The alphanumeric ID for this legislator on OpenSecrets.org. -religion_bio,The legislator's religion. -suffix_name,suffix name -thomas_id,The numeric ID for this legislator on http://thomas.gov and http://beta.congress.gov. -votesmart_id,The numeric ID for this legislator on VoteSmart.org -wikidata_id,the id for wikidata -wikipedia_id, The Wikipedia page name for the person diff --git a/inputs_redshift/legislator/schemas/social_media.csv b/inputs_redshift/legislator/schemas/social_media.csv deleted file mode 100644 index 921496fde14dc4e37b33acd0747092503a41d251..0000000000000000000000000000000000000000 --- a/inputs_redshift/legislator/schemas/social_media.csv +++ /dev/null @@ -1,12 +0,0 @@ -column_name,column_description -bioguide,The unique alphanumeric ID for this legislator -facebook,The username of the current official Facebook presence of the legislator. -facebook_id,The numeric ID of the current official Facebook presence of the legislator. -govtrack,The numeric ID for this legislator on GovTrack.us -instagram,The current official Instagram handle of the legislator. -instagram_id,The numeric ID of the current official Instagram handle of the legislator. -thomas,The numeric ID for this legislator on http://thomas.gov and http://beta.congress.gov. -twitter,The current official Twitter handle of the legislator. -twitter_id,The numeric ID of the current official twitter handle of the legislator. -youtube,The current official YouTube username of the legislator. -youtube_id,The current official YouTube channel ID of the legislator. diff --git a/inputs_redshift/lever/config.yaml b/inputs_redshift/lever/config.yaml deleted file mode 100644 index 8a0cf9be462c558b20685accb697686eb036aca1..0000000000000000000000000000000000000000 --- a/inputs_redshift/lever/config.yaml +++ /dev/null @@ -1,99 +0,0 @@ -Airbyte: - config: - files_definition_id: 778daa7c-feaf-4db6-96f3-70fd645acc77 - mongodb_definition_id: b2e713cd-cc36-4c0a-b5bd-b47cb8a0561e - namespace_definition: destination - postgres_definition_id: decd338e-5647-4c0b-adf4-da0e75f5a750 - s3_definition_id: 69589781-7828-43c5-9f63-8925b1c1ccc2 - server_url: http://airbyte-abctl-control-plane:80/api/public/v1/ - redshift_definition_id: f7a7d195-377f-cf5b-70a5-be6b819019dc -aws_s3: - AWS_ACCESS_KEY_ID: test - AWS_DEFAULT_REGION: us-west-2 - AWS_ENDPOINT_URL: http://elt-localstack:4566 - AWS_SECRET_ACCESS_KEY: test - data: - - path: s3://lever-bucket/interview_user.csv - sync_mode: full_refresh_append - table: interview_user - - path: s3://lever-bucket/interview.jsonl - sync_mode: full_refresh_append - table: interview - - path: s3://lever-bucket/opportunity.csv - sync_mode: full_refresh_append - table: opportunity - - path: s3://lever-bucket/resume.csv - sync_mode: full_refresh_append - table: resume - - path: s3://lever-bucket/user.jsonl - sync_mode: full_refresh_append - table: user -custom_api: - config: - configuration: {} - sync_mode: full_refresh_append - tables: - - archive_reason - - contact_link - - interviewer_user - - opportunity_source - - opportunity_stage_history - - posting_interview - - requisition_offer - - requisition_posting -flat_files: -- format: jsonl - path: https://drive.google.com/uc?export=download&id=1r4uJOrQ7Jex80IgSn7VTm7Bfq0F7ONuF - sync_mode: full_refresh_append - table: feedback_form -- format: jsonl - path: https://drive.google.com/uc?export=download&id=1gUV31Nx-Zg8YpWoqzdtVCyJqL0nkbDF_ - sync_mode: full_refresh_append - table: opportunity_tag -- format: csv - path: https://drive.google.com/uc?export=download&id=18_cXVmOunqbynjIQFNlMzsWSFNP9TcnV - sync_mode: full_refresh_append - table: contact_email -- format: csv - path: https://drive.google.com/uc?export=download&id=1aYIOwWEJr4aY01LVSsgvD0VpwF_4FRW9 - sync_mode: full_refresh_append - table: stage -- format: parquet - path: https://drive.google.com/uc?export=download&id=13xI-pmgTSWzqK4eTo87tKTnWiNu4VYit - sync_mode: full_refresh_append - table: posting_tag -mongodb: - config: - connection_string: mongodb://elt-mongodb:27017/?directConnection=true - database: lever - sync_mode: full_refresh_append - tables: - - contact_phone - - interview_feedback -postgres: - config: - database: lever - host: elt-postgres - password: testelt - port: 5432 - schema: public - sync_mode: full_refresh_append - tables: - - application - - feedback_form_field - - offer - - posting - - requisition - user: postgres -redshift: - config: - host: - port: - database: - username: - password: - schema: lever - s3_bucket_name: - s3_bucket_region: - access_key_id: - secret_access_key: diff --git a/inputs_redshift/lever/data_model.yaml b/inputs_redshift/lever/data_model.yaml deleted file mode 100644 index 7cad0991c632eab1c0973b32560737a38fdd51c3..0000000000000000000000000000000000000000 --- a/inputs_redshift/lever/data_model.yaml +++ /dev/null @@ -1,97 +0,0 @@ -models: - - name: lever__posting_enhanced - description: Table capturing job postings. - columns: - - name: job_commitment - description: Tag for job position work type (e.g. Full-time, Part-time, Internship). - - name: job_location - description: Tag for job position location. - - name: job_team - description: Tag for the team to which the job posting belongs (a sub-category of department). - - name: content_description - description: Job posting description that is shown at the top of the job's page, as plaintext. - - name: created_at - description: Timestamp of when the posting was created in Lever. - format: YYYY-MM-DD HH:MM:SS - - name: creator_user_id - description: Foreign key referencing the id of the USER who created the job posting. - - name: posting_id - description: Unique ID of the job posting. - - name: owner_user_id - description: Foreign key referencing the id of the USER who owns the posting. The posting owner is the individual who is directly responsible for managing all candidates who are applied to that role. - - name: current_state - description: Current status of the posting, which may include 'published', 'internal' (called 'unlisted' in the UI), 'closed', 'draft', 'pending' (awaiting approval), and 'rejected'. - - name: job_title - description: Title of the job posting role. - - name: updated_at - description: Timestamp of when the posting was last updated. - format: YYYY-MM-DD HH:MM:SS - - name: count_referred_applications - description: Count of how many applications were referred to this posting. Set to 0 if NULL. - - name: count_posting_applications - description: Count of how many applications were submitted through the posting. Set to 0 if NULL. - - name: count_manual_user_applications - description: Count of how many applications have been manually submitted by internal users. Set to 0 if NULL. - - name: count_opportunities - description: Count of how many opportunities applied to this posting. Set to 0 if NULL. - - name: count_open_opportunities - description: Count of how many currently open opprtunities applied to this posting. "currently open" means the opportunity's application to this posting has not been archived. Set to 0 if NULL. - - name: count_interviews - description: Count of the number of interviews conducted for this posting. Set to 0 if NULL. - - name: count_interviewees - description: Count of opportunities interviewed for this posting. Set to 0 if NULL. - - name: count_requisitions - description: Number of requisitions associated with this posting. Set to 0 if NULL. - - name: has_requisition - description: Boolean that is true if the posting has a requisition. - - - name: lever__requisition_enhanced - description: Table capturing requisitions, if enabled. - columns: - - name: is_backfill - description: Boolean that is true if the requisition represents a backfill or new headcount. If unspecified, defaults to false. - - name: compensation_band_currency - description: The ISO currency code associated with the requisition's compensation band. - - name: compensation_band_interval - description: The string representing the interval of payment for the compensation band. - - name: compensation_band_max - description: The high bound for the compensation band. - - name: compensation_band_min - description: The low bound for the compensation band. - - name: created_at - description: Timestamp of when the requisition was first created. - format: YYYY-MM-DD HH:MM:SS.fff - - name: creator_user_id - description: Foreign key referencing the USER who created the requisition. - - name: employment_status - description: The work type of the requisition ('full-time', 'part-time', 'intern', 'contractor', or 'temp-worker'). - - name: headcount_hired - description: The number of filled seats / openings on the requisition, or the string, 'unlimited'. - - name: headcount_total_allotted - description: Total headcount allotted for this requisition. - - name: hiring_manager_user_id - description: Foreign key referencing the USER who is the hiring manager for this requisition. - - name: requisition_id - description: Unique id of the requisition. - - name: internal_notes - description: Free form text for notes and meta-data about the requisition, visible to anyone who can see the requisition in Lever. - - name: job_location - description: The location associated with the requisition. - - name: job_title - description: The human-readable name for the requisition. - - name: owner_user_id - description: Foreign key referencing the USER who owns the requisition. - - name: requisition_code - description: The unique HRIS requisition code. - - name: status - description: The status of the requisition. Can be 'open', 'onHold', 'closed', or 'draft'. - - name: job_team - description: The team associated with the requisition - - name: count_postings - description: Number of postings associated with this requisition. Set to 0 if NULL. - - name: has_posting - description: Boolean that is true if the requisition has a posting. - - name: count_offers - description: Total count of extended offers associated with this requisition. Note - includes offers regardless of their status. Set to 0 if NULL. - - name: has_offer - description: Boolean that is true if the requisition has any offer associated with it. \ No newline at end of file diff --git a/inputs_redshift/lever/schemas/application.csv b/inputs_redshift/lever/schemas/application.csv deleted file mode 100644 index 2628374024371b1a4ed5969c1f6c7a17269098d2..0000000000000000000000000000000000000000 --- a/inputs_redshift/lever/schemas/application.csv +++ /dev/null @@ -1,20 +0,0 @@ -column_name,column_description -id,Unique ID of the application. -archived_at,Timestamp of when the application was last archived. -archived_reason_id,Foreign key referencing the id of the ARCHIVE_REASON for which the application was last archived. -comments,Any additional comments from the candidate included in the job application. -company,The candidate's current company or organization. -created_at,Timestamp of when the application was created. -posting_hiring_manager_id,"Foreign key referencing the id of the USER who is the job posting's hiring manager, at the time the application was submitted. -" -posting_id,Foreign key referencing the job POSTING for which the candidate applied. -posting_owner_id,"Foreign key referencing the id of the USER who owns this posting at the time the candidate applied. -" -referrer_id,The user ID of the candidate's referrer. -requisition_for_hire_id,"If the application was archived as hired against a requisition, a foreign key referencing the id of the REQUISITION against which the application was hired. -" -type,"Type of the application. An application can be of type referral, user, or posting. Applications of type referral are created when a user refers a candidate for a job posting. Applications have type user when they are applied manually to a posting in Lever. Applications have type posting when a candidate applies to a job posting through your company's jobs page. -" -opportunity_id,Foreign key referencing the id of the OPPORTUNITY associated with this application. -_fivetran_synced,Timestamp of when Fivetran synced a record. -candidate_id, diff --git a/inputs_redshift/lever/schemas/archive_reason.csv b/inputs_redshift/lever/schemas/archive_reason.csv deleted file mode 100644 index 7f7c0a84391d1c9a4b6bf20ba9cdbea7dec2f14e..0000000000000000000000000000000000000000 --- a/inputs_redshift/lever/schemas/archive_reason.csv +++ /dev/null @@ -1,5 +0,0 @@ -column_name,column_description -id,Unique id of the archive reason. -text,Name of the archive reason as shown in the Lever UI. -_fivetran_deleted,Boolean that is true if the archive reason has been soft-deleted. -_fivetran_synced,Timestamp of when Fivetran synced a record. diff --git a/inputs_redshift/lever/schemas/contact_email.csv b/inputs_redshift/lever/schemas/contact_email.csv deleted file mode 100644 index 0b46e9d43c6e1b662d709490b8283a8a9af68aae..0000000000000000000000000000000000000000 --- a/inputs_redshift/lever/schemas/contact_email.csv +++ /dev/null @@ -1,4 +0,0 @@ -column_name,column_description -contact_id,Unique ID of the contact in Lever. -email,Contact's email address. -_fivetran_synced,Timestamp of when Fivetran synced a record. diff --git a/inputs_redshift/lever/schemas/contact_link.csv b/inputs_redshift/lever/schemas/contact_link.csv deleted file mode 100644 index fc85595f453ca85d02fd4b250ddf4759643b8370..0000000000000000000000000000000000000000 --- a/inputs_redshift/lever/schemas/contact_link.csv +++ /dev/null @@ -1,4 +0,0 @@ -column_name,column_description -contact_id,Unique id of the contact associated with one or more opportunities. -link,Url of the individual link. -_fivetran_synced,Timestamp of when Fivetran synced a record. diff --git a/inputs_redshift/lever/schemas/contact_phone.csv b/inputs_redshift/lever/schemas/contact_phone.csv deleted file mode 100644 index a738cd53ee467cd11901e06e53a49d11b4eb23f8..0000000000000000000000000000000000000000 --- a/inputs_redshift/lever/schemas/contact_phone.csv +++ /dev/null @@ -1,6 +0,0 @@ -column_name,column_description -contact_id,Unique ID of the contact in Lever. -index,The index of this phone number for this contact (there can be multiple phone numbers per contact). -type,"Type of phone number, either ""mobile"", ""home"", ""work"", ""skype"", or ""other""." -value,The contact's provided phone number. -_fivetran_synced,Timestamp of when Fivetran synced a record. diff --git a/inputs_redshift/lever/schemas/feedback_form.csv b/inputs_redshift/lever/schemas/feedback_form.csv deleted file mode 100644 index e7f5fdeffb4b8429817aeb168f620f27860394f2..0000000000000000000000000000000000000000 --- a/inputs_redshift/lever/schemas/feedback_form.csv +++ /dev/null @@ -1,15 +0,0 @@ -column_name,column_description -id,Unique id of the feedback form. -completed_at,Timestamp of when the feedback form was completed. -created_at,Timestamp of when the feedback form was created. -creator_id,Foreign key referencing the USER who completed and submitted the feedback. -deleted_at,Timestamp of when the feedback form was deleted. -instructions,Form instructions. -interview_id,Foreign key referencing the INTERVIEW for which the feedback is directed. -score_system_value,Overall rating (1-4 scale) to the candidate. -template_id,Foreign key referencing the TEMPLATE_FIELD that this form used. -text,Form title. This can be edited in Feedback and Form Settings. -type,Form type. Feedback forms are of type interview. -opportunity_id,Foreign key referencing the OPPORTUNITY that the candidate was interviewed for. -_fivetran_synced,Timestamp of when Fivetran synced a record. -candidate_id, diff --git a/inputs_redshift/lever/schemas/feedback_form_field.csv b/inputs_redshift/lever/schemas/feedback_form_field.csv deleted file mode 100644 index 708057e16a7d135d9bf31ecb044d2adad23827c7..0000000000000000000000000000000000000000 --- a/inputs_redshift/lever/schemas/feedback_form_field.csv +++ /dev/null @@ -1,12 +0,0 @@ -column_name,column_description -feedback_form_id,Foreign key referencing the FEEDBACK_FORM that this field is found in. -field_index,Numerical index of the field's position in the feedback form. -value_index,Index of the value(s) provided for this field. This is relevant if the field is an array. todo -code_language,Programming language if the interview assessed coding. -currency,The three-character ISO 4217 Currency Code specifying what currency this field captures. -value_date,"If the field is a date-type, this is the value." -value_decimal,"If the field is a decimal, this is the value." -value_file_id,Foreign key referencing the FILE that was provided as the field value. -value_number,"If the field is a numeric, this is the value." -value_text,"If the field is a text field, this is the content of the value." -_fivetran_synced,Timestamp of when Fivetran synced a record. diff --git a/inputs_redshift/lever/schemas/interview.csv b/inputs_redshift/lever/schemas/interview.csv deleted file mode 100644 index 9bd94c42e15f86c389838103e111a4a149db4992..0000000000000000000000000000000000000000 --- a/inputs_redshift/lever/schemas/interview.csv +++ /dev/null @@ -1,21 +0,0 @@ -column_name,column_description -id,Unique ID of the interview. -canceled_at,"Timestamp of when the interview was canceled, if canceled." -created_at,Timestamp of when the interview was created. -creator_id,Foreign key referencing the USER who created the interview in lever. -date,Date + time at which the interview was set to occur. -duration,"Interview duration in minutes, minimum value is 1." -feedback_reminder,"Frequency of feedback reminders (i.e. once, daily, frequently, none). Defaults to 'frequently' which is every 6 hours. -" -gcal_event_url,Google calendar event url. -location,"Interview location. Usually the name of a booked conference room but can also be a phone number to call. -" -note,Interview note. -panel_id,Unique id of the PANEL this interview belongs to. -stage_id,"Foreign key referencing the STAGE that the candidate was in at the time the interview was scheduled. -" -subject,Subject of the interview. -timezone,Name of timezone in which interview was scheduled to occur. -opportunity_id,Foreign key referencing the OPPORTUNITY being interviewed for. -_fivetran_synced,Timestamp of when Fivetran synced a record. -candidate_id, diff --git a/inputs_redshift/lever/schemas/interview_feedback.csv b/inputs_redshift/lever/schemas/interview_feedback.csv deleted file mode 100644 index 5d6be70e08d9e9de38063c7f7ba169a3d9702015..0000000000000000000000000000000000000000 --- a/inputs_redshift/lever/schemas/interview_feedback.csv +++ /dev/null @@ -1,4 +0,0 @@ -column_name,column_description -feedback_form_id,Foreign key referencing the FEEDBACK_FORM submitted for this interview. -interview_id,Foreign key referencing the INTERVIEW that was given feedback for. -_fivetran_synced,Timestamp of when Fivetran synced a record. diff --git a/inputs_redshift/lever/schemas/interview_user.csv b/inputs_redshift/lever/schemas/interview_user.csv deleted file mode 100644 index e231e688d49c49fab7276881d22eb3941aa94e4a..0000000000000000000000000000000000000000 --- a/inputs_redshift/lever/schemas/interview_user.csv +++ /dev/null @@ -1,4 +0,0 @@ -column_name,column_description -interview_id,Foreign key referencing the INTERVIEW that was given. -user_id,Foreign key referencing the USER that interviewed the candidate. -_fivetran_synced,Timestamp of when Fivetran synced a record. diff --git a/inputs_redshift/lever/schemas/interviewer_user.csv b/inputs_redshift/lever/schemas/interviewer_user.csv deleted file mode 100644 index e231e688d49c49fab7276881d22eb3941aa94e4a..0000000000000000000000000000000000000000 --- a/inputs_redshift/lever/schemas/interviewer_user.csv +++ /dev/null @@ -1,4 +0,0 @@ -column_name,column_description -interview_id,Foreign key referencing the INTERVIEW that was given. -user_id,Foreign key referencing the USER that interviewed the candidate. -_fivetran_synced,Timestamp of when Fivetran synced a record. diff --git a/inputs_redshift/lever/schemas/offer.csv b/inputs_redshift/lever/schemas/offer.csv deleted file mode 100644 index b5e91ec2068e41c31d2257b90d1ca892aafe51a1..0000000000000000000000000000000000000000 --- a/inputs_redshift/lever/schemas/offer.csv +++ /dev/null @@ -1,8 +0,0 @@ -column_name,column_description -id,Unique ID of the offer. -candidate_id,Unique ID of the candidate or opportunity?? -created_at,Timestamp of when the offer was created. -creator_id,Foreign key referencing the USER who created the offer. -status,"A string describing the current status of the offer. Can include: draft - the offer is still under construction approval-sent - the offer needs approval approved - the offer has been approved sent - the offer has been sent through Lever sent-manually - the offer has been sent to the candidate outside of Lever opened - the candidate has opened the offer denied - the candidate denied the offer signed - the candidate signed the offer -" -_fivetran_synced,Timestamp of when Fivetran synced a record. diff --git a/inputs_redshift/lever/schemas/opportunity.csv b/inputs_redshift/lever/schemas/opportunity.csv deleted file mode 100644 index fa409d92eeba3f7ca6f1e633d50e48fbf9c67e99..0000000000000000000000000000000000000000 --- a/inputs_redshift/lever/schemas/opportunity.csv +++ /dev/null @@ -1,30 +0,0 @@ -column_name,column_description -id,Unique ID of the opportunity. -archived_at,Timestamp of when the opportunity was archived. -archived_reason_id,Foreign key referencing the ARCHIVE_REASON for which the opportunity was archived. -contact,Foreign key referencing the CONTACT info of the candidate applying in this opportunity. -created_at,"Timestamp of when the opportunity was created (ie when the candidate clicked ""apply"" on your company website). -" -data_protection_contact_allowed,"Boolean that is true if relevant data policy regulations allow for contacting this opportunity's candidate. -" -data_protection_contact_expires_at,Timestamp of when this permission/data policy expires. -data_protection_store_allowed,"Boolean that is true if relevant data policy regulations allow for storing this opportunity record. -" -data_protection_store_expires_at,Timestamp of when this permission/data policy expires. -headline,"Contact headline, typically a list of previous companies where the contact has worked or schools that the contact has attended. -" -is_anonymized,"Boolean that is true if the opportunity has been anonymized (therefore fully anonymizing the contact and removing their *personal* information). -" -last_advanced_at,"Timestamp of when the candidate advanced to their current stage in the hiring pipeline. -" -last_interaction_at,"Timestamp of when the Opportunity profile was last interacted with. See interactions [here](https://help.lever.co/hc/en-us/articles/205697619). -" -location,Current contact location of the candidate. -name,Contact full name. -origin,"The way in which the opportunity was added to lever. Includes 'agency', 'applied', 'internal', 'referred', 'sourced', and 'university'. -" -owner_id,Foreign key referencing the id of the USER who owns this opportunity. -snoozed_until,Timestamp of when the current snooze period of this opportunity ends (if snoozed). -stage_id,Foreign key referencing the ID of the current stage of the opportunity. -updated_at,Timestamp of when the opportunity was last updated in lever. -_fivetran_synced,Timestamp of when Fivetran synced a record. diff --git a/inputs_redshift/lever/schemas/opportunity_source.csv b/inputs_redshift/lever/schemas/opportunity_source.csv deleted file mode 100644 index 73c6168aa9ef25909dce434b8a7c39455e9743f9..0000000000000000000000000000000000000000 --- a/inputs_redshift/lever/schemas/opportunity_source.csv +++ /dev/null @@ -1,4 +0,0 @@ -column_name,column_description -opportunity_id,Foreign key referencing the OPPORTUNITY that was sourced. -source,Where this opportunity was sourced from (ie 'linkedin'). -_fivetran_synced,Timestamp of when Fivetran synced a record. diff --git a/inputs_redshift/lever/schemas/opportunity_stage_history.csv b/inputs_redshift/lever/schemas/opportunity_stage_history.csv deleted file mode 100644 index 1a66cdd8d041f6af49b479871a4efec29cb17946..0000000000000000000000000000000000000000 --- a/inputs_redshift/lever/schemas/opportunity_stage_history.csv +++ /dev/null @@ -1,7 +0,0 @@ -column_name,column_description -opportunity_id,Foreign key referencing the id of the OPPORTUNITY. -updated_at,Timestamp of when the opportunity was changed to this stage. -stage_id,Foreign key referencing the STAGE that the opportunity was changed to. -updater_id,Foreign key referencing the USER who changed the opportunity stage. -to_stage_index,The index of the stage in the pipeline at the time the stage change occurred. -_fivetran_synced,Timestamp of when Fivetran synced a record. diff --git a/inputs_redshift/lever/schemas/opportunity_tag.csv b/inputs_redshift/lever/schemas/opportunity_tag.csv deleted file mode 100644 index f5adf9bc5be245df95dd8ab640635ccbf748934e..0000000000000000000000000000000000000000 --- a/inputs_redshift/lever/schemas/opportunity_tag.csv +++ /dev/null @@ -1,4 +0,0 @@ -column_name,column_description -opportunity_id,Foreign key referencing the OPPORTUNITY that was tagged. -tag,Text of the tag associated with this opportunity. -_fivetran_synced,Timestamp of when Fivetran synced a record. diff --git a/inputs_redshift/lever/schemas/posting.csv b/inputs_redshift/lever/schemas/posting.csv deleted file mode 100644 index 0cba8307f4baa5dedddbd7ab8db439669fb10933..0000000000000000000000000000000000000000 --- a/inputs_redshift/lever/schemas/posting.csv +++ /dev/null @@ -1,24 +0,0 @@ -column_name,column_description -id,Unique ID of the job posting. -_fivetran_deleted,Boolean that is true if the posting has been soft-deleted. -categories_commitment,"Tag for job position work type (e.g. Full-time, Part-time, Internship)." -categories_department,"Tag for the department to which the job posting's team belongs, if present." -categories_level,"Tag for job posting level (e.g. Senior, Junior). Note - this has been deprecated by Lever but is currently maintained for backward compatibility. -" -categories_location,Tag for job position location. -categories_team,"Tag for the team to which the job posting belongs (a sub-category of department). -" -content_closing,"Closing statement on the job posting, in plaintext." -content_closing_html,"Closing statement on job posting, as styled HTML." -content_description,"Job posting description that is shown at the top of the job's page, as plaintext." -content_description_html,"Job posting description that is shown at the top of the job's page, in HTML." -created_at,Timestamp of when the posting was created in Lever. -creator_id,Foreign key referencing the id of the USER who created the job posting. -owner_id,"Foreign key referencing the id of the USER who owns the posting. The posting owner is the individual who is directly responsible for managing all candidates who are applied to that role. -" -requisition_code,Array of requisition codes associated with this posting. -state,"Current status of the posting, which may include 'published', 'internal' (called 'unlisted' in the UI), 'closed', 'draft', 'pending' (awaiting approval), and 'rejected'. -" -text,Title of the job posting role. -updated_at,Timestamp of when the posting was last updated. -_fivetran_synced,Timestamp of when Fivetran synced a record. diff --git a/inputs_redshift/lever/schemas/posting_interview.csv b/inputs_redshift/lever/schemas/posting_interview.csv deleted file mode 100644 index 2cbda5f44d61d944564b1683a8869a7090a18950..0000000000000000000000000000000000000000 --- a/inputs_redshift/lever/schemas/posting_interview.csv +++ /dev/null @@ -1,4 +0,0 @@ -column_name,column_description -interview_id,Foreign key referencing the INTERVIEW for this job posting. -posting_id,Foreign key referencing the POSTING that was interviewed for. -_fivetran_synced,Timestamp of when Fivetran synced a record. diff --git a/inputs_redshift/lever/schemas/posting_tag.csv b/inputs_redshift/lever/schemas/posting_tag.csv deleted file mode 100644 index fd79406ca4d3b4d40404db3a257ebfef6ee643d3..0000000000000000000000000000000000000000 --- a/inputs_redshift/lever/schemas/posting_tag.csv +++ /dev/null @@ -1,5 +0,0 @@ -column_name,column_description -posting_id,Foreign key referencing the id of the job POSTING. -tag,Text of the posting's individual tag. -_fivetran_deleted,Boolean that is true if the posting-tag association has been deleted. -_fivetran_synced,Timestamp of when Fivetran synced a record. diff --git a/inputs_redshift/lever/schemas/requisition.csv b/inputs_redshift/lever/schemas/requisition.csv deleted file mode 100644 index 39a0abb6625c8adb648811d3757c31959d5ba2ae..0000000000000000000000000000000000000000 --- a/inputs_redshift/lever/schemas/requisition.csv +++ /dev/null @@ -1,24 +0,0 @@ -column_name,column_description -id,Unique id of the requisition. -_fivetran_deleted,Boolean that is true if the requisition has been soft-deleted. -backfill,"Boolean that is true if the requisition represents a backfill or new headcount. If unspecified, defaults to false. -" -compensation_band_currency,The ISO currency code associated with the requisition's compensation band. -compensation_band_interval,The string representing the interval of payment for the compensation band. -compensation_band_max,The high bound for the compensation band. -compensation_band_min,The low bound for the compensation band. -created_at,Timestamp of when the requisition was first created. -creator_id,Foreign key referencing the USER who created the requisition. -employment_status,"The work type of the requisition ('full-time', 'part-time', 'intern', 'contractor', or 'temp-worker')." -headcount_hired,"The number of filled seats / openings on the requisition, or the string, 'unlimited'." -headcount_infinite,todo!!! -headcount_total,Total headcount allotted for this requisition. -hiring_manager_id,Foreign key referencing the USER who is the hiring manager for this requisition. -internal_notes,"Free form text for notes and meta-data about the requisition, visible to anyone who can see the requisition in Lever." -location,The location associated with the requisition. -name,The human-readable name for the requisition. -owner_id,Foreign key referencing the USER who owns the requisition. -requisition_code,The unique HRIS requisition code. -status,"The status of the requisition. Can be 'open', 'onHold', 'closed', or 'draft'." -team,The team associated with the requisition -_fivetran_synced,Timestamp of when Fivetran synced a record. diff --git a/inputs_redshift/lever/schemas/requisition_offer.csv b/inputs_redshift/lever/schemas/requisition_offer.csv deleted file mode 100644 index 92348533f86c21c246ec231387d2f42df3fea3f0..0000000000000000000000000000000000000000 --- a/inputs_redshift/lever/schemas/requisition_offer.csv +++ /dev/null @@ -1,5 +0,0 @@ -column_name,column_description -offer_id,Foriegn key referencing the OFFER for the requisition. -requisition_id,Foriegn key referencing the REQUISITION which the offer was made against. -_fivetran_deleted,Boolean that is true if the offer-requisition relationship has been soft-deleted. -_fivetran_synced,Timestamp of when Fivetran synced a record. diff --git a/inputs_redshift/lever/schemas/requisition_posting.csv b/inputs_redshift/lever/schemas/requisition_posting.csv deleted file mode 100644 index 609e6e702cd7193e5731a13620480f94fb486af6..0000000000000000000000000000000000000000 --- a/inputs_redshift/lever/schemas/requisition_posting.csv +++ /dev/null @@ -1,5 +0,0 @@ -column_name,column_description -posting_id,Foreign key referencing the POSTING created for this requisition. -requisition_id,Foreign key referencing the REQUISITION associated with this posting. -_fivetran_deleted,Boolean that is true if the requisition-posting relationship has been soft-deleted. -_fivetran_synced,Timestamp of when Fivetran synced a record. diff --git a/inputs_redshift/lever/schemas/resume.csv b/inputs_redshift/lever/schemas/resume.csv deleted file mode 100644 index a07b2a02c20365c1b0bc7063dd4c3d7cd2f560f0..0000000000000000000000000000000000000000 --- a/inputs_redshift/lever/schemas/resume.csv +++ /dev/null @@ -1,10 +0,0 @@ -column_name,column_description -id,Unique id of the resume file. -created_at,Timestamp of when the resume was created in Lever. -file_download_url,Resume file download URL. -file_ext,Resume file extension. -file_name,Name of the file uploaded. -file_uploaded_at,Timestamp of when the file was uploaded. -opportunity_id,Foreign key referencing the OPPORTUNITY associated with this resume. -_fivetran_synced,Timestamp of when Fivetran synced a record. -candidate_id, diff --git a/inputs_redshift/lever/schemas/stage.csv b/inputs_redshift/lever/schemas/stage.csv deleted file mode 100644 index 2944695a38c32cb979b629d701ed6b002d23d908..0000000000000000000000000000000000000000 --- a/inputs_redshift/lever/schemas/stage.csv +++ /dev/null @@ -1,5 +0,0 @@ -column_name,column_description -id,Unique id of the stage. -text,Title of the stage. -_fivetran_synced,Timestamp of when Fivetran synced a record. -_fivetran_deleted,Timestamp of when Fivetran marked a record as deleted diff --git a/inputs_redshift/lever/schemas/user.csv b/inputs_redshift/lever/schemas/user.csv deleted file mode 100644 index 826cc62a4a6a1a76d1d003632b5d5d462d171e90..0000000000000000000000000000000000000000 --- a/inputs_redshift/lever/schemas/user.csv +++ /dev/null @@ -1,13 +0,0 @@ -column_name,column_description -id,Unique id of the user. -_fivetran_deleted,Boolean that is true if the user has been soft-deleted. -access_role,"The user's access role, which can be 'super admin', 'admin', 'team member', 'limited team member', or 'interviewer'. Information on what the roles entail can be found [here](https://help.lever.co/hc/en-us/articles/360042645691-What-are-the-differences-between-access-roles-in-Lever-#:~:text=There%20are%205%20different%20access,information%2C%20and%20permission%20granting%20privileges). -" -created_at,Timestamp of when the user was created. -deactivated_at,Timestamp of when the user was deactivated (null for active users). -email,The user's email address. -external_directory_id,"Unique ID of the user in an external HR directory, if provided." -name,User's preferred name. -photo,"URL for user's gravatar, if enabled." -username,"Username, extracted from user's email address." -_fivetran_synced,Timestamp of when Fivetran synced a record. diff --git a/inputs_redshift/linkedin/config.yaml b/inputs_redshift/linkedin/config.yaml deleted file mode 100644 index 548651cdf3b5ef69353c993a429d87f08f648ed8..0000000000000000000000000000000000000000 --- a/inputs_redshift/linkedin/config.yaml +++ /dev/null @@ -1,60 +0,0 @@ -Airbyte: - config: - files_definition_id: 778daa7c-feaf-4db6-96f3-70fd645acc77 - mongodb_definition_id: b2e713cd-cc36-4c0a-b5bd-b47cb8a0561e - namespace_definition: destination - postgres_definition_id: decd338e-5647-4c0b-adf4-da0e75f5a750 - s3_definition_id: 69589781-7828-43c5-9f63-8925b1c1ccc2 - server_url: http://airbyte-abctl-control-plane:80/api/public/v1/ - redshift_definition_id: f7a7d195-377f-cf5b-70a5-be6b819019dc -aws_s3: - AWS_ACCESS_KEY_ID: test - AWS_DEFAULT_REGION: us-west-2 - AWS_ENDPOINT_URL: http://elt-localstack:4566 - AWS_SECRET_ACCESS_KEY: test - data: - - path: s3://linkedin-bucket/campaign_group_history.csv - sync_mode: full_refresh_append - table: campaign_group_history -custom_api: - config: - configuration: {} - sync_mode: full_refresh_append - tables: - - linkedin_account_history -flat_files: -- format: jsonl - path: https://drive.google.com/uc?export=download&id=1O24SHtEo-tKfvY8MvKMdvVzUoLG7haar - sync_mode: full_refresh_append - table: creative_history -mongodb: - config: - connection_string: mongodb://elt-mongodb:27017/?directConnection=true - database: linkedin - sync_mode: full_refresh_append - tables: - - campaign_history -postgres: - config: - database: linkedin - host: elt-postgres - password: testelt - port: 5432 - schema: public - sync_mode: full_refresh_append - tables: - - ad_analytics_by_campaign - - ad_analytics_by_creative - user: postgres -redshift: - config: - host: - port: - database: - username: - password: - schema: linkedin - s3_bucket_name: - s3_bucket_region: - access_key_id: - secret_access_key: diff --git a/inputs_redshift/linkedin/data_model.yaml b/inputs_redshift/linkedin/data_model.yaml deleted file mode 100644 index c46c3b75fe8df29ed2001737acd6af3070f287f8..0000000000000000000000000000000000000000 --- a/inputs_redshift/linkedin/data_model.yaml +++ /dev/null @@ -1,95 +0,0 @@ -models: - - name: linkedin_ads__account_report - description: Each record in this table represents the daily performance of ads at the account level. Use the latest version of both the account and the campaign to ensure the most up-to-date data. - columns: - - name: date_day - description: The day of the activity. - format: YYYY-MM-DD - - name: account_id - description: Unique internal ID representing the account. - - name: account_name - description: A label for the account. - - name: version_tag - description: An integer representation of the version of the account. - - name: currency - description: The ISO 4217 currency code of the account, such as 'USD' for United States Dollar (default). - - name: last_modified_at - description: The timestamp of when the version was updated. - format: YYYY-MM-DD HH:MM:SS.fff - - name: created_at - description: The timestamp of when the account was created. - format: YYYY-MM-DD HH:MM:SS - - name: clicks - description: The count of chargeable clicks. - - name: impressions - description: This is the count of "impressions" for Direct Ads and Sponsored Updates and "sends" for InMails. - - name: cost - description: The cost of the ads in the local currency. - - name: conversion_value_in_local_currency - description: The value generated by your conversions, displayed in your LinkedIn account's local currency, on the given day. Set to 0 if the value is NULL. - - - name: linkedin_ads__campaign_report - description: Each record in this table represents the daily performance of ads at the campaign level. Use the latest version of the account, the campaign and the campaign group to ensure the most up-to-date data. - columns: - - name: date_day - description: The day of the activity. - format: YYYY-MM-DD - - name: campaign_id - description: Unique internal ID representing the campaign. - - name: campaign_name - description: A label for the campaign. - - name: version_tag - description: An integer representation of the version of the campaign. - - name: campaign_group_name - description: A label for the campaign group. - - name: account_id - description: Unique internal ID representing the account. - - name: account_name - description: A label for the account. - - name: currency - description: The ISO 4217 currency code of the account, such as 'USD' for United States Dollar (default). - - name: last_modified_at - description: The timestamp of when the version was updated. - format: YYYY-MM-DD HH:MM:SS - - name: created_at - description: The timestamp of when the campaign was created. - format: YYYY-MM-DD HH:MM:SS - - name: clicks - description: The count of chargeable clicks. - - name: impressions - description: This is the count of "impressions" for Direct Ads and Sponsored Updates and "sends" for InMails. - - name: cost - description: The cost of the ads in the local currency. - - name: conversion_value_in_local_currency - description: The value generated by your conversions, displayed in your LinkedIn account's local currency, on the given day. Set to 0 if the value is NULL. - - - name: linkedin_ads__campaign_group_report - description: Each record in this table represents the daily performance of ads at the campaign group level. Use the latest version of the account, the campaign and the campaign group to ensure the most up-to-date data. - columns: - - name: date_day - description: The day of the activity. - format: YYYY-MM-DD - - name: campaign_group_id - description: Unique internal ID representing the campaign group. - - name: campaign_group_name - description: A label for the campaign group. - - name: account_id - description: Unique internal ID representing the account. - - name: account_name - description: A label for the account. - - name: currency - description: The ISO 4217 currency code of the account, such as 'USD' for United States Dollar (default). - - name: last_modified_at - description: The timestamp of when the version was updated. - format: YYYY-MM-DD HH:MM:SS - - name: created_at - description: The timestamp of when the campaign group was created. - format: YYYY-MM-DD HH:MM:SS - - name: clicks - description: The count of chargeable clicks. - - name: impressions - description: This is the count of "impressions" for Direct Ads and Sponsored Updates and "sends" for InMails. - - name: cost - description: The cost of the ads in the local currency. - - name: conversion_value_in_local_currency - description: The value generated by your conversions, displayed in your LinkedIn account's local currency, on the given day. Set to 0 if the value is NULL. diff --git a/inputs_redshift/linkedin/schemas/ad_analytics_by_campaign.csv b/inputs_redshift/linkedin/schemas/ad_analytics_by_campaign.csv deleted file mode 100644 index 4b90c1c20b55e8a4486b21c891dbc58b6de4d428..0000000000000000000000000000000000000000 --- a/inputs_redshift/linkedin/schemas/ad_analytics_by_campaign.csv +++ /dev/null @@ -1,63 +0,0 @@ -column_name,column_description -campaign_id,The ID of the related campaign. -day,The day of the activity. -clicks,The count of chargeable clicks. -impressions,"This is the count of ""impressions"" for Direct Ads and Sponsored Updates and ""sends"" for InMails." -cost_in_local_currency,The cost of the ads in the local currency. -cost_in_usd,The cost of the ads in the USD. -conversion_value_in_local_currency,"The value generated by your conversions, displayed in your LinkedIn account's local currency." -external_website_conversions,The actions taken on your website that you've defined as valuable to your business after clicking on LinkedIn ads. -one_click_leads,Leads submitted after clicking on LinkedIn ads. -comments, -viral_other_engagements, -viral_comment_likes, -viral_impressions, -comment_likes, -card_clicks, -one_click_lead_form_opens, -viral_full_screen_plays, -text_url_clicks, -follows, -viral_company_page_clicks, -lead_generation_mail_contact_info_shares, -viral_video_first_quartile_completions, -viral_landing_page_clicks, -viral_external_website_conversions, -viral_external_website_post_view_conversions, -video_views, -viral_video_starts, -viral_one_click_leads, -action_clicks, -video_starts, -full_screen_plays, -external_website_post_view_conversions, -video_completions, -viral_card_clicks, -viral_video_third_quartile_completions, -landing_page_clicks, -video_third_quartile_completions, -viral_external_website_post_click_conversions, -approximate_unique_impressions, -opens, -viral_video_views, -lead_generation_mail_interested_clicks, -shares, -external_website_post_click_conversions, -video_first_quartile_completions, -viral_card_impressions, -total_engagements, -viral_clicks, -other_engagements, -viral_one_click_lead_form_opens, -likes, -viral_video_midpoint_completions, -viral_video_completions, -viral_follows, -video_midpoint_completions, -viral_comments, -viral_likes, -card_impressions, -viral_shares, -company_page_clicks, -ad_unit_clicks, -viral_total_engagements, diff --git a/inputs_redshift/linkedin/schemas/ad_analytics_by_creative.csv b/inputs_redshift/linkedin/schemas/ad_analytics_by_creative.csv deleted file mode 100644 index 09bac7bc17a2da51394ae6209b2ec5bc36840183..0000000000000000000000000000000000000000 --- a/inputs_redshift/linkedin/schemas/ad_analytics_by_creative.csv +++ /dev/null @@ -1,63 +0,0 @@ -column_name,column_description -creative_id,The ID of the related creative. -day,The day of the activity. -clicks,The count of chargeable clicks. -impressions,"This is the count of ""impressions"" for Direct Ads and Sponsored Updates and ""sends"" for InMails." -cost_in_local_currency,The cost of the ads in the local currency. -cost_in_usd,The cost of the ads in the USD. -conversion_value_in_local_currency,"The value generated by your conversions, displayed in your LinkedIn account's local currency." -external_website_conversions,The actions taken on your website that you've defined as valuable to your business after clicking on LinkedIn ads. -one_click_leads,Leads submitted after clicking on LinkedIn ads. -other_engagements, -viral_impressions, -video_third_quartile_completions, -one_click_lead_form_opens, -opens, -viral_other_engagements, -viral_video_third_quartile_completions, -comment_likes, -viral_external_website_post_view_conversions, -viral_external_website_post_click_conversions, -viral_video_views, -external_website_post_click_conversions, -viral_shares, -viral_external_website_conversions, -viral_full_screen_plays, -viral_video_starts, -viral_likes, -landing_page_clicks, -approximate_unique_impressions, -viral_video_midpoint_completions, -video_completions, -viral_clicks, -viral_video_first_quartile_completions, -viral_follows, -likes, -viral_company_page_clicks, -comments, -lead_generation_mail_interested_clicks, -card_clicks, -text_url_clicks, -viral_one_click_leads, -video_starts, -video_midpoint_completions, -shares, -viral_card_impressions, -external_website_post_view_conversions, -action_clicks, -follows, -video_first_quartile_completions, -video_views, -viral_comment_likes, -viral_one_click_lead_form_opens, -full_screen_plays, -company_page_clicks, -ad_unit_clicks, -total_engagements, -viral_landing_page_clicks, -viral_total_engagements, -viral_card_clicks, -card_impressions, -viral_comments, -viral_video_completions, -lead_generation_mail_contact_info_shares, diff --git a/inputs_redshift/linkedin/schemas/campaign_group_history.csv b/inputs_redshift/linkedin/schemas/campaign_group_history.csv deleted file mode 100644 index a5d590a001b5fdbd6877e964265544bc563a2682..0000000000000000000000000000000000000000 --- a/inputs_redshift/linkedin/schemas/campaign_group_history.csv +++ /dev/null @@ -1,6 +0,0 @@ -column_name,column_description -id,Unique internal ID representing the campaign group. -last_modified_time,The timestamp of when the version was updated. -account_id,The ID of the account the campaign group belongs to. -created_time,The timestamp of when the campaign group was created. -name,A label for the campaign group. diff --git a/inputs_redshift/linkedin/schemas/campaign_history.csv b/inputs_redshift/linkedin/schemas/campaign_history.csv deleted file mode 100644 index 37dc590bb1a985f8939165b38be5e48e60cac87b..0000000000000000000000000000000000000000 --- a/inputs_redshift/linkedin/schemas/campaign_history.csv +++ /dev/null @@ -1,8 +0,0 @@ -column_name,column_description -id,Unique internal ID representing the campaign. -last_modified_time,The timestamp of when the version was updated. -account_id,The ID of the account the campaign belongs to. -campaign_group_id,The ID of the campaign group the campaign belongs to. -created_time,The timestamp of when the campaign was created. -name,A label for the campaign. -version_tag,An integer representation of the version of the campaign. diff --git a/inputs_redshift/linkedin/schemas/creative_history.csv b/inputs_redshift/linkedin/schemas/creative_history.csv deleted file mode 100644 index 3f6c5146594fceb30d2396c367427f564f96c070..0000000000000000000000000000000000000000 --- a/inputs_redshift/linkedin/schemas/creative_history.csv +++ /dev/null @@ -1,14 +0,0 @@ -column_name,column_description -id,Unique internal ID representing the creative. -last_modified_at,The timestamp of when the version was updated (Linkedin Ads post-January 2023 API Update). -created_time,The timestamp of when the creative was created (Linkedin Ads pre-January 2023 API Update). -campaign_id,The ID of the campaign the creative belongs to. -click_uri,Deprecated url field. Please refer to the text_ad_landing_page and spotlight_landing_page fields for relevant landing page information. -text_ad_landing_page,"The URL where the member should be redirected to, on clicking the text ad." -spotlight_landing_page,"The URL where the member should be redirected to, on clicking the spotlight ad." -intended_status,"ACTIVE - Creative creation is complete and creative is available for review and serve. -PAUSED - Creative creation is complete and creative is current, but should temporarily not be served. This status is not valid upon creation. -DRAFT - Creative creation is incomplete and may still be edited. -ARCHIVED - Creative creation is complete, but creative should not be served and should be separated from non-archived creatives in any UI. -CANCELED - Creative is permanently canceled. -" diff --git a/inputs_redshift/linkedin/schemas/linkedin_account_history.csv b/inputs_redshift/linkedin/schemas/linkedin_account_history.csv deleted file mode 100644 index 793a63c177bcb49c6f4a15c903f724849e1743d5..0000000000000000000000000000000000000000 --- a/inputs_redshift/linkedin/schemas/linkedin_account_history.csv +++ /dev/null @@ -1,7 +0,0 @@ -column_name,column_description -id,Unique internal ID representing the account. -last_modified_time,The timestamp of when the version was updated. -created_time,The timestamp of when the account was created. -name,A label for the account. -currency,"The ISO 4217 currency code of the account, such as 'USD' for United States Dollar (default)." -version_tag,An integer representation of the version of the account. diff --git a/inputs_redshift/mailchimp/config.yaml b/inputs_redshift/mailchimp/config.yaml deleted file mode 100644 index c3819d8815ffa9fbde379683f8762d47999ea7d1..0000000000000000000000000000000000000000 --- a/inputs_redshift/mailchimp/config.yaml +++ /dev/null @@ -1,71 +0,0 @@ -Airbyte: - config: - files_definition_id: 778daa7c-feaf-4db6-96f3-70fd645acc77 - mongodb_definition_id: b2e713cd-cc36-4c0a-b5bd-b47cb8a0561e - namespace_definition: destination - postgres_definition_id: decd338e-5647-4c0b-adf4-da0e75f5a750 - s3_definition_id: 69589781-7828-43c5-9f63-8925b1c1ccc2 - server_url: http://airbyte-abctl-control-plane:80/api/public/v1/ - redshift_definition_id: f7a7d195-377f-cf5b-70a5-be6b819019dc -aws_s3: - AWS_ACCESS_KEY_ID: test - AWS_DEFAULT_REGION: us-west-2 - AWS_ENDPOINT_URL: http://elt-localstack:4566 - AWS_SECRET_ACCESS_KEY: test - data: - - path: s3://mailchimp-bucket/automation_recipient.csv - sync_mode: full_refresh_append - table: automation_recipient - - path: s3://mailchimp-bucket/campaign.jsonl - sync_mode: full_refresh_append - table: campaign -custom_api: - config: - configuration: {} - sync_mode: full_refresh_append - tables: - - automation_email - - automation_recipient_activity - - list - - unsubscribe -flat_files: -- format: jsonl - path: https://drive.google.com/uc?export=download&id=1gqgXVV4V3ptREl4A4FlCHAgNRSgTLRaI - sync_mode: full_refresh_append - table: automation -- format: csv - path: https://drive.google.com/uc?export=download&id=1PeClmQkfkuzqXxzGcYerYnto4pDGvZSK - sync_mode: full_refresh_append - table: campaign_recipient -mongodb: - config: - connection_string: mongodb://elt-mongodb:27017/?directConnection=true - database: mailchimp - sync_mode: full_refresh_append - tables: - - segment - - segment_member -postgres: - config: - database: mailchimp - host: elt-postgres - password: testelt - port: 5432 - schema: public - sync_mode: full_refresh_append - tables: - - campaign_recipient_activity - - member - user: postgres -redshift: - config: - host: - port: - database: - username: - password: - schema: mailchimp - s3_bucket_name: - s3_bucket_region: - access_key_id: - secret_access_key: diff --git a/inputs_redshift/mailchimp/schemas/automation.csv b/inputs_redshift/mailchimp/schemas/automation.csv deleted file mode 100644 index 74a7d14c1757ab6a234acaf37973bd1d1e4c4d86..0000000000000000000000000000000000000000 --- a/inputs_redshift/mailchimp/schemas/automation.csv +++ /dev/null @@ -1,13 +0,0 @@ -column_name,column_description -id,The ID of the automation in Mailchimp. -list_id,The ID of the List an automation was sent to. -segment_id,The ID of the Segment an automation was sent to. -segment_text,The field describing the Segment an automation was sent to. -start_time,The date and time the Automation was started. -create_time,The date and time the Automation was created. -status,"The current status of the Automation. Possible Values: save, paused, sending -" -title,The title of the Automation. -trigger_settings,Available triggers for Automation workflows. -_fivetran_synced,UTC timestamp that indicates the time when Fivetran last successfully synced the row. -_fivetran_deleted,Boolean that is true if the row has been soft-deleted from the source. diff --git a/inputs_redshift/mailchimp/schemas/automation_email.csv b/inputs_redshift/mailchimp/schemas/automation_email.csv deleted file mode 100644 index 771d035a528a48e70b2b3a14cdc60b0b73bc0127..0000000000000000000000000000000000000000 --- a/inputs_redshift/mailchimp/schemas/automation_email.csv +++ /dev/null @@ -1,34 +0,0 @@ -column_name,column_description -id,The ID of the email. -automation_id,The ID of the automation an email relates to. -create_time,The date and time the automation email was created. -start_time,The date and time the automation email was started. -send_time,The date and time the automation email was sent. -from_name,The 'from' name on the automation email (not an email address). -reply_to,The reply-to email address for the automation. -status,The current status of the automation email. -subject_line,The subject line for the automation email. -title,The title for the automation email. -archive_url,The link to the automation email's archive version in ISO 8601 format. -authenticate,Whether Mailchimp authenticated the automation email. Defaults to true. -auto_footer,Automatically append Mailchimp's default footer to the automation email. -auto_tweet,Automatically tweet a link to the automation email archive page when the automation email is sent. -content_type,"How the automation email's content is put together ('template', 'drag_and_drop', 'html', 'url')." -delay_action,The action that triggers the delay of an Automation email. -delay_action_description,The user-friendly description of the action that triggers an Automation email. -delay_amount,The delay amount for an Automation email. -delay_full_description,The user-friendly description of the delay and trigger action settings for an Automation email. -delay_type,The type of delay for an Automation email. -drag_and_drop,Whether the automation email uses the drag-and-drop editor. -fb_comments,Allows Facebook comments on the automation email (also force-enables the Campaign Archive toolbar). Defaults to true. -google_analytics,The custom slug for Google Analytics tracking (max of 50 bytes). -inline_css,Automatically inline the CSS included with the automation email content. -position,The position of an Automation email in a workflow. -template_id,The ID for the template used in this automation email. -track_ecomm_360,Whether to enable eCommerce360 tracking. -track_goals,Whether to enable Goal tracking. -track_html_clicks,Whether to track clicks in the HTML version of the automation email. Defaults to true. Cannot be set to false for variate campaigns. -track_opens,Whether to track opens. Defaults to true. Cannot be set to false for variate automation emails. -track_text_clicks,Whether to track clicks in the plain-text version of the automation email. Defaults to true. Cannot be set to false for variate campaigns. -_fivetran_synced,UTC timestamp that indicates the time when Fivetran last successfully synced the row. -_fivetran_deleted,Boolean that is true if the row has been soft-deleted from the source. diff --git a/inputs_redshift/mailchimp/schemas/automation_recipient.csv b/inputs_redshift/mailchimp/schemas/automation_recipient.csv deleted file mode 100644 index e208ff0aeb7e53c5561c1a9af003413bee6632dc..0000000000000000000000000000000000000000 --- a/inputs_redshift/mailchimp/schemas/automation_recipient.csv +++ /dev/null @@ -1,5 +0,0 @@ -column_name,column_description -member_id,The ID of the member the automation was sent to. -automation_email_id,The ID for the automation email. -list_id,The ID of the List an automation was sent to. -_fivetran_synced,UTC timestamp that indicates the time when Fivetran last successfully synced the row. diff --git a/inputs_redshift/mailchimp/schemas/automation_recipient_activity.csv b/inputs_redshift/mailchimp/schemas/automation_recipient_activity.csv deleted file mode 100644 index 50594c9d8ec332b315a758d76c9e4cb02bcf242b..0000000000000000000000000000000000000000 --- a/inputs_redshift/mailchimp/schemas/automation_recipient_activity.csv +++ /dev/null @@ -1,12 +0,0 @@ -column_name,column_description -action,"One of the following actions: 'open', 'click', or 'bounce' -" -automation_email_id,The ID for the automation email that relates to the activity. -member_id,The ID of the member the activity relates to. -list_id,The ID of the list the email was sent to. -timestamp,The timestamp when the activity occurred. -ip,The IP address recorded for the action. -url,"If the action is a 'click', the URL on which the member clicked." -bounce_type,"If the action is a 'bounce', the type of bounce received: 'hard', 'soft'. -" -_fivetran_synced,UTC timestamp that indicates the time when Fivetran last successfully synced the row. diff --git a/inputs_redshift/mailchimp/schemas/campaign.csv b/inputs_redshift/mailchimp/schemas/campaign.csv deleted file mode 100644 index e403ef0733e6db80ca2a6b5c972f396c469ddf89..0000000000000000000000000000000000000000 --- a/inputs_redshift/mailchimp/schemas/campaign.csv +++ /dev/null @@ -1,43 +0,0 @@ -column_name,column_description -id,The ID of the campaign in Mailchimp. -segment_id,The ID of the Segment a campaign was sent to. -create_time,The date and time the campaign was created. -send_time,The date and time a campaign was sent. -list_id,The ID of the List a campaign was sent to. -reply_to,The reply-to email address for the campaign. -type,"The type of campaign sent. Possible values: regular, plaintext, absplit, variate, rss. -" -title,The title of the campaign. -archive_url,The link to the campaign's archive version in ISO 8601 format. -authenticate,Whether Mailchimp authenticated the campaign. Defaults to true. -auto_footer,Automatically append Mailchimp's default footer to the campaign. -auto_tweet,Automatically tweet a link to the campaign archive page when the campaign is sent. -clicktale,The custom slug for ClickTale tracking (max of 50 bytes). -content_type,"How the campaign's content is put together ('template', 'drag_and_drop', 'html', 'url')." -drag_and_drop,Whether the campaign uses the drag-and-drop editor. -fb_comments,Allows Facebook comments on the campaign (also force-enables the Campaign Archive toolbar). Defaults to true. -folder_id,"If the campaign is listed in a folder, the ID for that folder." -from_name,The 'from' name on the campaign (not an email address). -google_analytics,The custom slug for Google Analytics tracking (max of 50 bytes). -inline_css,Automatically inline the CSS included with the campaign content. -long_archive_url,The original link to the campaign's archive version. -status,The current status of the campaign. -subject_line,The subject line for the campaign. -template_id,The ID for the template used in this campaign. -test_size,"The percentage of recipients to send the test combinations to, must be a value between 10 and 100." -timewarp,Send this campaign using Timewarpe_this -to_name,The campaign's custom 'To' name. Typically the first name merge field. -track_ecomm_360,Whether to enable eCommerce360 tracking. -track_goals,Whether to enable Goal tracking. -track_html_clicks,Whether to track clicks in the HTML version of the campaign. Defaults to true. Cannot be set to false for variate campaigns. -track_opens,Whether to track opens. Defaults to true. Cannot be set to false for variate campaigns. -track_text_clicks,Whether to track clicks in the plain-text version of the campaign. Defaults to true. Cannot be set to false for variate campaigns. -use_conversation,Use Mailchimp Conversation feature to manage out-of-office replies. -wait_time,"The number of minutes to wait before choosing the winning campaign. The value of wait_time must be greater than 0 and in whole hours, specified in minutes." -winner_criteria,"The combination that performs the best. This may be determined automatically by click rate, open rate, or total revenue—or you may choose manually based on the reporting data you find the most valuable. For Multivariate Campaigns testing send_time, winner_criteria is ignored. For Multivariate Campaigns with 'manual' as the winner_criteria, the winner must be chosen in the Mailchimp web application. -" -winning_campaign_id,ID of the campaign that was sent to the remaining recipients based on the winning combination. -winning_combination_id,ID for the winning combination. -_fivetran_synced,UTC timestamp that indicates the time when Fivetran last successfully synced the row. -_fivetran_deleted,Boolean that is true if the row has been soft-deleted from the source. -segment_text,Description of the segment. Formatted as a string marked up with HTML. diff --git a/inputs_redshift/mailchimp/schemas/campaign_recipient.csv b/inputs_redshift/mailchimp/schemas/campaign_recipient.csv deleted file mode 100644 index 3c0a31baaccca1f1dd93460c14912b114ca405e0..0000000000000000000000000000000000000000 --- a/inputs_redshift/mailchimp/schemas/campaign_recipient.csv +++ /dev/null @@ -1,6 +0,0 @@ -column_name,column_description -campaign_id,The ID of the campaign a sent email is from. -member_id,The ID of the member an email was sent to. -combination_id,The ID of the combination the member was part of for a campaign. -list_id,The ID of the list the campaign was sent to. -_fivetran_synced,UTC timestamp that indicates the time when Fivetran last successfully synced the row. diff --git a/inputs_redshift/mailchimp/schemas/campaign_recipient_activity.csv b/inputs_redshift/mailchimp/schemas/campaign_recipient_activity.csv deleted file mode 100644 index c8bee78c40a858d62a75417c2a5b1c928b8b4738..0000000000000000000000000000000000000000 --- a/inputs_redshift/mailchimp/schemas/campaign_recipient_activity.csv +++ /dev/null @@ -1,13 +0,0 @@ -column_name,column_description -action,"One of the following actions: 'open', 'click', or 'bounce' -" -campaign_id,The unique ID for the sent campaign. -member_id,The ID of the member the activity relates to. -list_id,The ID of the list the email was sent to. -timestamp,The timestamp when the activity occurred. -ip,The IP address recorded for the action. -url,"If the action is a 'click', the URL on which the member clicked." -bounce_type,"If the action is a 'bounce', the type of bounce received: 'hard', 'soft'. -" -combination_id,The ID of the combination the member was part of for a campaign. -_fivetran_synced,UTC timestamp that indicates the time when Fivetran last successfully synced the row. diff --git a/inputs_redshift/mailchimp/schemas/list.csv b/inputs_redshift/mailchimp/schemas/list.csv deleted file mode 100644 index a6a15e4f7d716fde7f9ecf74eea9b5916d56c70c..0000000000000000000000000000000000000000 --- a/inputs_redshift/mailchimp/schemas/list.csv +++ /dev/null @@ -1,24 +0,0 @@ -column_name,column_description -id,The unique ID of a list. -date_created,The date and time that a list was created. -name,The name of a list. -list_rating,An auto-generated activity score for the list (0-5). -beamer_address,The list's email beamer address. -contact_address_1,The street address for the list contact. -contact_city,The city for the list contact. -contact_company,The company name for the list. -contact_country,A two-character ISO3166 country code. Defaults to US if invalid. -contact_state,The state for the list contact. -contact_zip,The postal or zip code for the list contact. -default_from_email,The default from email for campaigns sent to a list. -default_from_name,The default from name for campaigns sent to a list. -default_language,The default language for a lists's forms. -email_type_option,"Whether the list supports multiple formats for emails. When set to true, subscribers can choose whether they want to receive HTML or plain-text emails. When set to false, subscribers will receive HTML emails, with a plain-text alternative backup. -" -permission_reminder,The permission reminder for a list. -subscribe_url_long,The full version of a list's subscribe form (host will vary). -subscribe_url_short,Mailchimp's EepURL shortened version of a list's subscribe form. -use_archive_bar,Whether campaigns for this list use the Archive Bar in archives by default. -visibility,Whether this list is public or private. -_fivetran_synced,UTC timestamp that indicates the time when Fivetran last successfully synced the row. -_fivetran_deleted,Boolean that is true if the row has been soft-deleted from the source. diff --git a/inputs_redshift/mailchimp/schemas/member.csv b/inputs_redshift/mailchimp/schemas/member.csv deleted file mode 100644 index 595d63c19995d33131cd36ef4cfd4b4ec7732b97..0000000000000000000000000000000000000000 --- a/inputs_redshift/mailchimp/schemas/member.csv +++ /dev/null @@ -1,26 +0,0 @@ -column_name,column_description -id,The ID of the member. -email_address,Email address for a subscriber. -email_client,The list member's email client. -email_type,Type of email this member asked to get ('html' or 'text'). -status,"Subscriber's current status. Possible Values: subscribed, unsubscribed, cleaned, pending, transactional, archived -" -list_id,The ID of the list the member belongs to. -timestamp_signup,The date and time the subscriber signed up for the list. -timestamp_opt,The date and time the subscribe confirmed their opt-in status. -last_changed,The date and time the member's info was last changed. -country_code,The member's unique code for the location country. -dstoff,The member's offset for timezones where daylight saving time is observed. -gmtoff,The member's time difference in hours from GMT. -ip_opt,The IP address the subscriber used to confirm their opt-in status. -ip_signup,IP address the subscriber signed up from. -language,"If set/detected, the subscriber's language." -latitude,The member's location latitude. -longitude,The member's location longitude. -member_rating,"Star rating for this member, between 1 and 5." -timezone,The timezone for the member's location. -unique_email_id,An identifier for the address across all of Mailchimp. -vip,VIP status for subscriber. -_fivetran_synced,UTC timestamp that indicates the time when Fivetran last successfully synced the row. -merge_fname, -merge_lname, diff --git a/inputs_redshift/mailchimp/schemas/segment.csv b/inputs_redshift/mailchimp/schemas/segment.csv deleted file mode 100644 index d3655bd68e7e285827cf88dde4cbe0101042b7aa..0000000000000000000000000000000000000000 --- a/inputs_redshift/mailchimp/schemas/segment.csv +++ /dev/null @@ -1,10 +0,0 @@ -column_name,column_description -id,The ID for the Segment from Mailchimp -list_id,The ID of the List the segment is part of. -member_count,The number of members in the segment. -name,The name of the segment. -type,The type of segment -updated_at,The date and time the segment was last updated. -created_at,The date and time the segment was created. -_fivetran_synced,UTC timestamp that indicates the time when Fivetran last successfully synced the row. -_fivetran_deleted,Boolean that is true if the row has been soft-deleted from the source. diff --git a/inputs_redshift/mailchimp/schemas/segment_member.csv b/inputs_redshift/mailchimp/schemas/segment_member.csv deleted file mode 100644 index 106f9233b6ce8cb94e1cf43aac4fdaf1428f5804..0000000000000000000000000000000000000000 --- a/inputs_redshift/mailchimp/schemas/segment_member.csv +++ /dev/null @@ -1,6 +0,0 @@ -column_name,column_description -segment_id,The ID for the Segment from Mailchimp. -member_id,The ID of the member. -list_id,The ID of the List the segment is part of. -_fivetran_synced,UTC timestamp that indicates the time when Fivetran last successfully synced the row. -_fivetran_deleted,Boolean that is true if the row has been soft-deleted from the source. diff --git a/inputs_redshift/mailchimp/schemas/unsubscribe.csv b/inputs_redshift/mailchimp/schemas/unsubscribe.csv deleted file mode 100644 index 26921d346e7079ba677f6d0652b2a10289a800a8..0000000000000000000000000000000000000000 --- a/inputs_redshift/mailchimp/schemas/unsubscribe.csv +++ /dev/null @@ -1,7 +0,0 @@ -column_name,column_description -campaign_id,The unique id for the campaign. -member_id,The ID of the member an email was sent to. -list_id,The unique ID for the list. -reason,Field expressing unsubscribe reason. -timestamp,The time and date the member unsubscribed. -_fivetran_synced,UTC timestamp that indicates the time when Fivetran last successfully synced the row. diff --git a/inputs_redshift/marketo/config.yaml b/inputs_redshift/marketo/config.yaml deleted file mode 100644 index 58feac619215136960721f2c19bedec33c8a6f3c..0000000000000000000000000000000000000000 --- a/inputs_redshift/marketo/config.yaml +++ /dev/null @@ -1,70 +0,0 @@ -Airbyte: - config: - files_definition_id: 778daa7c-feaf-4db6-96f3-70fd645acc77 - mongodb_definition_id: b2e713cd-cc36-4c0a-b5bd-b47cb8a0561e - namespace_definition: destination - postgres_definition_id: decd338e-5647-4c0b-adf4-da0e75f5a750 - s3_definition_id: 69589781-7828-43c5-9f63-8925b1c1ccc2 - server_url: http://airbyte-abctl-control-plane:80/api/public/v1/ - redshift_definition_id: f7a7d195-377f-cf5b-70a5-be6b819019dc -aws_s3: - AWS_ACCESS_KEY_ID: test - AWS_DEFAULT_REGION: us-west-2 - AWS_ENDPOINT_URL: http://elt-localstack:4566 - AWS_SECRET_ACCESS_KEY: test - data: - - path: s3://marketo-bucket/lead.csv - sync_mode: full_refresh_append - table: lead - - path: s3://marketo-bucket/lead_describe.jsonl - sync_mode: full_refresh_append - table: lead_describe -custom_api: - config: - configuration: {} - sync_mode: full_refresh_append - tables: - - activity_click_email - - activity_delete_lead - - activity_merge_leads - - marketo_campaign - - program -flat_files: -- format: jsonl - path: https://drive.google.com/uc?export=download&id=1ylcg2pWjPgl4X3Ep5m70uVr0mKYWM38U - sync_mode: full_refresh_append - table: email_template_history -mongodb: - config: - connection_string: mongodb://elt-mongodb:27017/?directConnection=true - database: marketo - sync_mode: full_refresh_append - tables: - - activity_email_bounced - - activity_email_delivered -postgres: - config: - database: marketo - host: elt-postgres - password: testelt - port: 5432 - schema: public - sync_mode: full_refresh_append - tables: - - activity_change_data_value - - activity_open_email - - activity_send_email - - activity_unsubscribe_email - user: postgres -redshift: - config: - host: - port: - database: - username: - password: - schema: marketo - s3_bucket_name: - s3_bucket_region: - access_key_id: - secret_access_key: diff --git a/inputs_redshift/marketo/schemas/activity_change_data_value.csv b/inputs_redshift/marketo/schemas/activity_change_data_value.csv deleted file mode 100644 index 121347125f7cb447a8c39e0b703c6eff561595e4..0000000000000000000000000000000000000000 --- a/inputs_redshift/marketo/schemas/activity_change_data_value.csv +++ /dev/null @@ -1,15 +0,0 @@ -column_name,column_description -api_method_name,"API method used for change, if applicable." -activity_date,Timestamp of the actvity. -activity_type_id,ID of the activity type. -campaign_id,"The ID of the related campaign, if applicable." -id,ID of the activity. -lead_id,Id of the lead associated to the activity. -modifying_user,"The user who instigated the change, if applicable." -new_value,New value after the change. -old_value,Old value before the change. -primary_attribute_value,Value of the primary attribute. -primary_attribute_value_id,ID of the primary attribute field. -reason,Reason for the data change. -request_id,ID of the request made. -source, diff --git a/inputs_redshift/marketo/schemas/activity_click_email.csv b/inputs_redshift/marketo/schemas/activity_click_email.csv deleted file mode 100644 index fabb4cbb2d8c7d7feed8cf71f6ff9d32629ca282..0000000000000000000000000000000000000000 --- a/inputs_redshift/marketo/schemas/activity_click_email.csv +++ /dev/null @@ -1,17 +0,0 @@ -column_name,column_description -activity_date,The date of the activity. -activity_type_id,The ID of the activity type. -campaign_id,The ID of the email's campaign. -campaign_run_id,The ID of the email's campaign run. -choice_number,The choice number of the current step that triggered the activity. -device,The device type the activity occurred on. -email_template_id,The ID of the email's template. -id,ID of the activity. -is_mobile_device,Whether the activity occurred on a mobile device. -lead_id,The ID of the lead related to the activity. -link,The URL of the link clicked. -primary_attribute_value,The primary attribute of the activity. -primary_attribute_value_id,The ID of the primary attribute of the activity. -step_id,The Id of the current step in the flow. -user_agent,The Web browser user agent information obtained when the lead clicked the email link. -PLATFORM, diff --git a/inputs_redshift/marketo/schemas/activity_delete_lead.csv b/inputs_redshift/marketo/schemas/activity_delete_lead.csv deleted file mode 100644 index e5b87fbb4d70a1d6224626c67b8271fe13c60855..0000000000000000000000000000000000000000 --- a/inputs_redshift/marketo/schemas/activity_delete_lead.csv +++ /dev/null @@ -1,10 +0,0 @@ -column_name,column_description -activity_date,The timestamp the lead was deleted. -activity_type_id,The ID of the activity type. -campaign_id,"The ID of the campaign related to the activity, if applicable." -campaign,"The name of the campaign related to the activity, if applicable." -id,ID of the activity. -lead_id,The ID of the lead related to the activity. -primary_attribute_value,The primary attribute of the activity. -primary_attribute_value_id,The ID of the primary attribute of the activity. -_fivetran_synced,Timestamp of when Fivetran synced a record diff --git a/inputs_redshift/marketo/schemas/activity_email_bounced.csv b/inputs_redshift/marketo/schemas/activity_email_bounced.csv deleted file mode 100644 index 3520a88feb0ec9738d2e5f473fb96d66dc5e966a..0000000000000000000000000000000000000000 --- a/inputs_redshift/marketo/schemas/activity_email_bounced.csv +++ /dev/null @@ -1,16 +0,0 @@ -column_name,column_description -activity_date,The timestamp the email bounced. -activity_type_id,The ID of the activity type. -campaign_id,The ID of the email's campaign. -campaign_run_id,The ID of the email's campaign run. -category,The category associated with bounced email. -choice_number,The choice number of the current step that triggered the activity. -details,Details about why the email bounced. -email,The email address that bounced. -email_template_id,The ID of the email's template. -id,ID of the activity. -lead_id,The ID of the lead related to the activity. -primary_attribute_value,The primary attribute of the activity. -primary_attribute_value_id,The ID of the primary attribute of the activity. -step_id,The Id of the current step in the flow. -subcategory,The subcategory associated with bounced email. diff --git a/inputs_redshift/marketo/schemas/activity_email_delivered.csv b/inputs_redshift/marketo/schemas/activity_email_delivered.csv deleted file mode 100644 index 8b9c75acf0367389382f6250e60b787b4ff1526a..0000000000000000000000000000000000000000 --- a/inputs_redshift/marketo/schemas/activity_email_delivered.csv +++ /dev/null @@ -1,12 +0,0 @@ -column_name,column_description -activity_date,The timestamp the email was delivered. -activity_type_id,The ID of the activity type. -campaign_id,The ID of the email's campaign. -campaign_run_id,The ID of the email's campaign run. -choice_number,The choice number of the current step that triggered the activity. -email_template_id,The ID of the email's template. -id,ID of the activity. -lead_id,The ID of the lead related to the activity. -primary_attribute_value,The primary attribute of the activity. -primary_attribute_value_id,The ID of the primary attribute of the activity. -step_id,The Id of the current step in the flow. diff --git a/inputs_redshift/marketo/schemas/activity_merge_leads.csv b/inputs_redshift/marketo/schemas/activity_merge_leads.csv deleted file mode 100644 index 5f90af4872e4cec7986218717fd7c6cb9f6c1b31..0000000000000000000000000000000000000000 --- a/inputs_redshift/marketo/schemas/activity_merge_leads.csv +++ /dev/null @@ -1,13 +0,0 @@ -column_name,column_description -activity_date,The timestamp the lead was deleted. -activity_type_id,The ID of the activity type. -campaign_id,"The ID of the campaign related to the activity, if applicable." -id,ID of the activity. -lead_id,The ID of the lead related to the activity. -primary_attribute_value,The primary attribute of the activity. -primary_attribute_value_id,The ID of the primary attribute of the activity. -merge_ids,ID of the lead that the lead was merged into. -_fivetran_synced,Timestamp of when Fivetran synced a record -MERGE_SOURCE, -MASTER_UPDATED, -MERGED_IN_SALES, diff --git a/inputs_redshift/marketo/schemas/activity_open_email.csv b/inputs_redshift/marketo/schemas/activity_open_email.csv deleted file mode 100644 index 1fd2efce5592e583e8977ce862006528f067cc4b..0000000000000000000000000000000000000000 --- a/inputs_redshift/marketo/schemas/activity_open_email.csv +++ /dev/null @@ -1,16 +0,0 @@ -column_name,column_description -activity_date,The timestamp the email was opened. -activity_type_id,The ID of the activity type. -campaign_id,The ID of the email's campaign. -campaign_run_id,The ID of the email's campaign run. -choice_number,The choice number of the current step that triggered the activity. -device,The device that was used to open the email. -email_template_id,The ID of the email's template. -id,ID of the activity. -is_mobile_device,Identifies whether a mobile device was used to open the email. -lead_id,The ID of the lead related to the activity. -platform,The platform that was used to open the email. -primary_attribute_value,The primary attribute of the activity. -primary_attribute_value_id,The ID of the primary attribute of the activity. -step_id,The Id of the current step in the flow. -user_agent,The web browser user agent information obtained when the email was opened. diff --git a/inputs_redshift/marketo/schemas/activity_send_email.csv b/inputs_redshift/marketo/schemas/activity_send_email.csv deleted file mode 100644 index 68b3127eca26d69e5ac5f62f0c950e0530d47a6c..0000000000000000000000000000000000000000 --- a/inputs_redshift/marketo/schemas/activity_send_email.csv +++ /dev/null @@ -1,13 +0,0 @@ -column_name,column_description -action_result,The outcome of a specific action performed within the Marketo platform. -activity_date,The timestamp the email was sent. -activity_type_id,The ID of the activity type. -campaign_id,The ID of the email's campaign. -campaign_run_id,The ID of the email's campaign run. -choice_number,The choice number of the current step that triggered the activity. -email_template_id,The ID of the email's template. -id,ID of the activity. -lead_id,The ID of the lead related to the activity. -primary_attribute_value,The primary attribute of the activity. -primary_attribute_value_id,The ID of the primary attribute of the activity. -step_id,The Id of the current step in the flow. diff --git a/inputs_redshift/marketo/schemas/activity_unsubscribe_email.csv b/inputs_redshift/marketo/schemas/activity_unsubscribe_email.csv deleted file mode 100644 index b593b0574dd86cec257a8d925ea97eb8b0835f08..0000000000000000000000000000000000000000 --- a/inputs_redshift/marketo/schemas/activity_unsubscribe_email.csv +++ /dev/null @@ -1,17 +0,0 @@ -column_name,column_description -activity_date,The timestamp the lead unsubscribed. -activity_type_id,The ID of the activity type. -campaign_id,The ID of the email's campaign. -campaign_run_id,The ID of the email's campaign run. -client_ip_address,The IP address of the client that unsubscribed. -email_template_id,The ID of the email's template. -form_fields,The query parameters contained within the URL. -id,ID of the activity. -lead_id,The ID of the lead related to the activity. -primary_attribute_value,The primary attribute of the activity. -primary_attribute_value_id,The ID of the primary attribute of the activity. -query_parameters,The query parameters contained within the URL. -referrer_url,The URL of the referrer used to identify where the form visit originated from. -user_agent,The web browser user agent information obtained when the lead unsubscribed. -webform_id,The ID of the unsubscribe web page. -webpage_id,The ID of the unsubscribe web form. diff --git a/inputs_redshift/marketo/schemas/email_template_history.csv b/inputs_redshift/marketo/schemas/email_template_history.csv deleted file mode 100644 index 475e1398de1130dcbd72c6fe26914d2eec3f8973..0000000000000000000000000000000000000000 --- a/inputs_redshift/marketo/schemas/email_template_history.csv +++ /dev/null @@ -1,24 +0,0 @@ -column_name,column_description -created_at,Timestamp the email template was created. -description,Description of the email template. -folder_folder_name,The name of the email template's folder. -folder_id,The ID of the email template's folder. -folder_type,The type of the email template's folder. -folder_value,The value of the email template's folder. -from_email,The 'From' address of the email. -from_name,The 'From' name of the email. -id,ID of the email template. -name,Name of the email template. -operational,Whether the email is operational. Operational emails bypass unsubscribe status. Defaults to false. -program_id,The ID of the email template's program. -publish_to_msi,Whether the email is published to Marketo Sales Insight. -reply_email,Reply-To address of the Email. -status,Status filter for draft or approved versions. -subject,Subject line of the email. -template,ID of the parent template. -text_only,Setting to include text-only version of email when sent. -updated_at,Timestamp the email template was last updated. -url,URL of the email template in the Marketo UI. -version,"The type version of the email, either '1' or '2'." -web_view,Whether 'View as Webpage' function is enabled for the email. -workspace,Name of the workspace. diff --git a/inputs_redshift/marketo/schemas/lead.csv b/inputs_redshift/marketo/schemas/lead.csv deleted file mode 100644 index d40e06110996cb061ff2859739ad5675e4be55ca..0000000000000000000000000000000000000000 --- a/inputs_redshift/marketo/schemas/lead.csv +++ /dev/null @@ -1,7 +0,0 @@ -column_name,column_description -id,Unique integer id of a lead record. -created_at,The timestamp each lead object was created at. -updated_at,The timestamp each lead object was last updated at. -email,The email address of the lead. -first_name,The first name of the lead. -last_name,The last name of the lead. diff --git a/inputs_redshift/marketo/schemas/lead_describe.csv b/inputs_redshift/marketo/schemas/lead_describe.csv deleted file mode 100644 index d17dc50274ddae7bdc4c06ace3a7e6e712ee95cf..0000000000000000000000000000000000000000 --- a/inputs_redshift/marketo/schemas/lead_describe.csv +++ /dev/null @@ -1,9 +0,0 @@ -column_name,column_description -data_type,Datatype of the field. -display_name,UI display-name of the field. -id,Unique integer id of the field. -length,"Max length of the field. Only applicable to text, string, and text area." -restname,Description of REST API usage attributes. -restread_only,Whether the field is only available via the REST API. -soapname,Description of SOAP API usage attributes. -soapread_only,Whether the field is only available via the SOAP API. diff --git a/inputs_redshift/marketo/schemas/marketo_campaign.csv b/inputs_redshift/marketo/schemas/marketo_campaign.csv deleted file mode 100644 index ff4e6d90d7e2e82056353cdf133783f70862d4e9..0000000000000000000000000000000000000000 --- a/inputs_redshift/marketo/schemas/marketo_campaign.csv +++ /dev/null @@ -1,27 +0,0 @@ -column_name,column_description -active,Whether the campaign is active. Only applicable to trigger campaigns. -created_at,Timestamp when the campaign was created. -description,Description of the campaign -id,Unique integer ID of the campaign. -name,Name of the campaign. -program_id,"ID of the parent program, if applicable." -type,"Type of campaign, either 'batch' or 'trigger'." -updated_at,Timestamp when the campaign was most recently updated. -workspace_name,"Name of the parent workspace, if applicable." -computed_url,The URL of the campaign in Marketo. -flow_id,The ID of the flow that the campaign is associated with. -folder_id,The ID of the folder that the campaign is stored in. -folder_type,The type of folder that the campaign is stored in. -is_communication_limit_enabled,Whether or not the campaign has a communication limit. -is_requestable,Whether or not the campaign can be requested by leads. -is_system,Whether or not the campaign is a system campaign. -qualification_rule_type,The type of qualification rule that the campaign uses. -qualification_rule_interval,The interval for the qualification rule. -qualification_rule_unit,The unit for the qualification rule. -recurrence_start_at,The start date and time for the recurrence. -recurrence_interval_type,The type of recurrence interval. -recurrence_interval,The value of the recurrence interval. -recurrence_weekday_only,Whether or not the recurrence is limited to weekdays. -smart_list_id,The ID of the smart list that the campaign is associated with. -status,The status of the campaign. -_fivetran_deleted,Boolean created by Fivetran to indicate whether the record has been deleted. diff --git a/inputs_redshift/marketo/schemas/program.csv b/inputs_redshift/marketo/schemas/program.csv deleted file mode 100644 index b949333a900f7f2b3cd14939784ca8477e693be2..0000000000000000000000000000000000000000 --- a/inputs_redshift/marketo/schemas/program.csv +++ /dev/null @@ -1,19 +0,0 @@ -column_name,column_description -channel,Channel of the program. -created_at,Timestamp the program was created at. -description,Description of the program. -end_date,"End date of the program. Applicable to event, email, and webinar type programs." -id,ID of the program. -name,Name of the program. -sfdc_id,SFDC id of the program if linked to an SFDC campaign. -sfdc_name,Name of the linked SFDC campaign if applicable. -start_date,"Start date of program. Applicable to event, email and webinar type programs." -status,"Status of the program. Only valid for Email and engagement program types. -Allowed values: locked, unlocked, on, off -" -type,"Type of the program. Allowed values: program, event, webinar, nurture -" -updated_at,Timestamp the program was most recently updated. -url,URL of the program in the Marketo UI. -workspace,Name of the workspace. -_fivetran_deleted,Boolean created by Fivetran to indicate whether the record has been deleted. diff --git a/inputs_redshift/mental_health_survey/config.yaml b/inputs_redshift/mental_health_survey/config.yaml deleted file mode 100644 index c448e79397507c60692d07291c5d07ac2ab41e68..0000000000000000000000000000000000000000 --- a/inputs_redshift/mental_health_survey/config.yaml +++ /dev/null @@ -1,41 +0,0 @@ -Airbyte: - config: - files_definition_id: 778daa7c-feaf-4db6-96f3-70fd645acc77 - mongodb_definition_id: b2e713cd-cc36-4c0a-b5bd-b47cb8a0561e - namespace_definition: destination - s3_definition_id: 69589781-7828-43c5-9f63-8925b1c1ccc2 - server_url: http://airbyte-abctl-control-plane:80/api/public/v1/ - redshift_definition_id: f7a7d195-377f-cf5b-70a5-be6b819019dc -aws_s3: - AWS_ACCESS_KEY_ID: test - AWS_DEFAULT_REGION: us-west-2 - AWS_ENDPOINT_URL: http://elt-localstack:4566 - AWS_SECRET_ACCESS_KEY: test - data: - - path: s3://mental-health-survey-bucket/Question.jsonl - sync_mode: full_refresh_append - table: Question -flat_files: -- format: csv - path: https://drive.google.com/uc?export=download&id=1B3W8CfnG7dOnlr-YCZTQAAMgrCPuq86l - sync_mode: full_refresh_append - table: Survey -mongodb: - config: - connection_string: mongodb://elt-mongodb:27017/?directConnection=true - database: mental_health_survey - sync_mode: full_refresh_append - tables: - - Answer -redshift: - config: - host: - port: - database: - username: - password: - schema: mental_health_survey - s3_bucket_name: - s3_bucket_region: - access_key_id: - secret_access_key: diff --git a/inputs_redshift/mental_health_survey/data_model.yaml b/inputs_redshift/mental_health_survey/data_model.yaml deleted file mode 100644 index da1d6146c774f496da37362fe6f93e2d59dfeee7..0000000000000000000000000000000000000000 --- a/inputs_redshift/mental_health_survey/data_model.yaml +++ /dev/null @@ -1,18 +0,0 @@ -models: - - name: surveys - description: Each record represents a survey. - columns: - - name: survey_id - description: The unique identifier of the survey. - - name: description - description: The description of the survey. - - name: num_people_mental_illness - description: The number of people in the survey who was identified with mental illness (who responded ‘Yes’ to Question 34), replace NULL values with 0. - - name: num_questions_more_than_200_answers - description: The number of questions in the survey that received more than 200 answers, replace NULL values with 0. - - name: oldest_user_age - description: The age of the oldest user who answered the survey (question 'What is your age?') - - name: per_bring_mental_issue_in_interview - description: The percentage of people in the survey who would bring up a mental health issue with a potential employer in an interview. Only include respondents who answered that question. - - name: contains_work_city - description: Set to 1 if the survey contains the question "What country do you work in?", 0 otherwise. \ No newline at end of file diff --git a/inputs_redshift/mental_health_survey/schemas/Answer.csv b/inputs_redshift/mental_health_survey/schemas/Answer.csv deleted file mode 100644 index f19b1264052c790587fc197a248c7d4502c524fd..0000000000000000000000000000000000000000 --- a/inputs_redshift/mental_health_survey/schemas/Answer.csv +++ /dev/null @@ -1,5 +0,0 @@ -column_name,column_description -AnswerText,The specific and detailed answer text of each question. -SurveyID,The id of each survey. -UserID,The id of different user. -QuestionID,The id of different questions. diff --git a/inputs_redshift/mental_health_survey/schemas/Question.csv b/inputs_redshift/mental_health_survey/schemas/Question.csv deleted file mode 100644 index adba0625c643f5a8b6941d7fc4746aafc6fea272..0000000000000000000000000000000000000000 --- a/inputs_redshift/mental_health_survey/schemas/Question.csv +++ /dev/null @@ -1,3 +0,0 @@ -column_name,column_description -questiontext,The detailed text of the question. -questionid,The unique id of the question. diff --git a/inputs_redshift/mental_health_survey/schemas/Survey.csv b/inputs_redshift/mental_health_survey/schemas/Survey.csv deleted file mode 100644 index f1fe2edb6142eb5b17a40432b5eabb2d0c7b5e2b..0000000000000000000000000000000000000000 --- a/inputs_redshift/mental_health_survey/schemas/Survey.csv +++ /dev/null @@ -1,3 +0,0 @@ -column_name,column_description -SurveyID,The unique id of each survey -Description,The Description of the specific survey. diff --git a/inputs_redshift/menu/config.yaml b/inputs_redshift/menu/config.yaml deleted file mode 100644 index 7e44ebc98fa01cbba43fff34ebd59a127551b234..0000000000000000000000000000000000000000 --- a/inputs_redshift/menu/config.yaml +++ /dev/null @@ -1,52 +0,0 @@ -Airbyte: - config: - files_definition_id: 778daa7c-feaf-4db6-96f3-70fd645acc77 - mongodb_definition_id: b2e713cd-cc36-4c0a-b5bd-b47cb8a0561e - namespace_definition: destination - postgres_definition_id: decd338e-5647-4c0b-adf4-da0e75f5a750 - server_url: http://airbyte-abctl-control-plane:80/api/public/v1/ - redshift_definition_id: f7a7d195-377f-cf5b-70a5-be6b819019dc -aws_s3: - AWS_ACCESS_KEY_ID: test - AWS_DEFAULT_REGION: us-west-2 - AWS_ENDPOINT_URL: http://elt-localstack:4566 - AWS_SECRET_ACCESS_KEY: test - data: - - path: s3://menu-bucket/Dish.csv - sync_mode: full_refresh_append - table: Dish -flat_files: -- format: csv - path: https://drive.google.com/uc?export=download&id=1Ei8zWedHNSbAiTCyjpJOyNaM65P8P-j2 - sync_mode: full_refresh_append - table: MenuPage -mongodb: - config: - connection_string: mongodb://elt-mongodb:27017/?directConnection=true - database: menu - sync_mode: full_refresh_append - tables: - - Menu -postgres: - config: - database: menu - host: elt-postgres - password: testelt - port: 5432 - schema: public - sync_mode: full_refresh_append - tables: - - menuitem - user: postgres -redshift: - config: - host: - port: - database: - username: - password: - schema: menu - s3_bucket_name: - s3_bucket_region: - access_key_id: - secret_access_key: diff --git a/inputs_redshift/menu/schemas/Dish.csv b/inputs_redshift/menu/schemas/Dish.csv deleted file mode 100644 index 5b958f7c2a641490d695b825fa382e31c1b7c9b7..0000000000000000000000000000000000000000 --- a/inputs_redshift/menu/schemas/Dish.csv +++ /dev/null @@ -1,10 +0,0 @@ -column_name,column_description -id,unique id number indicating the dishes -name,the name of the dish -description,description of the dish -menus_appeared,how many menus have this dish -times_appeared,how many times this dish appears in the menu -first_appeared,the year that this dish appears first -last_appeared,the year that this dish appears the last time -lowest_price,the lowest price of the dish -highest_price,the highest price of the dish diff --git a/inputs_redshift/menu/schemas/Menu.csv b/inputs_redshift/menu/schemas/Menu.csv deleted file mode 100644 index 3b27dc50fad66e3f24767425532ee8d88adf2f0f..0000000000000000000000000000000000000000 --- a/inputs_redshift/menu/schemas/Menu.csv +++ /dev/null @@ -1,18 +0,0 @@ -column_name,column_description -id,the unique number identifying the menu -name,the name of the menu -sponsor,the sponsor of this menu -event,the event that the menu was created for -venue,the venue that the menu was created for -place,the location that the menu was used -physical_description,physical description of the menu -occasion,occasion of the menu -notes,notes -call_number,call number -date,the date that this menu was created -location,the location that the menu was used -currency,the currency that the menu was used -currency_symbol,the currency symbol -status,status of the menu -page_count,the number of pages of this menu -dish_count,the number of dishes of this menu diff --git a/inputs_redshift/menu/schemas/MenuItem.csv b/inputs_redshift/menu/schemas/MenuItem.csv deleted file mode 100644 index ae0e26990b9ba17ae2d0c01b350b9c5cd63fac7b..0000000000000000000000000000000000000000 --- a/inputs_redshift/menu/schemas/MenuItem.csv +++ /dev/null @@ -1,10 +0,0 @@ -column_name,column_description -id,the unique id representing the menu item -menu_page_id,the id of menu page -price,the price of this dish (menu item) -high_price,high price of this dish -dish_id,the id of the dish -created_at,the dates when the item was created -updated_at,the dates when the item was updated -xpos,x-axis position of the dish in this menu page -ypos,y-axis position of the dish in this menu page diff --git a/inputs_redshift/menu/schemas/MenuPage.csv b/inputs_redshift/menu/schemas/MenuPage.csv deleted file mode 100644 index c102d547e6d83b71fb43cab8b32eb2355c5374d9..0000000000000000000000000000000000000000 --- a/inputs_redshift/menu/schemas/MenuPage.csv +++ /dev/null @@ -1,8 +0,0 @@ -column_name,column_description -id,the unique id number indentifying the menupage -menu_id,the id of the menu -page_number,the page number -image_id,the id of the image -full_height,full height of the menu page -full_width,full width of the menu page -uuid, diff --git a/inputs_redshift/microsoft_ads/config.yaml b/inputs_redshift/microsoft_ads/config.yaml deleted file mode 100644 index cc981c8c6e86a2a0ed5239fb1f6fbc187776fcc4..0000000000000000000000000000000000000000 --- a/inputs_redshift/microsoft_ads/config.yaml +++ /dev/null @@ -1,65 +0,0 @@ -Airbyte: - config: - files_definition_id: 778daa7c-feaf-4db6-96f3-70fd645acc77 - mongodb_definition_id: b2e713cd-cc36-4c0a-b5bd-b47cb8a0561e - namespace_definition: destination - postgres_definition_id: decd338e-5647-4c0b-adf4-da0e75f5a750 - s3_definition_id: 69589781-7828-43c5-9f63-8925b1c1ccc2 - server_url: http://airbyte-abctl-control-plane:80/api/public/v1/ - redshift_definition_id: f7a7d195-377f-cf5b-70a5-be6b819019dc -aws_s3: - AWS_ACCESS_KEY_ID: test - AWS_DEFAULT_REGION: us-west-2 - AWS_ENDPOINT_URL: http://elt-localstack:4566 - AWS_SECRET_ACCESS_KEY: test - data: - - path: s3://microsoft-ads-bucket/keyword_history.jsonl - sync_mode: full_refresh_append - table: keyword_history -custom_api: - config: - configuration: {} - sync_mode: full_refresh_append - tables: - - ad_group_history - - keyword_performance_daily_report - - search_performance_daily_report -flat_files: -- format: csv - path: https://drive.google.com/uc?export=download&id=1Gmv63P_w6ityCQ82KjOpzw6oDYD9rAhF - sync_mode: full_refresh_append - table: campaign_history -mongodb: - config: - connection_string: mongodb://elt-mongodb:27017/?directConnection=true - database: microsoft_ads - sync_mode: full_refresh_append - tables: - - account_history - - ad_history -postgres: - config: - database: microsoft_ads - host: elt-postgres - password: testelt - port: 5432 - schema: public - sync_mode: full_refresh_append - tables: - - account_performance_daily_report - - ad_group_performance_daily_report - - ad_performance_daily_report - - campaign_performance_daily_report - user: postgres -redshift: - config: - host: - port: - database: - username: - password: - schema: microsoft_ads - s3_bucket_name: - s3_bucket_region: - access_key_id: - secret_access_key: diff --git a/inputs_redshift/microsoft_ads/schemas/account_history.csv b/inputs_redshift/microsoft_ads/schemas/account_history.csv deleted file mode 100644 index 047873d484083d189387eecf47681504a14b9523..0000000000000000000000000000000000000000 --- a/inputs_redshift/microsoft_ads/schemas/account_history.csv +++ /dev/null @@ -1,6 +0,0 @@ -column_name,column_description -id,The ID of the account. -name,The name of the account. -last_modified_time,"The time each version of the object was last modified, i.e. when that version of the object was 'created'." -time_zone,The time zone associated with this record. -currency_code,"The currency code associated with spend and, if applicable, other metrics associated with currency." diff --git a/inputs_redshift/microsoft_ads/schemas/account_performance_daily_report.csv b/inputs_redshift/microsoft_ads/schemas/account_performance_daily_report.csv deleted file mode 100644 index f13618d077d65eeea4bbf08e2ac3371ad66c5987..0000000000000000000000000000000000000000 --- a/inputs_redshift/microsoft_ads/schemas/account_performance_daily_report.csv +++ /dev/null @@ -1,18 +0,0 @@ -column_name,column_description -date,The date of the performance report. -account_id,The ID of the account. -device_os,"The device operating system associated with this record; values include but may not be limited to 'Windows', 'iOS', 'Android', 'Other', 'BlackBerry' and 'Unknown'." -device_type,"The device type associated with this record; values include but may not be limited to 'Computer', 'Smartphone', 'Tablet' and 'Unknown'." -network,The network associated with this record. -currency_code,"The currency code associated with spend and, if applicable, other metrics associated with currency." -ad_distribution,The distribution medium associated with this record. -bid_match_type,"The bid match type associated with this record; values include 'Broad', 'Exact', 'Phrase'." -delivered_match_type,"The delivered match type associated with this record; values include 'Broad', 'Exact', 'Phrase'." -top_vs_other,"The position of the ad associated with this record. For more information, refer to Microsoft [documentation](https://help.ads.microsoft.com/apex/index/22/en/14009)." -clicks,The number of clicks that occurred by the grain of the report. -impressions,The number of impressions that occurred by the grain of the report. -spend,The amount of spend that occurred by the grain of the report. -conversions_qualified,"Number of [conversions](https://learn.microsoft.com/en-us/advertising/reporting-service/conversionperformancereportcolumn?view=bingads-13#conversionsqualified), measured by completion of an action by a customer after viewing your ad. This will **exclude** any conversions where the conversion goal's [ExcludeFromBidding](https://learn.microsoft.com/en-us/advertising/campaign-management-service/conversiongoal?view=bingads-13#excludefrombidding) property in Microsoft Ads is set to true." -conversions,"Number of conversions, measured by completion of an action by a customer after viewing your ad. This will **exclude** any conversions where the convesion goal's [ExcludeFromBidding](https://learn.microsoft.com/en-us/advertising/campaign-management-service/conversiongoal?view=bingads-13#excludefrombidding) property in Microsoft Ads is set to true. This field coalesces the source `conversions_qualifed` and `conversions` fields, and will be 0 if both are null." -revenue,The revenue optionally reported by the advertiser as a result of the `conversions` figure. This will **exclude** revenue from conversions in which the conversion goal's [ExcludeFromBidding](https://learn.microsoft.com/en-us/advertising/campaign-management-service/conversiongoal?view=bingads-13#excludefrombidding) property in Microsoft Ads is set to true. -all_conversions_qualified,"Number of all conversions, measured by completion of an action by a customer after viewing your ad. This will **include** data from conversions regardless of the value of the conversion goal's [ExcludeFromBidding](https://learn.microsoft.com/en-us/advertising/campaign-management-service/conversiongoal?view=bingads-13#excludefrombidding) property in Microsoft Ads." diff --git a/inputs_redshift/microsoft_ads/schemas/ad_group_history.csv b/inputs_redshift/microsoft_ads/schemas/ad_group_history.csv deleted file mode 100644 index ae8db9f21a44fde54a802dbbd1f36de0a2f6b924..0000000000000000000000000000000000000000 --- a/inputs_redshift/microsoft_ads/schemas/ad_group_history.csv +++ /dev/null @@ -1,7 +0,0 @@ -column_name,column_description -id,The ID of the corresponding ad group. -name,The name of the corresponding ad group. -campaign_id,The ID of the campaign. -modified_time,"The time each version of the object was last modified, i.e. when that version of the object was 'created'." -start_date,The date in which an ad group starts running. -status,The status of this ad group; diff --git a/inputs_redshift/microsoft_ads/schemas/ad_group_performance_daily_report.csv b/inputs_redshift/microsoft_ads/schemas/ad_group_performance_daily_report.csv deleted file mode 100644 index 803976717b45ed6c6594615db09c722aaa6eb48a..0000000000000000000000000000000000000000 --- a/inputs_redshift/microsoft_ads/schemas/ad_group_performance_daily_report.csv +++ /dev/null @@ -1,23 +0,0 @@ -column_name,column_description -date,The date of the performance report. -account_id,The ID of the account. -campaign_id,The ID of the campaign. -ad_group_id,The ID of the corresponding ad group. -currency_code,"The currency code associated with spend and, if applicable, other metrics associated with currency." -device_os,"The device operating system associated with this record; values include but may not be limited to 'Windows', 'iOS', 'Android', 'Other', 'BlackBerry' and 'Unknown'." -device_type,"The device type associated with this record; values include but may not be limited to 'Computer', 'Smartphone', 'Tablet' and 'Unknown'." -network,The network associated with this record. -language,The language that the associated ad was viewed in. -ad_distribution,The distribution medium associated with this record. -bid_match_type,"The bid match type associated with this record; values include 'Broad', 'Exact', 'Phrase'." -delivered_match_type,"The delivered match type associated with this record; values include 'Broad', 'Exact', 'Phrase'." -top_vs_other,"The position of the ad associated with this record. For more information, refer to Microsoft [documentation](https://help.ads.microsoft.com/apex/index/22/en/14009)." -clicks,The number of clicks that occurred by the grain of the report. -impressions,The number of impressions that occurred by the grain of the report. -spend,The amount of spend that occurred by the grain of the report. -conversions_qualified,"Number of [conversions](https://learn.microsoft.com/en-us/advertising/reporting-service/conversionperformancereportcolumn?view=bingads-13#conversionsqualified), measured by completion of an action by a customer after viewing your ad. This will **exclude** any conversions where the conversion goal's [ExcludeFromBidding](https://learn.microsoft.com/en-us/advertising/campaign-management-service/conversiongoal?view=bingads-13#excludefrombidding) property in Microsoft Ads is set to true." -conversions,"Number of conversions, measured by completion of an action by a customer after viewing your ad. This will **exclude** any conversions where the convesion goal's [ExcludeFromBidding](https://learn.microsoft.com/en-us/advertising/campaign-management-service/conversiongoal?view=bingads-13#excludefrombidding) property in Microsoft Ads is set to true. This field coalesces the source `conversions_qualifed` and `conversions` fields, and will be 0 if both are null." -revenue,The revenue optionally reported by the advertiser as a result of the `conversions` figure. This will **exclude** revenue from conversions in which the conversion goal's [ExcludeFromBidding](https://learn.microsoft.com/en-us/advertising/campaign-management-service/conversiongoal?view=bingads-13#excludefrombidding) property in Microsoft Ads is set to true. -all_conversions_qualified,"Number of all conversions, measured by completion of an action by a customer after viewing your ad. This will **include** data from conversions regardless of the value of the conversion goal's [ExcludeFromBidding](https://learn.microsoft.com/en-us/advertising/campaign-management-service/conversiongoal?view=bingads-13#excludefrombidding) property in Microsoft Ads." -all_conversions,"Number of all conversions, measured by completion of an action by a customer after viewing your ad. This will **include** data from conversions regardless of the value of the conversion goal's [ExcludeFromBidding](https://learn.microsoft.com/en-us/advertising/campaign-management-service/conversiongoal?view=bingads-13#excludefrombidding) property in Microsoft Ads. This field coalesces the source `all_conversions_qualifed` and `all_conversions` fields, and will be 0 if both are null." -all_revenue,The revenue reported by the advertiser as a result of the `all_conversions` figure. This will **include** revenue from conversions regardless of the value of the conversion goal's [ExcludeFromBidding](https://learn.microsoft.com/en-us/advertising/campaign-management-service/conversiongoal?view=bingads-13#excludefrombidding) property in Microsoft Ads. diff --git a/inputs_redshift/microsoft_ads/schemas/ad_history.csv b/inputs_redshift/microsoft_ads/schemas/ad_history.csv deleted file mode 100644 index e912a4dfe30e8d0e229fea35ecac3f84d5c6ff70..0000000000000000000000000000000000000000 --- a/inputs_redshift/microsoft_ads/schemas/ad_history.csv +++ /dev/null @@ -1,8 +0,0 @@ -column_name,column_description -id,The ID of the corresponding ad. -title_part_1,The name of the corresponding ad; title_part_1 is used as the ad name as a proxy as one is not provided by the data source. -final_url,The full URL that the ad links to. -ad_group_id,The ID of the corresponding ad group. -modified_time,"The time each version of the object was last modified, i.e. when that version of the object was 'created'." -status,The status of this ad; -type,The ad type associated with this record; diff --git a/inputs_redshift/microsoft_ads/schemas/ad_performance_daily_report.csv b/inputs_redshift/microsoft_ads/schemas/ad_performance_daily_report.csv deleted file mode 100644 index 510af82ee906b80426e2a2636a49b0afbf02010d..0000000000000000000000000000000000000000 --- a/inputs_redshift/microsoft_ads/schemas/ad_performance_daily_report.csv +++ /dev/null @@ -1,24 +0,0 @@ -column_name,column_description -date,The date of the performance report. -account_id,The ID of the account. -campaign_id,The ID of the campaign. -ad_group_id,The ID of the corresponding ad group. -ad_id,The ID of the corresponding ad. -currency_code,"The currency code associated with spend and, if applicable, other metrics associated with currency." -device_os,"The device operating system associated with this record; values include but may not be limited to 'Windows', 'iOS', 'Android', 'Other', 'BlackBerry' and 'Unknown'." -device_type,"The device type associated with this record; values include but may not be limited to 'Computer', 'Smartphone', 'Tablet' and 'Unknown'." -network,The network associated with this record. -language,The language that the associated ad was viewed in. -ad_distribution,The distribution medium associated with this record. -bid_match_type,"The bid match type associated with this record; values include 'Broad', 'Exact', 'Phrase'." -delivered_match_type,"The delivered match type associated with this record; values include 'Broad', 'Exact', 'Phrase'." -top_vs_other,"The position of the ad associated with this record. For more information, refer to Microsoft [documentation](https://help.ads.microsoft.com/apex/index/22/en/14009)." -clicks,The number of clicks that occurred by the grain of the report. -impressions,The number of impressions that occurred by the grain of the report. -spend,The amount of spend that occurred by the grain of the report. -conversions_qualified,"Number of [conversions](https://learn.microsoft.com/en-us/advertising/reporting-service/conversionperformancereportcolumn?view=bingads-13#conversionsqualified), measured by completion of an action by a customer after viewing your ad. This will **exclude** any conversions where the conversion goal's [ExcludeFromBidding](https://learn.microsoft.com/en-us/advertising/campaign-management-service/conversiongoal?view=bingads-13#excludefrombidding) property in Microsoft Ads is set to true." -conversions,"Number of conversions, measured by completion of an action by a customer after viewing your ad. This will **exclude** any conversions where the convesion goal's [ExcludeFromBidding](https://learn.microsoft.com/en-us/advertising/campaign-management-service/conversiongoal?view=bingads-13#excludefrombidding) property in Microsoft Ads is set to true. This field coalesces the source `conversions_qualifed` and `conversions` fields, and will be 0 if both are null." -revenue,The revenue optionally reported by the advertiser as a result of the `conversions` figure. This will **exclude** revenue from conversions in which the conversion goal's [ExcludeFromBidding](https://learn.microsoft.com/en-us/advertising/campaign-management-service/conversiongoal?view=bingads-13#excludefrombidding) property in Microsoft Ads is set to true. -all_conversions_qualified,"Number of all conversions, measured by completion of an action by a customer after viewing your ad. This will **include** data from conversions regardless of the value of the conversion goal's [ExcludeFromBidding](https://learn.microsoft.com/en-us/advertising/campaign-management-service/conversiongoal?view=bingads-13#excludefrombidding) property in Microsoft Ads." -all_conversions,"Number of all conversions, measured by completion of an action by a customer after viewing your ad. This will **include** data from conversions regardless of the value of the conversion goal's [ExcludeFromBidding](https://learn.microsoft.com/en-us/advertising/campaign-management-service/conversiongoal?view=bingads-13#excludefrombidding) property in Microsoft Ads. This field coalesces the source `all_conversions_qualifed` and `all_conversions` fields, and will be 0 if both are null." -all_revenue,The revenue reported by the advertiser as a result of the `all_conversions` figure. This will **include** revenue from conversions regardless of the value of the conversion goal's [ExcludeFromBidding](https://learn.microsoft.com/en-us/advertising/campaign-management-service/conversiongoal?view=bingads-13#excludefrombidding) property in Microsoft Ads. diff --git a/inputs_redshift/microsoft_ads/schemas/campaign_history.csv b/inputs_redshift/microsoft_ads/schemas/campaign_history.csv deleted file mode 100644 index 810c9ab5cf1504e337ab3cced9c60d7412de6ac4..0000000000000000000000000000000000000000 --- a/inputs_redshift/microsoft_ads/schemas/campaign_history.csv +++ /dev/null @@ -1,8 +0,0 @@ -column_name,column_description -id,The ID of the campaign. -name,The name of the campaign. -account_id,The ID of the account. -modified_time,"The time each version of the object was last modified, i.e. when that version of the object was 'created'." -type,The campaign type associated with this record -time_zone,The time zone associated with this record. -status,The status of this campaign diff --git a/inputs_redshift/microsoft_ads/schemas/campaign_performance_daily_report.csv b/inputs_redshift/microsoft_ads/schemas/campaign_performance_daily_report.csv deleted file mode 100644 index f3ed1b4237e03707fe524ea13bfe68d2f597497b..0000000000000000000000000000000000000000 --- a/inputs_redshift/microsoft_ads/schemas/campaign_performance_daily_report.csv +++ /dev/null @@ -1,23 +0,0 @@ -column_name,column_description -date,The date of the performance report. -account_id,The ID of the account. -campaign_id,The ID of the campaign. -currency_code,"The currency code associated with spend and, if applicable, other metrics associated with currency." -device_os,"The device operating system associated with this record; values include but may not be limited to 'Windows', 'iOS', 'Android', 'Other', 'BlackBerry' and 'Unknown'." -device_type,"The device type associated with this record; values include but may not be limited to 'Computer', 'Smartphone', 'Tablet' and 'Unknown'." -network,The network associated with this record. -ad_distribution,The distribution medium associated with this record. -bid_match_type,"The bid match type associated with this record; values include 'Broad', 'Exact', 'Phrase'." -delivered_match_type,"The delivered match type associated with this record; values include 'Broad', 'Exact', 'Phrase'." -top_vs_other,"The position of the ad associated with this record. For more information, refer to Microsoft [documentation](https://help.ads.microsoft.com/apex/index/22/en/14009)." -clicks,The number of clicks that occurred by the grain of the report. -impressions,The number of impressions that occurred by the grain of the report. -spend,The amount of spend that occurred by the grain of the report. -budget_association_status,Indicates whether or not the campaign is currently spending from the budget mentioned in the BudgetName column. The possible values are `Current` and `Ended`. -budget_name,The name of the budget. This column will be empty for unshared budgets. -conversions_qualified,"Number of [conversions](https://learn.microsoft.com/en-us/advertising/reporting-service/conversionperformancereportcolumn?view=bingads-13#conversionsqualified), measured by completion of an action by a customer after viewing your ad. This will **exclude** any conversions where the conversion goal's [ExcludeFromBidding](https://learn.microsoft.com/en-us/advertising/campaign-management-service/conversiongoal?view=bingads-13#excludefrombidding) property in Microsoft Ads is set to true." -conversions,"Number of conversions, measured by completion of an action by a customer after viewing your ad. This will **exclude** any conversions where the convesion goal's [ExcludeFromBidding](https://learn.microsoft.com/en-us/advertising/campaign-management-service/conversiongoal?view=bingads-13#excludefrombidding) property in Microsoft Ads is set to true. This field coalesces the source `conversions_qualifed` and `conversions` fields, and will be 0 if both are null." -revenue,The revenue optionally reported by the advertiser as a result of the `conversions` figure. This will **exclude** revenue from conversions in which the conversion goal's [ExcludeFromBidding](https://learn.microsoft.com/en-us/advertising/campaign-management-service/conversiongoal?view=bingads-13#excludefrombidding) property in Microsoft Ads is set to true. -all_conversions_qualified,"Number of all conversions, measured by completion of an action by a customer after viewing your ad. This will **include** data from conversions regardless of the value of the conversion goal's [ExcludeFromBidding](https://learn.microsoft.com/en-us/advertising/campaign-management-service/conversiongoal?view=bingads-13#excludefrombidding) property in Microsoft Ads." -all_conversions,"Number of all conversions, measured by completion of an action by a customer after viewing your ad. This will **include** data from conversions regardless of the value of the conversion goal's [ExcludeFromBidding](https://learn.microsoft.com/en-us/advertising/campaign-management-service/conversiongoal?view=bingads-13#excludefrombidding) property in Microsoft Ads. This field coalesces the source `all_conversions_qualifed` and `all_conversions` fields, and will be 0 if both are null." -all_revenue,The revenue reported by the advertiser as a result of the `all_conversions` figure. This will **include** revenue from conversions regardless of the value of the conversion goal's [ExcludeFromBidding](https://learn.microsoft.com/en-us/advertising/campaign-management-service/conversiongoal?view=bingads-13#excludefrombidding) property in Microsoft Ads. diff --git a/inputs_redshift/microsoft_ads/schemas/keyword_history.csv b/inputs_redshift/microsoft_ads/schemas/keyword_history.csv deleted file mode 100644 index 984cdbabf26f8dfe643ea436febd63f75a5e7738..0000000000000000000000000000000000000000 --- a/inputs_redshift/microsoft_ads/schemas/keyword_history.csv +++ /dev/null @@ -1,7 +0,0 @@ -column_name,column_description -id,The ID of the keyword. -name,The keyword(s) associated with this record. -modified_time,"The time each version of the object was last modified, i.e. when that version of the object was 'created'." -ad_group_id,The ID of the corresponding ad group. -match_type,"The match type associated with this record; values contain but may not be limited to 'Broad', 'Exact', 'Phrase'. Please refer to Microsoft Ad's [documentation](https://help.ads.microsoft.com/#apex/ads/en/50822/1)." -status,The status of this keyword diff --git a/inputs_redshift/microsoft_ads/schemas/keyword_performance_daily_report.csv b/inputs_redshift/microsoft_ads/schemas/keyword_performance_daily_report.csv deleted file mode 100644 index b5b655b108154e7be08143949cdf6bf848dea0e0..0000000000000000000000000000000000000000 --- a/inputs_redshift/microsoft_ads/schemas/keyword_performance_daily_report.csv +++ /dev/null @@ -1,25 +0,0 @@ -column_name,column_description -date,The date of the performance report. -account_id,The ID of the account. -campaign_id,The ID of the campaign. -ad_group_id,The ID of the corresponding ad group. -ad_id,The ID of the corresponding ad. -keyword_id,The ID of the keyword. -currency_code,"The currency code associated with spend and, if applicable, other metrics associated with currency." -device_os,"The device operating system associated with this record; values include but may not be limited to 'Windows', 'iOS', 'Android', 'Other', 'BlackBerry' and 'Unknown'." -device_type,"The device type associated with this record; values include but may not be limited to 'Computer', 'Smartphone', 'Tablet' and 'Unknown'." -network,The network associated with this record. -language,The language that the associated ad was viewed in. -ad_distribution,The distribution medium associated with this record. -bid_match_type,"The bid match type associated with this record; values include 'Broad', 'Exact', 'Phrase'." -delivered_match_type,"The delivered match type associated with this record; values include 'Broad', 'Exact', 'Phrase'." -top_vs_other,"The position of the ad associated with this record. For more information, refer to Microsoft [documentation](https://help.ads.microsoft.com/apex/index/22/en/14009)." -clicks,The number of clicks that occurred by the grain of the report. -impressions,The number of impressions that occurred by the grain of the report. -spend,The amount of spend that occurred by the grain of the report. -conversions_qualified,"Number of [conversions](https://learn.microsoft.com/en-us/advertising/reporting-service/conversionperformancereportcolumn?view=bingads-13#conversionsqualified), measured by completion of an action by a customer after viewing your ad. This will **exclude** any conversions where the conversion goal's [ExcludeFromBidding](https://learn.microsoft.com/en-us/advertising/campaign-management-service/conversiongoal?view=bingads-13#excludefrombidding) property in Microsoft Ads is set to true." -conversions,"Number of conversions, measured by completion of an action by a customer after viewing your ad. This will **exclude** any conversions where the convesion goal's [ExcludeFromBidding](https://learn.microsoft.com/en-us/advertising/campaign-management-service/conversiongoal?view=bingads-13#excludefrombidding) property in Microsoft Ads is set to true. This field coalesces the source `conversions_qualifed` and `conversions` fields, and will be 0 if both are null." -revenue,The revenue optionally reported by the advertiser as a result of the `conversions` figure. This will **exclude** revenue from conversions in which the conversion goal's [ExcludeFromBidding](https://learn.microsoft.com/en-us/advertising/campaign-management-service/conversiongoal?view=bingads-13#excludefrombidding) property in Microsoft Ads is set to true. -all_conversions_qualified,"Number of all conversions, measured by completion of an action by a customer after viewing your ad. This will **include** data from conversions regardless of the value of the conversion goal's [ExcludeFromBidding](https://learn.microsoft.com/en-us/advertising/campaign-management-service/conversiongoal?view=bingads-13#excludefrombidding) property in Microsoft Ads." -all_conversions,"Number of all conversions, measured by completion of an action by a customer after viewing your ad. This will **include** data from conversions regardless of the value of the conversion goal's [ExcludeFromBidding](https://learn.microsoft.com/en-us/advertising/campaign-management-service/conversiongoal?view=bingads-13#excludefrombidding) property in Microsoft Ads. This field coalesces the source `all_conversions_qualifed` and `all_conversions` fields, and will be 0 if both are null." -all_revenue,The revenue reported by the advertiser as a result of the `all_conversions` figure. This will **include** revenue from conversions regardless of the value of the conversion goal's [ExcludeFromBidding](https://learn.microsoft.com/en-us/advertising/campaign-management-service/conversiongoal?view=bingads-13#excludefrombidding) property in Microsoft Ads. diff --git a/inputs_redshift/microsoft_ads/schemas/search_performance_daily_report.csv b/inputs_redshift/microsoft_ads/schemas/search_performance_daily_report.csv deleted file mode 100644 index d110c2102c68953fb4937900345768f8f5623053..0000000000000000000000000000000000000000 --- a/inputs_redshift/microsoft_ads/schemas/search_performance_daily_report.csv +++ /dev/null @@ -1,24 +0,0 @@ -column_name,column_description -date,The date of the performance report. -account_id,The ID of the account. -campaign_id,The ID of the campaign. -ad_group_id,The ID of the corresponding ad group. -ad_id,The ID of the corresponding ad. -keyword_id,The ID of the keyword. -search_query,The search query string associated with this record. -device_os,"The device operating system associated with this record; values include but may not be limited to 'Windows', 'iOS', 'Android', 'Other', 'BlackBerry' and 'Unknown'." -device_type,"The device type associated with this record; values include but may not be limited to 'Computer', 'Smartphone', 'Tablet' and 'Unknown'." -network,The network associated with this record. -language,The language that the associated ad was viewed in. -bid_match_type,"The bid match type associated with this record; values include 'Broad', 'Exact', 'Phrase'." -delivered_match_type,"The delivered match type associated with this record; values include 'Broad', 'Exact', 'Phrase'." -top_vs_other,"The position of the ad associated with this record. For more information, refer to Microsoft [documentation](https://help.ads.microsoft.com/apex/index/22/en/14009)." -clicks,The number of clicks that occurred by the grain of the report. -impressions,The number of impressions that occurred by the grain of the report. -spend,The amount of spend that occurred by the grain of the report. -conversions_qualified,"Number of [conversions](https://learn.microsoft.com/en-us/advertising/reporting-service/conversionperformancereportcolumn?view=bingads-13#conversionsqualified), measured by completion of an action by a customer after viewing your ad. This will **exclude** any conversions where the conversion goal's [ExcludeFromBidding](https://learn.microsoft.com/en-us/advertising/campaign-management-service/conversiongoal?view=bingads-13#excludefrombidding) property in Microsoft Ads is set to true." -conversions,"Number of conversions, measured by completion of an action by a customer after viewing your ad. This will **exclude** any conversions where the convesion goal's [ExcludeFromBidding](https://learn.microsoft.com/en-us/advertising/campaign-management-service/conversiongoal?view=bingads-13#excludefrombidding) property in Microsoft Ads is set to true. This field coalesces the source `conversions_qualifed` and `conversions` fields, and will be 0 if both are null." -revenue,The revenue optionally reported by the advertiser as a result of the `conversions` figure. This will **exclude** revenue from conversions in which the conversion goal's [ExcludeFromBidding](https://learn.microsoft.com/en-us/advertising/campaign-management-service/conversiongoal?view=bingads-13#excludefrombidding) property in Microsoft Ads is set to true. -all_conversions_qualified,"Number of all conversions, measured by completion of an action by a customer after viewing your ad. This will **include** data from conversions regardless of the value of the conversion goal's [ExcludeFromBidding](https://learn.microsoft.com/en-us/advertising/campaign-management-service/conversiongoal?view=bingads-13#excludefrombidding) property in Microsoft Ads." -all_conversions,"Number of all conversions, measured by completion of an action by a customer after viewing your ad. This will **include** data from conversions regardless of the value of the conversion goal's [ExcludeFromBidding](https://learn.microsoft.com/en-us/advertising/campaign-management-service/conversiongoal?view=bingads-13#excludefrombidding) property in Microsoft Ads. This field coalesces the source `all_conversions_qualifed` and `all_conversions` fields, and will be 0 if both are null." -all_revenue,The revenue reported by the advertiser as a result of the `all_conversions` figure. This will **include** revenue from conversions regardless of the value of the conversion goal's [ExcludeFromBidding](https://learn.microsoft.com/en-us/advertising/campaign-management-service/conversiongoal?view=bingads-13#excludefrombidding) property in Microsoft Ads. diff --git a/inputs_redshift/mondial_geo/config.yaml b/inputs_redshift/mondial_geo/config.yaml deleted file mode 100644 index 2dc29c580083c4afb83175142791a038338bc8cd..0000000000000000000000000000000000000000 --- a/inputs_redshift/mondial_geo/config.yaml +++ /dev/null @@ -1,99 +0,0 @@ -Airbyte: - config: - files_definition_id: 778daa7c-feaf-4db6-96f3-70fd645acc77 - mongodb_definition_id: b2e713cd-cc36-4c0a-b5bd-b47cb8a0561e - namespace_definition: destination - postgres_definition_id: decd338e-5647-4c0b-adf4-da0e75f5a750 - s3_definition_id: 69589781-7828-43c5-9f63-8925b1c1ccc2 - server_url: http://airbyte-abctl-control-plane:80/api/public/v1/ - redshift_definition_id: f7a7d195-377f-cf5b-70a5-be6b819019dc -aws_s3: - AWS_ACCESS_KEY_ID: test - AWS_DEFAULT_REGION: us-west-2 - AWS_ENDPOINT_URL: http://elt-localstack:4566 - AWS_SECRET_ACCESS_KEY: test - data: - - path: s3://mondial-geo-bucket/country.jsonl - sync_mode: full_refresh_append - table: country - - path: s3://mondial-geo-bucket/language.parquet - sync_mode: full_refresh_append - table: language - - path: s3://mondial-geo-bucket/province.jsonl - sync_mode: full_refresh_append - table: province - - path: s3://mondial-geo-bucket/religion.jsonl - sync_mode: full_refresh_append - table: religion -custom_api: - config: - configuration: {} - sync_mode: full_refresh_append - tables: - - borders - - city - - desert - - economy - - geo_desert - - geo_estuary - - geo_island - - geo_lake - - geo_mountain - - geo_river - - geo_sea - - geo_source - - mergesWith - - mountainOnIsland - - population - - sea - - target -flat_files: -- format: jsonl - path: https://drive.google.com/uc?export=download&id=1ZH2rBVObQBmNrEXrTRkvTEW7CczlWNC7 - sync_mode: full_refresh_append - table: ethnicGroup -- format: csv - path: https://drive.google.com/uc?export=download&id=1yM--6W5iTYcfe315YXkoi5qchy5sP9pn - sync_mode: full_refresh_append - table: continent -- format: csv - path: https://drive.google.com/uc?export=download&id=1ySLbg190xwnaxuyBpUpSkHJp1ICds7qk - sync_mode: full_refresh_append - table: encompasses -mongodb: - config: - connection_string: mongodb://elt-mongodb:27017/?directConnection=true - database: mondial_geo - sync_mode: full_refresh_append - tables: - - island - - islandIn - - lake - - organization - - river -postgres: - config: - database: mondial_geo - host: elt-postgres - password: testelt - port: 5432 - schema: public - sync_mode: full_refresh_append - tables: - - is_member - - located - - located_on - - politics - user: postgres -redshift: - config: - host: - port: - database: - username: - password: - schema: mondial_geo - s3_bucket_name: - s3_bucket_region: - access_key_id: - secret_access_key: diff --git a/inputs_redshift/mondial_geo/data_model.yaml b/inputs_redshift/mondial_geo/data_model.yaml deleted file mode 100644 index ab10c90c25e6d9bad5149bae7db12742e2dd29bb..0000000000000000000000000000000000000000 --- a/inputs_redshift/mondial_geo/data_model.yaml +++ /dev/null @@ -1,20 +0,0 @@ -models: - - name: countries - description: Each record represents a country. - columns: - - name: country_name - description: The name of the country. - - name: country_area - description: The area of the country. - - name: country_population - description: The population number of the country. - - name: the_majority_ethnic_group - description: The majority ethnic group in the country, with ties broken by the ascending order of the ethnic group name. - - name: num_ethnic_groups - description: The number of ethnic groups in the country, replace NULL values with 0. - - name: num_languages_spoken - description: The number of languages spoken in the country, replace NULL values with 0. - - name: has_over_1_organizations_and_an_inflation_rate_of_over_3_per - description: Set to 1 if more than one organization is headquartered in the country and the country's inflation rate is greater than 3. Otherwise set to 0. - - name: num_neighbors - description: The number of neighbors of the country, replace NULL values with 0. diff --git a/inputs_redshift/mondial_geo/schemas/borders.csv b/inputs_redshift/mondial_geo/schemas/borders.csv deleted file mode 100644 index a16425e8cc853c1ff861e8aec834b50e66f547fe..0000000000000000000000000000000000000000 --- a/inputs_redshift/mondial_geo/schemas/borders.csv +++ /dev/null @@ -1,4 +0,0 @@ -column_name,column_description -country1,a country code -country2,a country code -length,length of the border between country1 and country2 diff --git a/inputs_redshift/mondial_geo/schemas/city.csv b/inputs_redshift/mondial_geo/schemas/city.csv deleted file mode 100644 index cebd0fd2a2348bc44f7b84bbd1c9e487722fbb24..0000000000000000000000000000000000000000 --- a/inputs_redshift/mondial_geo/schemas/city.csv +++ /dev/null @@ -1,7 +0,0 @@ -column_name,column_description -name,name of city -country,the code of the country where it belongs to -province,the name of the province where it belongs to -population,population of the city -longitude,geographic longitude -latitude,geographic latitude diff --git a/inputs_redshift/mondial_geo/schemas/continent.csv b/inputs_redshift/mondial_geo/schemas/continent.csv deleted file mode 100644 index afd7b2915bb330a233ddafaac5b7acfa06a85b1b..0000000000000000000000000000000000000000 --- a/inputs_redshift/mondial_geo/schemas/continent.csv +++ /dev/null @@ -1,3 +0,0 @@ -column_name,column_description -Name,name of the continent -Area,total area of the continent. diff --git a/inputs_redshift/mondial_geo/schemas/country.csv b/inputs_redshift/mondial_geo/schemas/country.csv deleted file mode 100644 index e5f7037da209acef7fce2dcf02ce5776848d558c..0000000000000000000000000000000000000000 --- a/inputs_redshift/mondial_geo/schemas/country.csv +++ /dev/null @@ -1,7 +0,0 @@ -column_name,column_description -Name,the country name -Code,country code -Capital,"the name of the capital," -Province,"the province where the capital belongs to," -Area,"the total area," -Population,the population number. diff --git a/inputs_redshift/mondial_geo/schemas/desert.csv b/inputs_redshift/mondial_geo/schemas/desert.csv deleted file mode 100644 index a495b547a06c0063ae1454c0fffc679926659c01..0000000000000000000000000000000000000000 --- a/inputs_redshift/mondial_geo/schemas/desert.csv +++ /dev/null @@ -1,5 +0,0 @@ -column_name,column_description -name,the name of the desert -area,the total area of the desert -longitude,Longitude -latitude,Latitude diff --git a/inputs_redshift/mondial_geo/schemas/economy.csv b/inputs_redshift/mondial_geo/schemas/economy.csv deleted file mode 100644 index 35fa1834e641fe5cf1b83b4e99486ceec1f1ba31..0000000000000000000000000000000000000000 --- a/inputs_redshift/mondial_geo/schemas/economy.csv +++ /dev/null @@ -1,7 +0,0 @@ -column_name,column_description -country,the country code -gdp,gross domestic product -agriculture,percentage of agriculture of the GDP -service,"percentage of services of the GDP," -industry,percentage of industry of the GDP -inflation,"inflation rate (per annum)," diff --git a/inputs_redshift/mondial_geo/schemas/encompasses.csv b/inputs_redshift/mondial_geo/schemas/encompasses.csv deleted file mode 100644 index d0b63ea5e0beaa63a0c38e313beef0ff334469ad..0000000000000000000000000000000000000000 --- a/inputs_redshift/mondial_geo/schemas/encompasses.csv +++ /dev/null @@ -1,4 +0,0 @@ -column_name,column_description -Country,a country code -Continent,the continent name. -Percentage,how much of the area of a country belongs to the continent diff --git a/inputs_redshift/mondial_geo/schemas/ethnicGroup.csv b/inputs_redshift/mondial_geo/schemas/ethnicGroup.csv deleted file mode 100644 index de0939e9c09d06e6bbbef075ab4bb96dcbad279c..0000000000000000000000000000000000000000 --- a/inputs_redshift/mondial_geo/schemas/ethnicGroup.csv +++ /dev/null @@ -1,4 +0,0 @@ -column_name,column_description -Country,the country code -Name,name of the ethnic group -Percentage,percentage of the ethnic group in this country. diff --git a/inputs_redshift/mondial_geo/schemas/geo_desert.csv b/inputs_redshift/mondial_geo/schemas/geo_desert.csv deleted file mode 100644 index 40f0e0d80df450a765f863f9f93ba5e9c34f6cd1..0000000000000000000000000000000000000000 --- a/inputs_redshift/mondial_geo/schemas/geo_desert.csv +++ /dev/null @@ -1,4 +0,0 @@ -column_name,column_description -desert,the name of the desert -country,the country code where it is located -province,the province of this country diff --git a/inputs_redshift/mondial_geo/schemas/geo_estuary.csv b/inputs_redshift/mondial_geo/schemas/geo_estuary.csv deleted file mode 100644 index 014eb499b97d2e7f6eb1edf6d03455098c0f9e29..0000000000000000000000000000000000000000 --- a/inputs_redshift/mondial_geo/schemas/geo_estuary.csv +++ /dev/null @@ -1,4 +0,0 @@ -column_name,column_description -river,the name of the river -country,the country code where it is located -province,the province of this country diff --git a/inputs_redshift/mondial_geo/schemas/geo_island.csv b/inputs_redshift/mondial_geo/schemas/geo_island.csv deleted file mode 100644 index f1865d9cd27d89140602a022a16ec719faafb171..0000000000000000000000000000000000000000 --- a/inputs_redshift/mondial_geo/schemas/geo_island.csv +++ /dev/null @@ -1,4 +0,0 @@ -column_name,column_description -island,the name of the island -country,the country code where it is located -province,the province of this country diff --git a/inputs_redshift/mondial_geo/schemas/geo_lake.csv b/inputs_redshift/mondial_geo/schemas/geo_lake.csv deleted file mode 100644 index 7500904a9e59da13c529155a8a866cc97746f4d3..0000000000000000000000000000000000000000 --- a/inputs_redshift/mondial_geo/schemas/geo_lake.csv +++ /dev/null @@ -1,4 +0,0 @@ -column_name,column_description -lake,the name of the lake -country,the country code where it is located -province,the province of this country diff --git a/inputs_redshift/mondial_geo/schemas/geo_mountain.csv b/inputs_redshift/mondial_geo/schemas/geo_mountain.csv deleted file mode 100644 index dff77c20c4148925a6834f11b2c9e6cae23e0232..0000000000000000000000000000000000000000 --- a/inputs_redshift/mondial_geo/schemas/geo_mountain.csv +++ /dev/null @@ -1,4 +0,0 @@ -column_name,column_description -mountain,the name of the mountain -country,the country code where it is located -province,the province of this country diff --git a/inputs_redshift/mondial_geo/schemas/geo_river.csv b/inputs_redshift/mondial_geo/schemas/geo_river.csv deleted file mode 100644 index 014eb499b97d2e7f6eb1edf6d03455098c0f9e29..0000000000000000000000000000000000000000 --- a/inputs_redshift/mondial_geo/schemas/geo_river.csv +++ /dev/null @@ -1,4 +0,0 @@ -column_name,column_description -river,the name of the river -country,the country code where it is located -province,the province of this country diff --git a/inputs_redshift/mondial_geo/schemas/geo_sea.csv b/inputs_redshift/mondial_geo/schemas/geo_sea.csv deleted file mode 100644 index 1c8b38027843c74d79c0b8a3e85bd1438f6d1a8e..0000000000000000000000000000000000000000 --- a/inputs_redshift/mondial_geo/schemas/geo_sea.csv +++ /dev/null @@ -1,4 +0,0 @@ -column_name,column_description -sea,the name of the sea -country,the country code where it is located -province,the province of this country diff --git a/inputs_redshift/mondial_geo/schemas/geo_source.csv b/inputs_redshift/mondial_geo/schemas/geo_source.csv deleted file mode 100644 index 014eb499b97d2e7f6eb1edf6d03455098c0f9e29..0000000000000000000000000000000000000000 --- a/inputs_redshift/mondial_geo/schemas/geo_source.csv +++ /dev/null @@ -1,4 +0,0 @@ -column_name,column_description -river,the name of the river -country,the country code where it is located -province,the province of this country diff --git a/inputs_redshift/mondial_geo/schemas/is_member.csv b/inputs_redshift/mondial_geo/schemas/is_member.csv deleted file mode 100644 index 53e6943cfd6adf3eeb170e688e884d3258b766b4..0000000000000000000000000000000000000000 --- a/inputs_redshift/mondial_geo/schemas/is_member.csv +++ /dev/null @@ -1,4 +0,0 @@ -column_name,column_description -Country, -Organization, -Type, diff --git a/inputs_redshift/mondial_geo/schemas/island.csv b/inputs_redshift/mondial_geo/schemas/island.csv deleted file mode 100644 index 789b5185d1ec465e385eed10579164ca63efa8ba..0000000000000000000000000000000000000000 --- a/inputs_redshift/mondial_geo/schemas/island.csv +++ /dev/null @@ -1,8 +0,0 @@ -column_name,column_description -Name,the name of the island -Islands,the group of islands where it belongs to -Area,the area of the island -Height,the maximal elevation of the island -Type, the type of the island -Longitude,Longitude -Latitude,Latitude diff --git a/inputs_redshift/mondial_geo/schemas/islandIn.csv b/inputs_redshift/mondial_geo/schemas/islandIn.csv deleted file mode 100644 index ccb5edb1657c7861237afc8feb188eba74f61f71..0000000000000000000000000000000000000000 --- a/inputs_redshift/mondial_geo/schemas/islandIn.csv +++ /dev/null @@ -1,5 +0,0 @@ -column_name,column_description -Island, -Sea, -Lake, -River, diff --git a/inputs_redshift/mondial_geo/schemas/lake.csv b/inputs_redshift/mondial_geo/schemas/lake.csv deleted file mode 100644 index 9365a4f56b46c227dcb9f365fda8877bcbb85436..0000000000000000000000000000000000000000 --- a/inputs_redshift/mondial_geo/schemas/lake.csv +++ /dev/null @@ -1,9 +0,0 @@ -column_name,column_description -Name,the name of the lake -Area,the total area of the lake -Depth, the depth of the lake -Altitude,the altitude (above sea level) of the lake -River,the river that flows out of the lake -Type,the type of the lake -Longitude,longitude of lake -Latitude,latitude of lake diff --git a/inputs_redshift/mondial_geo/schemas/language.csv b/inputs_redshift/mondial_geo/schemas/language.csv deleted file mode 100644 index 3093f035264296460a05e5578e619bdcf30289c7..0000000000000000000000000000000000000000 --- a/inputs_redshift/mondial_geo/schemas/language.csv +++ /dev/null @@ -1,4 +0,0 @@ -column_name,column_description -Country,the country code -Name,name of the language -Percentage,percentage of the language in this country diff --git a/inputs_redshift/mondial_geo/schemas/located.csv b/inputs_redshift/mondial_geo/schemas/located.csv deleted file mode 100644 index e877b1f52f63b5ed47b2f6a1d6863d9ecbfab781..0000000000000000000000000000000000000000 --- a/inputs_redshift/mondial_geo/schemas/located.csv +++ /dev/null @@ -1,7 +0,0 @@ -column_name,column_description -City,the name of the city -Country,the country code where the city belongs to -Province,the province where the city belongs to -River, the river where it is located at -Lake,the lake where it is located at -Sea,the sea where it is located at diff --git a/inputs_redshift/mondial_geo/schemas/located_on.csv b/inputs_redshift/mondial_geo/schemas/located_on.csv deleted file mode 100644 index c58671902200d51a9be6eff7af13e6cf73214ccf..0000000000000000000000000000000000000000 --- a/inputs_redshift/mondial_geo/schemas/located_on.csv +++ /dev/null @@ -1,5 +0,0 @@ -column_name,column_description -City,the name of the city -Province, the province where the city belongs to -Country,the country code where the city belongs to -Island, the island it is (maybe only partially) located on diff --git a/inputs_redshift/mondial_geo/schemas/mergeswith.csv b/inputs_redshift/mondial_geo/schemas/mergeswith.csv deleted file mode 100644 index 3198514ac5f638e23fdf88cb6ca343ddab314dd5..0000000000000000000000000000000000000000 --- a/inputs_redshift/mondial_geo/schemas/mergeswith.csv +++ /dev/null @@ -1,3 +0,0 @@ -column_name,column_description -sea1,the name of the mountain -sea2,the country code where it is located diff --git a/inputs_redshift/mondial_geo/schemas/mountainonisland.csv b/inputs_redshift/mondial_geo/schemas/mountainonisland.csv deleted file mode 100644 index 5cb444449add0d45d78e2e5a5f383de3380ab632..0000000000000000000000000000000000000000 --- a/inputs_redshift/mondial_geo/schemas/mountainonisland.csv +++ /dev/null @@ -1,3 +0,0 @@ -column_name,column_description -mountain,the name of the mountain -island,the name of the island diff --git a/inputs_redshift/mondial_geo/schemas/organization.csv b/inputs_redshift/mondial_geo/schemas/organization.csv deleted file mode 100644 index a2f43722338b9b665ff41beacaf1f23d6a34784e..0000000000000000000000000000000000000000 --- a/inputs_redshift/mondial_geo/schemas/organization.csv +++ /dev/null @@ -1,7 +0,0 @@ -column_name,column_description -Abbreviation, its abbreviation -Name,the full name of the organization -City,the city where the headquarters are located -Country, the code of the country where the headquarters are located -Province,"the name of the province where the headquarters are located," -Established,date of establishment diff --git a/inputs_redshift/mondial_geo/schemas/politics.csv b/inputs_redshift/mondial_geo/schemas/politics.csv deleted file mode 100644 index 84987f75b59d4ec9986b615afa436d06b2c4c3cb..0000000000000000000000000000000000000000 --- a/inputs_redshift/mondial_geo/schemas/politics.csv +++ /dev/null @@ -1,5 +0,0 @@ -column_name,column_description -Country,the country code -Independence,date of independence -Dependent, the country code where the area belongs to -Government,type of government diff --git a/inputs_redshift/mondial_geo/schemas/population.csv b/inputs_redshift/mondial_geo/schemas/population.csv deleted file mode 100644 index 6b556d29e27fb4314fed7c2fcc64f1d36a38444b..0000000000000000000000000000000000000000 --- a/inputs_redshift/mondial_geo/schemas/population.csv +++ /dev/null @@ -1,4 +0,0 @@ -column_name,column_description -country,the country code -population_growth,population growth rate -infant_mortality, infant mortality diff --git a/inputs_redshift/mondial_geo/schemas/province.csv b/inputs_redshift/mondial_geo/schemas/province.csv deleted file mode 100644 index 6073a1b6359a46a480908882fe71ee2d00241165..0000000000000000000000000000000000000000 --- a/inputs_redshift/mondial_geo/schemas/province.csv +++ /dev/null @@ -1,7 +0,0 @@ -column_name,column_description -Name,the name of the administrative division -Country, the country code where it belongs to -Area,"the total area of the province," -Population,the population of the province -Capital,the name of the capital -CapProv,the name of the province where the capital belongs to diff --git a/inputs_redshift/mondial_geo/schemas/religion.csv b/inputs_redshift/mondial_geo/schemas/religion.csv deleted file mode 100644 index a5a4796ca15afe505f010085ce31ab879c84ce97..0000000000000000000000000000000000000000 --- a/inputs_redshift/mondial_geo/schemas/religion.csv +++ /dev/null @@ -1,4 +0,0 @@ -column_name,column_description -Country,the country code -Name,name of the religion -Percentage,percentage of the language in this country diff --git a/inputs_redshift/mondial_geo/schemas/river.csv b/inputs_redshift/mondial_geo/schemas/river.csv deleted file mode 100644 index bcf8fb0872d712658777996201fbd0ce3926a8b7..0000000000000000000000000000000000000000 --- a/inputs_redshift/mondial_geo/schemas/river.csv +++ /dev/null @@ -1,12 +0,0 @@ -column_name,column_description -Name,the name of the river -River,the river where it finally flows to -Lake,the lake where it finally flows to -Sea, the sea where it finally flows to -Length,the length of the river -SourceLongitude,the longitude of its source -SourceLatitude,the latitude of its source -Mountains,the mountains where its source is located -SourceAltitude, the elevation (above sea level) of its source -EstuaryLongitude,the coordinates of its estuary -EstuaryLatitude,the latitude of its estuary diff --git a/inputs_redshift/mondial_geo/schemas/sea.csv b/inputs_redshift/mondial_geo/schemas/sea.csv deleted file mode 100644 index ee53c151ff26440d1ef4a60c29f9090b76238fb7..0000000000000000000000000000000000000000 --- a/inputs_redshift/mondial_geo/schemas/sea.csv +++ /dev/null @@ -1,3 +0,0 @@ -column_name,column_description -name,the name of the sea -depth,the maximal depth of the sea diff --git a/inputs_redshift/mondial_geo/schemas/target.csv b/inputs_redshift/mondial_geo/schemas/target.csv deleted file mode 100644 index 5f13ec7d0465e0919986aece284a90afd1aa1b7b..0000000000000000000000000000000000000000 --- a/inputs_redshift/mondial_geo/schemas/target.csv +++ /dev/null @@ -1,3 +0,0 @@ -column_name,column_description -country, -target, diff --git a/inputs_redshift/movie/config.yaml b/inputs_redshift/movie/config.yaml deleted file mode 100644 index a1c0257a907aef3354d495315ab6d746638c5ddc..0000000000000000000000000000000000000000 --- a/inputs_redshift/movie/config.yaml +++ /dev/null @@ -1,47 +0,0 @@ -Airbyte: - config: - mongodb_definition_id: b2e713cd-cc36-4c0a-b5bd-b47cb8a0561e - namespace_definition: destination - postgres_definition_id: decd338e-5647-4c0b-adf4-da0e75f5a750 - s3_definition_id: 69589781-7828-43c5-9f63-8925b1c1ccc2 - server_url: http://airbyte-abctl-control-plane:80/api/public/v1/ - redshift_definition_id: f7a7d195-377f-cf5b-70a5-be6b819019dc -aws_s3: - AWS_ACCESS_KEY_ID: test - AWS_DEFAULT_REGION: us-west-2 - AWS_ENDPOINT_URL: http://elt-localstack:4566 - AWS_SECRET_ACCESS_KEY: test - data: - - path: s3://movie-bucket/characters.jsonl - sync_mode: full_refresh_append - table: characters -mongodb: - config: - connection_string: mongodb://elt-mongodb:27017/?directConnection=true - database: movie - sync_mode: full_refresh_append - tables: - - actor -postgres: - config: - database: movie - host: elt-postgres - password: testelt - port: 5432 - schema: public - sync_mode: full_refresh_append - tables: - - movies - user: postgres -redshift: - config: - host: - port: - database: - username: - password: - schema: movie - s3_bucket_name: - s3_bucket_region: - access_key_id: - secret_access_key: diff --git a/inputs_redshift/movie/data_model.yaml b/inputs_redshift/movie/data_model.yaml deleted file mode 100644 index c25a1c82e783ea41b6057d3ee12a56bebce3e523..0000000000000000000000000000000000000000 --- a/inputs_redshift/movie/data_model.yaml +++ /dev/null @@ -1,39 +0,0 @@ -models: - - name: movie - description: Each record represents a movie. - columns: - - name: movieid - description: The unique identifier of the movie. - - name: title - description: The title of the movie. - - name: rating - description: The rating of the movie. - - name: actor_with_longest_screentime - description: The actor with the longest screentime in the movie, with ties broken by the ascending order of the actor name. - - name: percentage_of_the_USA_actors - description: The percentage of the actors born in the USA that showed up in the credit list of the movie - - name: percentage_of_the_actor_born_after_19700101 - description: The percentage of actors in the movie's credit list whose date of birth is valid and after 1970-01-01. - - name: num_distinct_characters - description: The number of distinct characters in the movie, replace NULL values with 0. - - name: number_of_USA_male_actors - description: The number of male actors born in USA that starred in the movie, replace NULL values with 0. - - name: actors - description: Each record represents an actor. - columns: - - name: actorid - description: The unique identifier of the actor. - - name: name - description: The name of the actor - - name: networth - description: The net worth of the actor - - name: number_of_movies - description: The number of movies the actor has acted in, replace NULL values with 0. - - name: average_rating_of_all_the_movies - description: The average rating of all the movies the actor has acted in - - name: number_of_movie_with_a_rating_greater_than_5 - description: The number of movies the actor has acted in that has a rating greater than 5, replace NULL values with 0. - - name: number_of_romantic_movies - description: The number of movies in the genre 'Romance' the actor has acted in, replace NULL values with 0. - - name: total_runtime_of_the_movie_with_a_rating_greater_than_7 - description: The total runtime of the movies the actor has acted in that has a rating greater than 7, replace NULL values with 0. \ No newline at end of file diff --git a/inputs_redshift/movie/schemas/actor.csv b/inputs_redshift/movie/schemas/actor.csv deleted file mode 100644 index a1cc485a74eb3a10906717af5291e3344e689f89..0000000000000000000000000000000000000000 --- a/inputs_redshift/movie/schemas/actor.csv +++ /dev/null @@ -1,11 +0,0 @@ -column_name,column_description -ActorID,the unique id for the actor -Name,actor's name -Date_of_Birth,actor's birth date -Birth_City,actor's birth city -Birth_Country,actor's birth country -Height_Inches,actor's height -Biography,actor's biography -Gender,actor's gender -Ethnicity,actor's ethnicity -NetWorth,actor's networth diff --git a/inputs_redshift/movie/schemas/characters.csv b/inputs_redshift/movie/schemas/characters.csv deleted file mode 100644 index 377f5eaebbdae3e1acdfa532583f8a38a216350e..0000000000000000000000000000000000000000 --- a/inputs_redshift/movie/schemas/characters.csv +++ /dev/null @@ -1,7 +0,0 @@ -column_name,column_description -MovieID,the unique id for the movie -ActorID,the unique id for the actor -Character_Name,the name of the character -creditOrder,order of the character in the credit list -pay,the salary of the character -screentime,the screentime of the character diff --git a/inputs_redshift/movie/schemas/movies.csv b/inputs_redshift/movie/schemas/movies.csv deleted file mode 100644 index 1c2c305eaf0d132c42ec48267cb93a2dcf8d1ac3..0000000000000000000000000000000000000000 --- a/inputs_redshift/movie/schemas/movies.csv +++ /dev/null @@ -1,12 +0,0 @@ -column_name,column_description -MovieID,the unique id for the movie -Title,the title of the movie -mpaa_rating,MPAA rating of the movie -Budget,the budget of the movie -Gross,the gross of the movie -release_date,release date -Genre,the genre of the movie -Runtime,the runtime of the movie -Rating,the rating of the movie -rating_count,the number of the ratings -Summary,the summary of the movie diff --git a/inputs_redshift/movie_3/config.yaml b/inputs_redshift/movie_3/config.yaml deleted file mode 100644 index 4d109e8d560abd17f698591a2dcd271d6871c971..0000000000000000000000000000000000000000 --- a/inputs_redshift/movie_3/config.yaml +++ /dev/null @@ -1,78 +0,0 @@ -Airbyte: - config: - files_definition_id: 778daa7c-feaf-4db6-96f3-70fd645acc77 - mongodb_definition_id: b2e713cd-cc36-4c0a-b5bd-b47cb8a0561e - namespace_definition: destination - postgres_definition_id: decd338e-5647-4c0b-adf4-da0e75f5a750 - s3_definition_id: 69589781-7828-43c5-9f63-8925b1c1ccc2 - server_url: http://airbyte-abctl-control-plane:80/api/public/v1/ - redshift_definition_id: f7a7d195-377f-cf5b-70a5-be6b819019dc -aws_s3: - AWS_ACCESS_KEY_ID: test - AWS_DEFAULT_REGION: us-west-2 - AWS_ENDPOINT_URL: http://elt-localstack:4566 - AWS_SECRET_ACCESS_KEY: test - data: - - path: s3://movie-3-bucket/language.jsonl - sync_mode: full_refresh_append - table: language - - path: s3://movie-3-bucket/category.csv - sync_mode: full_refresh_append - table: category -custom_api: - config: - configuration: {} - sync_mode: full_refresh_append - tables: - - movie_city - - film - - film_text -flat_files: -- format: jsonl - path: https://drive.google.com/uc?export=download&id=1jPsUHxb8RnAx5-r06k4cQOUVkcl2Su6h - sync_mode: full_refresh_append - table: address -- format: csv - path: https://drive.google.com/uc?export=download&id=1Wy2wru384jkWsVBZIzqU6U08j3vvpovk - sync_mode: full_refresh_append - table: country -- format: csv - path: https://drive.google.com/uc?export=download&id=1Dur65o4aWLRkjKcAB5c0ucSu4Wean9XJ - sync_mode: full_refresh_append - table: store -mongodb: - config: - connection_string: mongodb://elt-mongodb:27017/?directConnection=true - database: movie_3 - sync_mode: full_refresh_append - tables: - - actor - - customer - - staff -postgres: - config: - database: movie_3 - host: elt-postgres - password: testelt - port: 5432 - schema: public - sync_mode: full_refresh_append - tables: - - film_actor - - film_category - - inventory - - payment - - rental - user: postgres -redshift: - config: - host: - port: - database: - username: - password: - schema: movie_3 - s3_bucket_name: - s3_bucket_region: - access_key_id: - secret_access_key: diff --git a/inputs_redshift/movie_3/data_model.yaml b/inputs_redshift/movie_3/data_model.yaml deleted file mode 100644 index 92d20cd7a1b0a62d746ac829d73f5879f813116f..0000000000000000000000000000000000000000 --- a/inputs_redshift/movie_3/data_model.yaml +++ /dev/null @@ -1,39 +0,0 @@ -models: - - name: films - description: Each record represents a film. - columns: - - name: film_id - description: The unique identifier of the film. - - name: title - description: The title of the film. - - name: length - description: Duration time of the film screening. - - name: num_rented_times - description: The number of times the film has been rented, replace NULL values with 0. - - name: rental_revenue - description: The total rental revenue of the film, replace NULL values with 0. Calculate the revenue using the amount received in the payment table. - - name: has_a_rental_rate_greater_than_the_60per_of_average_rental_rate_of_all_listed_films - description: Set to 1 if the rental rate of the film is greater than 60% of the average rental rate of all listed films, 0 otherwise. - - name: num_actors - description: The number of actors in the film, replace NULL values with 0. - - name: customers_can_rent_for_more_than_5_days - description: Set to 1 if customers can rent the film for more than 5 days, 0 otherwise. - - name: customers - description: Each record represents a customer. - columns: - - name: customer_id - description: The unique identifier of the customer. - - name: full_name - description: The full name of the customer, concatenate the first name and last name with a space separating them. - - name: email - description: The email of the customer - - name: has_rented_the_film_with_the_highest_replacement_cost - description: Set to 1 if the customer has rented the film with the highest replacement cost, 0 otherwise. - - name: num_rented_films - description: The number of films the customer has rented, replace NULL values with 0. If the customer rents the same film multiple times, count each rental. - - name: per_music_film_among_all_rented_films - description: The percentage of music films among all the films the customer has rented. If the customer rents the same film multiple times, count each rental. - - name: avg_amount_of_money_spent_on_rental - description: The average amount of money on a single film rental the customer has spent, replace NULL values with 0. - - name: total_payments_greater_than_70per_of_the_average_total_payments - description: Set to 1 if the total payments of the customer is greater than 70% of the average total payments of all customers, 0 otherwise. diff --git a/inputs_redshift/movie_3/schemas/actor.csv b/inputs_redshift/movie_3/schemas/actor.csv deleted file mode 100644 index 1f8a9125e0293fae75eddc062f70f66fcb187b5c..0000000000000000000000000000000000000000 --- a/inputs_redshift/movie_3/schemas/actor.csv +++ /dev/null @@ -1,5 +0,0 @@ -column_name,column_description -actor_id,unique id number identifying the actor -first_name,First name of the actor -last_name,Last name of the actor -last_update,The time of the latest update diff --git a/inputs_redshift/movie_3/schemas/address.csv b/inputs_redshift/movie_3/schemas/address.csv deleted file mode 100644 index 741cc3dcf75ad1f792e59b23ddd668fb9580307e..0000000000000000000000000000000000000000 --- a/inputs_redshift/movie_3/schemas/address.csv +++ /dev/null @@ -1,9 +0,0 @@ -column_name,column_description -address_id,unique id number identifying the address -address,The first address line -address2,the second address line -district, -city_id, -postal_code, -phone,phone number -last_update,The time of the latest update diff --git a/inputs_redshift/movie_3/schemas/category.csv b/inputs_redshift/movie_3/schemas/category.csv deleted file mode 100644 index 2fd88407dfbb34235907b88915fbbb76e83f5b38..0000000000000000000000000000000000000000 --- a/inputs_redshift/movie_3/schemas/category.csv +++ /dev/null @@ -1,4 +0,0 @@ -column_name,column_description -category_id,unique id number identifying the category -name,name of the category -last_update,The time of the latest update diff --git a/inputs_redshift/movie_3/schemas/country.csv b/inputs_redshift/movie_3/schemas/country.csv deleted file mode 100644 index 765ac759dad7fb24cc2e15925ca53d15e0baeda2..0000000000000000000000000000000000000000 --- a/inputs_redshift/movie_3/schemas/country.csv +++ /dev/null @@ -1,4 +0,0 @@ -column_name,column_description -country_id,unique id number identifying the country -country,number identifying the country -last_update,The time of the latest update diff --git a/inputs_redshift/movie_3/schemas/customer.csv b/inputs_redshift/movie_3/schemas/customer.csv deleted file mode 100644 index 29841808a1b111e2e0538bf3b429d2c1d5126aa1..0000000000000000000000000000000000000000 --- a/inputs_redshift/movie_3/schemas/customer.csv +++ /dev/null @@ -1,10 +0,0 @@ -column_name,column_description -customer_id,unique id number identifying the country -store_id,unique id number identifying the store -first_name,First name of the customer -last_name,Last name of the customer -email,Email address of the customer -address_id,Address id number of the customer. -active,Wether the customer is active or not. -create_date,The date when the record is created. -last_update,The time of the latest update diff --git a/inputs_redshift/movie_3/schemas/film.csv b/inputs_redshift/movie_3/schemas/film.csv deleted file mode 100644 index 4396c6e7f58dd4969b9add057fad191688e9efbe..0000000000000000000000000000000000000000 --- a/inputs_redshift/movie_3/schemas/film.csv +++ /dev/null @@ -1,13 +0,0 @@ -column_name,column_description -film_id,unique id number identifying the film -title,title of the film -description,main content of the film -release_year,the year when the film is released -language_id,the language id of the film -rental_duration,how long this film can be rent at once -rental_rate,the rate of renting this film -length,Duration time of the film screening -replacement_cost,cost of replacing this film -rating,The Motion Picture Association film rating -special_features,features of this film -last_update,The time of the latest update diff --git a/inputs_redshift/movie_3/schemas/film_actor.csv b/inputs_redshift/movie_3/schemas/film_actor.csv deleted file mode 100644 index 9e1a9dc0988bdeb90310f23cc407000074f42b79..0000000000000000000000000000000000000000 --- a/inputs_redshift/movie_3/schemas/film_actor.csv +++ /dev/null @@ -1,4 +0,0 @@ -column_name,column_description -actor_id,unique id number identifying the actor -film_id,id number identifying the film -last_update,The time of the latest update diff --git a/inputs_redshift/movie_3/schemas/film_category.csv b/inputs_redshift/movie_3/schemas/film_category.csv deleted file mode 100644 index b4ad6b7985bd1d33a012d3166adfbdd7c283e67a..0000000000000000000000000000000000000000 --- a/inputs_redshift/movie_3/schemas/film_category.csv +++ /dev/null @@ -1,4 +0,0 @@ -column_name,column_description -film_id,unique id number identifying the film -category_id,id number identifying the category -last_update,The time of the latest update diff --git a/inputs_redshift/movie_3/schemas/film_text.csv b/inputs_redshift/movie_3/schemas/film_text.csv deleted file mode 100644 index 1e851a9f553e486ed7f4dc5de303e81b2b87c7ad..0000000000000000000000000000000000000000 --- a/inputs_redshift/movie_3/schemas/film_text.csv +++ /dev/null @@ -1,4 +0,0 @@ -column_name,column_description -film_id,unique id number identifying the film -title,title of the film -description,main content of the film diff --git a/inputs_redshift/movie_3/schemas/inventory.csv b/inputs_redshift/movie_3/schemas/inventory.csv deleted file mode 100644 index 8d7724e8e6077cedbebd2a4e0db4a6f2fe7733f2..0000000000000000000000000000000000000000 --- a/inputs_redshift/movie_3/schemas/inventory.csv +++ /dev/null @@ -1,5 +0,0 @@ -column_name,column_description -inventory_id,unique id number identifying the inventory -film_id,unique id number identifying the film -store_id, id of the store -last_update,the last update time of the film diff --git a/inputs_redshift/movie_3/schemas/language.csv b/inputs_redshift/movie_3/schemas/language.csv deleted file mode 100644 index 3d68d335b3947e07e06502c15605908b00fbc25e..0000000000000000000000000000000000000000 --- a/inputs_redshift/movie_3/schemas/language.csv +++ /dev/null @@ -1,4 +0,0 @@ -column_name,column_description -language_id,unique id number identifying the language -name,name of the language -last_update,The time of the latest update diff --git a/inputs_redshift/movie_3/schemas/movie_city.csv b/inputs_redshift/movie_3/schemas/movie_city.csv deleted file mode 100644 index 6970ca45109444d4c641346f8ac83958cf237a80..0000000000000000000000000000000000000000 --- a/inputs_redshift/movie_3/schemas/movie_city.csv +++ /dev/null @@ -1,5 +0,0 @@ -column_name,column_description -city_id,unique id number identifying the city -city,name of the city -country_id,number identifying the country which the city belongs to -last_update,The time of the latest update diff --git a/inputs_redshift/movie_3/schemas/payment.csv b/inputs_redshift/movie_3/schemas/payment.csv deleted file mode 100644 index 6f5db4813f0366a242a77292cafd48e1dc82e7ce..0000000000000000000000000000000000000000 --- a/inputs_redshift/movie_3/schemas/payment.csv +++ /dev/null @@ -1,8 +0,0 @@ -column_name,column_description -payment_id,unique id number identifying the payment -customer_id,unique id number identifying the customer -staff_id,unique id number identifying the staff -rental_id,unique id number identifying the rental -amount,the amount of payment -payment_date,the date when the payment ocurs -last_update,The time of the latest update diff --git a/inputs_redshift/movie_3/schemas/rental.csv b/inputs_redshift/movie_3/schemas/rental.csv deleted file mode 100644 index 2fdcc2900ef82bcac4cf1261f8c1b2ccb6368552..0000000000000000000000000000000000000000 --- a/inputs_redshift/movie_3/schemas/rental.csv +++ /dev/null @@ -1,8 +0,0 @@ -column_name,column_description -rental_id,unique id number identifying the rental -rental_date,date when the rental occurs -inventory_id,id number identifying the inventory -customer_id,id number identifying the customer -return_date,date when the rental returns -staff_id,id number identifying the staff -last_update,The time of the latest update diff --git a/inputs_redshift/movie_3/schemas/staff.csv b/inputs_redshift/movie_3/schemas/staff.csv deleted file mode 100644 index 7e7930f66d84e592e254452c715048886001e917..0000000000000000000000000000000000000000 --- a/inputs_redshift/movie_3/schemas/staff.csv +++ /dev/null @@ -1,12 +0,0 @@ -column_name,column_description -staff_id,unique id number identifying the staff -first_name,First name of the actor -last_name,Last name of the actor -address_id,id number identifying the address -picture, -email, -store_id,id number identifying the store -active,Whether the staff is active or not. -username,username to login the staff -password,password to login the staff -last_update,The time of the latest update diff --git a/inputs_redshift/movie_3/schemas/store.csv b/inputs_redshift/movie_3/schemas/store.csv deleted file mode 100644 index a47f173d7fb86fac3ef505deea2e5ca6f2183caf..0000000000000000000000000000000000000000 --- a/inputs_redshift/movie_3/schemas/store.csv +++ /dev/null @@ -1,5 +0,0 @@ -column_name,column_description -store_id,unique id number identifying the store -manager_staff_id,id number identifying the manager staff -address_id,id number identifying the address -last_update,The time of the latest update diff --git a/inputs_redshift/movie_platform/config.yaml b/inputs_redshift/movie_platform/config.yaml deleted file mode 100644 index af56b1dedcf4debf6343cc11351f19e9cb8743b3..0000000000000000000000000000000000000000 --- a/inputs_redshift/movie_platform/config.yaml +++ /dev/null @@ -1,54 +0,0 @@ -Airbyte: - config: - mongodb_definition_id: b2e713cd-cc36-4c0a-b5bd-b47cb8a0561e - namespace_definition: destination - postgres_definition_id: decd338e-5647-4c0b-adf4-da0e75f5a750 - s3_definition_id: 69589781-7828-43c5-9f63-8925b1c1ccc2 - server_url: http://airbyte-abctl-control-plane:80/api/public/v1/ - redshift_definition_id: f7a7d195-377f-cf5b-70a5-be6b819019dc -aws_s3: - AWS_ACCESS_KEY_ID: test - AWS_DEFAULT_REGION: us-west-2 - AWS_ENDPOINT_URL: http://elt-localstack:4566 - AWS_SECRET_ACCESS_KEY: test - data: - - path: s3://movie-platform-bucket/movies.jsonl - sync_mode: full_refresh_append - table: movies -custom_api: - config: - configuration: {} - sync_mode: full_refresh_append - tables: - - lists -mongodb: - config: - connection_string: mongodb://elt-mongodb:27017/?directConnection=true - database: movie_platform - sync_mode: full_refresh_append - tables: - - lists_users -postgres: - config: - database: movie_platform - host: elt-postgres - password: testelt - port: 5432 - schema: public - sync_mode: full_refresh_append - tables: - - ratings - - ratings_users - user: postgres -redshift: - config: - host: - port: - database: - username: - password: - schema: movie_platform - s3_bucket_name: - s3_bucket_region: - access_key_id: - secret_access_key: diff --git a/inputs_redshift/movie_platform/data_model.yaml b/inputs_redshift/movie_platform/data_model.yaml deleted file mode 100644 index 4740f0bb820a01f360b967499041ae053941b889..0000000000000000000000000000000000000000 --- a/inputs_redshift/movie_platform/data_model.yaml +++ /dev/null @@ -1,58 +0,0 @@ -models: - - name: movie_platform__list_users - description: Each record represents a list user - columns: - - name: user_id - description: The unique identifier of the user - - name: user_avatar_image_url - description: User profile image URL on Mubi - - name: user_cover_image_url - description: User profile cover image URL on Mubi - - name: latest_rated_movie - description: The latest movie the user rated, with ties broken by the ascending order of the movie title - - name: list_title_most_followers - description: The title of the list with the most followers created by the user, with ties broken by the ascending order of the list title - - name: description_list_most_followers - description: The description of the list with the most followers created by the user, with ties broken by the descending order of the list description - - name: first_list_created - description: The title of the first list created by the user, with ties broken by the ascending order of the list title - - name: average_followers_of_the_lists_created - description: The average number of followers of the lists created by the user - - name: movie_platform__movies - description: Each record represents a movie - columns: - - name: movie_id - description: The unique identifier of the movie - - name: movie_title - description: The title of the movie - - name: movie_url - description: URL to the movie page on Mubi - - name: avg_rating_score - description: The average rating score of the movie - - name: total_critic_comments - description: The total number of critic comments on the movie, replace NULL values with 0. - - name: percentage_subscribers_rated - description: The percentage of ratings submitted by subscribers among all ratings on the movie. - - name: critic_highest_number_likes - description: The critic made by the user rating the movie that received the highest number of likes, with ties broken by the ascending order of the critic. Exclude NULL values. - - name: percentage_highest_rating_score - description: The percentage of the movie's ratings that equal the highest rating score, where 'the highest rating score' is the maximum rating score across all movies - - name: movie_platform__directors - description: Each record represents a director - columns: - - name: director_id - description: The unique identifier of the director - - name: director_url - description: URL to the director page on Mubi - - name: director_name - description: The name of the director - - name: third_movie_directed - description: The title of the third movie directed by the director, with ties broken by the ascending order of the movie title - - name: highest_average_score_film - description: The title of the film with the highest average score directed by the director, with ties broken by the ascending order of the film id - - name: number_of_movies_directed_in_70s - description: The number of movies directed by the director in the 1970s, replace NULL values with 0. - - name: has_more_than_10_movies_1960_1985 - description: Set to 1 if the director has directed more than 10 movies between 1960 and 1985, 0 otherwise - - name: average_rating_score_of_most_popular_movie - description: The average rating score of the most popular movie directed by the director, if there are multiple movies with the same popularity, rank them by the descending order of the movie id and take the first one \ No newline at end of file diff --git a/inputs_redshift/movie_platform/schemas/lists.csv b/inputs_redshift/movie_platform/schemas/lists.csv deleted file mode 100644 index 9eeb73871ab2f7fe2f8ffa05bce385263b5b6f43..0000000000000000000000000000000000000000 --- a/inputs_redshift/movie_platform/schemas/lists.csv +++ /dev/null @@ -1,15 +0,0 @@ -column_name,column_description -user_id,ID related to the user who created the list. -list_id,ID of the list on Mubi -list_title,Name of the list -list_movie_number,Number of movies added to the list -list_update_timestamp_utc,Last update timestamp for the list -list_creation_timestamp_utc,Creation timestamp for the list -list_followers,Number of followers on the list -list_url,URL to the list page on Mubi -list_comments,Number of comments on the list -list_description,List description made by the user -list_cover_image_url, -list_first_image_url, -list_second_image_url, -list_third_image_url, diff --git a/inputs_redshift/movie_platform/schemas/lists_users.csv b/inputs_redshift/movie_platform/schemas/lists_users.csv deleted file mode 100644 index 18e9b7e99843c0969b322b014935c0b43a2282d9..0000000000000000000000000000000000000000 --- a/inputs_redshift/movie_platform/schemas/lists_users.csv +++ /dev/null @@ -1,11 +0,0 @@ -column_name,column_description -user_id,ID related to the user who created the list. -list_id,ID of the list on Mubi -list_update_date_utc,Last update date for the list -list_creation_date_utc,Creation date for the list -user_trialist,whether the user was a tralist when he created the list -user_subscriber,whether the user was a subscriber when he created the list -user_avatar_image_url,User profile image URL on Mubi -user_cover_image_url,User profile cover image URL on Mubi -user_eligible_for_trial,whether the user was eligible for trial when he created the list -user_has_payment_method,whether the user was a paying subscriber when he created the list diff --git a/inputs_redshift/movie_platform/schemas/movies.csv b/inputs_redshift/movie_platform/schemas/movies.csv deleted file mode 100644 index cae9e6a360b24e57680dfc40807babebf8290873..0000000000000000000000000000000000000000 --- a/inputs_redshift/movie_platform/schemas/movies.csv +++ /dev/null @@ -1,11 +0,0 @@ -column_name,column_description -movie_id,ID related to the movie on Mubi -movie_title,Name of the movie -movie_release_year,Release year of the movie -movie_url,URL to the movie page on Mubi -movie_title_language,"By default, the title is in English." -movie_popularity,Number of Mubi users who love this movie -movie_image_url,Image URL to the movie on Mubi -director_id,ID related to the movie director on Mubi -director_name,Full Name of the movie director -director_url,URL to the movie director page on Mubi diff --git a/inputs_redshift/movie_platform/schemas/ratings.csv b/inputs_redshift/movie_platform/schemas/ratings.csv deleted file mode 100644 index 47a652367653027c12e4aaf4a5369b430c68b147..0000000000000000000000000000000000000000 --- a/inputs_redshift/movie_platform/schemas/ratings.csv +++ /dev/null @@ -1,14 +0,0 @@ -column_name,column_description -movie_id,Movie ID related to the rating -rating_id,Rating ID on Mubi -rating_url,URL to the rating on Mubi -rating_score,Rating score ranging from 1 (lowest) to 5 (highest) -rating_timestamp_utc,Timestamp for the movie rating made by the user on Mubi -critic,Critic made by the user rating the movie. -critic_likes,Number of likes related to the critic made by the user rating the movie -critic_comments,Number of comments related to the critic made by the user rating the movie -user_id,ID related to the user rating the movie -user_trialist,whether user was a tralist when he rated the movie -user_subscriber, -user_eligible_for_trial, -user_has_payment_method, diff --git a/inputs_redshift/movie_platform/schemas/ratings_users.csv b/inputs_redshift/movie_platform/schemas/ratings_users.csv deleted file mode 100644 index 91b7cc43445a22d6446cbdc057351bfbccdfbc8c..0000000000000000000000000000000000000000 --- a/inputs_redshift/movie_platform/schemas/ratings_users.csv +++ /dev/null @@ -1,9 +0,0 @@ -column_name,column_description -user_id,ID related to the user rating the movie -rating_date_utc,Rating date for the movie rating. -user_trialist,whether the user was a trialist when he rated the movie -user_subscriber,whether the user was a subscriber when he rated the movie -user_avatar_image_url,URL to the user profile image on Mubi -user_cover_image_url,URL to the user profile cover image on Mubi -user_eligible_for_trial,whether the user was eligible for trial when he rated the movie -user_has_payment_method,whether the user was a paying subscriber when he rated the movie diff --git a/inputs_redshift/movielens/config.yaml b/inputs_redshift/movielens/config.yaml deleted file mode 100644 index 93e1af851b0473a449624702bb906046ecdf33c2..0000000000000000000000000000000000000000 --- a/inputs_redshift/movielens/config.yaml +++ /dev/null @@ -1,61 +0,0 @@ -Airbyte: - config: - files_definition_id: 778daa7c-feaf-4db6-96f3-70fd645acc77 - mongodb_definition_id: b2e713cd-cc36-4c0a-b5bd-b47cb8a0561e - namespace_definition: destination - postgres_definition_id: decd338e-5647-4c0b-adf4-da0e75f5a750 - s3_definition_id: 69589781-7828-43c5-9f63-8925b1c1ccc2 - server_url: http://airbyte-abctl-control-plane:80/api/public/v1/ - redshift_definition_id: f7a7d195-377f-cf5b-70a5-be6b819019dc -aws_s3: - AWS_ACCESS_KEY_ID: test - AWS_DEFAULT_REGION: us-west-2 - AWS_ENDPOINT_URL: http://elt-localstack:4566 - AWS_SECRET_ACCESS_KEY: test - data: - - path: s3://movielens-bucket/directors.csv - sync_mode: full_refresh_append - table: directors -custom_api: - config: - configuration: {} - sync_mode: full_refresh_append - tables: - - users -flat_files: -- format: jsonl - path: https://drive.google.com/uc?export=download&id=1_0ehbxSXXTOeCG09RUOTid-VO-_Q44iw - sync_mode: full_refresh_append - table: actors -mongodb: - config: - connection_string: mongodb://elt-mongodb:27017/?directConnection=true - database: movielens - sync_mode: full_refresh_append - tables: - - movies2actors - - movies2directors -postgres: - config: - database: movielens - host: elt-postgres - password: testelt - port: 5432 - schema: public - sync_mode: full_refresh_append - tables: - - movies - - u2base - user: postgres -redshift: - config: - host: - port: - database: - username: - password: - schema: movielens - s3_bucket_name: - s3_bucket_region: - access_key_id: - secret_access_key: diff --git a/inputs_redshift/movielens/data_model.yaml b/inputs_redshift/movielens/data_model.yaml deleted file mode 100644 index 7ab89a6603bcfb2537564659f03b555de0bd5674..0000000000000000000000000000000000000000 --- a/inputs_redshift/movielens/data_model.yaml +++ /dev/null @@ -1,58 +0,0 @@ -models: - - name: movielens__movies - description: Each record represents a movie. - columns: - - name: movieid - description: Unique identifier for the movie. - - name: country - description: The country where the movie was produced. - - name: isenglish - description: is the movie in English. - - name: avg_rating - description: The average rating of the movie. - - name: number_of_audience_occupation_5 - description: The number of audience with occupation 5 who watched the movie, replace NULL values with 0. - - name: number_of_ratings_by_female_users - description: The number of ratings given by female users for the movie, replace NULL values with 0. - - name: percentage_of_female_actresses - description: The percentage of female actresses in the movie - - name: running_time_3_ave_revenue_1 - description: Set to 1 if the movie has a running time of 3 and at least one director with an average revenue of 1; otherwise, set to 0. - - name: movielens__directors - description: Each record represents a director. - columns: - - name: directorid - description: Unique identifier for the director. - - name: d_quality - description: The quality of the director. - - name: avg_revenue - description: The average revenue of the director. - - name: num_action_movie - description: The number of action movies directed by the director, replace NULL values with 0. - - name: num_movie_avg_rating_over_3 - description: The number of movies with an average rating over 3 directed by the director, replace NULL values with 0. - - name: most_common_film_genres - description: The most common film genres directed by the director, with ties broken by ascending order of the genre. - - name: has_quality_3_and_at_least_2_genres - description: Set to 1 if the director has a quality of at least 3 and has directed at least 2 genres, otherwise, set to 0 - - name: is_called_box_office_success_paradox - description: Set to 1 if the director is called the "box office success paradox", otherwise, set to 0. The “box office success paradox” is defined as a director whose average revenue is greater than his or her quality. - - name: movielens__actors - description: Each record represents an actor. - columns: - - name: actorid - description: Unique identifier for the actor. - - name: a_gender - description: The gender of the actor. - - name: a_quality - description: The quality of the actor. - - name: num_rating_over_3 - description: The number of movies the actor has acted in with an average user rating over 3, replace NULL values with 0. - - name: has_acted_in_at_least_2_French_films - description: Set to 1 if the actor has acted in at least 2 French films, otherwise, set to 0 - - name: num_film - description: The number of films the actor has acted in, replace NULL values with 0. - - name: quality_rating_3_and_acted_English_USA_movies - description: Set to 1 if the actor has a quality rating of 3 and has acted in English USA movies, otherwise, set to 0 - - name: num_horror_movies - description: The number of horror movies the actor has acted in, replace NULL values with 0. \ No newline at end of file diff --git a/inputs_redshift/movielens/schemas/actors.csv b/inputs_redshift/movielens/schemas/actors.csv deleted file mode 100644 index e9e31de5233f525b3f19973c7ead72eda9588edb..0000000000000000000000000000000000000000 --- a/inputs_redshift/movielens/schemas/actors.csv +++ /dev/null @@ -1,4 +0,0 @@ -column_name,column_description -actorid,unique identificator number of actors -a_gender,actor gender -a_quality,actor quality diff --git a/inputs_redshift/movielens/schemas/directors.csv b/inputs_redshift/movielens/schemas/directors.csv deleted file mode 100644 index baa4d0324d052fa0b76fd99e1b1c820cff2542dd..0000000000000000000000000000000000000000 --- a/inputs_redshift/movielens/schemas/directors.csv +++ /dev/null @@ -1,4 +0,0 @@ -column_name,column_description -directorid,unique identification number of actors directors -d_quality,director quality -avg_revenue,average revenue diff --git a/inputs_redshift/movielens/schemas/movies.csv b/inputs_redshift/movielens/schemas/movies.csv deleted file mode 100644 index 4b420d3d05a58f3c7182224eb17eb8e8634b28e1..0000000000000000000000000000000000000000 --- a/inputs_redshift/movielens/schemas/movies.csv +++ /dev/null @@ -1,6 +0,0 @@ -column_name,column_description -movieid,unique identifier number of movies -year,year -isEnglish,is English -country,country -runningtime, diff --git a/inputs_redshift/movielens/schemas/movies2actors.csv b/inputs_redshift/movielens/schemas/movies2actors.csv deleted file mode 100644 index 9da8394dde40b232f5e7f36216586bdd1b9ee4d8..0000000000000000000000000000000000000000 --- a/inputs_redshift/movielens/schemas/movies2actors.csv +++ /dev/null @@ -1,4 +0,0 @@ -column_name,column_description -movieid,identifier number of movies -actorid,identifier number of actors -cast_num,cast number diff --git a/inputs_redshift/movielens/schemas/movies2directors.csv b/inputs_redshift/movielens/schemas/movies2directors.csv deleted file mode 100644 index dd3c12efdecfc3a816ff2f8c1d0e276ceac980e7..0000000000000000000000000000000000000000 --- a/inputs_redshift/movielens/schemas/movies2directors.csv +++ /dev/null @@ -1,4 +0,0 @@ -column_name,column_description -movieid,identifier number of movies -directorid,identifier number of directors -genre,genre of movies diff --git a/inputs_redshift/movielens/schemas/u2base.csv b/inputs_redshift/movielens/schemas/u2base.csv deleted file mode 100644 index c425a7c099a623afb91edee865ad57dc8919d927..0000000000000000000000000000000000000000 --- a/inputs_redshift/movielens/schemas/u2base.csv +++ /dev/null @@ -1,4 +0,0 @@ -column_name,column_description -userid,identifier number of users -movieid,identifier number of movie -rating,ratings of movies diff --git a/inputs_redshift/movielens/schemas/users.csv b/inputs_redshift/movielens/schemas/users.csv deleted file mode 100644 index 98ad7364ffadba36cd4decbd79af14e95cd3b02f..0000000000000000000000000000000000000000 --- a/inputs_redshift/movielens/schemas/users.csv +++ /dev/null @@ -1,5 +0,0 @@ -column_name,column_description -userid,unique identifier number of users -age,age -u_gender,user gender -occupation,occupation diff --git a/inputs_redshift/movies_4/config.yaml b/inputs_redshift/movies_4/config.yaml deleted file mode 100644 index 258a5e5c2aaf51a3783523635af8568991d14fe8..0000000000000000000000000000000000000000 --- a/inputs_redshift/movies_4/config.yaml +++ /dev/null @@ -1,81 +0,0 @@ -Airbyte: - config: - files_definition_id: 778daa7c-feaf-4db6-96f3-70fd645acc77 - mongodb_definition_id: b2e713cd-cc36-4c0a-b5bd-b47cb8a0561e - namespace_definition: destination - postgres_definition_id: decd338e-5647-4c0b-adf4-da0e75f5a750 - s3_definition_id: 69589781-7828-43c5-9f63-8925b1c1ccc2 - server_url: http://airbyte-abctl-control-plane:80/api/public/v1/ - redshift_definition_id: f7a7d195-377f-cf5b-70a5-be6b819019dc -aws_s3: - AWS_ACCESS_KEY_ID: test - AWS_DEFAULT_REGION: us-west-2 - AWS_ENDPOINT_URL: http://elt-localstack:4566 - AWS_SECRET_ACCESS_KEY: test - data: - - path: s3://movies-4-bucket/department.jsonl - sync_mode: full_refresh_append - table: department - - path: s3://movies-4-bucket/genre.csv - sync_mode: full_refresh_append - table: genre - - path: s3://movies-4-bucket/language.jsonl - sync_mode: full_refresh_append - table: language -custom_api: - config: - configuration: {} - sync_mode: full_refresh_append - tables: - - keyword - - movie_genres - - movie_keywords - - movie_languages -flat_files: -- format: jsonl - path: https://drive.google.com/uc?export=download&id=15VKkeHY0IbG1uUvvY2GxG_Yxg_DspXTC - sync_mode: full_refresh_append - table: country -- format: jsonl - path: https://drive.google.com/uc?export=download&id=1xgvOQVoHqk1Lzj81ZmbgC2mj1nkXlqnm - sync_mode: full_refresh_append - table: language_role -- format: csv - path: https://drive.google.com/uc?export=download&id=172ilyK0v3x-xGwdBohmSVPDT0aDu8Iab - sync_mode: full_refresh_append - table: gender -mongodb: - config: - connection_string: mongodb://elt-mongodb:27017/?directConnection=true - database: movies_4 - sync_mode: full_refresh_append - tables: - - movie - - person - - production_company -postgres: - config: - database: movies_4 - host: elt-postgres - password: testelt - port: 5432 - schema: public - sync_mode: full_refresh_append - tables: - - movie_cast - - movie_company - - movie_crew - - production_country - user: postgres -redshift: - config: - host: - port: - database: - username: - password: - schema: movies_4 - s3_bucket_name: - s3_bucket_region: - access_key_id: - secret_access_key: diff --git a/inputs_redshift/movies_4/data_model.yaml b/inputs_redshift/movies_4/data_model.yaml deleted file mode 100644 index c547b04194cb5eca3a5cd8797f348a096beb97ca..0000000000000000000000000000000000000000 --- a/inputs_redshift/movies_4/data_model.yaml +++ /dev/null @@ -1,54 +0,0 @@ -models: - - name: movies4__movies - description: Each record represents a movie. - columns: - - name: movie_id - description: Unique identifier for the movie. - - name: title - description: The title of the movie. - - name: movie_status - description: The status of the movie. - - name: number_of_production_companies - description: The number of production companies that produced the movie, replace NULL values with 0. - - name: percentage_of_male_characters - description: The percentage of male characters in the movie. - - name: number_of_crews - description: The number of distinct crew members that worked on the movie, replace NULL values with 0. - - name: number_of_main_characters - description: The number of main characters in the movie. A main character is a cast member cast earliest. Replace NULL values with 0. - - name: ratio_between_male_and_female_cast_members - description: The ratio between male and female cast members in the movie, computed as the number of male cast members divided by the number of female cast members - - name: movies4__production_company - description: Each record represents a production company. - columns: - - name: company_id - description: Unique identifier for the production company. - - name: company_name - description: The name of the production company. - - name: latest_released_movie - description: The latest released movie by the production company, with ties broken by the descending order of the movie title. - - name: most_popular_movie - description: The most popular movie by the production company, with ties broken by the ascending order of the movie title. - - name: number_of_movies_released - description: The number of movies released by the production company, replace NULL values with 0. - - name: highest_revenue_movie - description: The movie title made the highest revenue among the production company's movies, with ties broken by the descending order of the movie title - - name: category_running_time_per_movie_2016 - description: Set to 3 if the production company’s average movie running time in 2016 exceeds 75% of the overall 2016 average runtime, to 2 if it exceeds 55%, to 1 if it exceeds 35%, and to 0 otherwise - - name: movies4__person - description: Each record represents a person. - columns: - - name: person_id - description: Unique identifier for the person. - - name: person_name - description: The name of the person - - name: lastest_movie - description: The latest movie in which the person worked as a crew member, with ties broken by the ascending order of the movie title - - name: percentage_of_movie_vote_average_over_5 - description: The percentage of movies, in which the person worked as a crew member, that have a vote average over 5.0. - - name: has_worked_as_a_music_editor - description: Set to 1 if the person has worked as a 'Music Editor' in the movie, otherwise, set to 0 - - name: movie_with_the_highest_average_vote - description: The movie title with the highest average vote in which the person worked as a crew member, with ties broken by the descending order of the movie title - - name: has_movie_between_19160101_19251231 - description: Set to 1 if the person worked as a crew member in the movies released between 1/01/1916 and 12/31/1925, otherwise, set it to 0 \ No newline at end of file diff --git a/inputs_redshift/movies_4/schemas/country.csv b/inputs_redshift/movies_4/schemas/country.csv deleted file mode 100644 index 2d0aae0f17a29d002f66a8bcedd45a24d6c6152b..0000000000000000000000000000000000000000 --- a/inputs_redshift/movies_4/schemas/country.csv +++ /dev/null @@ -1,4 +0,0 @@ -column_name,column_description -country_id,the unique identifier of the country -country_iso_code,the ISO code -country_name,the name of the country diff --git a/inputs_redshift/movies_4/schemas/department.csv b/inputs_redshift/movies_4/schemas/department.csv deleted file mode 100644 index 6f2a8382c92edd0054eb757f91e922e5f740434a..0000000000000000000000000000000000000000 --- a/inputs_redshift/movies_4/schemas/department.csv +++ /dev/null @@ -1,3 +0,0 @@ -column_name,column_description -department_id,the unique identifier of the department -department_name,the name of the department diff --git a/inputs_redshift/movies_4/schemas/gender.csv b/inputs_redshift/movies_4/schemas/gender.csv deleted file mode 100644 index a9b15a592aa38756958c48d96e4713b37094812a..0000000000000000000000000000000000000000 --- a/inputs_redshift/movies_4/schemas/gender.csv +++ /dev/null @@ -1,3 +0,0 @@ -column_name,column_description -gender_id,the unique identifier of the gender -gender,the gender diff --git a/inputs_redshift/movies_4/schemas/genre.csv b/inputs_redshift/movies_4/schemas/genre.csv deleted file mode 100644 index 21e290e0702ee74be01febbe0d0932dcd50766b7..0000000000000000000000000000000000000000 --- a/inputs_redshift/movies_4/schemas/genre.csv +++ /dev/null @@ -1,3 +0,0 @@ -column_name,column_description -genre_id,the unique identifier of the genre -genre_name,the genre diff --git a/inputs_redshift/movies_4/schemas/keyword.csv b/inputs_redshift/movies_4/schemas/keyword.csv deleted file mode 100644 index eced8f5a25be179b1ee933983b680cc466fa79ef..0000000000000000000000000000000000000000 --- a/inputs_redshift/movies_4/schemas/keyword.csv +++ /dev/null @@ -1,3 +0,0 @@ -column_name,column_description -keyword_id,the unique identifier of the keyword -keyword_name,the keyword diff --git a/inputs_redshift/movies_4/schemas/language.csv b/inputs_redshift/movies_4/schemas/language.csv deleted file mode 100644 index f99e3ba3a6b1d7f618069c0771c295e9fdc826b8..0000000000000000000000000000000000000000 --- a/inputs_redshift/movies_4/schemas/language.csv +++ /dev/null @@ -1,4 +0,0 @@ -column_name,column_description -language_id,the unique identifier of the language -language_code,the code of the language -language_name,the language name diff --git a/inputs_redshift/movies_4/schemas/language_role.csv b/inputs_redshift/movies_4/schemas/language_role.csv deleted file mode 100644 index c329432ee882aeac26cff2add20695c3cc8f7fcb..0000000000000000000000000000000000000000 --- a/inputs_redshift/movies_4/schemas/language_role.csv +++ /dev/null @@ -1,3 +0,0 @@ -column_name,column_description -role_id,the unique identifier of the language id -language_role,the language role diff --git a/inputs_redshift/movies_4/schemas/movie.csv b/inputs_redshift/movies_4/schemas/movie.csv deleted file mode 100644 index 83e3c8e34a6ab8952288e7a62eab6eb442875b62..0000000000000000000000000000000000000000 --- a/inputs_redshift/movies_4/schemas/movie.csv +++ /dev/null @@ -1,15 +0,0 @@ -column_name,column_description -movie_id,the unique identifier of the movie -title,the title of the movie -budget,the budget for the movie -homepage,the homepage of the movie -overview,the overview of the movie -popularity,the popularity of the movie -release_date,the release date of the movie -revenue,the revenue of the movie -runtime,the runtime of the movie -movie_status,"the status of the movie -The only value of this column is 'Released'. " -tagline,the tagline of the movie -vote_average,the average vote for the movie -vote_count,the vote count for the movie diff --git a/inputs_redshift/movies_4/schemas/movie_cast.csv b/inputs_redshift/movies_4/schemas/movie_cast.csv deleted file mode 100644 index afadce359bdf0de7fe9c57bc030baeb2111c2ed0..0000000000000000000000000000000000000000 --- a/inputs_redshift/movies_4/schemas/movie_cast.csv +++ /dev/null @@ -1,9 +0,0 @@ -column_name,column_description -movie_id,"the id of the movie -Maps to movie(movie_id)" -person_id,"the id of the person -Maps to person(person_id)" -character_name,the character name -gender_id,"the id of the cast's gender -Maps to gender(gender_id)" -cast_order,the cast order of the cast diff --git a/inputs_redshift/movies_4/schemas/movie_company.csv b/inputs_redshift/movies_4/schemas/movie_company.csv deleted file mode 100644 index 43d18b32abd55669d4e3368ce86fa1b5cc65785c..0000000000000000000000000000000000000000 --- a/inputs_redshift/movies_4/schemas/movie_company.csv +++ /dev/null @@ -1,5 +0,0 @@ -column_name,column_description -movie_id,"the id of the movie -Maps to movie(movie_id)" -company_id,"the id of the company that produced the movie -Maps to production_company(company_id)" diff --git a/inputs_redshift/movies_4/schemas/movie_crew.csv b/inputs_redshift/movies_4/schemas/movie_crew.csv deleted file mode 100644 index 1c9d0b67ebf3fb85c1ecb18e85232b363d8d36bf..0000000000000000000000000000000000000000 --- a/inputs_redshift/movies_4/schemas/movie_crew.csv +++ /dev/null @@ -1,8 +0,0 @@ -column_name,column_description -movie_id,"the id of the movie that the crew worked for -Maps to movie(movie_id)" -person_id,"the id of the crew -Maps to person(person_id)" -department_id,"the id of the crew's department -Maps to department(department_id)" -job,the job of the crew diff --git a/inputs_redshift/movies_4/schemas/movie_genres.csv b/inputs_redshift/movies_4/schemas/movie_genres.csv deleted file mode 100644 index 6ef2883d93cf9ecae84419b5ebf6a18166dc5a75..0000000000000000000000000000000000000000 --- a/inputs_redshift/movies_4/schemas/movie_genres.csv +++ /dev/null @@ -1,5 +0,0 @@ -column_name,column_description -movie_id,"the id of the movie -Maps to movie(movie_id)" -genre_id,"the id of the movie genre -Maps to genre(genre_id)" diff --git a/inputs_redshift/movies_4/schemas/movie_keywords.csv b/inputs_redshift/movies_4/schemas/movie_keywords.csv deleted file mode 100644 index dc2ea347f37de2a822fd66ee8a64dd39ea0af82b..0000000000000000000000000000000000000000 --- a/inputs_redshift/movies_4/schemas/movie_keywords.csv +++ /dev/null @@ -1,5 +0,0 @@ -column_name,column_description -movie_id,"the id of the movie -Maps to movie(movie_id)" -keyword_id,"the id of the movie keyword -Maps to keyword(keyword_id)" diff --git a/inputs_redshift/movies_4/schemas/movie_languages.csv b/inputs_redshift/movies_4/schemas/movie_languages.csv deleted file mode 100644 index d037fad74184ed3516e309bc62b7cdca7f02e556..0000000000000000000000000000000000000000 --- a/inputs_redshift/movies_4/schemas/movie_languages.csv +++ /dev/null @@ -1,6 +0,0 @@ -column_name,column_description -movie_id,"the id of the movie -Maps to movie(movie_id)" -language_id,"the id of the movie language -Maps to language(language_id)" -language_role_id,the id of the role's language diff --git a/inputs_redshift/movies_4/schemas/person.csv b/inputs_redshift/movies_4/schemas/person.csv deleted file mode 100644 index ef3c748ffc06cdb1cd7d89b58be5ca39b220d81a..0000000000000000000000000000000000000000 --- a/inputs_redshift/movies_4/schemas/person.csv +++ /dev/null @@ -1,3 +0,0 @@ -column_name,column_description -person_id,the unique identifier of the person -person_name,the name of the person diff --git a/inputs_redshift/movies_4/schemas/production_company.csv b/inputs_redshift/movies_4/schemas/production_company.csv deleted file mode 100644 index acf8f71fedadc57700b459c99b52cec8dcf40fe4..0000000000000000000000000000000000000000 --- a/inputs_redshift/movies_4/schemas/production_company.csv +++ /dev/null @@ -1,3 +0,0 @@ -column_name,column_description -company_id,the unique identifier of the company -company_name,the name of the company diff --git a/inputs_redshift/movies_4/schemas/production_country.csv b/inputs_redshift/movies_4/schemas/production_country.csv deleted file mode 100644 index db22c04ceeced53f78097276ea489159273fcd30..0000000000000000000000000000000000000000 --- a/inputs_redshift/movies_4/schemas/production_country.csv +++ /dev/null @@ -1,3 +0,0 @@ -column_name,column_description -movie_id,the unique identifier of the movie -country_id,the id of the country diff --git a/inputs_redshift/music_platform_2/config.yaml b/inputs_redshift/music_platform_2/config.yaml deleted file mode 100644 index 9d0f9c3c632d2cc7c2aaa69744dfe9d88930194a..0000000000000000000000000000000000000000 --- a/inputs_redshift/music_platform_2/config.yaml +++ /dev/null @@ -1,52 +0,0 @@ -Airbyte: - config: - files_definition_id: 778daa7c-feaf-4db6-96f3-70fd645acc77 - mongodb_definition_id: b2e713cd-cc36-4c0a-b5bd-b47cb8a0561e - namespace_definition: destination - postgres_definition_id: decd338e-5647-4c0b-adf4-da0e75f5a750 - server_url: http://airbyte-abctl-control-plane:80/api/public/v1/ - redshift_definition_id: f7a7d195-377f-cf5b-70a5-be6b819019dc -aws_s3: - AWS_ACCESS_KEY_ID: test - AWS_DEFAULT_REGION: us-west-2 - AWS_ENDPOINT_URL: http://elt-localstack:4566 - AWS_SECRET_ACCESS_KEY: test - data: - - path: s3://music-platform-2-bucket/categories.csv - sync_mode: full_refresh_append - table: categories -flat_files: -- format: parquet - path: https://drive.google.com/uc?export=download&id=1ytWoflp8qdNsrM-FmEP18x3sd6ogHRD7 - sync_mode: full_refresh_append - table: runs -mongodb: - config: - connection_string: mongodb://elt-mongodb:27017/?directConnection=true - database: music_platform_2 - sync_mode: full_refresh_append - tables: - - podcasts -postgres: - config: - database: music_platform_2 - host: elt-postgres - password: testelt - port: 5432 - schema: public - sync_mode: full_refresh_append - tables: - - reviews - user: postgres -redshift: - config: - host: - port: - database: - username: - password: - schema: music_platform_2 - s3_bucket_name: - s3_bucket_region: - access_key_id: - secret_access_key: diff --git a/inputs_redshift/music_platform_2/schemas/categories.csv b/inputs_redshift/music_platform_2/schemas/categories.csv deleted file mode 100644 index 0702ca32a7747bab06f680361ffc39a8fe85a0e4..0000000000000000000000000000000000000000 --- a/inputs_redshift/music_platform_2/schemas/categories.csv +++ /dev/null @@ -1,3 +0,0 @@ -column_name,column_description -podcast_id,The unique id of the podcast -category,category of the podcast diff --git a/inputs_redshift/music_platform_2/schemas/podcasts.csv b/inputs_redshift/music_platform_2/schemas/podcasts.csv deleted file mode 100644 index 8c1509114eabb6450262d9754ca947f901eeb0db..0000000000000000000000000000000000000000 --- a/inputs_redshift/music_platform_2/schemas/podcasts.csv +++ /dev/null @@ -1,6 +0,0 @@ -column_name,column_description -podcast_id,The unique id of the podcast -itunes_id,The unique id of the itunes. -slug,The slug of the podcast. -itunes_url,The iTunes url of the podcast. -title,The title of the podcast. diff --git a/inputs_redshift/music_platform_2/schemas/reviews.csv b/inputs_redshift/music_platform_2/schemas/reviews.csv deleted file mode 100644 index 55b19004e5610483c3e72ca6d652b43062d5f921..0000000000000000000000000000000000000000 --- a/inputs_redshift/music_platform_2/schemas/reviews.csv +++ /dev/null @@ -1,7 +0,0 @@ -column_name,column_description -podcast_id,The unique id of the podcast -title,The title of the podcast review. -content,The content of the podcast review. -rating,The rating of the podcast review. -author_id,The author id of the podcast review. -created_at,The date and time of the podcast review creation. diff --git a/inputs_redshift/music_platform_2/schemas/runs.csv b/inputs_redshift/music_platform_2/schemas/runs.csv deleted file mode 100644 index 7fbc5aa4a8789120e48e8579c57a0a565b5bb966..0000000000000000000000000000000000000000 --- a/inputs_redshift/music_platform_2/schemas/runs.csv +++ /dev/null @@ -1,4 +0,0 @@ -column_name,column_description -run_at,The date and time of the podcast review creation. -max_rowid,The id of max row of this run. -reviews_added,The number of reviews added in this run. diff --git a/inputs_redshift/music_tracker/config.yaml b/inputs_redshift/music_tracker/config.yaml deleted file mode 100644 index ee47420fa83b08e7c250882b22f0ecfd10963e76..0000000000000000000000000000000000000000 --- a/inputs_redshift/music_tracker/config.yaml +++ /dev/null @@ -1,37 +0,0 @@ -Airbyte: - config: - mongodb_definition_id: b2e713cd-cc36-4c0a-b5bd-b47cb8a0561e - namespace_definition: destination - postgres_definition_id: decd338e-5647-4c0b-adf4-da0e75f5a750 - server_url: http://airbyte-abctl-control-plane:80/api/public/v1/ - redshift_definition_id: f7a7d195-377f-cf5b-70a5-be6b819019dc -mongodb: - config: - connection_string: mongodb://elt-mongodb:27017/?directConnection=true - database: music_tracker - sync_mode: full_refresh_append - tables: - - torrents -postgres: - config: - database: music_tracker - host: elt-postgres - password: testelt - port: 5432 - schema: public - sync_mode: full_refresh_append - tables: - - tags - user: postgres -redshift: - config: - host: - port: - database: - username: - password: - schema: music_tracker - s3_bucket_name: - s3_bucket_region: - access_key_id: - secret_access_key: diff --git a/inputs_redshift/music_tracker/data_model.yaml b/inputs_redshift/music_tracker/data_model.yaml deleted file mode 100644 index d273c5cf2f54fb6a4242aceee5641290228284ed..0000000000000000000000000000000000000000 --- a/inputs_redshift/music_tracker/data_model.yaml +++ /dev/null @@ -1,16 +0,0 @@ -models: - - name: music_tracker__tags - description: Each record represents a unique tag. - columns: - - name: tags - description: The tag of the music, excluding the Null tag. - - name: artist_released_most_singles - description: The artist who has released the most singles with the tag, with ties broken by the ascending order of the artist - - name: total_album_download - description: The total number of album downloads of the tag, replace NULL values with 0. - - name: amount_of_downloads - description: The amount of downloads of the tag, replace NULL values with 0. - - name: oldest_single_release_title - description: The title of the oldest single release of the tag, with ties broken by the ascending order of the single title. - - name: most_downloaded_release_title - description: The title of the most downloaded release of the tag, with ties broken by the ascending order of the release title. \ No newline at end of file diff --git a/inputs_redshift/music_tracker/schemas/tags.csv b/inputs_redshift/music_tracker/schemas/tags.csv deleted file mode 100644 index 3910af3779ab546228828c85786cbe4345486a24..0000000000000000000000000000000000000000 --- a/inputs_redshift/music_tracker/schemas/tags.csv +++ /dev/null @@ -1,4 +0,0 @@ -column_name,column_description -TAG_INDEX,index -id,release identifier which can be matched with id field in the torrents table -tag,tag diff --git a/inputs_redshift/music_tracker/schemas/torrents.csv b/inputs_redshift/music_tracker/schemas/torrents.csv deleted file mode 100644 index 03928f75b266529f500a75b9e1a01e17eac73c25..0000000000000000000000000000000000000000 --- a/inputs_redshift/music_tracker/schemas/torrents.csv +++ /dev/null @@ -1,8 +0,0 @@ -column_name,column_description -groupName,release title -totalSnatched,number of times the release has been downloaded -artist,artist / group name -groupYear,release year -releaseType,"release type (e.g., album, single, mixtape)" -groupId,Unique release identifier from What.CD. Used to ensure no releases are duplicates. -id,unique identifier (essentially an index) diff --git a/inputs_redshift/olympics/config.yaml b/inputs_redshift/olympics/config.yaml deleted file mode 100644 index 49be910674dc54d9794e470314f8fa2ab7937d08..0000000000000000000000000000000000000000 --- a/inputs_redshift/olympics/config.yaml +++ /dev/null @@ -1,73 +0,0 @@ -Airbyte: - config: - files_definition_id: 778daa7c-feaf-4db6-96f3-70fd645acc77 - mongodb_definition_id: b2e713cd-cc36-4c0a-b5bd-b47cb8a0561e - namespace_definition: destination - postgres_definition_id: decd338e-5647-4c0b-adf4-da0e75f5a750 - s3_definition_id: 69589781-7828-43c5-9f63-8925b1c1ccc2 - server_url: http://airbyte-abctl-control-plane:80/api/public/v1/ - redshift_definition_id: f7a7d195-377f-cf5b-70a5-be6b819019dc -aws_s3: - AWS_ACCESS_KEY_ID: test - AWS_DEFAULT_REGION: us-west-2 - AWS_ENDPOINT_URL: http://elt-localstack:4566 - AWS_SECRET_ACCESS_KEY: test - data: - - path: s3://olympics-bucket/games.parquet - sync_mode: full_refresh_append - table: games - - path: s3://olympics-bucket/noc_region.csv - sync_mode: full_refresh_append - table: noc_region -custom_api: - config: - configuration: {} - sync_mode: full_refresh_append - tables: - - event - - games_city - - person_region -flat_files: -- format: jsonl - path: https://drive.google.com/uc?export=download&id=1ECpLkX3JYY9vnbFDw5ngf9_T6uTFUnCP - sync_mode: full_refresh_append - table: medal -- format: csv - path: https://drive.google.com/uc?export=download&id=1RsLEwrmbIChEXWc_DzGaaZA0oBDUNUGm - sync_mode: full_refresh_append - table: city -- format: parquet - path: https://drive.google.com/uc?export=download&id=1g_GwKeBIBPwQrDpAdeP7OkGp1Nrv3Khp - sync_mode: full_refresh_append - table: sport -mongodb: - config: - connection_string: mongodb://elt-mongodb:27017/?directConnection=true - database: olympics - sync_mode: full_refresh_append - tables: - - person -postgres: - config: - database: olympics - host: elt-postgres - password: testelt - port: 5432 - schema: public - sync_mode: full_refresh_append - tables: - - competitor_event - - games_competitor - user: postgres -redshift: - config: - host: - port: - database: - username: - password: - schema: olympics - s3_bucket_name: - s3_bucket_region: - access_key_id: - secret_access_key: diff --git a/inputs_redshift/olympics/data_model.yaml b/inputs_redshift/olympics/data_model.yaml deleted file mode 100644 index d37847d5f657be2e2ea83cecb4a79f803e774547..0000000000000000000000000000000000000000 --- a/inputs_redshift/olympics/data_model.yaml +++ /dev/null @@ -1,54 +0,0 @@ -models: - - name: regions - description: Each record represents a region. - columns: - - name: region_id - description: Unique identifier for the region. - - name: noc - description: The NOC code of the region - - name: region_name - description: The name of the region. - - name: tallest_competitor - description: The name of the tallest competitor in the region, with ties broken by the ascending order of the competitor full name. - - name: per_from_region_1994 - description: The percentage of competitors of the 1994 Winter Olympic Game who come from the region - - name: num_athletes - description: The number of athletes from the region, replace NULL values with 0. - - name: num_medals - description: The number of medals won by athletes from the region, replace NULL values with 0. - - name: per_athlete_taller_175 - description: The percentage of athletes from the region that are taller than 175cm - - name: sports - description: Each record represents a sport. - columns: - - name: sport_id - description: Unique identifier for the sport. - - name: sport_name - description: The name of the sport. - - name: num_events - description: The number of events in the sport, replace NULL values with 0. - - name: avg_male_height - description: The average height of male athletes participating in the sport. Exclude athletes with invalid height when calculating the average height. - - name: num_athletes_overweight_2008 - description: The number of distinct athletes playing in the sport fall into overweight BMI category in the 2008 Summer games, replace NULL values with 0. Overweight BMI category refers to BMI greater than or equal to 25 and less than 30. - - name: heaviest_athlete - description: The name of the heaviest athlete in the sport, with ties broken by the ascending order of the athlete full name. - - name: athletes - description: Each record represents an athlete. - columns: - - name: person_id - description: Unique identifier for the athlete. - - name: full_name - description: The full name of the athlete. - - name: gender - description: The gender of the athlete. - - name: num_Olympic_games - description: The number of Olympic games the athlete has participated in, replace NULL values with 0. - - name: per_won_a_gold_medal - description: The percentage of the events where the athlete won a gold medal - - name: num_medals - description: The number of medals won by the athlete, replace NULL values with 0. - - name: BMI - description: The BMI of the athlete - - name: height_over_170_participate_1988 - description: Set to 1 if the athlete's height is over 170 and participated in the game in 1988, otherwise, set to 0 \ No newline at end of file diff --git a/inputs_redshift/olympics/schemas/city.csv b/inputs_redshift/olympics/schemas/city.csv deleted file mode 100644 index 931747d5f17196106661c807a73f960f19f75d9c..0000000000000000000000000000000000000000 --- a/inputs_redshift/olympics/schemas/city.csv +++ /dev/null @@ -1,3 +0,0 @@ -column_name,column_description -id,the unique identifier of the city -city_name,the name of the city diff --git a/inputs_redshift/olympics/schemas/competitor_event.csv b/inputs_redshift/olympics/schemas/competitor_event.csv deleted file mode 100644 index 52977de61aa166b3f188a6a0df0e9f9137ce9f7a..0000000000000000000000000000000000000000 --- a/inputs_redshift/olympics/schemas/competitor_event.csv +++ /dev/null @@ -1,7 +0,0 @@ -column_name,column_description -event_id,"the id of the event -Maps to event(id)" -competitor_id,"the id of the competitor -Maps to games_competitor(id)" -medal_id,"the id of the medal -Maps to medal(id)" diff --git a/inputs_redshift/olympics/schemas/event.csv b/inputs_redshift/olympics/schemas/event.csv deleted file mode 100644 index 3c5b1c9e0fe7cbfa259283ce267e03051ffbdfd8..0000000000000000000000000000000000000000 --- a/inputs_redshift/olympics/schemas/event.csv +++ /dev/null @@ -1,5 +0,0 @@ -column_name,column_description -id,the unique identifier of the event -sport_id,"the id of the sport -Maps to sport(id)" -event_name,the name of the event diff --git a/inputs_redshift/olympics/schemas/games.csv b/inputs_redshift/olympics/schemas/games.csv deleted file mode 100644 index 1cadffe2e35d5b7316bb1fd0734b1217dd69b526..0000000000000000000000000000000000000000 --- a/inputs_redshift/olympics/schemas/games.csv +++ /dev/null @@ -1,5 +0,0 @@ -column_name,column_description -id,the unique identifier of the game -games_year,the year of the game -games_name,the name of the game -season,the season of the game diff --git a/inputs_redshift/olympics/schemas/games_city.csv b/inputs_redshift/olympics/schemas/games_city.csv deleted file mode 100644 index 7f484acc2714824f664d8462117b846f3545d8b6..0000000000000000000000000000000000000000 --- a/inputs_redshift/olympics/schemas/games_city.csv +++ /dev/null @@ -1,5 +0,0 @@ -column_name,column_description -games_id,"the id of the game -Maps to games(id)" -city_id,"the id of the city that held the game -Maps to city(id)" diff --git a/inputs_redshift/olympics/schemas/games_competitor.csv b/inputs_redshift/olympics/schemas/games_competitor.csv deleted file mode 100644 index e8e81d52b046bf79b6cd8b59da50c7cfa42f5968..0000000000000000000000000000000000000000 --- a/inputs_redshift/olympics/schemas/games_competitor.csv +++ /dev/null @@ -1,7 +0,0 @@ -column_name,column_description -id,the unique identifier of the record -games_id,"the id of the game -Maps to games(id)" -person_id,"the id of the person -Maps to person(id)" -age,the age of the person when he/she participated in the game diff --git a/inputs_redshift/olympics/schemas/medal.csv b/inputs_redshift/olympics/schemas/medal.csv deleted file mode 100644 index 809d9b1e2641e91a0ee32dbe82f3d4e993a33887..0000000000000000000000000000000000000000 --- a/inputs_redshift/olympics/schemas/medal.csv +++ /dev/null @@ -1,3 +0,0 @@ -column_name,column_description -id,the unique identifier of the metal -medal_name,the name of the medal diff --git a/inputs_redshift/olympics/schemas/noc_region.csv b/inputs_redshift/olympics/schemas/noc_region.csv deleted file mode 100644 index fb6e833b7f18b21bd59d5fedf1611594437bb4ef..0000000000000000000000000000000000000000 --- a/inputs_redshift/olympics/schemas/noc_region.csv +++ /dev/null @@ -1,4 +0,0 @@ -column_name,column_description -id,the unique identifier of the noc region -noc,the NOC code of the region -region_name,the name of the region diff --git a/inputs_redshift/olympics/schemas/person.csv b/inputs_redshift/olympics/schemas/person.csv deleted file mode 100644 index 7e197356166ab30d221cc8e27dc20420a60359c2..0000000000000000000000000000000000000000 --- a/inputs_redshift/olympics/schemas/person.csv +++ /dev/null @@ -1,6 +0,0 @@ -column_name,column_description -id,the unique identifier of the person -full_name,the full name of the person -gender,the gender of the person -height,the height of the person -weight,the weight of the person diff --git a/inputs_redshift/olympics/schemas/person_region.csv b/inputs_redshift/olympics/schemas/person_region.csv deleted file mode 100644 index ae4e70c5384ac35fad24780e2215334dd38fe0ac..0000000000000000000000000000000000000000 --- a/inputs_redshift/olympics/schemas/person_region.csv +++ /dev/null @@ -1,5 +0,0 @@ -column_name,column_description -person_id,"the id of the person -Maps to person(id)" -region_id,"the id of the noc region -Maps to noc_region(id)" diff --git a/inputs_redshift/olympics/schemas/sport.csv b/inputs_redshift/olympics/schemas/sport.csv deleted file mode 100644 index ebfbd4fbc84c30c02a92cfe15d5b74ecfd67e274..0000000000000000000000000000000000000000 --- a/inputs_redshift/olympics/schemas/sport.csv +++ /dev/null @@ -1,3 +0,0 @@ -column_name,column_description -id,the unique identifier of the sport -sport_name,the name of the sport diff --git a/inputs_redshift/pardot/config.yaml b/inputs_redshift/pardot/config.yaml deleted file mode 100644 index dcc341aa6055e96d8b1a46b9605cd57069b855e5..0000000000000000000000000000000000000000 --- a/inputs_redshift/pardot/config.yaml +++ /dev/null @@ -1,62 +0,0 @@ -Airbyte: - config: - files_definition_id: 778daa7c-feaf-4db6-96f3-70fd645acc77 - mongodb_definition_id: b2e713cd-cc36-4c0a-b5bd-b47cb8a0561e - namespace_definition: destination - postgres_definition_id: decd338e-5647-4c0b-adf4-da0e75f5a750 - s3_definition_id: 69589781-7828-43c5-9f63-8925b1c1ccc2 - server_url: http://airbyte-abctl-control-plane:80/api/public/v1/ - redshift_definition_id: f7a7d195-377f-cf5b-70a5-be6b819019dc -aws_s3: - AWS_ACCESS_KEY_ID: test - AWS_DEFAULT_REGION: us-west-2 - AWS_ENDPOINT_URL: http://elt-localstack:4566 - AWS_SECRET_ACCESS_KEY: test - data: - - path: s3://pardot-bucket/prospect.csv - sync_mode: full_refresh_append - table: prospect -custom_api: - config: - configuration: {} - sync_mode: full_refresh_append - tables: - - campaign - - visitor_activity -flat_files: -- format: jsonl - path: https://drive.google.com/uc?export=download&id=1MnP_UxbLOaJYrsYAD6EMTiY3PLRn_Cin - sync_mode: full_refresh_append - table: opportunity_prospect -mongodb: - config: - connection_string: mongodb://elt-mongodb:27017/?directConnection=true - database: pardot - sync_mode: full_refresh_append - tables: - - list_membership - - opportunity -postgres: - config: - database: pardot - host: elt-postgres - password: testelt - port: 5432 - schema: public - sync_mode: full_refresh_append - tables: - - list - - visitor - user: postgres -redshift: - config: - host: - port: - database: - username: - password: - schema: pardot - s3_bucket_name: - s3_bucket_region: - access_key_id: - secret_access_key: diff --git a/inputs_redshift/pardot/data_model.yaml b/inputs_redshift/pardot/data_model.yaml deleted file mode 100644 index 16ae5f34651d74edd1d82a335c33efcdce2ae79a..0000000000000000000000000000000000000000 --- a/inputs_redshift/pardot/data_model.yaml +++ /dev/null @@ -1,180 +0,0 @@ -models: - - name: pardot__campaigns - description: Each record represents a campaign in Pardot - columns: - - name: campaign_id - description: Pardot ID for this campaign - - name: campaign_name - description: Campaign's name - - name: _fivetran_deleted - description: Boolean representing whether the record has been deleted in the source system. - - name: count_opportunities - description: Count of all campaign opportunities. Set the value to 0 if it is NULL. - - name: count_opportunities_won - description: Count of all campaign opportunities won. Set the value to 0 if it is NULL. - - name: count_opportunities_lost - description: Count of all campaign opportunities lost. Set the value to 0 if it is NULL. - - - name: pardot__lists - description: Each record represents a list in Pardot. - columns: - - name: list_id - description: Pardot ID of this list - - name: name - description: List's name (internal to Pardot) - - name: description - description: List's description - - name: title - description: List's title (visible to subscribers) - - name: is_crm_visible - description: If true, list is visible in CRM to add or remove from - - name: is_public - description: If true, list will show on EPC pages to prospects - - name: is_dynamic - description: If true, list has prospects dynamically added to it via a set of chosen rules - - name: created_timestamp - description: Time list is created in Pardot. - format: YYYY-MM-DD HH:MM:SS UTC - - name: updated_timestamp - description: Last time list was updated - format: YYYY-MM-DD HH:MM:SS UTC - - name: count_activity_emails - description: Count of email activities associated with the members of the list. Set the value to 0 if it is NULL. - - name: count_activity_visits - description: Count of visit activities associated with the members of the list. An visit activity refers to type_name = 'visit'. Set the value to 0 if it is NULL. - - - name: pardot__opportunities - description: Each record represents an opportunity in Pardot. - columns: - - name: opportunity_id - description: Pardot ID for this opportunity - - name: campaign_id - description: Pardot ID of the campaign associated with this opportunity - - name: created_timestamp - description: Time opportunity is created in Pardot - format: YYYY-MM-DD HH:MM:SS UTC - - name: updated_timestamp - description: Last time opportunity was updated in Pardot - format: YYYY-MM-DD HH:MM:SS UTC - - name: opportunity_name - description: Opportunity's name - - name: probability - description: Opportunity's probability - - name: opportunity_status - description: Opportunity's status - - name: stage - description: Opportunity's stage - - name: opportunity_type - description: Opportunity's type - - name: amount - description: Opportunity's value - - name: closed_timestamp - description: Opportunity's closed date - format: YYYY-MM-DD HH:MM:SS UTC - - name: count_prospects - description: Number of prospects associated with the opportunity. Set the value to 0 if it is NULL. - - - name: pardot__prospects - description: Each record in the table represents a prospect in Pardot. - columns: - - name: prospect_id - description: Pardot ID for this prospect - - name: _fivetran_deleted - description: Boolean representing whether the record has been deleted in the source system. - - name: address_one - description: Prospect's address, line 1 - - name: address_two - description: Prospect's address, line 2 - - name: annual_revenue - description: Prospect's annual revenue - - name: campaign_id - description: Pardot ID of the campaign associated with this prospect - - name: city - description: Prospect's city - - name: comments - description: Comments about this prospect - - name: company - description: Prospect's company - - name: country - description: Prospect's country - - name: created_timestamp - description: Time prospect is created in Pardot; Time is reported in API user's preferred timezone - format: YYYY-MM-DD HH:MM:SS UTC - - name: crm_account_fid - description: Account ID in a supported CRM system - - name: crm_contact_fid - description: Prospect's contact ID in a supported CRM system - - name: crm_last_sync - description: Last time this prospect was synced with a supported CRM system - format: YYYY-MM-DD HH:MM:SS UTC - - name: crm_lead_fid - description: Prospect's lead ID in a supported CRM system - - name: crm_owner_fid - description: Prospect's owner ID in a supported CRM system - - name: crm_url - description: URL to view the prospect within the CRM system - - name: department - description: Prospect's department - - name: email - description: Prospect's email address - - name: employees - description: Prospect's number of employees - - name: fax - description: Prospect's fax number - - name: first_name - description: Prospect's first name - - name: grade - description: Prospect's letter grade - - name: industry - description: Prospect's industry - - name: is_do_not_call - description: If value is 1, prospect prefers not to be called - - name: is_do_not_email - description: If value is 1, prospect prefers not to be emailed - - name: is_reviewed - description: If value is 1, prospect has been reviewed - - name: is_starred - description: If value is 1, prospect has been starred - - name: job_title - description: Prospect's job title - - name: last_activity_at - description: Time stamp of this prospect's latest visitor activity; Time is reported in API user's preferred timezone - - name: last_name - description: Prospect's last name - - name: notes - description: Notes about this prospect - - name: opted_out - description: If value is 1, prospect has opted out of marketing communications - - name: password - description: Prospect's password - - name: phone_number - description: Prospect's phone number - - name: prospect_account_id - description: Prospect's account ID - - name: recent_interaction - description: Describes the prospect's most recent interaction with Pardot - - name: salutation - description: Prospect's formal prefix - - name: score - description: Prospect's score - - name: prospect_source - description: Prospect's source - - name: state - description: Prospect's US state - - name: territory - description: Prospect's territory - - name: updated_timestamp - description: Last time prospect was updated in Pardot; Time is reported in API user's preferred timezone - format: YYYY-MM-DD HH:MM:SS UTC - - name: user_id - description: Pardot ID of the user associated with this prospect - - name: website - description: Prospect's website URL - - name: years_in_business - description: Prospect's number of years in business - - name: zip - description: Prospect's postal code - - name: count_activity_visits - description: Count of visit activities associated with the prospect. An visit activity refers to type_name = 'visit'. Set the value to 0 if it is NULL. - - name: count_activity_emails - description: Count of email activities associated with the prospect. Set the value to 0 if it is NULL. \ No newline at end of file diff --git a/inputs_redshift/pardot/schemas/campaign.csv b/inputs_redshift/pardot/schemas/campaign.csv deleted file mode 100644 index 5051a22e6138b19d737374fc6fb867fd111abddc..0000000000000000000000000000000000000000 --- a/inputs_redshift/pardot/schemas/campaign.csv +++ /dev/null @@ -1,5 +0,0 @@ -column_name,column_description -_fivetran_deleted,Boolean representing whether the record has been deleted in the source system. -_fivetran_synced,The timestamp of when a record was last synced by Fivetran. -id,Pardot ID for this campaign -name,Campaign's name diff --git a/inputs_redshift/pardot/schemas/list.csv b/inputs_redshift/pardot/schemas/list.csv deleted file mode 100644 index bad6ce6876c95e67df2b475a91d5b321bd26f46a..0000000000000000000000000000000000000000 --- a/inputs_redshift/pardot/schemas/list.csv +++ /dev/null @@ -1,11 +0,0 @@ -column_name,column_description -_fivetran_synced,The timestamp of when a record was last synced by Fivetran. -created_at,Time list is created in Pardot. -description,List's description -id,Pardot ID of this list -is_crm_visible,"If true, list is visible in CRM to add or remove from" -is_dynamic,"If true, list has prospects dynamically added to it via a set of chosen rules" -is_public,"If true, list will show on EPC pages to prospects" -name,List's name (internal to Pardot) -title,List's title (visible to subscribers) -updated_at,Last time list was updated diff --git a/inputs_redshift/pardot/schemas/list_membership.csv b/inputs_redshift/pardot/schemas/list_membership.csv deleted file mode 100644 index 275543d1e2bd5216552520df968678ccf698c3e9..0000000000000000000000000000000000000000 --- a/inputs_redshift/pardot/schemas/list_membership.csv +++ /dev/null @@ -1,8 +0,0 @@ -column_name,column_description -_fivetran_synced,The timestamp of when a record was last synced by Fivetran. -created_at,Time that this membership is created in Pardot -id,Pardot ID for this list membership -list_id,TPardot ID of the list for this membershipBD -opted_out,"If value is 1, the prospect is unsubscribed from receiving emails from this list" -prospect_id,Pardot ID of the prospect for this membership -updated_at,Last time that this membership was updated diff --git a/inputs_redshift/pardot/schemas/opportunity.csv b/inputs_redshift/pardot/schemas/opportunity.csv deleted file mode 100644 index 23304fcfc1d7142a3e639a0d37639818067dd2aa..0000000000000000000000000000000000000000 --- a/inputs_redshift/pardot/schemas/opportunity.csv +++ /dev/null @@ -1,13 +0,0 @@ -column_name,column_description -_fivetran_synced,The timestamp of when a record was last synced by Fivetran. -id,Pardot ID for this opportunity -campaign_id,Pardot ID of the campaign associated with this opportunity -name,Opportunity's name -value,Opportunity's value -probability,Opportunity's probability -type,Opportunity's type -stage,Opportunity's stage -status,Opportunity's status -closed_at,Opportunity's closed date -created_at,Time opportunity is created in Pardot -updated_at,Last time opportunity was updated in Pardot diff --git a/inputs_redshift/pardot/schemas/opportunity_prospect.csv b/inputs_redshift/pardot/schemas/opportunity_prospect.csv deleted file mode 100644 index f302b77b28f07598656a50bce1fb50f26af7b183..0000000000000000000000000000000000000000 --- a/inputs_redshift/pardot/schemas/opportunity_prospect.csv +++ /dev/null @@ -1,5 +0,0 @@ -column_name,column_description -_fivetran_synced,The timestamp of when a record was last synced by Fivetran. -opportunity_id,ID of the related opportunity -prospect_id,ID of the related prospect -updated_at,Last time record was updated in Pardot diff --git a/inputs_redshift/pardot/schemas/prospect.csv b/inputs_redshift/pardot/schemas/prospect.csv deleted file mode 100644 index 05264fb4bb814a04e1ded87e63ec9bb4a3e602aa..0000000000000000000000000000000000000000 --- a/inputs_redshift/pardot/schemas/prospect.csv +++ /dev/null @@ -1,49 +0,0 @@ -column_name,column_description -_fivetran_deleted,Boolean representing whether the record has been deleted in the source system. -_fivetran_synced,The timestamp of when a record was last synced by Fivetran. -id,Pardot ID for this prospect -user_id,Pardot ID of the user associated with this prospect -campaign_id,Pardot ID of the campaign associated with this prospect -salutation,Prospect's formal prefix -first_name,Prospect's first name -last_name,Prospect's last name -email,Prospect's email address -password,Prospect's password -company,Prospect's company -prospect_account_id,Prospect's account ID -website,Prospect's website URL -job_title,Prospect's job title -department,Prospect's department -country,Prospect's country -address_one,"Prospect's address, line 1" -address_two,"Prospect's address, line 2" -city,Prospect's city -state,Prospect's US state -territory,Prospect's territory -zip,Prospect's postal code -phone,Prospect's phone number -fax,Prospect's fax number -source,Prospect's source -annual_revenue,Prospect's annual revenue -employees,Prospect's number of employees -industry,Prospect's industry -years_in_business,Prospect's number of years in business -comments,Comments about this prospect -notes,Notes about this prospect -score,Prospect's score -grade,Prospect's letter grade -last_activity_at,Time stamp of this prospect's latest visitor activity; Time is reported in API user's preferred timezone -recent_interaction,Describes the prospect's most recent interaction with Pardot -crm_lead_fid,Prospect's lead ID in a supported CRM system -crm_contact_fid,Prospect's contact ID in a supported CRM system -crm_owner_fid,Prospect's owner ID in a supported CRM system -crm_account_fid,Account ID in a supported CRM system -crm_last_sync,Last time this prospect was synced with a supported CRM system -crm_url,URL to view the prospect within the CRM system -is_do_not_email,"If value is 1, prospect prefers not to be emailed" -is_do_not_call,"If value is 1, prospect prefers not to be called" -opted_out,"If value is 1, prospect has opted out of marketing communications" -is_reviewed,"If value is 1, prospect has been reviewed" -is_starred,"If value is 1, prospect has been starred" -created_at,Time prospect is created in Pardot; Time is reported in API user's preferred timezone -updated_at,Last time prospect was updated in Pardot; Time is reported in API user's preferred timezone diff --git a/inputs_redshift/pardot/schemas/visitor.csv b/inputs_redshift/pardot/schemas/visitor.csv deleted file mode 100644 index 2a2294a98fb879229abf941ba4a53d41ea380fdc..0000000000000000000000000000000000000000 --- a/inputs_redshift/pardot/schemas/visitor.csv +++ /dev/null @@ -1,14 +0,0 @@ -column_name,column_description -_fivetran_synced,The timestamp of when a record was last synced by Fivetran. -id,Pardot ID for this visitor -prospect_id,Pardot ID for the associated prospect -page_view_count,Number of page views by this visitor -ip_address,Visitor's IP address -hostname,Visitor's hostname -campaign_parameter,Visitor's campaign parameter utm_campaign from Google Analytics -medium_parameter,Visitor's medium parameter utm_medium from Google Analytics -source_parameter,Visitor's source parameter utm_source from Google Analytics -content_parameter,Visitor's content parameter utm_content from Google Analytics -term_parameter,Visitor's term parameter utm_term from Google Analytics -created_at,Time visitor is created in Pardot; Time is reported in API user's preferred timezone -updated_at,Last time visitor was updated in Pardot; Time is reported in API user's preferred timezone diff --git a/inputs_redshift/pardot/schemas/visitor_activity.csv b/inputs_redshift/pardot/schemas/visitor_activity.csv deleted file mode 100644 index 1205f9851497c668b8d8b8cb0850c30db2be88dd..0000000000000000000000000000000000000000 --- a/inputs_redshift/pardot/schemas/visitor_activity.csv +++ /dev/null @@ -1,14 +0,0 @@ -column_name,column_description -_fivetran_synced,The timestamp of when a record was last synced by Fivetran. -id,Pardot ID for this visitor activity -prospect_id,Pardot ID for the associated prospect -visitor_id,Pardot ID for the associated visitor -opportunity_id,ID of the related opportunity -type,Visitor activity's type number; See listing below -type_name,Visitor activity's type name; See listing below -details,"Details about this visitor activity such as the name of the object associated with this activity, the search phrase used in a site search query, etc." -email_id,Pardot ID of the email associated with this visitor activity -email_template_id,Pardot ID of the email template associated with this visitor activity -list_email_id,Pardot ID of the list email associated with this visitor activity -campaign_id,ID of the related campaign. -created_at,Time that visitor activity occurred diff --git a/inputs_redshift/pinterest/config.yaml b/inputs_redshift/pinterest/config.yaml deleted file mode 100644 index 89326782c533d09cf52033bc4c26f84abac2520f..0000000000000000000000000000000000000000 --- a/inputs_redshift/pinterest/config.yaml +++ /dev/null @@ -1,68 +0,0 @@ -Airbyte: - config: - files_definition_id: 778daa7c-feaf-4db6-96f3-70fd645acc77 - mongodb_definition_id: b2e713cd-cc36-4c0a-b5bd-b47cb8a0561e - namespace_definition: destination - postgres_definition_id: decd338e-5647-4c0b-adf4-da0e75f5a750 - s3_definition_id: 69589781-7828-43c5-9f63-8925b1c1ccc2 - server_url: http://airbyte-abctl-control-plane:80/api/public/v1/ - redshift_definition_id: f7a7d195-377f-cf5b-70a5-be6b819019dc -aws_s3: - AWS_ACCESS_KEY_ID: test - AWS_DEFAULT_REGION: us-west-2 - AWS_ENDPOINT_URL: http://elt-localstack:4566 - AWS_SECRET_ACCESS_KEY: test - data: - - path: s3://pinterest-bucket/keyword_history.csv - sync_mode: full_refresh_append - table: keyword_history - - path: s3://pinterest-bucket/pin_promotion_report.jsonl - sync_mode: full_refresh_append - table: pin_promotion_report - - path: s3://pinterest-bucket/ad_group_history.csv - sync_mode: full_refresh_append - table: ad_group_history -custom_api: - config: - configuration: {} - sync_mode: full_refresh_append - tables: - - ad_group_report - - pin_promotion_history -flat_files: -- format: jsonl - path: https://drive.google.com/uc?export=download&id=1HePjMTquPXHJ53E99Zd6GLQ5Ze5UaWsv - sync_mode: full_refresh_append - table: advertiser_history -mongodb: - config: - connection_string: mongodb://elt-mongodb:27017/?directConnection=true - database: pinterest - sync_mode: full_refresh_append - tables: - - keyword_report -postgres: - config: - database: pinterest - host: elt-postgres - password: testelt - port: 5432 - schema: public - sync_mode: full_refresh_append - tables: - - advertiser_report - - campaign_history - - campaign_report - user: postgres -redshift: - config: - host: - port: - database: - username: - password: - schema: pinterest - s3_bucket_name: - s3_bucket_region: - access_key_id: - secret_access_key: diff --git a/inputs_redshift/pinterest/schemas/ad_group_history.csv b/inputs_redshift/pinterest/schemas/ad_group_history.csv deleted file mode 100644 index a5ee8380be61721943196ea8cf2ddcb823b0701f..0000000000000000000000000000000000000000 --- a/inputs_redshift/pinterest/schemas/ad_group_history.csv +++ /dev/null @@ -1,13 +0,0 @@ -column_name,column_description -id,The ID of the related Ad group. -campaign_id,The ID of the related Campaign. -ad_account_id,The ID of the related Advertiser. -created_time,Ad group creation time. -name,Ad group name. -status,"The status of the Ad group. One of ""ACTIVE"", ""ARCHIVED"", ""PAUSED""" -start_time,Ad group start time. -end_time,Ad group end time. -pacing_delivery_type,"Ad group pacing delivery type. With ACCELERATED, an ad group budget is spent as fast as possible. With STANDARD, an ad group budget is spent smoothly over a day. When using CBO, only the STANDARD pacing delivery type is allowed." -placement_group,"The placement group. ""ALL"", ""SEARCH"", ""BROWSE"", or ""OTHER""" -summary_status,"Summary status. ""RUNNING"", ""PAUSED"", ""NOT_STARTED"", ""COMPLETED"", ""ADVERTISER_DISABLED"", ""ARCHIVED""" -_fivetran_synced,Timestamp of when a record was last synced. diff --git a/inputs_redshift/pinterest/schemas/ad_group_report.csv b/inputs_redshift/pinterest/schemas/ad_group_report.csv deleted file mode 100644 index cffe1ff1089aa340391e729242a65316af648e07..0000000000000000000000000000000000000000 --- a/inputs_redshift/pinterest/schemas/ad_group_report.csv +++ /dev/null @@ -1,17 +0,0 @@ -column_name,column_description -date,The performance date of the record. -ad_group_id,The ID of the related Ad group. -ad_group_name,Name of the ad group. -ad_group_status,Status of the ad group. -campaign_id,The ID of the related Campaign. -advertiser_id,The ID of the related Advertiser. -_fivetran_synced,Timestamp of when a record was last synced. -impression_1,The number of paid pin impressions that occurred on the day of the record. -impression_2,The number of earned pin impressions that occurred on the day of the record. -clickthrough_1,The number of paid pin clicks that occurred on the day of the record. -clickthrough_2,The number of earned outbound clicks that occurred on the day of the record. -spend_in_micro_dollar,The amount of spend in micro dollars that occurred on the day of the record. -total_conversions,"This is the sum of all website conversions, otherwise known as the number of conversion events. For example, if you track sign-ups and checkouts on your website, it's the sum of all sign-ups and checkouts attributed from clicks, engagements, and views on Pinterest. Example: If a user clicks on a Pinterest ad and completes two different conversion actions (e.g., signs up and checks out), this would be counted as 2 total conversions." -total_conversions_quantity,"Refers to the total count of items or units involved in the conversions. This metric is often more granular and relates to the specific quantity of products or services purchased or actions taken. Example: If a single checkout includes three items, the total_conversions_quantity would be 3, even though it counts as one total_conversion." -total_conversions_value_in_micro_dollar,"Total conversions order value. The total value of the conversions, calculated by summing up the revenue or order values attributed to conversions. The value is expressed in microdollars, where one microdollar is one-millionth of a US dollar. Example: If the total order value from conversions is $50,000, this would be represented as 50,000,000,000 microdollars." -TOTAL_VIEW_CHECKOUT, diff --git a/inputs_redshift/pinterest/schemas/advertiser_history.csv b/inputs_redshift/pinterest/schemas/advertiser_history.csv deleted file mode 100644 index 528df0f203769c8c757c1142697bdbd1b1abf628..0000000000000000000000000000000000000000 --- a/inputs_redshift/pinterest/schemas/advertiser_history.csv +++ /dev/null @@ -1,15 +0,0 @@ -column_name,column_description -id,The ID of the related Advertiser. -name,Name of the advertiser. -country,The country code where the advertiser is located. -created_time,Timestamp of when a record was created. -currency,The currency code which the a -updated_time,Timestamp of when a record was last updated. -owner_username,Advertiser's username. -owner_user_id,Unique identifier of the owner user. -permissions,The permissions associated with this account. -_fivetran_synced,Timestamp of when a record was last synced. -billing_profile_status, -status, -merchant_id, -billing_type, diff --git a/inputs_redshift/pinterest/schemas/advertiser_report.csv b/inputs_redshift/pinterest/schemas/advertiser_report.csv deleted file mode 100644 index f24148032eb3b3f917be65cf9d13871b576e6098..0000000000000000000000000000000000000000 --- a/inputs_redshift/pinterest/schemas/advertiser_report.csv +++ /dev/null @@ -1,12 +0,0 @@ -column_name,column_description -date,The performance date of the record. -advertiser_id,The ID of the related Advertiser. -_fivetran_synced,Timestamp of when a record was last synced. -impression_1,The number of paid pin impressions that occurred on the day of the record. -impression_2,The number of earned pin impressions that occurred on the day of the record. -clickthrough_1,The number of paid pin clicks that occurred on the day of the record. -clickthrough_2,The number of earned outbound clicks that occurred on the day of the record. -spend_in_micro_dollar,The amount of spend in micro dollars that occurred on the day of the record. -total_conversions,"This is the sum of all website conversions, otherwise known as the number of conversion events. For example, if you track sign-ups and checkouts on your website, it's the sum of all sign-ups and checkouts attributed from clicks, engagements, and views on Pinterest. Example: If a user clicks on a Pinterest ad and completes two different conversion actions (e.g., signs up and checks out), this would be counted as 2 total conversions." -total_conversions_quantity,"Refers to the total count of items or units involved in the conversions. This metric is often more granular and relates to the specific quantity of products or services purchased or actions taken. Example: If a single checkout includes three items, the total_conversions_quantity would be 3, even though it counts as one total_conversion." -total_conversions_value_in_micro_dollar,"Total conversions order value. The total value of the conversions, calculated by summing up the revenue or order values attributed to conversions. The value is expressed in microdollars, where one microdollar is one-millionth of a US dollar. Example: If the total order value from conversions is $50,000, this would be represented as 50,000,000,000 microdollars." diff --git a/inputs_redshift/pinterest/schemas/campaign_history.csv b/inputs_redshift/pinterest/schemas/campaign_history.csv deleted file mode 100644 index 8cf6d49b52d267fae9c7860b899505bdc4de96b5..0000000000000000000000000000000000000000 --- a/inputs_redshift/pinterest/schemas/campaign_history.csv +++ /dev/null @@ -1,11 +0,0 @@ -column_name,column_description -id,The ID of the related Campaign. -created_time,Campaign creation time. -advertiser_id,The ID of the related Advertiser. -name,Campaign name. -status,"The status of the Campaign. One of ""ACTIVE"", ""ARCHIVED"", ""PAUSED""" -default_ad_group_budget_in_micro_currency,"When transitioning from campaign budget optimization to non-campaign budget optimization, the default_ad_group_budget_in_micro_currency will propagate to each child ad groups daily budget. Unit is micro currency of the associated advertiser account." -is_automated_campaign,Specifies whether the campaign was created in the automated campaign flow -is_campaign_budget_optimization,"Determines if a campaign automatically generate ad-group level budgets given a campaign budget to maximize campaign outcome. When transitioning from non-cbo to cbo, all previous child ad group budget will be cleared." -is_flexible_daily_budgets,Determine if a campaign has flexible daily budgets setup. -_fivetran_synced,Timestamp of when a record was last synced. diff --git a/inputs_redshift/pinterest/schemas/campaign_report.csv b/inputs_redshift/pinterest/schemas/campaign_report.csv deleted file mode 100644 index a3f79fb46089246bb6d014e58101ed57c0d9a80b..0000000000000000000000000000000000000000 --- a/inputs_redshift/pinterest/schemas/campaign_report.csv +++ /dev/null @@ -1,15 +0,0 @@ -column_name,column_description -date,The performance date of the record. -campaign_id,The ID of the related Campaign. -campaign_name,Name of the campaign. -campaign_status,Status of the campaign. -advertiser_id,The ID of the related Advertiser. -_fivetran_synced,Timestamp of when a record was last synced. -impression_1,The number of paid pin impressions that occurred on the day of the record. -impression_2,The number of earned pin impressions that occurred on the day of the record. -clickthrough_1,The number of paid pin clicks that occurred on the day of the record. -clickthrough_2,The number of earned outbound clicks that occurred on the day of the record. -spend_in_micro_dollar,The amount of spend in micro dollars that occurred on the day of the record. -total_conversions,"This is the sum of all website conversions, otherwise known as the number of conversion events. For example, if you track sign-ups and checkouts on your website, it's the sum of all sign-ups and checkouts attributed from clicks, engagements, and views on Pinterest. Example: If a user clicks on a Pinterest ad and completes two different conversion actions (e.g., signs up and checks out), this would be counted as 2 total conversions." -total_conversions_quantity,"Refers to the total count of items or units involved in the conversions. This metric is often more granular and relates to the specific quantity of products or services purchased or actions taken. Example: If a single checkout includes three items, the total_conversions_quantity would be 3, even though it counts as one total_conversion." -total_conversions_value_in_micro_dollar,"Total conversions order value. The total value of the conversions, calculated by summing up the revenue or order values attributed to conversions. The value is expressed in microdollars, where one microdollar is one-millionth of a US dollar. Example: If the total order value from conversions is $50,000, this would be represented as 50,000,000,000 microdollars." diff --git a/inputs_redshift/pinterest/schemas/keyword_history.csv b/inputs_redshift/pinterest/schemas/keyword_history.csv deleted file mode 100644 index b1653b4ddeae475be4f57b4487393860fd2d5c16..0000000000000000000000000000000000000000 --- a/inputs_redshift/pinterest/schemas/keyword_history.csv +++ /dev/null @@ -1,12 +0,0 @@ -column_name,column_description -id,Unique identifier of the keyword. -value,The text value that makes upd the keyword. -_fivetran_id,The unique identifier of the record within the Fivetran synced table. -_fivetran_synced,Timestamp of when a record was last synced. -ad_group_id,The ID of the related Ad group. -advertiser_id,The ID of the related Advertiser. -archived,Boolean indicating if the keyword is archived. -bid,Bid amount set for the keyword. -campaign_id,The ID of the related Campaign. -match_type,Type of match the keyword is tied to. Either Exact or Broad. -parent_type,Identifier of what grain the parent type is. Ad group or campaign. diff --git a/inputs_redshift/pinterest/schemas/keyword_report.csv b/inputs_redshift/pinterest/schemas/keyword_report.csv deleted file mode 100644 index e42ddc1abdfdd23416d1464ec727d97b8c903ee8..0000000000000000000000000000000000000000 --- a/inputs_redshift/pinterest/schemas/keyword_report.csv +++ /dev/null @@ -1,18 +0,0 @@ -column_name,column_description -date,The performance date of the record. -keyword_id,Unique identifier of the keyword. -pin_promotion_id,The ID of the related Pin promotion. -ad_group_id,The ID of the related Ad group. -ad_group_name,Name of the ad group. -ad_group_status,Status of the ad group. -campaign_id,The ID of the related Campaign. -advertiser_id,The ID of the related Advertiser. -_fivetran_synced,Timestamp of when a record was last synced. -impression_1,The number of paid pin impressions that occurred on the day of the record. -impression_2,The number of earned pin impressions that occurred on the day of the record. -clickthrough_1,The number of paid pin clicks that occurred on the day of the record. -clickthrough_2,The number of earned outbound clicks that occurred on the day of the record. -spend_in_micro_dollar,The amount of spend in micro dollars that occurred on the day of the record. -total_conversions,"This is the sum of all website conversions, otherwise known as the number of conversion events. For example, if you track sign-ups and checkouts on your website, it's the sum of all sign-ups and checkouts attributed from clicks, engagements, and views on Pinterest. Example: If a user clicks on a Pinterest ad and completes two different conversion actions (e.g., signs up and checks out), this would be counted as 2 total conversions." -total_conversions_quantity,"Refers to the total count of items or units involved in the conversions. This metric is often more granular and relates to the specific quantity of products or services purchased or actions taken. Example: If a single checkout includes three items, the total_conversions_quantity would be 3, even though it counts as one total_conversion." -total_conversions_value_in_micro_dollar,"Total conversions order value. The total value of the conversions, calculated by summing up the revenue or order values attributed to conversions. The value is expressed in microdollars, where one microdollar is one-millionth of a US dollar. Example: If the total order value from conversions is $50,000, this would be represented as 50,000,000,000 microdollars." diff --git a/inputs_redshift/pinterest/schemas/pin_promotion_history.csv b/inputs_redshift/pinterest/schemas/pin_promotion_history.csv deleted file mode 100644 index 28aa54b20aea77a87a9785749720a53ceb50a4b3..0000000000000000000000000000000000000000 --- a/inputs_redshift/pinterest/schemas/pin_promotion_history.csv +++ /dev/null @@ -1,14 +0,0 @@ -column_name,column_description -id,The ID of the related Pin promotion. -ad_account_id,The ID of the related Advertiser. -ad_group_id,The ID of the related Ad group. -created_time,Pin creation time. -destination_url,Pin destination URL. -name,Pin promotion name. -pin_id,Original pin ID. -status,"The status of the Pin promotion. One of ""ACTIVE"", ""ARCHIVED"", ""PAUSED""" -creative_type,"The creative type. -One of ""APP"", ""APP_VIDEO"", ""BOARD"", ""CAROUSEL"", ""CINEMATIC"", ""COMMERCE"", ""MAX_VIDEO"", ""NATIVE_VIDEO"", ""REGULAR"", -""SEARCH_PROMINENCE"", ""SEARCH_PROMINENCE_CAROUSEL"", ""SHOPPING"", ""SHOP_THE_PIN"", ""THIRD_PARTY"", or ""VIDEO"". -" -_fivetran_synced,Timestamp of when a record was last synced. diff --git a/inputs_redshift/pinterest/schemas/pin_promotion_report.csv b/inputs_redshift/pinterest/schemas/pin_promotion_report.csv deleted file mode 100644 index dac73da2af0be4cec2c0a9aacfdba5ed8c20b37d..0000000000000000000000000000000000000000 --- a/inputs_redshift/pinterest/schemas/pin_promotion_report.csv +++ /dev/null @@ -1,15 +0,0 @@ -column_name,column_description -pinterest_date,The performance date of the record. -pin_promotion_id,The ID of the related Pin promotion. -ad_group_id,The ID of the related Ad group. -campaign_id,The ID of the related Campaign. -advertiser_id,The ID of the related Advertiser. -_fivetran_synced,Timestamp of when a record was last synced. -impression_1,The number of paid pin impressions that occurred on the day of the record. -impression_2,The number of earned pin impressions that occurred on the day of the record. -clickthrough_1,The number of paid pin clicks that occurred on the day of the record. -clickthrough_2,The number of earned outbound clicks that occurred on the day of the record. -spend_in_micro_dollar,The amount of spend in micro dollars that occurred on the day of the record. -total_conversions,"This is the sum of all website conversions, otherwise known as the number of conversion events. For example, if you track sign-ups and checkouts on your website, it's the sum of all sign-ups and checkouts attributed from clicks, engagements, and views on Pinterest. Example: If a user clicks on a Pinterest ad and completes two different conversion actions (e.g., signs up and checks out), this would be counted as 2 total conversions." -total_conversions_quantity,"Refers to the total count of items or units involved in the conversions. This metric is often more granular and relates to the specific quantity of products or services purchased or actions taken. Example: If a single checkout includes three items, the total_conversions_quantity would be 3, even though it counts as one total_conversion." -total_conversions_value_in_micro_dollar,"Total conversions order value. The total value of the conversions, calculated by summing up the revenue or order values attributed to conversions. The value is expressed in microdollars, where one microdollar is one-millionth of a US dollar. Example: If the total order value from conversions is $50,000, this would be represented as 50,000,000,000 microdollars." diff --git a/inputs_redshift/professional_basketball/config.yaml b/inputs_redshift/professional_basketball/config.yaml deleted file mode 100644 index a8e2cadd7ab4e2e8de1410499a3b3202fb454c0b..0000000000000000000000000000000000000000 --- a/inputs_redshift/professional_basketball/config.yaml +++ /dev/null @@ -1,63 +0,0 @@ -Airbyte: - config: - files_definition_id: 778daa7c-feaf-4db6-96f3-70fd645acc77 - mongodb_definition_id: b2e713cd-cc36-4c0a-b5bd-b47cb8a0561e - namespace_definition: destination - postgres_definition_id: decd338e-5647-4c0b-adf4-da0e75f5a750 - s3_definition_id: 69589781-7828-43c5-9f63-8925b1c1ccc2 - server_url: http://airbyte-abctl-control-plane:80/api/public/v1/ - redshift_definition_id: f7a7d195-377f-cf5b-70a5-be6b819019dc -aws_s3: - AWS_ACCESS_KEY_ID: test - AWS_DEFAULT_REGION: us-west-2 - AWS_ENDPOINT_URL: http://elt-localstack:4566 - AWS_SECRET_ACCESS_KEY: test - data: - - path: s3://professional-basketball-bucket/awards_coaches.parquet - sync_mode: full_refresh_append - table: awards_coaches -custom_api: - config: - configuration: {} - sync_mode: full_refresh_append - tables: - - series_post - - teams -flat_files: -- format: jsonl - path: https://drive.google.com/uc?export=download&id=1dTFUFvaakf_GMCCqbw1aco7Chzyjow5a - sync_mode: full_refresh_append - table: awards_players -mongodb: - config: - connection_string: mongodb://elt-mongodb:27017/?directConnection=true - database: professional_basketball - sync_mode: full_refresh_append - tables: - - draft - - player_allstar - - players -postgres: - config: - database: professional_basketball - host: elt-postgres - password: testelt - port: 5432 - schema: public - sync_mode: full_refresh_append - tables: - - coaches - - players_teams - user: postgres -redshift: - config: - host: - port: - database: - username: - password: - schema: professional_basketball - s3_bucket_name: - s3_bucket_region: - access_key_id: - secret_access_key: diff --git a/inputs_redshift/professional_basketball/schemas/awards_coaches.csv b/inputs_redshift/professional_basketball/schemas/awards_coaches.csv deleted file mode 100644 index a4004730b27894188d2a1cf8e8d28336a42207f3..0000000000000000000000000000000000000000 --- a/inputs_redshift/professional_basketball/schemas/awards_coaches.csv +++ /dev/null @@ -1,7 +0,0 @@ -column_name,column_description -id,id of this row of data -year,which year did the coach receive the honor? -coachID,id number of the coaches -award,the award names -lgID,the name of the league -note,special notification diff --git a/inputs_redshift/professional_basketball/schemas/awards_players.csv b/inputs_redshift/professional_basketball/schemas/awards_players.csv deleted file mode 100644 index 6ccd755ba9c478790e14cdf41f65746aac5ee01d..0000000000000000000000000000000000000000 --- a/inputs_redshift/professional_basketball/schemas/awards_players.csv +++ /dev/null @@ -1,7 +0,0 @@ -column_name,column_description -playerID,ID number identifying the unique number of the player -award,the name of the award -year,the time of this award -lgID,the name of the league -note,notification -pos,the position of the player diff --git a/inputs_redshift/professional_basketball/schemas/coaches.csv b/inputs_redshift/professional_basketball/schemas/coaches.csv deleted file mode 100644 index 69e40af4e075d2246ab9a38bb8ef1b162ca42342..0000000000000000000000000000000000000000 --- a/inputs_redshift/professional_basketball/schemas/coaches.csv +++ /dev/null @@ -1,10 +0,0 @@ -column_name,column_description -coachID,ID number identifying the unique number of the coach -year, -tmID,team name -lgID,league name -stint,the period of the time coaching this team -won,the number of won games -lost,the number of lost games -post_wins,the number of games won in the post-season (playoffs) games -post_losses,the number of games lost in the post-season (playoffs) games diff --git a/inputs_redshift/professional_basketball/schemas/draft.csv b/inputs_redshift/professional_basketball/schemas/draft.csv deleted file mode 100644 index 7b7a564a9791074e033afe7a8d776a96a8fe5a41..0000000000000000000000000000000000000000 --- a/inputs_redshift/professional_basketball/schemas/draft.csv +++ /dev/null @@ -1,13 +0,0 @@ -column_name,column_description -id,the unique number to determine one row of the data -draftYear,which year does this draft happens -draftRound,the Round number of this draft -draftSelection,the position that the player was picked -draftOverall,The player's overall draft position for the year -tmID,team name -firstName,the first name of the player -lastName,the last name of the player -suffixName,the suffix name of the player -playerID,ID number identifying the unique number of the player -draftFrom,the university that the drafted players come from -lgID,the league name diff --git a/inputs_redshift/professional_basketball/schemas/player_allstar.csv b/inputs_redshift/professional_basketball/schemas/player_allstar.csv deleted file mode 100644 index d4444ff5974c70cb544020461491388bd14bf145..0000000000000000000000000000000000000000 --- a/inputs_redshift/professional_basketball/schemas/player_allstar.csv +++ /dev/null @@ -1,24 +0,0 @@ -column_name,column_description -playerID,ID number identifying the unique number of the player -first_name,the first name of the player -last_name,the last name of the player -season_id,the id number of the season -conference,which conference that players belong to -league_id,the league name -games_played,how many all star games that this player played in this season -minutes,minutes of attendance -points,points -o_rebounds,offense rebounds -d_rebounds,defense rebounds -rebounds,total rebounds -assists,assistants -steals,steals -blocks,blocks -turnovers,turnovers -personal_fouls,personal fouls -fg_attempted,field goal attempted -fg_made,field goal made -ft_attempted,free throw attempted -ft_made,free throw made -three_attempted,three point attempted -three_made,three point made diff --git a/inputs_redshift/professional_basketball/schemas/players.csv b/inputs_redshift/professional_basketball/schemas/players.csv deleted file mode 100644 index 3182bca9bc2e72f92c46a9130d48c4a5443041bf..0000000000000000000000000000000000000000 --- a/inputs_redshift/professional_basketball/schemas/players.csv +++ /dev/null @@ -1,27 +0,0 @@ -column_name,column_description -playerID,ID number identifying the unique number of the player -useFirst, -firstName,the first name of the player -middleName,the middle name of the player -lastName,the last name of the player -nameGiven, -fullGivenName, -nameSuffix,the suffix name of the player -nameNick, -pos,the position of the player -firstseason, -lastseason, -height,inch -weight,lb -college,college -collegeOther,the college that transferred from -birthDate,birthdate -birthCity,birthcity -birthState,birth state -birthCountry,birth country -highSchool,high school -hsCity,high school city -hsState,high school state -hsCountry,high school country -deathDate,deathdate -race, diff --git a/inputs_redshift/professional_basketball/schemas/players_teams.csv b/inputs_redshift/professional_basketball/schemas/players_teams.csv deleted file mode 100644 index 9253bda952e225f49e34d40922b00dc4abde3337..0000000000000000000000000000000000000000 --- a/inputs_redshift/professional_basketball/schemas/players_teams.csv +++ /dev/null @@ -1,44 +0,0 @@ -column_name,column_description -id,the unique number to identify this record -playerID,ID number identifying the unique number of the player -year,year -stint,the period of the time player spent played for this team -tmID,team name -lgID, -GP,game presentatons (attendance) -GS,game starting -minutes,minutes -points,points -oRebounds,offense rebounds -dRebounds,defense rebounds -rebounds,total rebounds -assists,assistants -steals,steals -blocks,blocks -turnovers,turnovers -PF,personal fouls -fgAttempted,field goal attempted -fgMade,field goal made -ftAttempted,free throw attempted -ftMade,free throw made -threeAttempted,three point attempted -threeMade,three point made -PostGP,post season game presentations -PostGS,post season game starting -PostMinutes,post season minutes -PostPoints,post season points -PostoRebounds,post season offense rebounds -PostdRebounds,post season defense rebounds -PostRebounds,post season defense rebounds -PostAssists, -PostSteals, -PostBlocks, -PostTurnovers, -PostPF, -PostfgAttempted, -PostfgMade, -PostftAttempted, -PostftMade, -PostthreeAttempted, -PostthreeMade, -note, diff --git a/inputs_redshift/professional_basketball/schemas/series_post.csv b/inputs_redshift/professional_basketball/schemas/series_post.csv deleted file mode 100644 index e4091a58f215072315ce01d7572802497b6dd0fe..0000000000000000000000000000000000000000 --- a/inputs_redshift/professional_basketball/schemas/series_post.csv +++ /dev/null @@ -1,11 +0,0 @@ -column_name,column_description -id,unique number of this record -year,year -round,round -series, -tmidwinner,team id winner -lgidwinner,league id winner -tmidloser,team id loser -lgidloser,league id loser -w,wins -l,loses diff --git a/inputs_redshift/professional_basketball/schemas/teams.csv b/inputs_redshift/professional_basketball/schemas/teams.csv deleted file mode 100644 index ef4b97b9987900191fca7b0102fa90eeac399d35..0000000000000000000000000000000000000000 --- a/inputs_redshift/professional_basketball/schemas/teams.csv +++ /dev/null @@ -1,23 +0,0 @@ -column_name,column_description -year,year -lgid,league name -tmid,team id -franchid, -confid, -divid,division ID -rank,rank -confrank, -playoff,another name: post season -name,full name of the team -o_fgm,how many offense field goal made by this team in this season -o_ftm,how many offense free throw made by this team in this season -o_pts,offense points -d_pts,defense points -homewon,wins in the home -homelost,loses in the home -awaywon,wins in the away -awaylost,loses in the away -won, -lost, -games, -arena,arena diff --git a/inputs_redshift/public_review_platform/config.yaml b/inputs_redshift/public_review_platform/config.yaml deleted file mode 100644 index 3b670199eb462b4dfefa3ef495a5d1a6ed671422..0000000000000000000000000000000000000000 --- a/inputs_redshift/public_review_platform/config.yaml +++ /dev/null @@ -1,79 +0,0 @@ -Airbyte: - config: - files_definition_id: 778daa7c-feaf-4db6-96f3-70fd645acc77 - mongodb_definition_id: b2e713cd-cc36-4c0a-b5bd-b47cb8a0561e - namespace_definition: destination - postgres_definition_id: decd338e-5647-4c0b-adf4-da0e75f5a750 - s3_definition_id: 69589781-7828-43c5-9f63-8925b1c1ccc2 - server_url: http://airbyte-abctl-control-plane:80/api/public/v1/ - redshift_definition_id: f7a7d195-377f-cf5b-70a5-be6b819019dc -aws_s3: - AWS_ACCESS_KEY_ID: test - AWS_DEFAULT_REGION: us-west-2 - AWS_ENDPOINT_URL: http://elt-localstack:4566 - AWS_SECRET_ACCESS_KEY: test - data: - - path: s3://public-review-platform-bucket/Days.jsonl - sync_mode: full_refresh_append - table: Days - - path: s3://public-review-platform-bucket/Categories.csv - sync_mode: full_refresh_append - table: Categories - - path: s3://public-review-platform-bucket/Checkins.csv - sync_mode: full_refresh_append - table: Checkins -custom_api: - config: - configuration: {} - sync_mode: full_refresh_append - tables: - - Business -flat_files: -- format: jsonl - path: https://drive.google.com/uc?export=download&id=1cG0jd84OPeWftWNxAeHezXAs1f-zyEOY - sync_mode: full_refresh_append - table: Attributes -- format: csv - path: https://drive.google.com/uc?export=download&id=1Gn3fzHt8Hf4fSgyKKGIurhrhi5zxS9Dx - sync_mode: full_refresh_append - table: Compliments -- format: parquet - path: https://drive.google.com/uc?export=download&id=1JvJJQH2djOWbwASAJ-2hQQ-3r9IJxB5v - sync_mode: full_refresh_append - table: Years -mongodb: - config: - connection_string: mongodb://elt-mongodb:27017/?directConnection=true - database: public_review_platform - sync_mode: full_refresh_append - tables: - - Business_Attributes - - Business_Hours - - Users - - Users_Compliments - - Reviews -postgres: - config: - database: public_review_platform - host: elt-postgres - password: testelt - port: 5432 - schema: public - sync_mode: full_refresh_append - tables: - - business_categories - - elite - - tips - user: postgres -redshift: - config: - host: - port: - database: - username: - password: - schema: public_review_platform - s3_bucket_name: - s3_bucket_region: - access_key_id: - secret_access_key: diff --git a/inputs_redshift/public_review_platform/data_model.yaml b/inputs_redshift/public_review_platform/data_model.yaml deleted file mode 100644 index d365f49076c8308aac34d2e9320e01624f2d9022..0000000000000000000000000000000000000000 --- a/inputs_redshift/public_review_platform/data_model.yaml +++ /dev/null @@ -1,39 +0,0 @@ -models: - - name: public_review_platform__users - description: Each record represents a user. - columns: - - name: user_id - description: Unique identifier for the user. - - name: user_yelping_since_year - description: The time when the user join Yelp. - - name: user_fans - description: The total number of fans / followers the user has - - name: num_5_star_reviews - description: The number of 5-star reviews the user has given, replace NULL values with 0. - - name: num_business_reviewed - description: The number of businesses the user has reviewed, replace NULL values with 0. - - name: received_funny_type_of_compliments - description: Set to 1 if the user has received a funny type of compliment, 0 otherwise. - - name: is_an_elite_user_for_5_years_or_more - description: Set to 1 if the user has been an elite user for 5 years or more, 0 otherwise. - - name: received_less_than_5_low_compliments_from_other_users - description: Set to 1 if the user has received less than 5 low compliments from other users, 0 otherwise. - - name: public_review_platform__businesses - description: Each record represents a business. - columns: - - name: business_id - description: Unique identifier for the business. - - name: active - description: whether the business is still actively running until now - - name: city - description: The city where the business is located. - - name: num_long_reviews - description: The number of long reviews the business has received, replace NULL values with 0. - - name: is_under_the_category_of_Food_are_good_for_kids - description: Set to 1 if the business is under the category of Food and are good for kids, 0 otherwise. - - name: average_review_star - description: The average review star of the business - - name: has_more_than_10_attributes - description: Set to 1 if the business has more than 10 attributes whose value is 'true', 0 otherwise. - - name: received_the_review_of_4_star_and_above_by_65_per_of_user - description: Set to 1 if at least 65% of users have given the business a review of 4 stars or higher; otherwise, set to 0. \ No newline at end of file diff --git a/inputs_redshift/public_review_platform/schemas/Attributes.csv b/inputs_redshift/public_review_platform/schemas/Attributes.csv deleted file mode 100644 index 8efc0e5a615a5196b447ae4235a707ec648ab978..0000000000000000000000000000000000000000 --- a/inputs_redshift/public_review_platform/schemas/Attributes.csv +++ /dev/null @@ -1,3 +0,0 @@ -column_name,column_description -attribute_id,unique number identifying the attribute -attribute_name,the name of the attribute diff --git a/inputs_redshift/public_review_platform/schemas/Business.csv b/inputs_redshift/public_review_platform/schemas/Business.csv deleted file mode 100644 index 5659a14a143a38908804f9d4644ad67b3c16d799..0000000000000000000000000000000000000000 --- a/inputs_redshift/public_review_platform/schemas/Business.csv +++ /dev/null @@ -1,7 +0,0 @@ -column_name,column_description -business_id, unique number identifying the business -active,whether the business is still actively running until now -city,The city where the business is located -state,The state where the business is located -stars,ratings of the business -review_count,the total number of reviews the users have written for a business diff --git a/inputs_redshift/public_review_platform/schemas/Business_Attributes.csv b/inputs_redshift/public_review_platform/schemas/Business_Attributes.csv deleted file mode 100644 index 1a15274d691e93e8e3c6f3f6d678649a95dd052a..0000000000000000000000000000000000000000 --- a/inputs_redshift/public_review_platform/schemas/Business_Attributes.csv +++ /dev/null @@ -1,4 +0,0 @@ -column_name,column_description -attribute_id,id number identifying the attribute -business_id,id number identifying the business -attribute_value,sort of the attributes for each business diff --git a/inputs_redshift/public_review_platform/schemas/Business_Categories.csv b/inputs_redshift/public_review_platform/schemas/Business_Categories.csv deleted file mode 100644 index 9767b39270034b8f362f26018e9e82ec0c5082fe..0000000000000000000000000000000000000000 --- a/inputs_redshift/public_review_platform/schemas/Business_Categories.csv +++ /dev/null @@ -1,3 +0,0 @@ -column_name,column_description -business_id,id number identifying the business -category_id,id number identifying the categories diff --git a/inputs_redshift/public_review_platform/schemas/Business_Hours.csv b/inputs_redshift/public_review_platform/schemas/Business_Hours.csv deleted file mode 100644 index 733171928c181c6edfd240b00bc55cb39d0bf128..0000000000000000000000000000000000000000 --- a/inputs_redshift/public_review_platform/schemas/Business_Hours.csv +++ /dev/null @@ -1,5 +0,0 @@ -column_name,column_description -business_id,id number identifying the business -day_id,id number identifying each day of the week -opening_time,opening time of the business -closing_time,closing time of the business diff --git a/inputs_redshift/public_review_platform/schemas/Categories.csv b/inputs_redshift/public_review_platform/schemas/Categories.csv deleted file mode 100644 index 288fa173d24173dd982df6fc9e03cbc6c56a3c58..0000000000000000000000000000000000000000 --- a/inputs_redshift/public_review_platform/schemas/Categories.csv +++ /dev/null @@ -1,3 +0,0 @@ -column_name,column_description -category_id, -category_name, diff --git a/inputs_redshift/public_review_platform/schemas/Checkins.csv b/inputs_redshift/public_review_platform/schemas/Checkins.csv deleted file mode 100644 index 5d7270c64a9d86828798b79284b74240759b9223..0000000000000000000000000000000000000000 --- a/inputs_redshift/public_review_platform/schemas/Checkins.csv +++ /dev/null @@ -1,27 +0,0 @@ -column_name,column_description -business_id,id number identifying the business -day_id,id number identifying each day of the week -label_time_0,indicates times of checkins on a business -label_time_1, -label_time_2, -label_time_3, -label_time_4, -label_time_5, -label_time_6, -label_time_7, -label_time_8, -label_time_9, -label_time_10, -label_time_11, -label_time_12, -label_time_13, -label_time_14, -label_time_15, -label_time_16, -label_time_17, -label_time_18, -label_time_19, -label_time_20, -label_time_21, -label_time_22, -label_time_23, diff --git a/inputs_redshift/public_review_platform/schemas/Compliments.csv b/inputs_redshift/public_review_platform/schemas/Compliments.csv deleted file mode 100644 index 3ff61ee5dc3c2fbf82907f2cede3d73b7756f77f..0000000000000000000000000000000000000000 --- a/inputs_redshift/public_review_platform/schemas/Compliments.csv +++ /dev/null @@ -1,3 +0,0 @@ -column_name,column_description -compliment_id, -compliment_type, diff --git a/inputs_redshift/public_review_platform/schemas/Days.csv b/inputs_redshift/public_review_platform/schemas/Days.csv deleted file mode 100644 index 9e9f8da27b66ba7e4cac695b6bedfd05103f6529..0000000000000000000000000000000000000000 --- a/inputs_redshift/public_review_platform/schemas/Days.csv +++ /dev/null @@ -1,3 +0,0 @@ -column_name,column_description -day_id,the unique id identifying the day of the week -day_of_week,indicate the day of the week diff --git a/inputs_redshift/public_review_platform/schemas/Elite.csv b/inputs_redshift/public_review_platform/schemas/Elite.csv deleted file mode 100644 index 06a085f200cfd6a85918835e5e7115993f7eb4ad..0000000000000000000000000000000000000000 --- a/inputs_redshift/public_review_platform/schemas/Elite.csv +++ /dev/null @@ -1,3 +0,0 @@ -column_name,column_description -user_id,id number identifying the users -year_id,id number identifying the year diff --git a/inputs_redshift/public_review_platform/schemas/Reviews.csv b/inputs_redshift/public_review_platform/schemas/Reviews.csv deleted file mode 100644 index d4c5027b5be8dd5d219dc84efae72dd425be61f5..0000000000000000000000000000000000000000 --- a/inputs_redshift/public_review_platform/schemas/Reviews.csv +++ /dev/null @@ -1,8 +0,0 @@ -column_name,column_description -business_id,the number identifying the business -user_id,the number identifying the user who comments on this business -review_stars,review on this business -review_votes_funny,the amount of funny votes that the user received for the review -review_votes_useful,how many useful votes that the user received for the review -review_votes_cool,how many cool votes that the user received for the review -review_length,The length of the review written by the user diff --git a/inputs_redshift/public_review_platform/schemas/Tips.csv b/inputs_redshift/public_review_platform/schemas/Tips.csv deleted file mode 100644 index 9fb3cfa3d089b91a8cc556ab67f10354f00d8c6d..0000000000000000000000000000000000000000 --- a/inputs_redshift/public_review_platform/schemas/Tips.csv +++ /dev/null @@ -1,5 +0,0 @@ -column_name,column_description -business_id,the number identifying the business -user_id,the number identifying the user who comments on this business -likes,how many likes of this tips -tip_length,length of the tip diff --git a/inputs_redshift/public_review_platform/schemas/Users.csv b/inputs_redshift/public_review_platform/schemas/Users.csv deleted file mode 100644 index ef1ff11ac8fa59ff2eb6ab2d9402ddd02c31d24c..0000000000000000000000000000000000000000 --- a/inputs_redshift/public_review_platform/schemas/Users.csv +++ /dev/null @@ -1,9 +0,0 @@ -column_name,column_description -user_id,the unique id number identifying which user -user_yelping_since_year,the time when the user join Yelp -user_average_stars,the average ratings of all review -user_votes_funny,total number of funny votes sent by the user -user_votes_useful,how many useful votes created by the user -user_votes_cool,how many cool votes created by the user -user_review_count,total number of reviews the user has written -user_fans,total number of fans / followers the user has diff --git a/inputs_redshift/public_review_platform/schemas/Years.csv b/inputs_redshift/public_review_platform/schemas/Years.csv deleted file mode 100644 index 8dc9d30d018a81a27f3b1c2dbc482236b9f31e1d..0000000000000000000000000000000000000000 --- a/inputs_redshift/public_review_platform/schemas/Years.csv +++ /dev/null @@ -1,3 +0,0 @@ -column_name,column_description -year_id,the unique number identifying the year -actual_year,actual year diff --git a/inputs_redshift/qualtrics/config.yaml b/inputs_redshift/qualtrics/config.yaml deleted file mode 100644 index 0f6933b367f42bf939417494dce3af0314913264..0000000000000000000000000000000000000000 --- a/inputs_redshift/qualtrics/config.yaml +++ /dev/null @@ -1,86 +0,0 @@ -Airbyte: - config: - files_definition_id: 778daa7c-feaf-4db6-96f3-70fd645acc77 - mongodb_definition_id: b2e713cd-cc36-4c0a-b5bd-b47cb8a0561e - namespace_definition: destination - postgres_definition_id: decd338e-5647-4c0b-adf4-da0e75f5a750 - s3_definition_id: 69589781-7828-43c5-9f63-8925b1c1ccc2 - server_url: http://airbyte-abctl-control-plane:80/api/public/v1/ - redshift_definition_id: f7a7d195-377f-cf5b-70a5-be6b819019dc -aws_s3: - AWS_ACCESS_KEY_ID: test - AWS_DEFAULT_REGION: us-west-2 - AWS_ENDPOINT_URL: http://elt-localstack:4566 - AWS_SECRET_ACCESS_KEY: test - data: - - path: s3://qualtrics-bucket/sub_question.csv - sync_mode: full_refresh_append - table: sub_question - - path: s3://qualtrics-bucket/directory_contact.jsonl - sync_mode: full_refresh_append - table: directory_contact - - path: s3://qualtrics-bucket/distribution.parquet - sync_mode: full_refresh_append - table: distribution -custom_api: - config: - configuration: {} - sync_mode: full_refresh_append - tables: - - contact_mailing_list_membership - - core_mailing_list - - directory_mailing_list - - user -flat_files: -- format: jsonl - path: https://drive.google.com/uc?export=download&id=1i1bT7rM_7hvtNsBUS2Iao0SgOvVNTpBJ - sync_mode: full_refresh_append - table: question -- format: jsonl - path: https://drive.google.com/uc?export=download&id=1ktUuf2QEtfK47zvUrybx1xUqX-BOvwnY - sync_mode: full_refresh_append - table: distribution_contact -- format: csv - path: https://drive.google.com/uc?export=download&id=1MEwaQPujRcM_SgCNEA2k8foftKx17T2t - sync_mode: full_refresh_append - table: question_response -- format: csv - path: https://drive.google.com/uc?export=download&id=1J2q438953gCgRmQqEkQiVKU8USpBqjmE - sync_mode: full_refresh_append - table: block -mongodb: - config: - connection_string: mongodb://elt-mongodb:27017/?directConnection=true - database: qualtrics - sync_mode: full_refresh_append - tables: - - block_question - - core_contact - - question_option -postgres: - config: - database: qualtrics - host: elt-postgres - password: testelt - port: 5432 - schema: public - sync_mode: full_refresh_append - tables: - - directory - - survey_embedded - - survey_response - - survey_version - - survey - user: postgres -redshift: - config: - host: - port: - database: - username: - password: - schema: qualtrics - s3_bucket_name: - s3_bucket_region: - access_key_id: - secret_access_key: diff --git a/inputs_redshift/qualtrics/schemas/block.csv b/inputs_redshift/qualtrics/schemas/block.csv deleted file mode 100644 index 031fe80fc8f9aaaa37358ecd535dd7da55da67d5..0000000000000000000000000000000000000000 --- a/inputs_redshift/qualtrics/schemas/block.csv +++ /dev/null @@ -1,10 +0,0 @@ -column_name,column_description -_fivetran_deleted,Boolean representing whether the record was soft-deleted in Qualtrics. -_fivetran_synced,The time when a record was last updated by Fivetran. -block_locking,Boolean representing whether modification of the block and its contents is prevented. -block_visibility,Whether the questions in the block are 'collapsed' or 'expanded' by default. -description,Description given to the block. -id,The ID of the survey block. Match pattern = ^BL_[a-zA-Z0-9]{11,15}$ -randomize_questions,"If/how the block questions are randomized. Can be - `false` (no randomization), `RandomWithXPerPage` (randomize all and place X questions in each block), `RandomWithOnlyX` (randomly present only X out of the total questions), or `Advanced` (custom configuration)" -survey_id,"The unique identifier for this survey. Match pattern = ^SV_[a-zA-Z0-9]{11,15}$" -type,"Type of block. Can be Trash, Default, or Standard" diff --git a/inputs_redshift/qualtrics/schemas/block_question.csv b/inputs_redshift/qualtrics/schemas/block_question.csv deleted file mode 100644 index 78594769d21212f5ad7a8704756ddbc5aa04c8d6..0000000000000000000000000000000000000000 --- a/inputs_redshift/qualtrics/schemas/block_question.csv +++ /dev/null @@ -1,6 +0,0 @@ -column_name,column_description -_fivetran_deleted,Boolean representing whether the record was soft-deleted in Qualtrics. -_fivetran_synced,The time when a record was last updated by Fivetran. -block_id,"The ID of the survey block. Match pattern = ^BL_[a-zA-Z0-9]{11,15}$" -question_id,The unique identifier for the question. Match pattern = ^QID[a-zA-Z0-9]+$ -survey_id,"The unique identifier for this survey. Match pattern = ^SV_[a-zA-Z0-9]{11,15}$" diff --git a/inputs_redshift/qualtrics/schemas/contact_mailing_list_membership.csv b/inputs_redshift/qualtrics/schemas/contact_mailing_list_membership.csv deleted file mode 100644 index 4be334c3efe5f3f2fcea6bdd273df3ead4602dcb..0000000000000000000000000000000000000000 --- a/inputs_redshift/qualtrics/schemas/contact_mailing_list_membership.csv +++ /dev/null @@ -1,10 +0,0 @@ -column_name,column_description -_fivetran_synced,The time when a record was last updated by Fivetran. -contact_id,The ID for the contact. Example - CID_012345678901234 -contact_lookup_id,Optional contact lookup ID for individual distribution. -directory_id,"The directory ID, also known as a pool ID. Example - POOL_012345678901234" -mailing_list_id,The ID for the mailing list. -name,Name of the mailing list. -owner_id,The unique identifier for a specific user who owns this. -unsubscribe_date,Date and time the user opted out of this mailing list. -unsubscribed,Boolean indicating if the user unsubscribed. diff --git a/inputs_redshift/qualtrics/schemas/core_contact.csv b/inputs_redshift/qualtrics/schemas/core_contact.csv deleted file mode 100644 index b5b065e50d83dd5baf0e24c7ed76807195a24da9..0000000000000000000000000000000000000000 --- a/inputs_redshift/qualtrics/schemas/core_contact.csv +++ /dev/null @@ -1,11 +0,0 @@ -column_name,column_description -_fivetran_synced,The time when a record was last updated by Fivetran. -id,Mailing List Contact ID (different from contact_id). ex: MLRP_* -mailing_list_id,The ID for the mailing list. -first_name,Contact's first name. -last_name,Contact's surname. -email,The user's email address. -external_data_reference,The external reference for the contact. -language,The user's default language. -unsubscribed,Boolean indicating if the user unsubscribed. -_fivetran_deleted,Boolean representing whether the record was soft-deleted in Qualtrics. diff --git a/inputs_redshift/qualtrics/schemas/core_mailing_list.csv b/inputs_redshift/qualtrics/schemas/core_mailing_list.csv deleted file mode 100644 index 65a49e1bc45df350ab83ff7c524e7e8f05d662f5..0000000000000000000000000000000000000000 --- a/inputs_redshift/qualtrics/schemas/core_mailing_list.csv +++ /dev/null @@ -1,8 +0,0 @@ -column_name,column_description -_fivetran_deleted,Boolean representing whether the record was soft-deleted in Qualtrics. -_fivetran_synced,The time when a record was last updated by Fivetran. -id,The ID for the mailing list. -library_id,The library ID. Example: `UR_1234567890AbCdE` -name,Name of the mailing list. -category,The library ID. Example: UR_1234567890AbCdE -folder,The folder this is placed in. diff --git a/inputs_redshift/qualtrics/schemas/directory.csv b/inputs_redshift/qualtrics/schemas/directory.csv deleted file mode 100644 index 7a31715201a77b157b221577045396c4f9ce0a3c..0000000000000000000000000000000000000000 --- a/inputs_redshift/qualtrics/schemas/directory.csv +++ /dev/null @@ -1,13 +0,0 @@ -column_name,column_description -_fivetran_deleted,Boolean representing whether the record was soft-deleted in Qualtrics. -_fivetran_synced,The time when a record was last updated by Fivetran. -deduplication_criteria_email,Boolean representing if directory contacts are deduped based on email. -deduplication_criteria_external_data_reference,Boolean representing if directory contacts are deduped based on an external data reference. -deduplication_criteria_first_name,Boolean representing if directory contacts are deduped based on first name. -deduplication_criteria_last_name,Boolean representing if directory contacts are deduped based on last name. -deduplication_criteria_phone,Boolean representing if directory contacts are deduped based on phone number. -id,The directory ID, also known as a pool ID. Example - POOL_012345678901234 -is_default,"Boolean representing if this directory is the default one for your brand. - -The default directory will be the first directory listed in the dropdown menu in Qualtrics." -name,Name of the directory. diff --git a/inputs_redshift/qualtrics/schemas/directory_contact.csv b/inputs_redshift/qualtrics/schemas/directory_contact.csv deleted file mode 100644 index dd58b8e29044c57aa77249273ff351835d8bf19a..0000000000000000000000000000000000000000 --- a/inputs_redshift/qualtrics/schemas/directory_contact.csv +++ /dev/null @@ -1,16 +0,0 @@ -column_name,column_description -_fivetran_synced,The time when a record was last updated by Fivetran. -creation_date,"The creation date and time of the record, expressed as an ISO 8601 value." -directory_id,"The directory ID, also known as a pool ID. Example - POOL_012345678901234" -directory_unsubscribe_date,Date and time the user opted out of the directory. -directory_unsubscribed,Boolean indicating whether the contact unsubscribed from all contact from the Directory. -email,The user's email address. -email_domain,Domain of the contact's email address. -ext_ref,The external reference for the contact. -first_name,Contact's first name. -id,The ID for the contact. Example - CID_012345678901234 -language,The user's default language. -last_modified,The point in time when the record was last modified. -last_name,Contact's surname. -phone,Contact's phone number. -write_blanks,Boolean of whether to write blanks(?) or not. diff --git a/inputs_redshift/qualtrics/schemas/directory_mailing_list.csv b/inputs_redshift/qualtrics/schemas/directory_mailing_list.csv deleted file mode 100644 index 7f6695792656e9bb4617fdd58f7a5e44c23abc78..0000000000000000000000000000000000000000 --- a/inputs_redshift/qualtrics/schemas/directory_mailing_list.csv +++ /dev/null @@ -1,9 +0,0 @@ -column_name,column_description -_fivetran_deleted,Boolean representing whether the record was soft-deleted in Qualtrics. -_fivetran_synced,The time when a record was last updated by Fivetran. -creation_date,"The creation date and time of the record, expressed as an ISO 8601 value." -directory_id,"The directory ID, also known as a pool ID. Example - POOL_012345678901234" -id,The ID for the mailing list. -last_modified_date,The point in time when the record was last modified. -name,Name of the mailing list. -owner_id,The unique identifier for a specific user who owns this. diff --git a/inputs_redshift/qualtrics/schemas/distribution.csv b/inputs_redshift/qualtrics/schemas/distribution.csv deleted file mode 100644 index 3dabeb841ad0b95396b9acfe3a6c565bbfa49b26..0000000000000000000000000000000000000000 --- a/inputs_redshift/qualtrics/schemas/distribution.csv +++ /dev/null @@ -1,26 +0,0 @@ -column_name,column_description -_fivetran_deleted,Boolean representing whether the record was soft-deleted in Qualtrics. -_fivetran_synced,The time when a record was last updated by Fivetran. -created_date,The creation date and time of the record, expressed as an ISO 8601 value. -header_from_email,Email from address. -header_from_name,Email from name. -header_reply_to_email,Email reply-to address. -header_subject,Email subject; text or message id (MS_). -id,The unique Distribution ID. -message_library_id,Library ID of the message. -message_message_id,The ID for the desired library message. -message_message_text,Text of the message to send. -modified_date,The point in time when the record was last modified. -organization_id,ID of the organization/brand this record belongs to. -owner_id,The unique identifier for a specific user who owns this. -parent_distribution_id,The unique ID of the parent distribution. -recipient_contact_id,The contact ID of the recipient. Can point to `directory_contact` or `core_contact`. -recipient_library_id,Library ID of the message. -recipient_mailing_list_id,The mailing list or contact group associated with the distribution(s). Can point to `directory_mailing_list` or `core_mailing_list`. -recipient_sample_id,The ID for the desired sample. Can point to `directory_sample` or `core_sample` (not included in package). -request_status,The distribution's status. States include `Pending` and `Done`. The Pending state is for email that is scheduled to be sent at a later time. -request_type,"The distribution's type. Types include `Invite`, `Reminder`, and `ThankYou`." -send_date,The date and time the request will be or was sent (in ISO 8601 format). Note that this date and time could be in the future if the email distribution is scheduled to send after a delay. -survey_link_expiration_date,The expiration date for the link associated with the survey distribution. Null if `request_type` != `Invite`. -survey_link_link_type,"The link type (`Individual`, `Anonymous`, or `Multiple`) for the link associated with the survey distribution. Null if `request_type` != `Invite`." -survey_link_survey_id,The unique survey ID. Will be non-null even if `request_type` != `Invite`. diff --git a/inputs_redshift/qualtrics/schemas/distribution_contact.csv b/inputs_redshift/qualtrics/schemas/distribution_contact.csv deleted file mode 100644 index aac0a500e8936c929ef38de44fe48608fa448917..0000000000000000000000000000000000000000 --- a/inputs_redshift/qualtrics/schemas/distribution_contact.csv +++ /dev/null @@ -1,14 +0,0 @@ -column_name,column_description -_fivetran_synced,The time when a record was last updated by Fivetran. -contact_frequency_rule_id,The contact frequency Rule ID. Ex - FQ_AAB234234 -contact_id,The ID for the contact. Example - CID_012345678901234 -contact_lookup_id,Optional contact lookup ID for individual distribution. -distribution_id,The unique Distribution ID. -opened_at,"The time a survey was opened by the respondent, will be null if the survey has not been opened." -response_completed_at,"The time a response was completed, will be null for uncompleted surveys." -response_id,The unique ID for the `SURVEY_RESPONSE`. -response_started_at,"The time a response was started by the respondent, will be null if survey has not been started." -sent_at,The time a survey was sent to the respondent. -status,The type of response. -survey_link,The survey link sent with the distribution. This is null when no link was sent. -survey_session_id,An identifier that represents the session in which the respondent interacted with the survey diff --git a/inputs_redshift/qualtrics/schemas/question.csv b/inputs_redshift/qualtrics/schemas/question.csv deleted file mode 100644 index 82077d8bdb204a319d29ab38264c118d5529c614..0000000000000000000000000000000000000000 --- a/inputs_redshift/qualtrics/schemas/question.csv +++ /dev/null @@ -1,82 +0,0 @@ -column_name,column_description -_fivetran_deleted,Boolean representing whether the record was soft-deleted in Qualtrics. -_fivetran_synced,The time when a record was last updated by Fivetran. -data_export_tag,The tag to identify the question in exported data. -data_visibility_hidden,Boolean that represents whether the embedded data is hidden. -data_visibility_private,Boolean that represents whether the embedded data is private. -id,The unique identifier for the question. Match pattern = ^QID[a-zA-Z0-9]+$ -next_answer_id,"For Matrix questions, the vertical options are denoted as ""Answers"" in the question's structure. -ID of the next answer for this question. ?" -next_choice_id,"For Matrix questions, the horizontal options are denoted as ""Choices"" in the question's structure. - -ID of the next choice for this question. ?" -question_description,Label to identify the question. -question_description_option,"An optional user-provided field for question descriptions. Accepted values = `UseText`, `SpecifyLabel`" -question_text,Text for the question. -question_text_unsafe,Un-paresed version of the question text. -question_type,"The type of question. Can be - -`MC`,`Matrix`,`Captcha`,`CS`,`DB`,`DD`,`Draw`,`DynamicMatrix`,`FileUpload`,`GAP`,`HeatMap`,`HL`,`HotSpot`,`Meta`,`PGR`,`RO`,`SBS`,`Slider`,`SS`,`TE`,`Timing`,`TreeSelect`" -selector,"How answers are selected such as single answer, multiple answer, etc. Accepted values - -- `Bipolar` -- `Browser` -- `Captcha` -- `CompactView` -- `CS` -- `D` -- `DL` -- `DND` -- `DragAndDrop` -- `ESTB` -- `FORM` -- `FileUpload` -- `GRB` -- `HBAR` -- `HR` -- `HSLIDER` -- `I` -- `Image` -- `LikeDislike` -- `Likert` -- `MACOL` -- `MAHR` -- `MAVR` -- `ML` -- `MSB` -- `MaxDiff` -- `NPS` -- `OH` -- `OnOff` -- `POS` -- `PTB` -- `PW` -- `PageTimer` -- `Profile` -- `RB` -- `RO` -- `SACOL` -- `SAHR` -- `SAVR` -- `SB` -- `SBSMatrix` -- `SL` -- `STAR` -- `ScreenCapture` -- `SearchOnly` -- `Signature` -- `TA` -- `TB` -- `TBelow` -- `TE` -- `TL` -- `TRight` -- `Text` -- `V1` -- `V2` -- `VR` -- `VRTL` -- `WTXB`" -sub_selector,"How subquestion answers are selected. Allowed values - SingleAnswer, DL, GR, DND, Long, Medium, MultipleAnswer, Columns, NoColumns, Short, TX, TXOT, WOTXB, WOTB, WTB, WTXB, WVTB." -survey_id,"The unique identifier for this survey. Match pattern = ^SV_[a-zA-Z0-9]{11,15}$" -validation_setting_force_response,The response from forcing respondents to answer a question or request that they consider answering the question before leaving the page -validation_setting_force_response_type,The type of response from forcing respondents to answer a question or request that they consider answering the question before leaving the page -validation_setting_type,The type of forced response validation that is set. diff --git a/inputs_redshift/qualtrics/schemas/question_option.csv b/inputs_redshift/qualtrics/schemas/question_option.csv deleted file mode 100644 index ce1fcaf54bb9be1b2fb7d850aa156101168c3ddc..0000000000000000000000000000000000000000 --- a/inputs_redshift/qualtrics/schemas/question_option.csv +++ /dev/null @@ -1,8 +0,0 @@ -column_name,column_description -_fivetran_deleted,Boolean representing whether the record was soft-deleted in Qualtrics. -_fivetran_synced,The time when a record was last updated by Fivetran. -key,Key of the embedded survey data element. -question_id,The unique identifier for the question. Match pattern = ^QID[a-zA-Z0-9]+$ -recode_value,Recode/mapping value for the option. -survey_id,"The unique identifier for this survey. Match pattern = ^SV_[a-zA-Z0-9]{11,15}$" -text,Question option text. diff --git a/inputs_redshift/qualtrics/schemas/question_response.csv b/inputs_redshift/qualtrics/schemas/question_response.csv deleted file mode 100644 index e89102019ccac0ba2fb43a7232dae8674603e5fa..0000000000000000000000000000000000000000 --- a/inputs_redshift/qualtrics/schemas/question_response.csv +++ /dev/null @@ -1,11 +0,0 @@ -column_name,column_description -_fivetran_id,Fivetran-generated unique key hashed on response_id, question_id, sub_question_key, sub_question_text , question_option_key , loop_id and importId. -_fivetran_synced,The time when a record was last updated by Fivetran. -loop_id,ID of the Loop and Merge object this response is associated with. -question,Question text. -question_id,The unique identifier for the question. Match pattern = ^QID[a-zA-Z0-9]+$ -question_option_key,The key of the `QUESTION_OPTION` that was chosen. -response_id,The unique ID for the `SURVEY_RESPONSE`. -sub_question_key,Key of the sub question. -sub_question_text,Sub question text. -value,Value of the question response. diff --git a/inputs_redshift/qualtrics/schemas/sub_question.csv b/inputs_redshift/qualtrics/schemas/sub_question.csv deleted file mode 100644 index 2a7be97a67693de2a78079d7a65f4867c487e950..0000000000000000000000000000000000000000 --- a/inputs_redshift/qualtrics/schemas/sub_question.csv +++ /dev/null @@ -1,8 +0,0 @@ -column_name,column_description -_fivetran_deleted,Boolean representing whether the record was soft-deleted in Qualtrics. -_fivetran_synced,The time when a record was last updated by Fivetran. -choice_data_export_tag,The tag to identify the question choice in exported data. -key,Key of the embedded survey data element. -question_id,The unique identifier for the question. Match pattern = ^QID[a-zA-Z0-9]+$ -survey_id,"The unique identifier for this survey. Match pattern = ^SV_[a-zA-Z0-9]{11,15}$" -text,Sub question text. diff --git a/inputs_redshift/qualtrics/schemas/survey.csv b/inputs_redshift/qualtrics/schemas/survey.csv deleted file mode 100644 index f426c75f0f7a8cce63a79f00883b7f30be2ad860..0000000000000000000000000000000000000000 --- a/inputs_redshift/qualtrics/schemas/survey.csv +++ /dev/null @@ -1,31 +0,0 @@ -column_name,column_description -_fivetran_deleted,Boolean representing whether the record was soft-deleted in Qualtrics. -_fivetran_synced,The time when a record was last updated by Fivetran. -auto_scoring_category,The automated scoring category. -brand_base_url,Base url for the organization/brand. -brand_id,Unique ID of the organization/brand. -bundle_short_name,Short name for the content bundle that the survey is from. -composition_type,Survey composition type. -creator_id,The unique identifier for a specific `USER` who created the survey. -default_scoring_category,The default scoring category. -division_id,"The unique identifier for the Division ID. Match pattern = ^DV_[0-9a-zA-Z]{11,15}$" -id,The unique identifier for this survey. Match pattern = ^SV_[a-zA-Z0-9]{11,15}$ -is_active,DEPRECATED. Use `survey_status = 'active'` instead. -last_accessed,The date the survey was last accessed. -last_activated,The date the survey was last activated. -last_modified,The point in time when the record was last modified. -owner_id,The unique identifier for a specific user who owns this. -project_category,"Project category of the survey. - -Allowed values - `CORE`, `CX`, `EX`, `BX`, `PX`" -project_type,Type of [Qualtrics project](https://www.qualtrics.com/support/survey-platform/my-projects/my-projects-overview/#SelectingProjectType). Match pattern = ^[a-zA-Z]+$ -registry_sha,The survey registry SHA. -registry_version,The survey registry version. -schema_version,Qualtrics schema version. -scoring_summary_after_questions,Boolean representing whether the scoring summary is after questions. -scoring_summary_after_survey,Boolean representing whether the scoring summary is after the survey. -scoring_summary_category,The unique identifier for the scoring. -survey_name,Name of the survey. -survey_status,"The distribution status of the survey, or a flag indicating that it's a library block - -Allowed values - `Inactive`, `Active`, `Pending`, `LibBlock`, `Deactive`, `Temporary`" diff --git a/inputs_redshift/qualtrics/schemas/survey_embedded.csv b/inputs_redshift/qualtrics/schemas/survey_embedded.csv deleted file mode 100644 index 68c4a2c193ad0de14528b0d05c84476fb13ead04..0000000000000000000000000000000000000000 --- a/inputs_redshift/qualtrics/schemas/survey_embedded.csv +++ /dev/null @@ -1,6 +0,0 @@ -column_name,column_description -_fivetran_synced,The time when a record was last updated by Fivetran. -import_id,A unique identifier to recognize this import job of embedded survey data. -key,Key of the embedded survey data element. -response_id,The unique ID for the `SURVEY_RESPONSE`. -value,Key of the embedded survey data element. diff --git a/inputs_redshift/qualtrics/schemas/survey_response.csv b/inputs_redshift/qualtrics/schemas/survey_response.csv deleted file mode 100644 index 653fd7c290fb6e536eaf33502e6783125d437e21..0000000000000000000000000000000000000000 --- a/inputs_redshift/qualtrics/schemas/survey_response.csv +++ /dev/null @@ -1,20 +0,0 @@ -column_name,column_description -_fivetran_synced,The time when a record was last updated by Fivetran. -distribution_channel,The method by which the survey was distributed to respondents. -duration_in_seconds,How long it took for the respondent to finish the survey in seconds. -end_date,The point in time when the survey response was finished. -finished,"Boolean (stored as int) indicating if the respondent finished and submitted the survey, the value will be 1, otherwise it will be 0." -id,The unique ID for the SURVEY_RESPONSE. -ip_address,IP address of the recipient. -last_modified_date,The point in time when the record was last modified. -location_latitude,The approximate location of the respondent at the time the survey was taken. -location_longitude,The approximate location of the respondent at the time the survey was taken. -progress,How far the respondent has progressed through the survey as a percentage out of 100. -recipient_email,Email of the [recipient](https://api.qualtrics.com/ZG9jOjg3NzY2OQ-getting-information-about-distributions#the-recipients-object) if they are a single recipient (not a mailing list or sample). -recipient_first_name,First name of the [recipient](https://api.qualtrics.com/ZG9jOjg3NzY2OQ-getting-information-about-distributions#the-recipients-object) if they are a single recipient (not a mailing list or sample). -recipient_last_name,Last name of the [recipient](https://api.qualtrics.com/ZG9jOjg3NzY2OQ-getting-information-about-distributions#the-recipients-object) if they are a single recipient (not a mailing list or sample). -recorded_date,The point in time when the survey response was recorded. -start_date,The point in time when the survey response was recorded. -status,The type of response. -survey_id,"The unique identifier for this survey. Match pattern = ^SV_[a-zA-Z0-9]{11,15}$" -user_language,The language of the respondent. diff --git a/inputs_redshift/qualtrics/schemas/survey_version.csv b/inputs_redshift/qualtrics/schemas/survey_version.csv deleted file mode 100644 index 828d599e8de7908659312d21de325d24f1ec509a..0000000000000000000000000000000000000000 --- a/inputs_redshift/qualtrics/schemas/survey_version.csv +++ /dev/null @@ -1,11 +0,0 @@ -column_name,column_description -_fivetran_deleted,Boolean representing whether the record was soft-deleted in Qualtrics. -_fivetran_synced,The time when a record was last updated by Fivetran. -creation_date,"The creation date and time of the record, expressed as an ISO 8601 value." -description,A user-provided description of the survey version. -id,The unique identifier for this survey version. -published,"Boolean that, when true, publishes the version." -survey_id,"The unique identifier for this survey. Match pattern = ^SV_[a-zA-Z0-9]{11,15}$" -user_id,"Unique ID of the user. Match pattern = ^((UR)|(URH))_[0-9a-zA-Z]{11,15}$" -version_number,The version number of this survey. -was_published,Boolean that is true if the survey version was published. diff --git a/inputs_redshift/qualtrics/schemas/user.csv b/inputs_redshift/qualtrics/schemas/user.csv deleted file mode 100644 index 2053dbb41b84909c09ba48a0af1504e783518003..0000000000000000000000000000000000000000 --- a/inputs_redshift/qualtrics/schemas/user.csv +++ /dev/null @@ -1,23 +0,0 @@ -column_name,column_description -_fivetran_deleted,Boolean representing whether the record was soft-deleted in Qualtrics. -_fivetran_synced,The time when a record was last updated by Fivetran. -account_creation_date,The date and time that the account was created. Dates and times are expressed in ISO 8601 format. -account_expiration_date,The date the account expires. Dates and times are expressed in ISO 8601 format. -account_status,"Either `active`, `disabled`, or `notVerified`." -division_id,"The unique identifier for the Division ID. Match pattern = ^DV_[0-9a-zA-Z]{11,15}$" -email,The user's email address. -first_name,The user's first name or given name. -id,Unique ID of the user. Match pattern = ^((UR)|(URH))_[0-9a-zA-Z]{11,15}$ -language,The user's default language. -last_login_date,The date and time the user last logged into the user interface. Dates and times are expressed in ISO 8601 format. -last_name,User's surname. -organization_id,ID of the organization/brand this record belongs to. -password_expiration_date,The date the account password expires. Dates and times are expressed in ISO 8601 format. -password_last_changed_date,The date the account password was last changed. Dates and times are expressed in ISO 8601 format. -response_count_auditable,The count of auditable responses. -response_count_deleted,The count of deleted responses. -response_count_generated,The count of generated responses. -time_zone,The IANA time zone setting for the user. -unsubscribed,Boolean indicating if the user unsubscribed. -user_type,ID of the user type. See mappings of user types to their type IDs [here](https://api.qualtrics.com/dc2be1c61af61-user-type). -username,UI-facing username for the account. diff --git a/inputs_redshift/recurly/config.yaml b/inputs_redshift/recurly/config.yaml deleted file mode 100644 index eec85e5bf2147c61d7b1ed862c4d44916fc8c005..0000000000000000000000000000000000000000 --- a/inputs_redshift/recurly/config.yaml +++ /dev/null @@ -1,80 +0,0 @@ -Airbyte: - config: - files_definition_id: 778daa7c-feaf-4db6-96f3-70fd645acc77 - mongodb_definition_id: b2e713cd-cc36-4c0a-b5bd-b47cb8a0561e - namespace_definition: destination - postgres_definition_id: decd338e-5647-4c0b-adf4-da0e75f5a750 - s3_definition_id: 69589781-7828-43c5-9f63-8925b1c1ccc2 - server_url: http://airbyte-abctl-control-plane:80/api/public/v1/ - redshift_definition_id: f7a7d195-377f-cf5b-70a5-be6b819019dc -aws_s3: - AWS_ACCESS_KEY_ID: test - AWS_DEFAULT_REGION: us-west-2 - AWS_ENDPOINT_URL: http://elt-localstack:4566 - AWS_SECRET_ACCESS_KEY: test - data: - - path: s3://recurly-bucket/invoice_subscription.csv - sync_mode: full_refresh_append - table: invoice_subscription - - path: s3://recurly-bucket/invoice_coupon_redemption.jsonl - sync_mode: full_refresh_append - table: invoice_coupon_redemption -custom_api: - config: - configuration: {} - sync_mode: full_refresh_append - tables: - - coupon_discount - - coupon_redemption - - line_item - - recurly_subscription - - subscription_add_on - - subscription_change -flat_files: -- format: jsonl - path: https://drive.google.com/uc?export=download&id=15Wdte4Kq9xK6F48Yyd5QuPlk13prAekd - sync_mode: full_refresh_append - table: plan -- format: csv - path: https://drive.google.com/uc?export=download&id=1iThVc4kPxe5pltN4UIK4qpApPFPi4P9R - sync_mode: full_refresh_append - table: billing_info -- format: csv - path: https://drive.google.com/uc?export=download&id=1F1hEgJZUIsw2n8m61BX3nSgOlpaOPJYH - sync_mode: full_refresh_append - table: plan_currency -mongodb: - config: - connection_string: mongodb://elt-mongodb:27017/?directConnection=true - database: recurly - sync_mode: full_refresh_append - tables: - - account_note - - transaction_subscription -postgres: - config: - database: recurly - host: elt-postgres - password: testelt - port: 5432 - schema: public - sync_mode: full_refresh_append - tables: - - account - - account_balance - - credit_payment - - invoice - - transaction - user: postgres -redshift: - config: - host: - port: - database: - username: - password: - schema: recurly - s3_bucket_name: - s3_bucket_region: - access_key_id: - secret_access_key: diff --git a/inputs_redshift/recurly/data_model.yaml b/inputs_redshift/recurly/data_model.yaml deleted file mode 100644 index 9b7ed6159790e6cea17b2cdcaf10b0b312dee2a3..0000000000000000000000000000000000000000 --- a/inputs_redshift/recurly/data_model.yaml +++ /dev/null @@ -1,268 +0,0 @@ -models: - - name: recurly__account_overview - description: Each record represents an account, enriched with metrics about their associated transactions. Use the most recent record if multiple records exist for the same account id. - columns: - - name: account_id - description: Primary key for the account. - - name: account_created_at - description: Timestamp of when the account entry was created. - format: YYYY-MM-DD HH:MM:SS - - name: account_code - description: The unique identifier of the account. This cannot be changed once the account is created. Provided during account creation. - - name: account_company - description: The company related with the account. - - name: account_country - description: Country in the world the account is associated with. - - name: account_email - description: Email address associated with the account. - - name: account_state - description: Current state of the account. - - name: account_username - description: A secondary value for the account. - - name: total_transactions - description: Total amount of unique transactions issued to this account. Set to 0 if no transactions. - - name: total_invoices - description: Total amount of unique invoices issued to this account. Set to 0 if no invoices. - - name: total_charges - description: Total amount of charges issued to this account. Set to 0 if no charges. - - name: total_credits - description: Total amount of credits issued to this account. Set to 0 if no credits. - - name: total_balance - description: Gross amount of all transactions made with this account. Set to 0 if no transactions. - - name: total_discounts - description: Total amount of discounts issued to this account. Set to 0 if no discounts. - - name: total_taxes - description: Total amount of taxes issued to this account. Set to 0 if no taxes. - - name: total_charge_count - description: Total number of charges issued to this account. Set to 0 if no charges. - - name: total_credit_count - description: Total number of credits issued to this account. Set to 0 if no credits. - - name: first_charge_date - description: Date the first charge on the account was issued. - format: YYYY-MM-DDTHH:MM:SS - - name: most_recent_charge_date - description: Date the most recent charge on the account was issued. - format: YYYY-MM-DDTHH:MM:SS - - name: first_invoice_date - description: Date the first invoice on the account was issued. - format: YYYY-MM-DD HH:MM:SS - - name: most_recent_invoice_date - description: Date the most recent invoice on the account was issued. - format: YYYY-MM-DD HH:MM:SS - - name: first_transaction_date - description: Date first transaction occurred on the account. - format: YYYY-MM-DD HH:MM:SS - - name: most_recent_transaction_date - description: Date most recent transaction occurred on the account. - format: YYYY-MM-DD HH:MM:SS - - - name: recurly__balance_transactions - description: Each record represents a specific line item charge, credit, or other balance change that accumulates into the final invoices. - columns: - - name: balance_transaction_id - description: Unique identifier for the balance transaction line item - - name: created_at - description: When the line item was created. - format: YYYY-MM-DDTHH:MM:SS - - name: updated_at - description: When the line item was last updated. - format: YYYY-MM-DDTHH:MM:SS - - name: account_id - description: Customer in Recurly responsible for the line item. - - name: invoice_id - description: Invoice in Recurly these line items are associated with. - - name: invoice_number - description: If VAT taxation and the Country Invoice Sequencing feature are enabled, invoices will have country-specific invoice numbers for invoices billed to EU countries (e.g. FR1001). Non-EU invoices will continue to use the site-level invoice number sequence. - - name: type - description: Charges are positive line items that debit the account. Credits are negative line items that credit the account. Enum, "charge", "credit" - - name: state - description: Pending line items are charges or credits on an account that have not been applied to an invoice yet. Invoiced line items will always have an invoice_id value. Enum, "invoiced", "pending" - - name: origin - description: A credit created from an original charge will have the value of the charge's origin. Enum, "add_on", "add_on_trial", "carryforward", "coupon", "credit", "debit", "one_time", "plan", "plan_trial", "setup_fee", "prepayment". - - name: discount - description: The discount applied to the line item. - - name: tax - description: The tax amount for the line item. - - name: description - description: Description that appears on the invoice. For subscription related items this will be filled in automatically. - - name: has_refund - description: True if the line item is refund, false if it is not. - - name: currency - description: 3-letter ISO 4217 currency code. - - name: amount - description: Total after discounts and taxes (quantity * unit_amount) - (discount + tax). - - name: credit_applied - description: The amount of credit from this line item that was applied to the invoice. - - name: quantity - description: This number will be multiplied by the unit amount to compute the subtotal before any discounts or taxes. - - name: unit_amount - description: Positive amount for a charge, negative amount for a credit. - - name: subtotal - description: Total before discounts and taxes (quantity * unit_amount). - - name: started_at - description: If an end date is present, this is value indicates the beginning of a billing time range. If no end date is present it indicates billing for a specific date. - format: YYYY-MM-DD HH:MM:SS - - name: invoice_state - description: The invoice state. Enum, "open", "pending", "processing", "past_due", "paid", "closed", "failed", "voided". - - name: invoice_origin - description: The event that created the invoice. Enum, "credit", "gift_card", "immediate_change", "line_item_refund", "open_amount_refund", "purchase", "renewal", "termination", "write_off", "prepayment". - - name: invoice_type - description: Invoices are either "charge", "credit", or "legacy" invoices. - - name: invoice_created_at - description: When the invoice was created. - format: YYYY-MM-DD HH:MM:SS - - name: invoice_due_at - description: Date invoice is due. This is the date the net terms are reached. - format: YYYY-MM-DD HH:MM:SS - - name: invoice_closed_at - description: Date invoice was marked paid or failed. - format: YYYY-MM-DD HH:MM:SS - - name: transaction_id - description: The id of the transaction associated with the invoice. - - name: transaction_created_at - description: Time transaction was created. - format: YYYY-MM-DD HH:MM:SS - - name: transaction_type - description: > - Transaction types: - authorization: verifies billing information and places a hold on money in the customer's account. - capture: captures funds held by an authorization and completes a purchase. - purchase: combines the authorization and capture in one transaction. - refund: returns all or a portion of the money collected in a previous transaction to the customer. - verify: a $0 or $1 transaction used to verify billing information which is immediately voided. - Enum: "authorization", "capture", "purchase", "refund", "verify" - - name: transaction_origin - description: Describes how the transaction was triggered. Enum, "api", "chargeback", "force_collect", "hpp", "merchant", "recurly_admin", "recurlyjs", "recurring", "refunded_externally", "transparent" - - name: transaction_status - description: The current transaction status. Note that the status may change, e.g. a pending transaction may become declined or success may later become void. Enum:"chargeback", "declined", "error", "pending", "processing", "scheduled", "success", "void" - - name: transaction_billing_country - description: Billing info - Country, 2-letter ISO code. - - name: transaction_payment_method_object - description: > - Examples include: "amazon", "amazon_billing_agreement", "apple_pay", "bank_account_info", "check", "credit_card", "eft", "debit", - "gateway_token", "iban_bank_account", "money_order", "other", "paypal", "paypal_billing_agreement", "roku", - "sepadirectdebit", "wire_transfer" - - - name: recurly__churn_analysis - description: Each record represents a subscription and their churn status and details. - columns: - - name: subscription_id - description: Unique identifier for the subscription. - - name: activated_at - description: When the subscription was activated. - format: YYYY-MM-DD HH:MM:SS - - name: account_id - description: The account this subscription belongs to. - - name: account_state - description: Current state of the account. - - name: canceled_at - description: When the subscription was canceled. Can take future dates. - format: YYYY-MM-DD HH:MM:SS - - name: current_period_ended_at - description: Current billing period ends at. - format: YYYY-MM-DD HH:MM:SS - - name: current_period_started_at - description: Current billing period started at. - format: YYYY-MM-DD HH:MM:SS - - name: expires_at - description: When the subscription has expired. Can take future dates. - format: YYYY-MM-DD HH:MM:SS - - name: expiration_reason - description: Reason for subscription expiration. - - name: has_auto_renew - description: Whether the subscription renews at the end of its term. Default:true - - name: plan_name - description: This name describes your plan and will appear on the Hosted Payment Page and the subscriber's invoice. - - name: plan_state - description: The current state of the plan. Enum:"active", "inactive" - - name: subscription_end_date - description: When the subscription actually ends, factors in cancellations earlier than the expected end date. - format: YYYY-MM-DD HH:MM:SS - - name: subscription_interval_days - description: Subscription interval by number of days, accounting for cancelled/expired periods. - - name: subscription_state - description: The current state of the subscription. Enum:"active", "canceled", "expired", "failed", "future", "paused" - - name: subtotal - description: Estimated total, before tax. - - name: unit_amount - description: Subscription unit price. - - name: churn_reason - description: Reason for churn. null if subscription has no expiration date. Enum:"account closed", "canceled", "gift ended", "non-payment", "non-renewing", "tax location invalid", "trial ended" - - name: churn_reason_type - description: Type of churn, null if subscription has no expiration date. Enum:"involuntary", "voluntary" - - - name: recurly__subscription_overview - description: Each record represents a subscription, enriched with metrics about time, revenue, state, and period. Use the most recent record if multiple records exist for the same subscription id. - columns: - - name: subscription_id - description: Unique identifier for the subscription. - - name: updated_at - description: When the subscription was updated. - format: YYYY-MM-DD HH:MM:SS - - name: activated_at - description: When the subscription was activated. - format: YYYY-MM-DD HH:MM:SS - - name: add_ons_total - description: Total price of add-ons. Greater or equal to 0. - - name: canceled_at - description: When the subscription was canceled. Can take future dates. - format: YYYY-MM-DD HH:MM:SS - - name: current_period_ended_at - description: Current billing period ends at. - format: YYYY-MM-DD HH:MM:SS - - name: current_period_started_at - description: Current billing period started at. - format: YYYY-MM-DD HH:MM:SS - - name: expiration_reason - description: Reason for subscription expiration. - - name: expires_at - description: When the subscription has expired. Can take future dates. - format: YYYY-MM-DD HH:MM:SS - - name: has_auto_renew - description: Whether the subscription renews at the end of its term. Default:true - - name: subscription_state - description: The current state of the subscription. Enum:"active", "canceled", "expired", "failed", "future", "paused" - - name: subscription_end_date - description: When the subscription actually ends, factors in cancellations earlier than the expected end date. - format: YYYY-MM-DD HH:MM:SS - - name: subscription_interval_days - description: Subscription interval by number of days, accounting for cancelled/expired periods. - - name: subtotal - description: Estimated total, before tax. - - name: trial_ends_at - description: Trial period ends at. - format: YYYY-MM-DD HH:MM:SS - - name: trial_started_at - description: Trial period started at. - format: YYYY-MM-DD HH:MM:SS - - name: trial_interval_days - description: Period of trial, in days. - - name: unit_amount - description: Subscription unit price. - - name: account_id - description: The account this subscription belongs to. - - name: account_created_at - description: The date this account was created. - format: YYYY-MM-DD HH:MM:SS - - name: account_email - description: Email address associated with the account for this subscription. - - name: account_state - description: Current state of the account. - - name: plan_code - description: Unique code to identify the plan. This is used in Hosted Payment Page URLs and in the invoice exports. - - name: plan_created_at - description: When the plan was created. - format: YYYY-MM-DD HH:MM:SS - - name: plan_deleted_at - description: When the plan was deleted. - format: YYYY-MM-DD HH:MM:SS - - name: plan_interval_days - description: The number of days on the expected Recurly plan. Assume a month has 30 days. - - name: plan_is_tax_exempt - description: true exempts tax on the plan, false applies tax on the plan. - - name: plan_name - description: This name describes your plan and will appear on the Hosted Payment Page and the subscriber's invoice. - - name: plan_state - description: The current state of the plan. Enum:"active", "inactive" - - name: plan_total_billing_cycles - description: Automatically terminate subscriptions after a defined number of billing cycles. Number of billing cycles before the plan automatically stops renewing, defaults to null for continuous, automatic renewal. \ No newline at end of file diff --git a/inputs_redshift/recurly/schemas/account.csv b/inputs_redshift/recurly/schemas/account.csv deleted file mode 100644 index ce4e3efe55497215f7b38c54f08493186e6a5838..0000000000000000000000000000000000000000 --- a/inputs_redshift/recurly/schemas/account.csv +++ /dev/null @@ -1,22 +0,0 @@ -column_name,column_description -id,Uniquely identifies your customers in Recurly. No two customers can share the same account id. Part of the PK -updated_at,When the account was last changed. -account_country,The country the account was registered in. -account_first_name,The first name for who registered the account. -account_last_name,The last name for who registered the account. -bill_to,"An enumerable describing the billing behavior of the account, specifically whether the account is self-paying or will rely on the parent account to pay. -" -cc_emails,"Additional email address that should receive account correspondence. These should be separated only by commas. These CC emails will receive all emails that the email field also receives. -" -code,"The unique identifier of the account. This cannot be changed once the account is created. Provided during account creation. -" -company,The company related with the account. -created_at,When the account was created. -deleted_at,"If present, when the account was last marked inactive." -email,"The email address used for communicating with this customer. The customer will also use this email address to log into your hosted account management pages. This value does not need to be unique. -" -state,Accounts can be either active or inactive. -tax_exempt,"The tax status of the account. true exempts tax on the account, false applies tax on the account." -username,A secondary value for the account. -vat_number,The VAT number of the account (to avoid having the VAT applied). This is only used for manually collected invoices. -_fivetran_synced,Timestamp the record was synced by Fivetran. diff --git a/inputs_redshift/recurly/schemas/account_balance.csv b/inputs_redshift/recurly/schemas/account_balance.csv deleted file mode 100644 index 91e8b20816be0aaada80ef5ab935d6edadb75bc4..0000000000000000000000000000000000000000 --- a/inputs_redshift/recurly/schemas/account_balance.csv +++ /dev/null @@ -1,7 +0,0 @@ -column_name,column_description -account_id,The account the balance update is associated with. -account_updated_at,When the account balance was last changed. -amount,The combined amount of charge or credit adjustments that are left uninvoiced and open on the account. -currency,3-letter ISO 4217 currency code (USD for US Dollar) -past_due,Is the existing amount of this balance due? -_fivetran_synced,Timestamp the record was synced by Fivetran. diff --git a/inputs_redshift/recurly/schemas/account_note.csv b/inputs_redshift/recurly/schemas/account_note.csv deleted file mode 100644 index 5fcaf78bd2d8545a664cfe5c48fcf015054be63d..0000000000000000000000000000000000000000 --- a/inputs_redshift/recurly/schemas/account_note.csv +++ /dev/null @@ -1,10 +0,0 @@ -column_name,column_description -id,Uniquely identifies the account note created. -account_id,Account associated with the note created. -account_updated_at,Last time the account note was updated. -created_at,Date/time When the note was created. -message,Contents of the note created. -object,Object type of account note. -user_id,Id associated with who created the note. -user_email,Email associated with who created the note. -_fivetran_synced,Timestamp the record was synced by Fivetran. diff --git a/inputs_redshift/recurly/schemas/billing_info.csv b/inputs_redshift/recurly/schemas/billing_info.csv deleted file mode 100644 index 82db0921f03f81bd96da7f5a2da04d232905bb21..0000000000000000000000000000000000000000 --- a/inputs_redshift/recurly/schemas/billing_info.csv +++ /dev/null @@ -1,28 +0,0 @@ -column_name,column_description -id,Unique identifier for the billing info object. -account_id,Account identifier for the billing info. -billing_city,Billing city of the card on file for the account. -billing_country,Billing country of the card on file for the account. -billing_phone,Phone number of the account. -billing_postal_code,Billing postal code of the card on file for the account. -billing_region,"Billing region of the card on file for the account, like state in the US or province in Canada." -billing_street_1,First address line of the card on file for the account. -billing_street_2,Second address line of the card on file for the account. -created_at,Date customer's billing information was added to the account. -first_name,First name of the cardholder for the account. -fraud_decision,Decision made on whether billing info triggers a fraud alert. -fraud_risk_rules_triggered,The rules that are triggered for fraud if an alert is raised. -fraud_score,Fraud score on card based on risk inquiries. -last_name,Last name of the cardholder for the account. -payment_method_credit_type,"Card type of payment method, like Visa or Mastercard." -payment_method_exp_month,Month the payment method is expected to expire. -payment_method_exp_year,Year the payment method is expected to expire. -payment_method_first_six,First six numbers of the credit card used to process the transaction. -payment_method_last_four,Last four digits of the credit card number stored on customer's account. -payment_method_object,"Object type of payment method, like credit card or debit card." -updated_at,Date customer's billing information was last updated on the account. -updated_by_country,Country from which latest billing info update came from. -updated_by_ip,IP address from which latest billing info update came from. -valid,Is the card valid? Boolean object. -vat_number,"(for EU companies), VAT number provider by customer." -_fivetran_synced,Timestamp the record was synced by Fivetran. diff --git a/inputs_redshift/recurly/schemas/coupon_discount.csv b/inputs_redshift/recurly/schemas/coupon_discount.csv deleted file mode 100644 index 510bf2560794f50286911583a1f369fda40eabbe..0000000000000000000000000000000000000000 --- a/inputs_redshift/recurly/schemas/coupon_discount.csv +++ /dev/null @@ -1,10 +0,0 @@ -column_name,column_description -coupon_id,Unique identifier for the coupon created. -fivetran_id,Combined unique surrogate key for the model. -amount,"Fixed amount discount being applied, if applicable. Percentage would be null if amount exists." -currency,3-letter ISO 4217 currency code (USD for US Dollar). -percentage,"Percentage discount being applied, if applicable. Amount would be null if percentage exists." -trial_length,Period of time that coupon will discount eligible purchases by customer. -trial_unit,"Unit of time associated with trial time ('day', 'week', 'month')" -type,"Delineates between which type of discount is being applied ('fixed' for amount discount, 'percent' for percentage discount)" -_fivetran_synced,Timestamp the record was synced by Fivetran. diff --git a/inputs_redshift/recurly/schemas/coupon_redemption.csv b/inputs_redshift/recurly/schemas/coupon_redemption.csv deleted file mode 100644 index 4670a84d7cdf3e317d14fef1f2122aefa4aba2e9..0000000000000000000000000000000000000000 --- a/inputs_redshift/recurly/schemas/coupon_redemption.csv +++ /dev/null @@ -1,11 +0,0 @@ -column_name,column_description -id,Unique identifier for the coupon redemption created. -account_id,Account associated with the coupon being redeemed. -coupon_id,Coupon being redeemed. -created_at,Time coupon was being redeemed. -currency,3-letter ISO 4217 currency code (USD for US Dollar). -discounted,Amount discounted from coupon redemption. -removed_at,"If a coupon is removed from a customer, time of removal." -state,Current state of coupon redemption (usually active or inactive) -updated_at,Time coupon redemption last updated. -_fivetran_synced,Timestamp the record was synced by Fivetran. diff --git a/inputs_redshift/recurly/schemas/credit_payment.csv b/inputs_redshift/recurly/schemas/credit_payment.csv deleted file mode 100644 index c5a28a9cbab6d43270295d82d98db279b859e78e..0000000000000000000000000000000000000000 --- a/inputs_redshift/recurly/schemas/credit_payment.csv +++ /dev/null @@ -1,19 +0,0 @@ -column_name,column_description -id,Unique identifier for the credit payment. -account_id,The id of the account the credit payment is associated with. -action,"The action that resulted in the credit payment being created. Enum: ""payment"", ""gift_card"", ""write_off"", ""reduction"", ""refund"" -" -amount,"The amount of the credit payment, which will always be positive." -applied_to_invoice_id,"The invoice the credit payment was applied to. If action is payment, gift_card, or write_off, this is a charge invoice. If action is reduction or refund, this is a credit invoice. -" -created_at,The date and time the credit payment was created. -currency,3-letter ISO 4217 currency code (USD for US Dollar). -original_credit_payment_id,"The unique id of the credit payment the refund action credit payment is refunding. Will only populate if the action on the row is ""refund"". -" -original_invoice_id,The invoice of the credit invoice the credit payment came from. -refund_transaction_id,"The unique id of the new refund transaction the refund action credit payment is transferring value to. Will only populate if the action on the row is ""refund"". -" -updated_at,Time credit payment last updated. -uuid,Unique id of credit payment. -voided_at,Time when a credit payment is voided. -_fivetran_synced,Timestamp the record was synced by Fivetran. diff --git a/inputs_redshift/recurly/schemas/invoice.csv b/inputs_redshift/recurly/schemas/invoice.csv deleted file mode 100644 index a0af928fa0d099dffcc2dd9127051e194beecc12..0000000000000000000000000000000000000000 --- a/inputs_redshift/recurly/schemas/invoice.csv +++ /dev/null @@ -1,35 +0,0 @@ -column_name,column_description -id,Unique identifier for the object. -updated_at,When the invoice was updated. -account_id,The account this invoice belongs to. -balance,The outstanding balance remaining on this invoice. -closed_at,Date invoice was marked paid or failed. -collection_method,"An automatic invoice means a corresponding transaction is run using the account's billing information at the same time the invoice is created. Manual invoices are created without a corresponding transaction. The merchant must enter a manual payment transaction or have the customer pay the invoice with an automatic method, like credit card, PayPal, Amazon, or ACH bank payment. Default: ""automatic"" Enum: ""automatic"", ""manual"" -" -created_at,When the invoice was created. -currency,3-letter ISO 4217 currency code. -discount,Total discounts applied to this invoice. -due_at,Date invoice is due. This is the date the net terms are reached. -net_terms,"Integer representing the number of days after an invoice's creation that the invoice will become past due. If an invoice's net terms are set to '0', it is due 'On Receipt' and will become past due 24 hours after it’s created. If an invoice is due net 30, it will become past due at 31 days exactly. Default: 0 -" -number,"If VAT taxation and the Country Invoice Sequencing feature are enabled, invoices will have country-specific invoice numbers for invoices billed to EU countries (e.g. FR1001). Non-EU invoices will continue to use the site-level invoice number sequence. -" -origin,"The event that created the invoice. Enum: ""credit"", ""gift_card"", ""immediate_change"", ""line_item_refund"", ""open_amount_refund"", ""purchase"", ""renewal"", ""termination"", ""write_off"", ""prepayment"". -" -paid,The total amount of successful payments transaction on this invoice. -po_number,"For manual invoicing, this identifies the PO number associated with the subscription." -previous_invoice_id,"On refund invoices, this value will exist and show the invoice ID of the purchase invoice the refund was created from." -refundable_amount,The refundable amount on a charge invoice. It will be null for all other invoices. -state,"The invoice state. Enum: ""open"", ""pending"", ""processing"", ""past_due"", ""paid"", ""closed"", ""failed"", ""voided"" -" -subtotal,"The summation of charges, discounts, and credits, before tax." -tax,The total tax on this invoice. -tax_rate,The rate of the tax. -tax_region,"Provides the tax region applied on an invoice. For U.S. Sales Tax, this will be the 2 letter state code. For EU VAT this will be the 2 letter country code. For all country level tax types, this will display the regional tax, like VAT, GST, or PST. -" -tax_type,"Provides the tax type as ""vat"" for EU VAT, ""usst"" for U.S. Sales Tax, or the 2 letter country code for country level tax types like Canada, Australia, New Zealand, Israel, and all non-EU European countries. -" -total,"The final total on this invoice. The summation of invoice charges, discounts, credits, and tax. Alternative the summation of subtotal and tax. -" -type,"Invoices are either ""charge"", ""credit"", or ""legacy"" invoices." -_fivetran_synced,Timestamp the record was synced by Fivetran. diff --git a/inputs_redshift/recurly/schemas/invoice_coupon_redemption.csv b/inputs_redshift/recurly/schemas/invoice_coupon_redemption.csv deleted file mode 100644 index 92cf377cacd8e28c3d442ae61034eadfe778de73..0000000000000000000000000000000000000000 --- a/inputs_redshift/recurly/schemas/invoice_coupon_redemption.csv +++ /dev/null @@ -1,5 +0,0 @@ -column_name,column_description -coupon_redemption_id,Unique identifier for the credit payment. -invoice_id,Invoice the coupon redemption is associated with. -invoice_updated_at,Last time the invoice was updated. -_fivetran_synced,Timestamp the record was synced by Fivetran. diff --git a/inputs_redshift/recurly/schemas/invoice_subscription.csv b/inputs_redshift/recurly/schemas/invoice_subscription.csv deleted file mode 100644 index 33faab64a43b6612788f4e569da94b4606bd9ef8..0000000000000000000000000000000000000000 --- a/inputs_redshift/recurly/schemas/invoice_subscription.csv +++ /dev/null @@ -1,5 +0,0 @@ -column_name,column_description -invoice_id,The id of the invoice associated with the subscription. -invoice_updated_at,When the invoice was updated. -subscription_id,The id of the subscription associated with the invoice. -_fivetran_synced,Timestamp the record was synced by Fivetran. diff --git a/inputs_redshift/recurly/schemas/line_item.csv b/inputs_redshift/recurly/schemas/line_item.csv deleted file mode 100644 index 2ff0aadec7eaf2c334b54423948e5f41f4421382..0000000000000000000000000000000000000000 --- a/inputs_redshift/recurly/schemas/line_item.csv +++ /dev/null @@ -1,33 +0,0 @@ -column_name,column_description -id,Unique identifier for the object. -updated_at,When the line item was updated. -account_id,The account this line item belongs to. -add_on_code,"If the line item is a charge or credit for an add-on, this is its code." -amount,Total after discounts and taxes (quantity * unit_amount) - (discount + tax). -created_at,When the line item was created. -credit_applied,The amount of credit from this line item that was applied to the invoice. -currency,3-letter ISO 4217 currency code. -description,Description that appears on the invoice. For subscription related items this will be filled in automatically. -discount,The discount applied to the line item. -invoice_id,Once the line item has been invoiced this will be the invoice's ID. -invoice_number,"Once the line item has been invoiced this will be the invoice's number. If VAT taxation and the Country Invoice Sequencing feature are enabled, invoices will have country-specific invoice numbers for invoices billed to EU countries (e.g. FR1001). Non-EU invoices will continue to use the site-level invoice number sequence. -" -origin,"A credit created from an original charge will have the value of the charge's origin. Enum: ""add_on"", ""add_on_trial"", ""carryforward"", ""coupon"", ""credit"", ""debit"", ""one_time"", ""plan"", ""plan_trial"", ""setup_fee"", ""prepayment"" -" -quantity,"This number will be multiplied by the unit amount to compute the subtotal before any discounts or taxes. Default: 1 -" -refund,"true if the line item is refund, false if it is not." -start_date,"If an end date is present, this is value indicates the beginning of a billing time range. If no end date is present it indicates billing for a specific date. -" -state,"Pending line items are charges or credits on an account that have not been applied to an invoice yet. Invoiced line items will always have an invoice_id value. Enum: ""invoiced"", ""pending"" -" -subtotal,Total before discounts and taxes (quantity * unit_amount). -tax,The tax amount for the line item. -tax_exempt,"true exempts tax on charges, false applies tax on charges. If not defined, then defaults to the Plan and Site settings. This attribute does not work for credits (negative line items). Credits are always applied post-tax. Pre-tax discounts should use the Coupons feature. -" -taxable,"true if the line item is taxable, false if it is not." -type,"Charges are positive line items that debit the account. Credits are negative line items that credit the account. Enum: ""charge"", ""credit"" -" -unit_amount,"Positive amount for a charge, negative amount for a credit." -uuid,The UUID is useful for matching data with the CSV exports and building URLs into Recurly's UI. Used in HTB database. -_fivetran_synced,Timestamp the record was synced by Fivetran. diff --git a/inputs_redshift/recurly/schemas/plan.csv b/inputs_redshift/recurly/schemas/plan.csv deleted file mode 100644 index 138030c0473fb3855c96f6224c2df59d8097dda9..0000000000000000000000000000000000000000 --- a/inputs_redshift/recurly/schemas/plan.csv +++ /dev/null @@ -1,28 +0,0 @@ -column_name,column_description -id,Unique identifier for the object. -updated_at,When the plan was updated. -accounting_code,"Accounting code for invoice line items for the plan. If no value is provided, it defaults to plan's code." -auto_renew,"Subscriptions will automatically inherit this value once they are active. If auto_renew is true, then a subscription will automatically renew its term at renewal. If auto_renew is false, then a subscription will expire at the end of its term. auto_renew can be overridden on the subscription record itself. Default: true -" -code,Unique code to identify the plan. This is used in Hosted Payment Page URLs and in the invoice exports. -created_at,When the plan was created. -deleted_at,When the plan was deleted. -description,"Optional description, not displayed." -interval_length,"Length of the plan's billing interval in interval_unit. Default: 1 -" -interval_unit,"Unit for the plan's billing interval. Default: ""months"" Enum: ""days"", ""months"" -" -name,This name describes your plan and will appear on the Hosted Payment Page and the subscriber's invoice. -setup_fee_accounting_code,"Accounting code for invoice line items for the plan's setup fee. If no value is provided, it defaults to plan's accounting code." -state,"The current state of the plan. Enum: ""active"", ""inactive"" -" -tax_code,"Used by Avalara, Vertex, and Recurly’s EU VAT tax feature. The tax code values are specific to each tax system. If you are using Recurly’s EU VAT feature you can use unknown, physical, or digital. -" -tax_exempt,"true exempts tax on the plan, false applies tax on the plan." -total_billing_cycles,"Automatically terminate subscriptions after a defined number of billing cycles. Number of billing cycles before the plan automatically stops renewing, defaults to null for continuous, automatic renewal. -" -trial_length,"Length of plan's trial period in trial_units. 0 means no trial. Default: 0 -" -trial_unit,"Units for the plan's trial period. Default: ""months"" Enum: ""days"", ""months"" -" -_fivetran_synced,Timestamp the record was synced by Fivetran. diff --git a/inputs_redshift/recurly/schemas/plan_currency.csv b/inputs_redshift/recurly/schemas/plan_currency.csv deleted file mode 100644 index 2eeb60d47ffca786b7c54a3eba6a1638c7434d1a..0000000000000000000000000000000000000000 --- a/inputs_redshift/recurly/schemas/plan_currency.csv +++ /dev/null @@ -1,7 +0,0 @@ -column_name,column_description -plan_id,The id of the plan. -plan_updated_at,Last time plan updated. -currency,3-letter ISO 4217 currency code. -setup_fees,Fee automatically charged at the beginning of a subscription billing cycle. -unit_amount,Amount for one plan. -_fivetran_synced,Timestamp the record was synced by Fivetran. diff --git a/inputs_redshift/recurly/schemas/recurly_subscription.csv b/inputs_redshift/recurly/schemas/recurly_subscription.csv deleted file mode 100644 index 1f703dee157c63784b3f800c54d3bcd9252547e0..0000000000000000000000000000000000000000 --- a/inputs_redshift/recurly/schemas/recurly_subscription.csv +++ /dev/null @@ -1,39 +0,0 @@ -column_name,column_description -id,Unique identifier for the object. -updated_at,When the subscription was updated. -account_id,The account this subscription belongs to. -activated_at,When the subscription was activated. -add_ons_total,Total price of add-ons. Greater or equal to 0. -auto_renew,"Whether the subscription renews at the end of its term. Default: true -" -canceled_at,When the subscription was canceled. Can take future dates -collection_method,"Default: ""automatic"" Enum: ""automatic"", ""manual"" -" -created_at,When the subscription was created. -currency,3-letter ISO 4217 currency code. -current_period_ends_at,Date/time current billing period ends at. -current_period_started_at,Date/time current billing period started at. -current_term_ends_at,"When the term ends. This is calculated by a plan's interval and total_billing_cycles in a term. Subscription changes with a timeframe=renewal will be applied on this date. -" -current_term_started_at,"The start date of the term when the first billing period starts. The subscription term is the length of time that a customer will be committed to a subscription. A term can span multiple billing periods. -" -expiration_reason,Expiration reason -expires_at,When the subscription has expired. Can take future dates. -object,"The object type, in this case only ""subscription""" -paused_at,Null unless subscription is paused or will pause at the end of the current billing period. -plan_id,The plan this subscription belongs to. -quantity,Subscription quantity. Greater or equal to 0. -remaining_billing_cycles,The remaining billing cycles in the current term. -remaining_pause_cycles,Null unless subscription is paused or will pause at the end of the current billing period. -renewal_billing_cycles,"If auto_renew=true, when a term completes, total_billing_cycles takes this value as the length of subsequent terms. Defaults to the plan's total_billing_cycles. -" -state,"The current state of the subscription. Enum: ""active"", ""canceled"", ""expired"", ""failed"", ""future"", ""paused"" -" -subtotal,"Estimated total, before tax." -total_billing_cycles,"The number of cycles/billing periods in a term. When remaining_billing_cycles=0, if auto_renew=true the subscription will renew and a new term will begin, otherwise the subscription will expire. -" -trial_ends_at,Trial period ends at -trial_started_at,Trial period started at -unit_amount,Subscription unit price -uuid,The UUID is useful for matching data with the CSV exports and building URLs into Recurly's UI. -_fivetran_synced,Timestamp the record was synced by Fivetran. diff --git a/inputs_redshift/recurly/schemas/subscription_add_on.csv b/inputs_redshift/recurly/schemas/subscription_add_on.csv deleted file mode 100644 index c04ce748fc24f29593e1c80d489f1da5264c603f..0000000000000000000000000000000000000000 --- a/inputs_redshift/recurly/schemas/subscription_add_on.csv +++ /dev/null @@ -1,11 +0,0 @@ -column_name,column_description -id,Unique identifier for subscription add-on. -updated_at,The date/time the add-on was last modified. -created_at,The date/time the add-on was last created. -expired_at,Date and time the subscription was/ will churn. -object,Object type of subscription add-on. -plan_add_on_id,Plan add-on ID associated with subscription add-on ID. -quantity,Number of add-ons added to the subscription. -subscription_id,Subscription ID associated with add-on. -unit_amount,Amount of one unit of the add-on. -_fivetran_synced,Timestamp the record was synced by Fivetran. diff --git a/inputs_redshift/recurly/schemas/subscription_change.csv b/inputs_redshift/recurly/schemas/subscription_change.csv deleted file mode 100644 index effcca383f339ac0c0781af39cb7000eda003558..0000000000000000000000000000000000000000 --- a/inputs_redshift/recurly/schemas/subscription_change.csv +++ /dev/null @@ -1,13 +0,0 @@ -column_name,column_description -id,Unique identifier for subscription change. -activate_at,Date at which subscription changes. -activated,Is the subscription change currently active? -created_at,When the subscription was last created. -deleted_at,When subscription was rendered to be inactive. -object,Object type of subscription change. -plan_id,Plan id associated with subscription change. -quantity,Quantity of subscriptions changed -subscription_id,subscription ID associated with subscription change. -unit_amount,Amount of one unit subscription. -updated_at,Last modification of subscription change. -_fivetran_synced,Timestamp the record was synced by Fivetran. diff --git a/inputs_redshift/recurly/schemas/transaction.csv b/inputs_redshift/recurly/schemas/transaction.csv deleted file mode 100644 index b9feac0b92ac2eb25df0fec988e5c88064bfe54e..0000000000000000000000000000000000000000 --- a/inputs_redshift/recurly/schemas/transaction.csv +++ /dev/null @@ -1,52 +0,0 @@ -column_name,column_description -id,Unique identifier for the object. -account_id,The account_id this transaction belongs to. -amount,Total transaction amount sent to the payment gateway. -billing_city,Billing info - City -billing_country,"Billing info - Country, 2-letter ISO code." -billing_first_name,Billing info - First name -billing_last_name,Billing info - Last name -billing_phone,Billing info - Phone -billing_postal_code,Billing info - Zip or postal code. -billing_region,Billing info - State or province. -billing_street_1,Billing info - Address Street 1 -billing_street_2,Billing info - Address Street 2 -collected_at,When the transaction was collected. -collection_method,"The method by which the payment was collected. Enum: ""automatic"", ""manual"" -" -created_at,When the transaction was created. -currency,3-letter ISO 4217 currency code. -customer_message,"For declined (success=false) transactions, the message displayed to the customer." -customer_message_locale,Language code for the message -gateway_approval_code,Transaction approval code from the payment gateway. -gateway_message,Transaction message from the payment gateway. -gateway_reference,Transaction reference number from the payment gateway. -gateway_response_code,"For declined transactions (`success=false`), this field lists the gateway error code." -gateway_response_time,"Time, in seconds, for gateway to process the transaction." -gateway_response_values,The values in this field will vary from gateway to gateway. -invoice_id,The invoice_id this transaction belongs to. -origin,"Describes how the transaction was triggered. Enum: ""api"", ""chargeback"", ""force_collect"", ""hpp"", ""merchant"", ""recurly_admin"", ""recurlyjs"", ""recurring"", ""refunded_externally"", ""transparent"" -" -original_transaction_id,"If this transaction is a refund (type=refund), this will be the ID of the original transaction on the invoice being refunded." -payment_gateway_id,Payment gateway id -payment_gateway_name,Payment gateway name -payment_method_object,"Enum: ""amazon"", ""amazon_billing_agreement"", ""apple_pay"", ""bank_account_info"", ""check"", ""credit_card"", ""eft"", ""gateway_token"", ""iban_bank_account"", ""money_order"", ""other"", ""paypal"", ""paypal_billing_agreement"", ""roku"", ""sepadirectdebit"", ""wire_transfer"" -" -refunded,Indicates if part or all of this transaction was refunded. -status,"The current transaction status. Note that the status may change, e.g. a pending transaction may become declined or success may later become void. Enum: ""chargeback"", ""declined"", ""error"", ""pending"", ""processing"", ""scheduled"", ""success"", ""void"" -" -status_code,Status code of the transaction -status_message,"For declined (success=false) transactions, the message displayed to the merchant." -success,Did this transaction complete successfully? -type,"Transaction types: - authorization - verifies billing information and places a hold on money in the customer's account. - capture - captures funds held by an authorization and completes a purchase. - purchase - combines the authorization and capture in one transaction. - refund - returns all or a portion of the money collected in a previous transaction to the customer. - verify - a $0 or $1 transaction used to verify billing information which is immediately voided. -Enum: ""authorization"", ""capture"", ""purchase"", ""refund"", ""verify"" -" -uuid,The UUID is useful for matching data with the CSV exports and building URLs into Recurly's UI. -voided_at,When the transaction was voided. -voided_by_invoice_id,The invoice_id this transaction was voided. -_fivetran_synced,Timestamp the record was synced by Fivetran. diff --git a/inputs_redshift/recurly/schemas/transaction_subscription.csv b/inputs_redshift/recurly/schemas/transaction_subscription.csv deleted file mode 100644 index c1a8f507817f6284145bc2a3fefce6783be0aa2a..0000000000000000000000000000000000000000 --- a/inputs_redshift/recurly/schemas/transaction_subscription.csv +++ /dev/null @@ -1,4 +0,0 @@ -column_name,column_description -transaction_id,The id of the transaction associated with the subscription. -subscription_id,The id of the subscription associated with the transaction. -_fivetran_synced,Timestamp the record was synced by Fivetran. diff --git a/inputs_redshift/regional_sales/config.yaml b/inputs_redshift/regional_sales/config.yaml deleted file mode 100644 index 9b13885b9fb204fcb88069b56340a00ad48853a7..0000000000000000000000000000000000000000 --- a/inputs_redshift/regional_sales/config.yaml +++ /dev/null @@ -1,60 +0,0 @@ -Airbyte: - config: - files_definition_id: 778daa7c-feaf-4db6-96f3-70fd645acc77 - mongodb_definition_id: b2e713cd-cc36-4c0a-b5bd-b47cb8a0561e - namespace_definition: destination - postgres_definition_id: decd338e-5647-4c0b-adf4-da0e75f5a750 - s3_definition_id: 69589781-7828-43c5-9f63-8925b1c1ccc2 - server_url: http://airbyte-abctl-control-plane:80/api/public/v1/ - redshift_definition_id: f7a7d195-377f-cf5b-70a5-be6b819019dc -aws_s3: - AWS_ACCESS_KEY_ID: test - AWS_DEFAULT_REGION: us-west-2 - AWS_ENDPOINT_URL: http://elt-localstack:4566 - AWS_SECRET_ACCESS_KEY: test - data: - - path: s3://regional-sales-bucket/Regions.jsonl - sync_mode: full_refresh_append - table: Regions -custom_api: - config: - configuration: {} - sync_mode: full_refresh_append - tables: - - Products -flat_files: -- format: csv - path: https://drive.google.com/uc?export=download&id=1zNo7paEsCdTqDP3cks7K8N3r1zdVNcgW - sync_mode: full_refresh_append - table: Store_Locations -mongodb: - config: - connection_string: mongodb://elt-mongodb:27017/?directConnection=true - database: regional_sales - sync_mode: full_refresh_append - tables: - - Customers - - Sales_Team -postgres: - config: - database: regional_sales - host: elt-postgres - password: testelt - port: 5432 - schema: public - sync_mode: full_refresh_append - tables: - - sales_orders - user: postgres -redshift: - config: - host: - port: - database: - username: - password: - schema: regional_sales - s3_bucket_name: - s3_bucket_region: - access_key_id: - secret_access_key: diff --git a/inputs_redshift/regional_sales/data_model.yaml b/inputs_redshift/regional_sales/data_model.yaml deleted file mode 100644 index 0da7dc0230fae8e275cb42b2c52e7963d77d90c3..0000000000000000000000000000000000000000 --- a/inputs_redshift/regional_sales/data_model.yaml +++ /dev/null @@ -1,35 +0,0 @@ -models: - - name: regional_sales__customers - description: Each record represents a customer. - columns: - - name: customer_id - description: Unique identifier for the customer. - - name: customer_name - description: The name of the customer. - - name: most_expensive_order - description: The most expensive order before discount applied the customer has made, with ties broken by the ascending order of the order number. - - name: has_made_orders_online - description: Set to 1 if the customer has made orders online, 0 otherwise. - - name: highest_net_profiit_for_order - description: The highest net profit before discount applied for an order the customer has made. - - name: avg_price_of_order_after_discount - description: The average price of an order after discount the customer has made. - - name: quantity_of_orders_in_2018 - description: The quantity of orders the customer has made in 2018, replace NULL values with 0. - - name: regional_sales__products - description: Each record represents a product. - columns: - - name: product_id - description: Unique identifier for the product. - - name: product_name - description: The name of the product. - - name: has_been_applied_10per_discount - description: Set to 1 if the product has been applied a 10% discount, 0 otherwise. - - name: percent_of_units_ordered_from_burbank_stores - description: Of all units of this product ordered, the percent whose store is in Burbank. - - name: total_net_profit - description: The total net profit of the product before discount applied , replace NULL values with 0. - - name: number_of_orders - description: The number of orders the product has, replace NULL values with 0. - - name: highest_net_profit_in_2019 - description: The highest net profit of the product before discount applied in 2019. \ No newline at end of file diff --git a/inputs_redshift/regional_sales/schemas/Customers.csv b/inputs_redshift/regional_sales/schemas/Customers.csv deleted file mode 100644 index 2ca6d66ddf11b1378d0496b856bc748254c8a876..0000000000000000000000000000000000000000 --- a/inputs_redshift/regional_sales/schemas/Customers.csv +++ /dev/null @@ -1,3 +0,0 @@ -column_name,column_description -CustomerID,unique id number indicating which customer -Customer_Names,the name of the customer diff --git a/inputs_redshift/regional_sales/schemas/Products.csv b/inputs_redshift/regional_sales/schemas/Products.csv deleted file mode 100644 index c9687abe77808b9c8a654c662a97c25ade2eb2cf..0000000000000000000000000000000000000000 --- a/inputs_redshift/regional_sales/schemas/Products.csv +++ /dev/null @@ -1,3 +0,0 @@ -column_name,column_description -productid,unique id number representing each product -product_name,name of the product diff --git a/inputs_redshift/regional_sales/schemas/Regions.csv b/inputs_redshift/regional_sales/schemas/Regions.csv deleted file mode 100644 index ab6504ce2371c5bdda14b0656b8186e264269036..0000000000000000000000000000000000000000 --- a/inputs_redshift/regional_sales/schemas/Regions.csv +++ /dev/null @@ -1,4 +0,0 @@ -column_name,column_description -StateCode,the unique code identifying the state -State,full state name -Region,the region where the state is located in diff --git a/inputs_redshift/regional_sales/schemas/Sales_Orders.csv b/inputs_redshift/regional_sales/schemas/Sales_Orders.csv deleted file mode 100644 index 4ebaf9c725af4e0692b49d137653373e9af3c8c5..0000000000000000000000000000000000000000 --- a/inputs_redshift/regional_sales/schemas/Sales_Orders.csv +++ /dev/null @@ -1,17 +0,0 @@ -column_name,column_description -OrderNumber,the unique number identifying the order -Sales_Channel,Sales Channel -WarehouseCode,Warehouse Code -ProcuredDate,Procured Date -OrderDate,Order Date -ShipDate,Ship Date -DeliveryDate,Delivery Date -CurrencyCode,Currency Code -SalesTeamID,Sales Team ID -CustomerID,Customer ID -StoreID,Store ID -ProductID,Product ID -Order_Quantity,Order Quantity -Discount_Applied,Discount Applied -Unit_Price, -Unit_Cost, diff --git a/inputs_redshift/regional_sales/schemas/Sales_Team.csv b/inputs_redshift/regional_sales/schemas/Sales_Team.csv deleted file mode 100644 index 09d0f92fbf2e1c00014071c6c67f0e9ac7c0e326..0000000000000000000000000000000000000000 --- a/inputs_redshift/regional_sales/schemas/Sales_Team.csv +++ /dev/null @@ -1,4 +0,0 @@ -column_name,column_description -SalesTeamID,unique sales team id -Sales_Team,sales team names -Region,the region where the state is located in diff --git a/inputs_redshift/regional_sales/schemas/Store_Locations.csv b/inputs_redshift/regional_sales/schemas/Store_Locations.csv deleted file mode 100644 index 425d05331193c7a99ea492dd05ee6d100f7426b8..0000000000000000000000000000000000000000 --- a/inputs_redshift/regional_sales/schemas/Store_Locations.csv +++ /dev/null @@ -1,16 +0,0 @@ -column_name,column_description -storeid,unique store id -city_name,City Name -county,full county name -statecode,state code -state,full state name -type,type of the store -latitude,Latitude -longitude,Longitude -areacode, -population,Population -household_income,Household Income -median_income,Median Income -land_area,Land Area -water_area,Water Area -time_zone,Time Zone diff --git a/inputs_redshift/restaurant/config.yaml b/inputs_redshift/restaurant/config.yaml deleted file mode 100644 index 41c144a26e52c063fe3388d4d3a9f1b1f736c1b7..0000000000000000000000000000000000000000 --- a/inputs_redshift/restaurant/config.yaml +++ /dev/null @@ -1,39 +0,0 @@ -Airbyte: - config: - files_definition_id: 778daa7c-feaf-4db6-96f3-70fd645acc77 - namespace_definition: destination - s3_definition_id: 69589781-7828-43c5-9f63-8925b1c1ccc2 - server_url: http://airbyte-abctl-control-plane:80/api/public/v1/ - redshift_definition_id: f7a7d195-377f-cf5b-70a5-be6b819019dc -aws_s3: - AWS_ACCESS_KEY_ID: test - AWS_DEFAULT_REGION: us-west-2 - AWS_ENDPOINT_URL: http://elt-localstack:4566 - AWS_SECRET_ACCESS_KEY: test - data: - - path: s3://restaurant-bucket/geographic.parquet - sync_mode: full_refresh_append - table: geographic -custom_api: - config: - configuration: {} - sync_mode: full_refresh_append - tables: - - generalinfo -flat_files: -- format: csv - path: https://drive.google.com/uc?export=download&id=1f-EM2jQC_47AbFFzvwpdqN3tJStaTTH5 - sync_mode: full_refresh_append - table: location -redshift: - config: - host: - port: - database: - username: - password: - schema: restaurant - s3_bucket_name: - s3_bucket_region: - access_key_id: - secret_access_key: diff --git a/inputs_redshift/restaurant/data_model.yaml b/inputs_redshift/restaurant/data_model.yaml deleted file mode 100644 index d454f4931b4aaffaf54e870a97bd6837f6bd3fd3..0000000000000000000000000000000000000000 --- a/inputs_redshift/restaurant/data_model.yaml +++ /dev/null @@ -1,16 +0,0 @@ -models: - - name: cities - description: Each record represents a unique city from table geographic. - columns: - - name: city - description: Unique identifier for the city. - - name: most_popular_restaurant - description: The most popular restaurant's label in the city, with ties broken by the ascending order of the restaurant's label. Most popular restaurant refers to the restaurant with the highest review score. - - name: most_common_type - description: The most common type of restaurant in the city,with ties broken by the ascending order of the food type - - name: most_popular_restaurant_serving_Asian_foods - description: The label of the most popular restaurant serving Asian foods in the city, with ties broken by the ascending order of the restaurant's label. Most popular restaurant refers to the restaurant with the highest review score. Serving asian foods refers to food_type = 'asian'. - - name: average_review_score_of_restaurants - description: The average review score of restaurants in the city. - - name: review_greater_than_average_review_all_American_restaurants - description: Set to 3 if the average review of all restaurants in the city exceeds 90% of the average review of all American restaurants in the city, to 2 if it exceeds 70%, to 1 if it exceeds 50%, and to 0 otherwise. \ No newline at end of file diff --git a/inputs_redshift/restaurant/schemas/generalinfo.csv b/inputs_redshift/restaurant/schemas/generalinfo.csv deleted file mode 100644 index 19182923a84876f2f49bf215c71ca6ab8920780b..0000000000000000000000000000000000000000 --- a/inputs_redshift/restaurant/schemas/generalinfo.csv +++ /dev/null @@ -1,6 +0,0 @@ -column_name,column_description -id_restaurant,the unique id for the restaurant -label,the label of the restaurant -food_type,the food type -city,the city where the restaurant is located in -review,the review of the restaurant diff --git a/inputs_redshift/restaurant/schemas/geographic.csv b/inputs_redshift/restaurant/schemas/geographic.csv deleted file mode 100644 index f6efb6bea94ce796803ae77f4b4095baab41a86d..0000000000000000000000000000000000000000 --- a/inputs_redshift/restaurant/schemas/geographic.csv +++ /dev/null @@ -1,4 +0,0 @@ -column_name,column_description -city,the city -county,the country the city belongs to -region,corresponding regions diff --git a/inputs_redshift/restaurant/schemas/location.csv b/inputs_redshift/restaurant/schemas/location.csv deleted file mode 100644 index ca7322b9045248ab5a709ca889ab5c2bec258d35..0000000000000000000000000000000000000000 --- a/inputs_redshift/restaurant/schemas/location.csv +++ /dev/null @@ -1,5 +0,0 @@ -column_name,column_description -id_restaurant,the unique id for the restaurant -street_num,the street number of the restaurant -street_name,the street name of the restaurant -city,the city where the restaurant is located in diff --git a/inputs_redshift/retail_complains/config.yaml b/inputs_redshift/retail_complains/config.yaml deleted file mode 100644 index 571e984eec255b66d4e575ef51ea48f462625cbf..0000000000000000000000000000000000000000 --- a/inputs_redshift/retail_complains/config.yaml +++ /dev/null @@ -1,60 +0,0 @@ -Airbyte: - config: - files_definition_id: 778daa7c-feaf-4db6-96f3-70fd645acc77 - mongodb_definition_id: b2e713cd-cc36-4c0a-b5bd-b47cb8a0561e - namespace_definition: destination - postgres_definition_id: decd338e-5647-4c0b-adf4-da0e75f5a750 - s3_definition_id: 69589781-7828-43c5-9f63-8925b1c1ccc2 - server_url: http://airbyte-abctl-control-plane:80/api/public/v1/ - redshift_definition_id: f7a7d195-377f-cf5b-70a5-be6b819019dc -aws_s3: - AWS_ACCESS_KEY_ID: test - AWS_DEFAULT_REGION: us-west-2 - AWS_ENDPOINT_URL: http://elt-localstack:4566 - AWS_SECRET_ACCESS_KEY: test - data: - - path: s3://retail-complains-bucket/state.csv - sync_mode: full_refresh_append - table: state -custom_api: - config: - configuration: {} - sync_mode: full_refresh_append - tables: - - events - - retail_complains_reviews -flat_files: -- format: jsonl - path: https://drive.google.com/uc?export=download&id=1J1UzeftLQeE12J9-c4TzHpEKF1bCzDBQ - sync_mode: full_refresh_append - table: district -mongodb: - config: - connection_string: mongodb://elt-mongodb:27017/?directConnection=true - database: retail_complains - sync_mode: full_refresh_append - tables: - - client -postgres: - config: - database: retail_complains - host: elt-postgres - password: testelt - port: 5432 - schema: public - sync_mode: full_refresh_append - tables: - - callcenterlogs - user: postgres -redshift: - config: - host: - port: - database: - username: - password: - schema: retail_complains - s3_bucket_name: - s3_bucket_region: - access_key_id: - secret_access_key: diff --git a/inputs_redshift/retail_complains/data_model.yaml b/inputs_redshift/retail_complains/data_model.yaml deleted file mode 100644 index 7ae18df969fcb3794c2872b8205f039a2cecfefa..0000000000000000000000000000000000000000 --- a/inputs_redshift/retail_complains/data_model.yaml +++ /dev/null @@ -1,20 +0,0 @@ -models: - - name: clients - description: Each record represents a client. - columns: - - name: client_id - description: Unique identifier for the client. - - name: sex - description: Sex of the client. - - name: full_name - description: Full name of the client. Concatenates the first name, middle name, and last name, separated by a space. - - name: issue_with_the_longest_server_time - description: The issue that the client with the longest server time faced,with ties broken by the ascending order of the issue - - name: days_of_longest_delay_of_complaint - description: The number of days of the longest delay in the client’s complaint. Delay refers to the time between when the complaint was received and when it was sent to the company. - - name: has_in_progress_complaints - description: Set to 1 if the client has in progress complaints, 0 otherwise. - - name: percentage_of_complaint_calls_got_consent - description: The percentage of complaint calls that got consent of all complaints for the client . - - name: number_of_complaint_submitted_via_fax - description: The number of complaints submitted via fax, replace NULL values with 0. \ No newline at end of file diff --git a/inputs_redshift/retail_complains/schemas/callcenterlogs.csv b/inputs_redshift/retail_complains/schemas/callcenterlogs.csv deleted file mode 100644 index a545667c5299f80f63c9888435bc7a1f2c537ab1..0000000000000000000000000000000000000000 --- a/inputs_redshift/retail_complains/schemas/callcenterlogs.csv +++ /dev/null @@ -1,14 +0,0 @@ -column_name,column_description -Date_received,complaint date -Complaint_ID,unique id number representing each complaint -rand_client,client id -phonefinal,final phone number -vru_line,voice response unit line -call_id,id number identifying the call -priority,priority of the complaint -type,type of complaint -outcome,the outcome of processing of complaints -server,server -ser_start,server start time -ser_exit,server exit time -ser_time,server time diff --git a/inputs_redshift/retail_complains/schemas/client.csv b/inputs_redshift/retail_complains/schemas/client.csv deleted file mode 100644 index 65db285b45cfdc01b1dbbff333dde07f5dd0ca7a..0000000000000000000000000000000000000000 --- a/inputs_redshift/retail_complains/schemas/client.csv +++ /dev/null @@ -1,19 +0,0 @@ -column_name,column_description -client_id,unique id client number -sex,sex of client -day,day of the birthday -month,month of the birthday -year,year when is born -age,age -social,social number -first,first name -middle,middle name -last,last name -phone,phone number -email,email -address_1,address 1 -address_2,address 2 -city,city -state,state code -zipcode,zipcode -district_id,district id number diff --git a/inputs_redshift/retail_complains/schemas/district.csv b/inputs_redshift/retail_complains/schemas/district.csv deleted file mode 100644 index 0a2682c1c1ac743394464f20432287413c75b38d..0000000000000000000000000000000000000000 --- a/inputs_redshift/retail_complains/schemas/district.csv +++ /dev/null @@ -1,5 +0,0 @@ -column_name,column_description -district_id,unique id number representing district -city,city -state_abbrev,state abbreviated code -division,division diff --git a/inputs_redshift/retail_complains/schemas/events.csv b/inputs_redshift/retail_complains/schemas/events.csv deleted file mode 100644 index ea29352a2c5c416fc03ead7ab4875fef633901bb..0000000000000000000000000000000000000000 --- a/inputs_redshift/retail_complains/schemas/events.csv +++ /dev/null @@ -1,16 +0,0 @@ -column_name,column_description -date_received,Date received -product,complaining about which product -sub_product,sub product if exists -issue,problems leading to this complaints -sub_issue,sub problems leading to this complaints if exists -consumer_complaint_narrative,Consumer complaint narrative -tags,tags of client -consumer_consent_provided,whether the tags labeled under permission of the clients -submitted_via,Submitted via -date_sent_to_company,Date sent to company -company_response_to_consumer,Company response to consumer -timely_response,whether the response of the company is timely -consumer_disputed,whether the consumer dispute about the response from the company. -complaint_id,id number indicating which complaint -client_id,id number indicating which client diff --git a/inputs_redshift/retail_complains/schemas/retail_complains_reviews.csv b/inputs_redshift/retail_complains/schemas/retail_complains_reviews.csv deleted file mode 100644 index 759f63e18e9f282eabcb5d2ed06824e5de5a8d0b..0000000000000000000000000000000000000000 --- a/inputs_redshift/retail_complains/schemas/retail_complains_reviews.csv +++ /dev/null @@ -1,6 +0,0 @@ -column_name,column_description -date, -stars, -reviews, -product, -district_id, diff --git a/inputs_redshift/retail_complains/schemas/state.csv b/inputs_redshift/retail_complains/schemas/state.csv deleted file mode 100644 index b6b6c857611b52a7d4e49dd8cfe378aab3625c19..0000000000000000000000000000000000000000 --- a/inputs_redshift/retail_complains/schemas/state.csv +++ /dev/null @@ -1,4 +0,0 @@ -column_name,column_description -StateCode, -State, -Region, diff --git a/inputs_redshift/retail_world/config.yaml b/inputs_redshift/retail_world/config.yaml deleted file mode 100644 index 66b82f5465fb23d2211da652b583515280f975cc..0000000000000000000000000000000000000000 --- a/inputs_redshift/retail_world/config.yaml +++ /dev/null @@ -1,65 +0,0 @@ -Airbyte: - config: - files_definition_id: 778daa7c-feaf-4db6-96f3-70fd645acc77 - mongodb_definition_id: b2e713cd-cc36-4c0a-b5bd-b47cb8a0561e - namespace_definition: destination - postgres_definition_id: decd338e-5647-4c0b-adf4-da0e75f5a750 - s3_definition_id: 69589781-7828-43c5-9f63-8925b1c1ccc2 - server_url: http://airbyte-abctl-control-plane:80/api/public/v1/ - redshift_definition_id: f7a7d195-377f-cf5b-70a5-be6b819019dc -aws_s3: - AWS_ACCESS_KEY_ID: test - AWS_DEFAULT_REGION: us-west-2 - AWS_ENDPOINT_URL: http://elt-localstack:4566 - AWS_SECRET_ACCESS_KEY: test - data: - - path: s3://retail-world-bucket/Categories.jsonl - sync_mode: full_refresh_append - table: Categories -custom_api: - config: - configuration: {} - sync_mode: full_refresh_append - tables: - - retail_world_products -flat_files: -- format: csv - path: https://drive.google.com/uc?export=download&id=1VQoEXoynbMjyQS1VNAYBC2GTykRAvU4F - sync_mode: full_refresh_append - table: Shippers -- format: parquet - path: https://drive.google.com/uc?export=download&id=1-pQo35_QRiAigz6CjR5Xn8Rj9r561GUv - sync_mode: full_refresh_append - table: Suppliers -mongodb: - config: - connection_string: mongodb://elt-mongodb:27017/?directConnection=true - database: retail_world - sync_mode: full_refresh_append - tables: - - Customers - - Employees -postgres: - config: - database: retail_world - host: elt-postgres - password: testelt - port: 5432 - schema: public - sync_mode: full_refresh_append - tables: - - order_details - - orders - user: postgres -redshift: - config: - host: - port: - database: - username: - password: - schema: retail_world - s3_bucket_name: - s3_bucket_region: - access_key_id: - secret_access_key: diff --git a/inputs_redshift/retail_world/data_model.yaml b/inputs_redshift/retail_world/data_model.yaml deleted file mode 100644 index c1f84dd175bf7fb7bbe6f6938a01bea11f213be7..0000000000000000000000000000000000000000 --- a/inputs_redshift/retail_world/data_model.yaml +++ /dev/null @@ -1,20 +0,0 @@ -models: - - name: retail_world__customers - description: Each record represents a customer. - columns: - - name: customerid - description: Unique identifier for the customer. - - name: customername - description: Name of the customer. - - name: country - description: Country of the customer. - - name: num_orders - description: Number of orders placed by the customer, replace NULL values with 0. - - name: avg_cost_of_orders - description: Average cost of orders placed by the customer. - - name: top_shipper - description: The shipper with the highest number of orders for a customer, with ties resolved in ascending alphabetical order of the shipper's name. - - name: total_quantity_of_products - description: Total quantity of products ordered by the customer, replace NULL values with 0. - - name: has_bought_product_from_France - description: Set to 1 if the customer has bought at least one product from France, 0 otherwise. \ No newline at end of file diff --git a/inputs_redshift/retail_world/schemas/Categories.csv b/inputs_redshift/retail_world/schemas/Categories.csv deleted file mode 100644 index 09ee4996520da6b0723d93e26dffdce23cddb0fc..0000000000000000000000000000000000000000 --- a/inputs_redshift/retail_world/schemas/Categories.csv +++ /dev/null @@ -1,4 +0,0 @@ -column_name,column_description -CategoryID,the unique id for the category -CategoryName,the category name -Description,the detailed description of the category diff --git a/inputs_redshift/retail_world/schemas/Customers.csv b/inputs_redshift/retail_world/schemas/Customers.csv deleted file mode 100644 index 080a80c22040c1709c512d608dcb8f7bbd769172..0000000000000000000000000000000000000000 --- a/inputs_redshift/retail_world/schemas/Customers.csv +++ /dev/null @@ -1,8 +0,0 @@ -column_name,column_description -CustomerID,the unique id for customers -CustomerName,the customer name -ContactName,the contact person's name representing the company -Address,the address of the customer -City,the city where the customer is located -PostalCode,the postal code -Country,the country diff --git a/inputs_redshift/retail_world/schemas/Employees.csv b/inputs_redshift/retail_world/schemas/Employees.csv deleted file mode 100644 index 112d5527f7d545fe5d432d3a800bfb0eac9071b1..0000000000000000000000000000000000000000 --- a/inputs_redshift/retail_world/schemas/Employees.csv +++ /dev/null @@ -1,7 +0,0 @@ -column_name,column_description -EmployeeID,the unique id for employees -LastName,the employee's last name -FirstName,the employee's first name -BirthDate,the birth date of the employee -Photo,the photo of the employee -Notes,some additional information of the employee diff --git a/inputs_redshift/retail_world/schemas/Order_Details.csv b/inputs_redshift/retail_world/schemas/Order_Details.csv deleted file mode 100644 index 4898bf63698e3cb7ee6f5496efa41cdabf483898..0000000000000000000000000000000000000000 --- a/inputs_redshift/retail_world/schemas/Order_Details.csv +++ /dev/null @@ -1,5 +0,0 @@ -column_name,column_description -OrderID,the unique id for orders -ProductID,the unique id for products -Quantity,the quantity of the ordered products -OrderDetailID,id of the order detail diff --git a/inputs_redshift/retail_world/schemas/Orders.csv b/inputs_redshift/retail_world/schemas/Orders.csv deleted file mode 100644 index 73b93cb5df1317e30fe6fe591897f7fa52401bff..0000000000000000000000000000000000000000 --- a/inputs_redshift/retail_world/schemas/Orders.csv +++ /dev/null @@ -1,6 +0,0 @@ -column_name,column_description -OrderID,the unique id for orders -CustomerID,the unique id for customers -EmployeeID,the unique id for employees -OrderDate,the order date -ShipperID,the id of the shipper diff --git a/inputs_redshift/retail_world/schemas/Shippers.csv b/inputs_redshift/retail_world/schemas/Shippers.csv deleted file mode 100644 index 8417cc5baa9877ac101073629202f0a50188015a..0000000000000000000000000000000000000000 --- a/inputs_redshift/retail_world/schemas/Shippers.csv +++ /dev/null @@ -1,4 +0,0 @@ -column_name,column_description -ShipperID,the unique id for shippers -ShipperName,the shipped company name -Phone,the phone of the company diff --git a/inputs_redshift/retail_world/schemas/Suppliers.csv b/inputs_redshift/retail_world/schemas/Suppliers.csv deleted file mode 100644 index ceccbcee17b8056dbc9d61044e775442114b6999..0000000000000000000000000000000000000000 --- a/inputs_redshift/retail_world/schemas/Suppliers.csv +++ /dev/null @@ -1,9 +0,0 @@ -column_name,column_description -SupplierID,the unique id for suppliers -SupplierName,the supplier name -ContactName,the contact person's name representing the company -Address,the address of the supplier -City,the city where the supplier is located -PostalCode,the postal code -Country,the country -Phone,the phone number diff --git a/inputs_redshift/retail_world/schemas/retail_world_products.csv b/inputs_redshift/retail_world/schemas/retail_world_products.csv deleted file mode 100644 index 11dc8aa721fc6208c602ba64a9a6c51903074e6a..0000000000000000000000000000000000000000 --- a/inputs_redshift/retail_world/schemas/retail_world_products.csv +++ /dev/null @@ -1,7 +0,0 @@ -column_name,column_description -productid,the unique id for products -productname,the name of the product -supplierid,the unique id for supplier -categoryid,the unique id for the product category -unit,the unit of the product -price,the price diff --git a/inputs_redshift/retails/config.yaml b/inputs_redshift/retails/config.yaml deleted file mode 100644 index 2d4367fb11f0c78331d5c8b06663538ca7856e72..0000000000000000000000000000000000000000 --- a/inputs_redshift/retails/config.yaml +++ /dev/null @@ -1,64 +0,0 @@ -Airbyte: - config: - files_definition_id: 778daa7c-feaf-4db6-96f3-70fd645acc77 - mongodb_definition_id: b2e713cd-cc36-4c0a-b5bd-b47cb8a0561e - namespace_definition: destination - postgres_definition_id: decd338e-5647-4c0b-adf4-da0e75f5a750 - s3_definition_id: 69589781-7828-43c5-9f63-8925b1c1ccc2 - server_url: http://airbyte-abctl-control-plane:80/api/public/v1/ - redshift_definition_id: f7a7d195-377f-cf5b-70a5-be6b819019dc -aws_s3: - AWS_ACCESS_KEY_ID: test - AWS_DEFAULT_REGION: us-west-2 - AWS_ENDPOINT_URL: http://elt-localstack:4566 - AWS_SECRET_ACCESS_KEY: test - data: - - path: s3://retails-bucket/region.csv - sync_mode: full_refresh_append - table: region - - path: s3://retails-bucket/supplier.parquet - sync_mode: full_refresh_append - table: supplier -custom_api: - config: - configuration: {} - sync_mode: full_refresh_append - tables: - - part -flat_files: -- format: jsonl - path: https://drive.google.com/uc?export=download&id=1bpJheSVxnPfDbWzWtGSgK8y6eQL81PPl - sync_mode: full_refresh_append - table: nation -mongodb: - config: - connection_string: mongodb://elt-mongodb:27017/?directConnection=true - database: retails - sync_mode: full_refresh_append - tables: - - customer - - partsupp -postgres: - config: - database: retails - host: elt-postgres - password: testelt - port: 5432 - schema: public - sync_mode: full_refresh_append - tables: - - lineitem - - orders - user: postgres -redshift: - config: - host: - port: - database: - username: - password: - schema: retails - s3_bucket_name: - s3_bucket_region: - access_key_id: - secret_access_key: diff --git a/inputs_redshift/retails/data_model.yaml b/inputs_redshift/retails/data_model.yaml deleted file mode 100644 index aab778bab6971e9928d6c033cd2a200c2fb1779c..0000000000000000000000000000000000000000 --- a/inputs_redshift/retails/data_model.yaml +++ /dev/null @@ -1,39 +0,0 @@ -models: - - name: nations - description: Each record represents a nation. - columns: - - name: n_nationkey - description: Unique identifier for the nation. - - name: n_name - description: The name of the nation. - - name: n_regionkey - description: The region key of the nation. - - name: num_suppliers_in_debt - description: The number of suppliers whose accounts are in debt in the nation, replace NULL values with 0. - - name: num_customers - description: The number of customers come from the nation, replace NULL values with 0. - - name: balance_larger_thant_avg_balance - description: Set to 1 if the average account balance of the customers in the nation is larger than the average account balance across all customers, otherwise, set to 0 - - name: total_price_of_all_orders - description: The total price of all orders from the nation, replace NULL values with 0. - - name: per_indebted_suppliers - description: The percentage of suppliers whose accounts are in debt in the nation - - name: customers - description: Each record represents a customer. - columns: - - name: c_custkey - description: Unique identifier for the customer. - - name: c_nationkey - description: The nation key of the customer. - - name: c_name - description: The name of the customer. - - name: num_orders - description: The number of orders the customer has made, replace NULL values with 0. - - name: average_total_price_per_order - description: The average total price per order the customer has made. - - name: has_above_average_account_balance - description: Set to 1 if the account balance of the customer is above the average account balance of all customers, otherwise, set to 0 - - name: order_date_highest_total_price - description: The order date with the highest total price the customer has made, with ties broken by the ascending order of the order date. - - name: balance_lower_than_4000_and_in_US - description: Set to 1 if the account balance of the customer is lower than 4000 and the customer is from the US, otherwise, set to 0 \ No newline at end of file diff --git a/inputs_redshift/retails/schemas/customer.csv b/inputs_redshift/retails/schemas/customer.csv deleted file mode 100644 index e80c9d6d2f6b9f7d557edee7602283ce3803cf8a..0000000000000000000000000000000000000000 --- a/inputs_redshift/retails/schemas/customer.csv +++ /dev/null @@ -1,9 +0,0 @@ -column_name,column_description -c_custkey,unique id number identifying the customer -c_mktsegment,the segment of the customer -c_nationkey,the nation key number of the customer -c_name,name of the customer -c_address,address of the customer -c_phone,phone of the customer -c_acctbal,account balance -c_comment,comment of the customer diff --git a/inputs_redshift/retails/schemas/lineitem.csv b/inputs_redshift/retails/schemas/lineitem.csv deleted file mode 100644 index cb8b9eb6c649780e1d966abfeb4733db83e44e71..0000000000000000000000000000000000000000 --- a/inputs_redshift/retails/schemas/lineitem.csv +++ /dev/null @@ -1,17 +0,0 @@ -column_name,column_description -l_shipdate,ship date of line item -l_orderkey,order key number of line item -l_discount,discount of line item -l_extendedprice,extended price of line item -l_suppkey,suppkey of line item -l_quantity,quantity of line item -l_returnflag,return flag of line item -l_partkey,part key of line item -l_linestatus,line status of line item -l_tax,tax of line item -l_commitdate,commit date of line item -l_receiptdate,receipt date of line item -l_shipmode,ship mode of line item -l_linenumber,unique id number identifying the line item -l_shipinstruct,ship instruct of line item -l_comment,comment of line item diff --git a/inputs_redshift/retails/schemas/nation.csv b/inputs_redshift/retails/schemas/nation.csv deleted file mode 100644 index caaa20d97b6d2faaa3b5b1d9d558817919810bbe..0000000000000000000000000000000000000000 --- a/inputs_redshift/retails/schemas/nation.csv +++ /dev/null @@ -1,5 +0,0 @@ -column_name,column_description -n_nationkey,unique id number identifying the nation -n_name,name of the nation -n_regionkey,region key number of the nation -n_comment,comment description of nation diff --git a/inputs_redshift/retails/schemas/orders.csv b/inputs_redshift/retails/schemas/orders.csv deleted file mode 100644 index 730bdc42911a7ed4c783f6734a1b90b08de61756..0000000000000000000000000000000000000000 --- a/inputs_redshift/retails/schemas/orders.csv +++ /dev/null @@ -1,10 +0,0 @@ -column_name,column_description -o_orderdate,date of the order -o_orderkey,unique id number identifying the order -o_custkey,customer key of order -o_orderpriority,priority rate of order -o_shippriority,ship priority of order -o_clerk,clerk of order -o_orderstatus,status of order -o_totalprice,total price of the order -o_comment,comment description of order diff --git a/inputs_redshift/retails/schemas/part.csv b/inputs_redshift/retails/schemas/part.csv deleted file mode 100644 index 39b92a7cf729aad01fc5545cecfebef16fad7517..0000000000000000000000000000000000000000 --- a/inputs_redshift/retails/schemas/part.csv +++ /dev/null @@ -1,10 +0,0 @@ -column_name,column_description -p_partkey,unique id number identifying the part -p_type,type of part -p_size,size number of part -p_brand,brand of part -p_name,name of part -p_container,container of part -p_mfgr,manufacturer of part -p_retailprice,retail price of part -p_comment,comment description text of part diff --git a/inputs_redshift/retails/schemas/partsupp.csv b/inputs_redshift/retails/schemas/partsupp.csv deleted file mode 100644 index 5f0ddb8fd692a48f5bb2fb54ef1817fc42875959..0000000000000000000000000000000000000000 --- a/inputs_redshift/retails/schemas/partsupp.csv +++ /dev/null @@ -1,6 +0,0 @@ -column_name,column_description -ps_partkey,unique id number identifying the part key -ps_suppkey,unique id number identifying the supply key -ps_supplycost,cost number of the part supply -ps_availqty,available quantity of the part supply -ps_comment,comment description of the part supply. diff --git a/inputs_redshift/retails/schemas/region.csv b/inputs_redshift/retails/schemas/region.csv deleted file mode 100644 index 55e18a99ad457866a1a16248479732f1c400225d..0000000000000000000000000000000000000000 --- a/inputs_redshift/retails/schemas/region.csv +++ /dev/null @@ -1,4 +0,0 @@ -column_name,column_description -r_regionkey,unique id number identifying the region -r_name,name of the region -r_comment,comment description of the region diff --git a/inputs_redshift/retails/schemas/supplier.csv b/inputs_redshift/retails/schemas/supplier.csv deleted file mode 100644 index ed007233a5d9d8f38ceb208734af2012d8379ed8..0000000000000000000000000000000000000000 --- a/inputs_redshift/retails/schemas/supplier.csv +++ /dev/null @@ -1,8 +0,0 @@ -column_name,column_description -s_suppkey,unique id number identifying the supply -s_nationkey,nation key of the supply -s_comment,comment description of the comment -s_name,name of the supplier -s_address,address of the supplier -s_phone,phone number of the supplier -s_acctbal,account balance of the supplier diff --git a/inputs_redshift/sales/config.yaml b/inputs_redshift/sales/config.yaml deleted file mode 100644 index f247755d7ca2e2ea5965d746d46bf7f0b72023ea..0000000000000000000000000000000000000000 --- a/inputs_redshift/sales/config.yaml +++ /dev/null @@ -1,49 +0,0 @@ -Airbyte: - config: - files_definition_id: 778daa7c-feaf-4db6-96f3-70fd645acc77 - mongodb_definition_id: b2e713cd-cc36-4c0a-b5bd-b47cb8a0561e - namespace_definition: destination - postgres_definition_id: decd338e-5647-4c0b-adf4-da0e75f5a750 - server_url: http://airbyte-abctl-control-plane:80/api/public/v1/ - redshift_definition_id: f7a7d195-377f-cf5b-70a5-be6b819019dc -custom_api: - config: - configuration: {} - sync_mode: full_refresh_append - tables: - - sales_products -flat_files: -- format: jsonl - path: https://drive.google.com/uc?export=download&id=1aRYJ5V4ZcsGiFFjS45U1-vDdymCj38bO - sync_mode: full_refresh_append - table: Employees -mongodb: - config: - connection_string: mongodb://elt-mongodb:27017/?directConnection=true - database: sales - sync_mode: full_refresh_append - tables: - - Customers -postgres: - config: - database: sales - host: elt-postgres - password: testelt - port: 5432 - schema: public - sync_mode: full_refresh_append - tables: - - sale - user: postgres -redshift: - config: - host: - port: - database: - username: - password: - schema: sales - s3_bucket_name: - s3_bucket_region: - access_key_id: - secret_access_key: diff --git a/inputs_redshift/sales/data_model.yaml b/inputs_redshift/sales/data_model.yaml deleted file mode 100644 index 23cdd73735d31ba2e26bf4588ef85a91f20d6fa7..0000000000000000000000000000000000000000 --- a/inputs_redshift/sales/data_model.yaml +++ /dev/null @@ -1,60 +0,0 @@ -models: - - name: sales__customers - description: Each record represents a customer. - columns: - - name: CustomerID - description: Unique identifier for the customer. - - name: FirstName - description: The first name of the customer. - - name: LastName - description: The last name of the customer. - - name: product_with_the_highest_quantity - description: The product with the highest quantity the customer has bought, with ties broken by the ascending order of the product name - - name: above_average_bought_quantity - description: Set to 1 if the customer has bought more than the average quantity of customers who made a purchase, 0 otherwise. - - name: total_bought_quantity - description: The total quantity of products the customer has bought, replace NULL values with 0. - - name: placed_order_for_product_id_1 - description: Set to 1 if the customer has placed an order for product ID 1, 0 otherwise. - - name: total_price_purchased - description: The total price the customer has purchased, replace NULL values with 0. - - - name: sales__employees - description: Each record represents an employee. - columns: - - name: EmployeeID - description: Unique identifier for the employee. - - name: FirstName - description: The first name of the employee. - - name: LastName - description: The last name of the employee. - - name: num_sales - description: The number of sales the employee has handled, replace NULL values with 0. - - name: sold_over_20000_Touring_Blue - description: Set to 1 if the employee has sold over 20000 units of the product "Touring-2000 Blue, 50", 0 otherwise. - - name: product_sold_most - description: The name of the product that is most sold by the employee, with ties broken by the ascending order of the product name - - name: num_customers - description: The number of customers the employee has served, replace NULL values with 0. - - name: total_amount_sold - description: The total amount the employee has sold, replace NULL values with 0. - - - name: sales__products - description: Each record represents a product. - columns: - - name: ProductID - description: Unique identifier for the product. - - name: Name - description: The name of the product. - - name: Price - description: The price of the product. - - name: total_sale_price - description: The total sale price of the product, replace NULL values with 0. - - name: sold_below_the_average_quantity - description: Set to 1 if the product has been sold below the average quantity of all products, 0 otherwise. - - name: per_sold - description: The percentage of the product sold in the total number of products sold. - - name: num_sold_by_Stearns_MacFeather - description: The total quantity of products sold by the employee "Stearns MacFeather", replace NULL values with 0. - - name: is_freebies - description: Set to 1 if the product is freebies, 0 otherwise. \ No newline at end of file diff --git a/inputs_redshift/sales/schemas/Customers.csv b/inputs_redshift/sales/schemas/Customers.csv deleted file mode 100644 index 595d52178ca27cf0949fafbcd3b128ebc249a0f2..0000000000000000000000000000000000000000 --- a/inputs_redshift/sales/schemas/Customers.csv +++ /dev/null @@ -1,5 +0,0 @@ -column_name,column_description -CustomerID,the unique id of the customer -FirstName,the customer's first name -MiddleInitial,the customer's middle initial -LastName,the customer's last name diff --git a/inputs_redshift/sales/schemas/Employees.csv b/inputs_redshift/sales/schemas/Employees.csv deleted file mode 100644 index 71656284d4e1f36093d851c688bb379f3725fbf8..0000000000000000000000000000000000000000 --- a/inputs_redshift/sales/schemas/Employees.csv +++ /dev/null @@ -1,5 +0,0 @@ -column_name,column_description -EmployeeID,the unique id of the employee -FirstName,the employee's first name -MiddleInitial,the employee's middle initial -LastName,the employee's last name diff --git a/inputs_redshift/sales/schemas/sale.csv b/inputs_redshift/sales/schemas/sale.csv deleted file mode 100644 index 5a18baa65bb55325ea8bcbf6cc387328a8a504a1..0000000000000000000000000000000000000000 --- a/inputs_redshift/sales/schemas/sale.csv +++ /dev/null @@ -1,6 +0,0 @@ -column_name,column_description -SalesID,the unique id of the sales -SalesPersonID,the unique id of the sale person -CustomerID,the unique id of the customer -ProductID,the unique id of the product -Quantity,trading quantity diff --git a/inputs_redshift/sales/schemas/sales_products.csv b/inputs_redshift/sales/schemas/sales_products.csv deleted file mode 100644 index 58b10b8598a56b0de47fadd02e84ff66f0833781..0000000000000000000000000000000000000000 --- a/inputs_redshift/sales/schemas/sales_products.csv +++ /dev/null @@ -1,4 +0,0 @@ -column_name,column_description -productid,the unique id of the product -name,the product name -price,the price of the product diff --git a/inputs_redshift/sales_in_weather/config.yaml b/inputs_redshift/sales_in_weather/config.yaml deleted file mode 100644 index 70b89d39f482a1ad64b82b01e40ba483b2d989f3..0000000000000000000000000000000000000000 --- a/inputs_redshift/sales_in_weather/config.yaml +++ /dev/null @@ -1,41 +0,0 @@ -Airbyte: - config: - files_definition_id: 778daa7c-feaf-4db6-96f3-70fd645acc77 - namespace_definition: destination - postgres_definition_id: decd338e-5647-4c0b-adf4-da0e75f5a750 - server_url: http://airbyte-abctl-control-plane:80/api/public/v1/ - redshift_definition_id: f7a7d195-377f-cf5b-70a5-be6b819019dc -custom_api: - config: - configuration: {} - sync_mode: full_refresh_append - tables: - - sale_weather -flat_files: -- format: csv - path: https://drive.google.com/uc?export=download&id=1ac6xINC54hrotS1qf9cG6sbkFwflitW- - sync_mode: full_refresh_append - table: relation -postgres: - config: - database: sales_in_weather - host: elt-postgres - password: testelt - port: 5432 - schema: public - sync_mode: full_refresh_append - tables: - - sales - user: postgres -redshift: - config: - host: - port: - database: - username: - password: - schema: sales_in_weather - s3_bucket_name: - s3_bucket_region: - access_key_id: - secret_access_key: diff --git a/inputs_redshift/sales_in_weather/data_model.yaml b/inputs_redshift/sales_in_weather/data_model.yaml deleted file mode 100644 index baedfc078b12a64bb4bc4c0fc5a8692a59d7cde8..0000000000000000000000000000000000000000 --- a/inputs_redshift/sales_in_weather/data_model.yaml +++ /dev/null @@ -1,31 +0,0 @@ -models: - - name: stores - description: Each record represents a store. - columns: - - name: store_nbr - description: Store number. - - name: item_5_sold_in_day_with_highest_temp_2012 - description: The number of units sold for item no. 5 in the store on the day in 2012 with the highest temperature. If multiple days share the highest temperature, return the maximum units sold among those days, replace NULL values with 0. - - name: item_7_sold_in_day_with_biggest_temp_range - description: The number of units of item no.7 were sold in store on the day the temperature range was the biggest, If multiple days share the biggest temperature range, return the maximum units sold among those days, replace NULL values with 0. - - name: per_item_5_sold_2012 - description: The percentage of the units of item no.5 sold among all units of items sold in store in 2012. - - name: avg_item_5_sold_when_max_temp_exceeded_90 - description: The average number of units of item no.5 sold in store when the maximum temperature exceeded 90. - - name: num_items_sold_during_a_snowy_day - description: The number of units of items were sold by the store during a snowy day, replace NULL values with 0. - - name: stations - description: Each record represents a station. - columns: - - name: station_nbr - description: Station number. - - name: num_stores - description: The number of stores in the station, replace NULL values with 0. - - name: quantity_of_item_5_sold - description: The quantity of item number 5 overall in the station, replace NULL values with 0. - - name: avg_maximum_temp_Feb_2012 - description: The station's average maximum temperature in February 2012. - - name: most_purchased_products - description: The most purchased products in the station, with ties broken by the ascending order of the item number. - - name: item_9_sold_when_avg_temp_less_than_83 - description: The number of units are being sold for item 9 in the station when the average temperature is less than 83, replace NULL values with 0. \ No newline at end of file diff --git a/inputs_redshift/sales_in_weather/schemas/relation.csv b/inputs_redshift/sales_in_weather/schemas/relation.csv deleted file mode 100644 index 32e6f0df91801eca154eeedf4a33ff81994cd5be..0000000000000000000000000000000000000000 --- a/inputs_redshift/sales_in_weather/schemas/relation.csv +++ /dev/null @@ -1,3 +0,0 @@ -column_name,column_description -store_nbr,the id of stores -station_nbr,the id of weather stations diff --git a/inputs_redshift/sales_in_weather/schemas/sale_weather.csv b/inputs_redshift/sales_in_weather/schemas/sale_weather.csv deleted file mode 100644 index cba58fe5ff65ca55db005f0653baf1c92d8aaa79..0000000000000000000000000000000000000000 --- a/inputs_redshift/sales_in_weather/schemas/sale_weather.csv +++ /dev/null @@ -1,18 +0,0 @@ -column_name,column_description -station_nbr,the id of weather stations -date,date -tmax,max temperature -tmin,min temperature -tavg,average temperature -dewpoint, -wetbulb, -heat,calculated heating degree -cool,calculated cooling degree -codesum,code summarization for the weather -snowfall,snowfall -preciptotal,precipitation total -stnpressure,station pressure -sealevel,sea level -resultspeed,resultant wind speed -resultdir,resultant wind direction -avgspeed,average wind speed diff --git a/inputs_redshift/sales_in_weather/schemas/sales.csv b/inputs_redshift/sales_in_weather/schemas/sales.csv deleted file mode 100644 index ea3994020a1d18b84c8bfe3d7cb69a248850e25b..0000000000000000000000000000000000000000 --- a/inputs_redshift/sales_in_weather/schemas/sales.csv +++ /dev/null @@ -1,5 +0,0 @@ -column_name,column_description -date,the date of sales -store_nbr,store number -item_nbr,item / product number -units,the quantity sold of an item on a given day diff --git a/inputs_redshift/shakespeare/config.yaml b/inputs_redshift/shakespeare/config.yaml deleted file mode 100644 index b35c2dd2cdf7b11d7ef1da51b5c3f1e75ae67e73..0000000000000000000000000000000000000000 --- a/inputs_redshift/shakespeare/config.yaml +++ /dev/null @@ -1,53 +0,0 @@ -Airbyte: - config: - mongodb_definition_id: b2e713cd-cc36-4c0a-b5bd-b47cb8a0561e - namespace_definition: destination - postgres_definition_id: decd338e-5647-4c0b-adf4-da0e75f5a750 - s3_definition_id: 69589781-7828-43c5-9f63-8925b1c1ccc2 - server_url: http://airbyte-abctl-control-plane:80/api/public/v1/ - redshift_definition_id: f7a7d195-377f-cf5b-70a5-be6b819019dc -aws_s3: - AWS_ACCESS_KEY_ID: test - AWS_DEFAULT_REGION: us-west-2 - AWS_ENDPOINT_URL: http://elt-localstack:4566 - AWS_SECRET_ACCESS_KEY: test - data: - - path: s3://shakespeare-bucket/chapters.jsonl - sync_mode: full_refresh_append - table: chapters -custom_api: - config: - configuration: {} - sync_mode: full_refresh_append - tables: - - works -mongodb: - config: - connection_string: mongodb://elt-mongodb:27017/?directConnection=true - database: shakespeare - sync_mode: full_refresh_append - tables: - - characters -postgres: - config: - database: shakespeare - host: elt-postgres - password: testelt - port: 5432 - schema: public - sync_mode: full_refresh_append - tables: - - paragraphs - user: postgres -redshift: - config: - host: - port: - database: - username: - password: - schema: shakespeare - s3_bucket_name: - s3_bucket_region: - access_key_id: - secret_access_key: diff --git a/inputs_redshift/shakespeare/data_model.yaml b/inputs_redshift/shakespeare/data_model.yaml deleted file mode 100644 index 7478ca87db2e37e41b9f0d9c20ab772a339bb6fe..0000000000000000000000000000000000000000 --- a/inputs_redshift/shakespeare/data_model.yaml +++ /dev/null @@ -1,20 +0,0 @@ -models: - - name: shakespeare__works - description: Each record represents a work. - columns: - - name: id - description: Unique identifier for the work. - - name: title - description: The title of the work. - - name: genretype - description: The genre type of the work. - - name: num_characters - description: The number of characters in the work, replace NULL values with 0. - - name: num_scenes - description: The number of scenes in the work, replace NULL values with 0. - - name: has_a_character_as_a_Third_Servingman - description: Set to 1 if the work has a character as a "Third Servingman", otherwise, set to 0. - - name: is_one_act_work - description: Set to 1 if the work is a one-act work, 0 otherwise. - - name: average_scene_per_act - description: The average number of scenes per act in the work. diff --git a/inputs_redshift/shakespeare/schemas/chapters.csv b/inputs_redshift/shakespeare/schemas/chapters.csv deleted file mode 100644 index faad70bc10d1389ffe6651df35a9dc5ff55ca02e..0000000000000000000000000000000000000000 --- a/inputs_redshift/shakespeare/schemas/chapters.csv +++ /dev/null @@ -1,6 +0,0 @@ -column_name,column_description -id,unique id number identifying the chapter -Act,"An act is a major division of a theatre work, including a play, film, opera, or musical theatre" -Scene,"A scene is a dramatic part of a story, at a specific time and place, between specific characters." -Description,textual description of the chapter. -work_id,id number identifying the work diff --git a/inputs_redshift/shakespeare/schemas/characters.csv b/inputs_redshift/shakespeare/schemas/characters.csv deleted file mode 100644 index 9c897e44897a98530f390716e023531fe63432b0..0000000000000000000000000000000000000000 --- a/inputs_redshift/shakespeare/schemas/characters.csv +++ /dev/null @@ -1,5 +0,0 @@ -column_name,column_description -id,unique id number identifying the characters -CharName,character name -Abbrev,abbreviation. An abbreviation is a shortened form of a word or phrase. -Description,description of the character. diff --git a/inputs_redshift/shakespeare/schemas/paragraphs.csv b/inputs_redshift/shakespeare/schemas/paragraphs.csv deleted file mode 100644 index bf754c650ce553cbac7f6df370df73ec14ae1c44..0000000000000000000000000000000000000000 --- a/inputs_redshift/shakespeare/schemas/paragraphs.csv +++ /dev/null @@ -1,6 +0,0 @@ -column_name,column_description -id,unique id number identifying the paragraphs -ParagraphNum,unique id number identifying the paragraph number -PlainText,main content of the paragraphs -character_id,unique id number identifying the mentioned character -chapter_id,unique id number identifying the related chapter diff --git a/inputs_redshift/shakespeare/schemas/works.csv b/inputs_redshift/shakespeare/schemas/works.csv deleted file mode 100644 index 7ac75ffa666970abdb0970a31eb399283c7ddbf5..0000000000000000000000000000000000000000 --- a/inputs_redshift/shakespeare/schemas/works.csv +++ /dev/null @@ -1,6 +0,0 @@ -column_name,column_description -id,unique id number identifying the work -title,title of the work -longtitle,full title of the work -date,date of the work -genretype,the type of the genere diff --git a/inputs_redshift/shipping/config.yaml b/inputs_redshift/shipping/config.yaml deleted file mode 100644 index efaf79b9157e15aaccdbd5279db11d4e2585ed90..0000000000000000000000000000000000000000 --- a/inputs_redshift/shipping/config.yaml +++ /dev/null @@ -1,59 +0,0 @@ -Airbyte: - config: - files_definition_id: 778daa7c-feaf-4db6-96f3-70fd645acc77 - mongodb_definition_id: b2e713cd-cc36-4c0a-b5bd-b47cb8a0561e - namespace_definition: destination - postgres_definition_id: decd338e-5647-4c0b-adf4-da0e75f5a750 - s3_definition_id: 69589781-7828-43c5-9f63-8925b1c1ccc2 - server_url: http://airbyte-abctl-control-plane:80/api/public/v1/ - redshift_definition_id: f7a7d195-377f-cf5b-70a5-be6b819019dc -aws_s3: - AWS_ACCESS_KEY_ID: test - AWS_DEFAULT_REGION: us-west-2 - AWS_ENDPOINT_URL: http://elt-localstack:4566 - AWS_SECRET_ACCESS_KEY: test - data: - - path: s3://shipping-bucket/city.csv - sync_mode: full_refresh_append - table: city -custom_api: - config: - configuration: {} - sync_mode: full_refresh_append - tables: - - truck -flat_files: -- format: parquet - path: https://drive.google.com/uc?export=download&id=1XK_eYSqVlQiiY9GjainO2Lg6sm0QCWMa - sync_mode: full_refresh_append - table: driver -mongodb: - config: - connection_string: mongodb://elt-mongodb:27017/?directConnection=true - database: shipping - sync_mode: full_refresh_append - tables: - - customer -postgres: - config: - database: shipping - host: elt-postgres - password: testelt - port: 5432 - schema: public - sync_mode: full_refresh_append - tables: - - shipment - user: postgres -redshift: - config: - host: - port: - database: - username: - password: - schema: shipping - s3_bucket_name: - s3_bucket_region: - access_key_id: - secret_access_key: diff --git a/inputs_redshift/shipping/data_model.yaml b/inputs_redshift/shipping/data_model.yaml deleted file mode 100644 index 0b786104fd385091e384a9cd4f75549bb58a5301..0000000000000000000000000000000000000000 --- a/inputs_redshift/shipping/data_model.yaml +++ /dev/null @@ -1,39 +0,0 @@ -models: - - name: trucks - description: Each record represents a truck. - columns: - - name: truck_id - description: Unique identifier for the truck. - - name: make - description: The make of the truck. - - name: model_year - description: The model year of the truck. - - name: headquarter - description: Set to 'Texas (TX)' if the make is 'Peterbilt', set to 'North Carolina (NC)' if the make is Mack, set to 'Washington (WA)' if the make is 'Kenworth' - - name: num_shipments - description: The number of shipment delivered by the truck model, replace NULL values with 0. - - name: person_receive_heaviest_shipment - description: The person who received the heaviest shipment delivered by the truck model, with ties broken by the ascending order of the customer name - - name: per_weight_exceed_10000 - description: The percentage of shipments that exceed 10,000 pounds among all shipments delivered by the truck model. - - name: num_shipments_change_from_2016_to_2017 - description: The number of shipments change from 2016 to 2017 delivered by the truck model, replace NULL values with 0. - - name: drivers - description: Each record represents a driver. - columns: - - name: driver_id - description: Unique identifier for the driver. - - name: first_name - description: The first name of the driver. - - name: last_name - description: The last name of the driver. - - name: num_shipments_2017 - description: The number of shipments the driver delivered in 2017, replace NULL values with 0. - - name: num_shipment_to_least_populated_city - description: The number of shipments to the least populated city delivered by the driver, replace NULL values with 0. - - name: per_shipment_placed_by_Autoware_Inc - description: The percentage of shipments placed by Autoware Inc among all shipments delivered by the driver. - - name: has_a_shipment_weight_greater_95_per_avg_across_all_shipments - description: Set to 1 if the driver has a shipment with a weight greater than 95% of the average weight of all shipments, 0 otherwise. - - name: weight_first_shipment - description: The weight the driver transported during his/her first shipment, with ties broken by the descending order of the weight. \ No newline at end of file diff --git a/inputs_redshift/shipping/schemas/city.csv b/inputs_redshift/shipping/schemas/city.csv deleted file mode 100644 index 457c173d772ca633379c1c94db829140835a7872..0000000000000000000000000000000000000000 --- a/inputs_redshift/shipping/schemas/city.csv +++ /dev/null @@ -1,6 +0,0 @@ -column_name,column_description -city_id,unique identifier for the city -city_name,name of the city -state,state in which the city is -population,population of the city -area,square miles the city covers diff --git a/inputs_redshift/shipping/schemas/customer.csv b/inputs_redshift/shipping/schemas/customer.csv deleted file mode 100644 index 0a20ff9b18e6e8403755c995c40718a02333c7eb..0000000000000000000000000000000000000000 --- a/inputs_redshift/shipping/schemas/customer.csv +++ /dev/null @@ -1,10 +0,0 @@ -column_name,column_description -cust_id,Unique identifier for the customer -cust_name,Business name of the customer -annual_revenue,Annual revenue of the customer -cust_type,Whether the customer is a manufacturer or a wholes -address,Physical street address of the customer -city,City of the customer's address -state,State of the customer's address -zip,Postal code of the customer's address -phone,Telephone number to reach the customer diff --git a/inputs_redshift/shipping/schemas/driver.csv b/inputs_redshift/shipping/schemas/driver.csv deleted file mode 100644 index 47a9393c34d08e8dcf6e7e4ddae06c191ff9d889..0000000000000000000000000000000000000000 --- a/inputs_redshift/shipping/schemas/driver.csv +++ /dev/null @@ -1,9 +0,0 @@ -column_name,column_description -driver_id,Unique identifier for the driver -first_name,First given name of the driver -last_name,Family name of the driver -address,Street address of the driver's home -city,City the driver lives in -state,State the driver lives in -zip_code,postal code of the driver's address -phone,telephone number of the driver diff --git a/inputs_redshift/shipping/schemas/shipment.csv b/inputs_redshift/shipping/schemas/shipment.csv deleted file mode 100644 index 46315dcabc55d9d3eadc888273f0776d48f0c69d..0000000000000000000000000000000000000000 --- a/inputs_redshift/shipping/schemas/shipment.csv +++ /dev/null @@ -1,8 +0,0 @@ -column_name,column_description -ship_id,Unique identifier of the shipment -cust_id,A reference to the customer table that indicates which customer the shipment is for -weight,The number of pounds being transported on the shipment -truck_id,A reference to the truck table that indicates which truck is used in the shipment -driver_id,A reference to the driver table that indicates which driver transported the goods in the shipment -city_id,A reference to the city table that indicates the destination of the shipment -ship_date,the date the items were received by the driver diff --git a/inputs_redshift/shipping/schemas/truck.csv b/inputs_redshift/shipping/schemas/truck.csv deleted file mode 100644 index 677be4eb5859ff0bbd34be8162d6abdcbad8f3b5..0000000000000000000000000000000000000000 --- a/inputs_redshift/shipping/schemas/truck.csv +++ /dev/null @@ -1,4 +0,0 @@ -column_name,column_description -truck_id,Unique identifier of the truck table -make,The brand of the truck -model_year,The year the truck was manufactured diff --git a/inputs_redshift/simpson_episodes/config.yaml b/inputs_redshift/simpson_episodes/config.yaml deleted file mode 100644 index 28046ec4a598b6e5ef56f13c1038ca7f37b869d8..0000000000000000000000000000000000000000 --- a/inputs_redshift/simpson_episodes/config.yaml +++ /dev/null @@ -1,61 +0,0 @@ -Airbyte: - config: - files_definition_id: 778daa7c-feaf-4db6-96f3-70fd645acc77 - mongodb_definition_id: b2e713cd-cc36-4c0a-b5bd-b47cb8a0561e - namespace_definition: destination - postgres_definition_id: decd338e-5647-4c0b-adf4-da0e75f5a750 - s3_definition_id: 69589781-7828-43c5-9f63-8925b1c1ccc2 - server_url: http://airbyte-abctl-control-plane:80/api/public/v1/ - redshift_definition_id: f7a7d195-377f-cf5b-70a5-be6b819019dc -aws_s3: - AWS_ACCESS_KEY_ID: test - AWS_DEFAULT_REGION: us-west-2 - AWS_ENDPOINT_URL: http://elt-localstack:4566 - AWS_SECRET_ACCESS_KEY: test - data: - - path: s3://simpson-episodes-bucket/Episode.jsonl - sync_mode: full_refresh_append - table: Episode -custom_api: - config: - configuration: {} - sync_mode: full_refresh_append - tables: - - Award - - Keyword -flat_files: -- format: csv - path: https://drive.google.com/uc?export=download&id=1MfD_rLQ0nmgMwsNbGIKqbmZzfcI_ezn0 - sync_mode: full_refresh_append - table: Character_Award -mongodb: - config: - connection_string: mongodb://elt-mongodb:27017/?directConnection=true - database: simpson_episodes - sync_mode: full_refresh_append - tables: - - Person -postgres: - config: - database: simpson_episodes - host: elt-postgres - password: testelt - port: 5432 - schema: public - sync_mode: full_refresh_append - tables: - - credit - - vote - user: postgres -redshift: - config: - host: - port: - database: - username: - password: - schema: simpson_episodes - s3_bucket_name: - s3_bucket_region: - access_key_id: - secret_access_key: diff --git a/inputs_redshift/simpson_episodes/schemas/Award.csv b/inputs_redshift/simpson_episodes/schemas/Award.csv deleted file mode 100644 index 9865a99a7cc8159d58191b2d59e8cb5a0dec680a..0000000000000000000000000000000000000000 --- a/inputs_redshift/simpson_episodes/schemas/Award.csv +++ /dev/null @@ -1,10 +0,0 @@ -column_name,column_description -award_id,the unique id for the award -organization,the organization that holds the award -year,year of award -award_category,the category of the award -award,the name of the award -person,the person who gets the award -role,the role of the honoree -episode_id,S stands for 'Season' and E stands for 'Episode' -result,the final award result diff --git a/inputs_redshift/simpson_episodes/schemas/Character_Award.csv b/inputs_redshift/simpson_episodes/schemas/Character_Award.csv deleted file mode 100644 index 7dc9ed48917bfd6e745c962345242a83c1d97c2c..0000000000000000000000000000000000000000 --- a/inputs_redshift/simpson_episodes/schemas/Character_Award.csv +++ /dev/null @@ -1,3 +0,0 @@ -column_name,column_description -award_id,A unique identifier for the award -character,the name of the awarded character diff --git a/inputs_redshift/simpson_episodes/schemas/Credit.csv b/inputs_redshift/simpson_episodes/schemas/Credit.csv deleted file mode 100644 index d0cfaee39e6e5e08b1f1f317e6f3bc20a45fe023..0000000000000000000000000000000000000000 --- a/inputs_redshift/simpson_episodes/schemas/Credit.csv +++ /dev/null @@ -1,6 +0,0 @@ -column_name,column_description -episode_id,A unique identifier for episodes -category,the category of the credit -person,the name of cast and crew members -role,the role of the person -credited,whether the person is credited diff --git a/inputs_redshift/simpson_episodes/schemas/Episode.csv b/inputs_redshift/simpson_episodes/schemas/Episode.csv deleted file mode 100644 index 67891e1a586b851cb523c17205da220d53b8e077..0000000000000000000000000000000000000000 --- a/inputs_redshift/simpson_episodes/schemas/Episode.csv +++ /dev/null @@ -1,11 +0,0 @@ -column_name,column_description -episode_id,A unique identifier for episodes -season,the season of the episode -episode,the episode number of the episode -number_in_series,the number in series -title,the title of the episode -summary,the summary of the episode -air_date,the air date of the episode -episode_image,the image of episode -rating,the rating of episode -votes,the votes of episode diff --git a/inputs_redshift/simpson_episodes/schemas/Keyword.csv b/inputs_redshift/simpson_episodes/schemas/Keyword.csv deleted file mode 100644 index f71bc31494783574e51d281287588fd02f54eef0..0000000000000000000000000000000000000000 --- a/inputs_redshift/simpson_episodes/schemas/Keyword.csv +++ /dev/null @@ -1,3 +0,0 @@ -column_name,column_description -episode_id,A unique identifier for episodes -keyword,the keywords of episode diff --git a/inputs_redshift/simpson_episodes/schemas/Person.csv b/inputs_redshift/simpson_episodes/schemas/Person.csv deleted file mode 100644 index 48880e4b840d362844e1307a99a5b32480298e70..0000000000000000000000000000000000000000 --- a/inputs_redshift/simpson_episodes/schemas/Person.csv +++ /dev/null @@ -1,9 +0,0 @@ -column_name,column_description -name,the name of the crew -birthdate,the birth date of the crew -birth_name,the birth name of the crew -birth_place,the birth place of the crew -birth_region,the birth region of the crew -birth_country,the birth country of the crew -height_meters,the height of the crew -nickname,the nickname of the crew diff --git a/inputs_redshift/simpson_episodes/schemas/Vote.csv b/inputs_redshift/simpson_episodes/schemas/Vote.csv deleted file mode 100644 index 13ea00d7daa565a2ef5ab19a5f1b7978132c1b80..0000000000000000000000000000000000000000 --- a/inputs_redshift/simpson_episodes/schemas/Vote.csv +++ /dev/null @@ -1,5 +0,0 @@ -column_name,column_description -episode_id,A unique identifier for episodes -stars,the star score of the episode -votes,the number of votes of the star score -percent,the percent of the vote number of the star score diff --git a/inputs_redshift/soccer_2016/config.yaml b/inputs_redshift/soccer_2016/config.yaml deleted file mode 100644 index 2a37cc71d8dbdc9d0824e38a39b59a3d59d8f5d6..0000000000000000000000000000000000000000 --- a/inputs_redshift/soccer_2016/config.yaml +++ /dev/null @@ -1,105 +0,0 @@ -Airbyte: - config: - files_definition_id: 778daa7c-feaf-4db6-96f3-70fd645acc77 - mongodb_definition_id: b2e713cd-cc36-4c0a-b5bd-b47cb8a0561e - namespace_definition: destination - postgres_definition_id: decd338e-5647-4c0b-adf4-da0e75f5a750 - s3_definition_id: 69589781-7828-43c5-9f63-8925b1c1ccc2 - server_url: http://airbyte-abctl-control-plane:80/api/public/v1/ - redshift_definition_id: f7a7d195-377f-cf5b-70a5-be6b819019dc -aws_s3: - AWS_ACCESS_KEY_ID: test - AWS_DEFAULT_REGION: us-west-2 - AWS_ENDPOINT_URL: http://elt-localstack:4566 - AWS_SECRET_ACCESS_KEY: test - data: - - path: s3://soccer-2016-bucket/City.jsonl - sync_mode: full_refresh_append - table: City - - path: s3://soccer-2016-bucket/Country.parquet - sync_mode: full_refresh_append - table: Country - - path: s3://soccer-2016-bucket/Out_Type.csv - sync_mode: full_refresh_append - table: Out_Type - - path: s3://soccer-2016-bucket/Outcome.jsonl - sync_mode: full_refresh_append - table: Outcome - - path: s3://soccer-2016-bucket/Team.jsonl - sync_mode: full_refresh_append - table: Team - - path: s3://soccer-2016-bucket/Toss_Decision.parquet - sync_mode: full_refresh_append - table: Toss_Decision - - path: s3://soccer-2016-bucket/Umpire.csv - sync_mode: full_refresh_append - table: Umpire -custom_api: - config: - configuration: {} - sync_mode: full_refresh_append - tables: - - Batsman_Scored - - Match -flat_files: -- format: jsonl - path: https://drive.google.com/uc?export=download&id=1lbsOkkbcx_7j8vVkgVHWvkbLjDI4jnn8 - sync_mode: full_refresh_append - table: Venue -- format: jsonl - path: https://drive.google.com/uc?export=download&id=1TGvR-5gFpaBT6rVBmqvpA_jKL66vNGhx - sync_mode: full_refresh_append - table: Extra_Type -- format: csv - path: https://drive.google.com/uc?export=download&id=1PD4jImXM1nJ7k0m3WA3QmXcX-1KjcFRT - sync_mode: full_refresh_append - table: Season -- format: csv - path: https://drive.google.com/uc?export=download&id=15sw26A_X_PfM5Fj496tnGnyZPma5eul5 - sync_mode: full_refresh_append - table: Rolee -- format: csv - path: https://drive.google.com/uc?export=download&id=1eWKg6OVhfL-uLjmah4Yu6xSOzL6-CVDs - sync_mode: full_refresh_append - table: Batting_Style -- format: parquet - path: https://drive.google.com/uc?export=download&id=1xZ13tb1nNTFpTvHTZ0uSn8WOCdwrH92B - sync_mode: full_refresh_append - table: Win_By -- format: parquet - path: https://drive.google.com/uc?export=download&id=144CwS-ukkOxTytMVOcoKeC5PGZBcviCS - sync_mode: full_refresh_append - table: Bowling_Style -mongodb: - config: - connection_string: mongodb://elt-mongodb:27017/?directConnection=true - database: soccer_2016 - sync_mode: full_refresh_append - tables: - - Player - - Player_Match -postgres: - config: - database: soccer_2016 - host: elt-postgres - password: testelt - port: 5432 - schema: public - sync_mode: full_refresh_append - tables: - - ball_by_ball - - extra_runs - - wicket_taken - user: postgres -redshift: - config: - host: - port: - database: - username: - password: - schema: soccer_2016 - s3_bucket_name: - s3_bucket_region: - access_key_id: - secret_access_key: diff --git a/inputs_redshift/soccer_2016/data_model.yaml b/inputs_redshift/soccer_2016/data_model.yaml deleted file mode 100644 index ae6f9b2e59761a218d63a71328550093ceeda116..0000000000000000000000000000000000000000 --- a/inputs_redshift/soccer_2016/data_model.yaml +++ /dev/null @@ -1,18 +0,0 @@ -models: - - name: teams - description: Each record represents a team. - columns: - - name: team_id - description: Unique identifier for the team. - - name: team_name - description: The name of the team. - - name: number_of_times_toss_winner - description: The number of times the team has won the toss, replace NULL values with 0. - - name: number_of_season_1_match_won - description: The number of matches the team has won in season 1, replace NULL values with 0. - - name: number_of_losses - description: The number of matches the team has lost, replace NULL values with 0. - - name: first_match_time - description: The time of the first match played by the team. - - name: win_rate - description: The win rate of the team, expressed as a value in the range [0, 1]. \ No newline at end of file diff --git a/inputs_redshift/soccer_2016/schemas/Ball_by_Ball.csv b/inputs_redshift/soccer_2016/schemas/Ball_by_Ball.csv deleted file mode 100644 index 5bec6200b7cfd0a8fc1d44b7a7fc7873c90b0b00..0000000000000000000000000000000000000000 --- a/inputs_redshift/soccer_2016/schemas/Ball_by_Ball.csv +++ /dev/null @@ -1,11 +0,0 @@ -column_name,column_description -Match_Id,Unique Number Which Identifies a match -Over_Id,Unique Number which Identifies an over in an Innings -Ball_Id,Unique Number which Identifies a ball in an over -Innings_No,Unique Number which Identifies an innings in a match -Team_Batting,Unique Number which Identifies Batting team in a match -Team_Bowling,Unique Number which Identifies Bowling team in a match -Striker_Batting_Position,Unique Number which Identifies the position in which player came into bat -Striker,Unique Number which Identifies the player who is on strike for that particular ball -Non_Striker,Unique Number which Identifies the player who is Non-striker for that particular ball -Bowler,Unique Number which Identifies the player who is Bowling that particular ball diff --git a/inputs_redshift/soccer_2016/schemas/Batsman_Scored.csv b/inputs_redshift/soccer_2016/schemas/Batsman_Scored.csv deleted file mode 100644 index 330aed4a1f8136173679e4d022af7bc22d718187..0000000000000000000000000000000000000000 --- a/inputs_redshift/soccer_2016/schemas/Batsman_Scored.csv +++ /dev/null @@ -1,6 +0,0 @@ -column_name,column_description -match_id,Unique Number Which Identifies a match -over_id,Unique Number which Identifies an over in an Innings -ball_id,Unique Number which Identifies a ball in an over -runs_scored,Number of Runs scored by the batsman -innings_no,Unique Number which Identifies an innings in a match diff --git a/inputs_redshift/soccer_2016/schemas/Batting_Style.csv b/inputs_redshift/soccer_2016/schemas/Batting_Style.csv deleted file mode 100644 index 001c79f84adf37ce9ea76fa939b501c1e9de0685..0000000000000000000000000000000000000000 --- a/inputs_redshift/soccer_2016/schemas/Batting_Style.csv +++ /dev/null @@ -1,3 +0,0 @@ -column_name,column_description -Batting_Id,unique id for batting hand -Batting_hand,the batting hand: left or right diff --git a/inputs_redshift/soccer_2016/schemas/Bowling_Style.csv b/inputs_redshift/soccer_2016/schemas/Bowling_Style.csv deleted file mode 100644 index a5b9c4a034eb8e4dae69b56f6f2cd150afd68be6..0000000000000000000000000000000000000000 --- a/inputs_redshift/soccer_2016/schemas/Bowling_Style.csv +++ /dev/null @@ -1,3 +0,0 @@ -column_name,column_description -Bowling_Id,unique id for bowling style -Bowling_skill,the bowling skill diff --git a/inputs_redshift/soccer_2016/schemas/City.csv b/inputs_redshift/soccer_2016/schemas/City.csv deleted file mode 100644 index bb71ae741368d3ebe8a861c124d7632437110f93..0000000000000000000000000000000000000000 --- a/inputs_redshift/soccer_2016/schemas/City.csv +++ /dev/null @@ -1,4 +0,0 @@ -column_name,column_description -City_Id,unique id for city -City_Name,city name -Country_id,id of country diff --git a/inputs_redshift/soccer_2016/schemas/Country.csv b/inputs_redshift/soccer_2016/schemas/Country.csv deleted file mode 100644 index d9f688db8798d1c44b59bb55008b3304304b0951..0000000000000000000000000000000000000000 --- a/inputs_redshift/soccer_2016/schemas/Country.csv +++ /dev/null @@ -1,3 +0,0 @@ -column_name,column_description -Country_Id,unique id for country -Country_Name,country name diff --git a/inputs_redshift/soccer_2016/schemas/Extra_Runs.csv b/inputs_redshift/soccer_2016/schemas/Extra_Runs.csv deleted file mode 100644 index d04603cb19d814eac521364d0dfc29111495a02d..0000000000000000000000000000000000000000 --- a/inputs_redshift/soccer_2016/schemas/Extra_Runs.csv +++ /dev/null @@ -1,7 +0,0 @@ -column_name,column_description -Match_Id,Unique Number Which Identifies a match -Over_Id,Unique Number which Identifies an over in an Innings -Ball_Id,Unique Number which Identifies a ball in an over -Extra_Type_Id,Unique Number which Identifies extra type -Extra_Runs,Number of extra runs -Innings_No,Unique Number which Identifies an innings in a match diff --git a/inputs_redshift/soccer_2016/schemas/Extra_Type.csv b/inputs_redshift/soccer_2016/schemas/Extra_Type.csv deleted file mode 100644 index 2f9d0326df4a025558fa4b3b1eef3454bde0ce14..0000000000000000000000000000000000000000 --- a/inputs_redshift/soccer_2016/schemas/Extra_Type.csv +++ /dev/null @@ -1,3 +0,0 @@ -column_name,column_description -Extra_Id,unique id for extra type -Extra_Name,extra type name diff --git a/inputs_redshift/soccer_2016/schemas/Match.csv b/inputs_redshift/soccer_2016/schemas/Match.csv deleted file mode 100644 index 075f6abd18458a87427ce3d0acf0e2679bc1420f..0000000000000000000000000000000000000000 --- a/inputs_redshift/soccer_2016/schemas/Match.csv +++ /dev/null @@ -1,14 +0,0 @@ -column_name,column_description -match_id,unique id for match -team_1,the team id of the first team -team_2,the team id for the second team -match_date,the date of the match -season_id,the id of the season -venue_id,the id of the venue where the match held -toss_winner,the id of the toss winner -toss_decide,the decision (batting or bowling) made after winning the toss -win_type,the id of the winning type -win_margin,the points of the winning margin -outcome_type,the id of the outcome type -match_winner,the team id of the match winner -man_of_the_match,the id of the man of the match diff --git a/inputs_redshift/soccer_2016/schemas/Out_Type.csv b/inputs_redshift/soccer_2016/schemas/Out_Type.csv deleted file mode 100644 index 6e015b465887f8f4d4a4f117b65b72fb228efaa0..0000000000000000000000000000000000000000 --- a/inputs_redshift/soccer_2016/schemas/Out_Type.csv +++ /dev/null @@ -1,3 +0,0 @@ -column_name,column_description -Out_Id,unique id for out type -Out_Name,out type name diff --git a/inputs_redshift/soccer_2016/schemas/Outcome.csv b/inputs_redshift/soccer_2016/schemas/Outcome.csv deleted file mode 100644 index 0c48fe04018ab149290efb3f38adae1e1fccf17d..0000000000000000000000000000000000000000 --- a/inputs_redshift/soccer_2016/schemas/Outcome.csv +++ /dev/null @@ -1,3 +0,0 @@ -column_name,column_description -Outcome_Id,unique id for outcome -Outcome_Type,type of the outcome diff --git a/inputs_redshift/soccer_2016/schemas/Player.csv b/inputs_redshift/soccer_2016/schemas/Player.csv deleted file mode 100644 index bb90d0ca127b9ba05c5f8a3c89f4ff877d5053a9..0000000000000000000000000000000000000000 --- a/inputs_redshift/soccer_2016/schemas/Player.csv +++ /dev/null @@ -1,7 +0,0 @@ -column_name,column_description -Player_Id,the id of the player -Player_Name,the name of the player -DOB,player's birthday -Batting_hand,the id of the batting hand -Bowling_skill,the id of the bowling skill -Country_Name,the name of the country where the player is from diff --git a/inputs_redshift/soccer_2016/schemas/Player_Match.csv b/inputs_redshift/soccer_2016/schemas/Player_Match.csv deleted file mode 100644 index e5c26a3f71e187e58c4c7b27324e10261f57f467..0000000000000000000000000000000000000000 --- a/inputs_redshift/soccer_2016/schemas/Player_Match.csv +++ /dev/null @@ -1,5 +0,0 @@ -column_name,column_description -Match_Id,unique id for match -Player_Id,the id of the player -Role_Id,the id of the play's role in the match -Team_Id,the id of player's team diff --git a/inputs_redshift/soccer_2016/schemas/Rolee.csv b/inputs_redshift/soccer_2016/schemas/Rolee.csv deleted file mode 100644 index 0b9f0e52778471a0032820ce847cbcc477331619..0000000000000000000000000000000000000000 --- a/inputs_redshift/soccer_2016/schemas/Rolee.csv +++ /dev/null @@ -1,3 +0,0 @@ -column_name,column_description -Role_Id,the unique id for the role -Role_Desc,the role description diff --git a/inputs_redshift/soccer_2016/schemas/Season.csv b/inputs_redshift/soccer_2016/schemas/Season.csv deleted file mode 100644 index 22a12d818806c54720c3767c71756f4b878dbc52..0000000000000000000000000000000000000000 --- a/inputs_redshift/soccer_2016/schemas/Season.csv +++ /dev/null @@ -1,6 +0,0 @@ -column_name,column_description -Season_Id,the unique id for season -Man_of_the_Series,the player id of man of the series -Orange_Cap,the player id who wins the orange cap -Purple_Cap,the player id who wins the purple cap -Season_Year,the year of the season diff --git a/inputs_redshift/soccer_2016/schemas/Team.csv b/inputs_redshift/soccer_2016/schemas/Team.csv deleted file mode 100644 index e1b5d6c88e59849bb37933c4372d22024510fcd8..0000000000000000000000000000000000000000 --- a/inputs_redshift/soccer_2016/schemas/Team.csv +++ /dev/null @@ -1,3 +0,0 @@ -column_name,column_description -Team_Id,the unique id for the team -Team_Name,the team name diff --git a/inputs_redshift/soccer_2016/schemas/Toss_Decision.csv b/inputs_redshift/soccer_2016/schemas/Toss_Decision.csv deleted file mode 100644 index a0e8ccf244be033458b5ef2cc7d7f9e6c4fd0efd..0000000000000000000000000000000000000000 --- a/inputs_redshift/soccer_2016/schemas/Toss_Decision.csv +++ /dev/null @@ -1,3 +0,0 @@ -column_name,column_description -Toss_Id,the unique id for the toss -Toss_Name,the toss decision name diff --git a/inputs_redshift/soccer_2016/schemas/Umpire.csv b/inputs_redshift/soccer_2016/schemas/Umpire.csv deleted file mode 100644 index c6df7b31467b56a4d88f93bb9bcd194ee7887550..0000000000000000000000000000000000000000 --- a/inputs_redshift/soccer_2016/schemas/Umpire.csv +++ /dev/null @@ -1,4 +0,0 @@ -column_name,column_description -Umpire_Id,the unique id of the umpire -Umpire_Name,umpire's name -Umpire_Country,the id of the country where the umpire are from diff --git a/inputs_redshift/soccer_2016/schemas/Venue.csv b/inputs_redshift/soccer_2016/schemas/Venue.csv deleted file mode 100644 index 745ff6c8e64dacc9b4792421ebe0d4dce0527ffa..0000000000000000000000000000000000000000 --- a/inputs_redshift/soccer_2016/schemas/Venue.csv +++ /dev/null @@ -1,4 +0,0 @@ -column_name,column_description -Venue_Id,the unique id of the venue -Venue_Name,the name of the venue -City_Id,the city id where the venue is located in diff --git a/inputs_redshift/soccer_2016/schemas/Wicket_Taken.csv b/inputs_redshift/soccer_2016/schemas/Wicket_Taken.csv deleted file mode 100644 index 7e8727a7b8fe5572bcb7fe39c3158d02226bb4c4..0000000000000000000000000000000000000000 --- a/inputs_redshift/soccer_2016/schemas/Wicket_Taken.csv +++ /dev/null @@ -1,8 +0,0 @@ -column_name,column_description -Match_Id,the id of the match -Over_Id,the id of the over in an inning -Ball_Id,the id of the ball in an over -Player_Out,the player id who got an out -Kind_Out,the id that represents the out type -Fielders,the id of fielders -Innings_No,number which identifies an innings in a match diff --git a/inputs_redshift/soccer_2016/schemas/Win_By.csv b/inputs_redshift/soccer_2016/schemas/Win_By.csv deleted file mode 100644 index 98c7aa446f5d86dd18373126c646c092181adc08..0000000000000000000000000000000000000000 --- a/inputs_redshift/soccer_2016/schemas/Win_By.csv +++ /dev/null @@ -1,3 +0,0 @@ -column_name,column_description -Win_Id,the unique id for the winning -Win_Type,the winning type diff --git a/inputs_redshift/social_media/config.yaml b/inputs_redshift/social_media/config.yaml deleted file mode 100644 index 20f8387ed13adbbc40f1388bfa7260eab0520265..0000000000000000000000000000000000000000 --- a/inputs_redshift/social_media/config.yaml +++ /dev/null @@ -1,43 +0,0 @@ -Airbyte: - config: - files_definition_id: 778daa7c-feaf-4db6-96f3-70fd645acc77 - mongodb_definition_id: b2e713cd-cc36-4c0a-b5bd-b47cb8a0561e - namespace_definition: destination - postgres_definition_id: decd338e-5647-4c0b-adf4-da0e75f5a750 - server_url: http://airbyte-abctl-control-plane:80/api/public/v1/ - redshift_definition_id: f7a7d195-377f-cf5b-70a5-be6b819019dc -flat_files: -- format: jsonl - path: https://drive.google.com/uc?export=download&id=1x9IDjh5aIKEjDoYLmHmHdMKOjdPPHa-6 - sync_mode: full_refresh_append - table: location -mongodb: - config: - connection_string: mongodb://elt-mongodb:27017/?directConnection=true - database: social_media - sync_mode: full_refresh_append - tables: - - twitter -postgres: - config: - database: social_media - host: elt-postgres - password: testelt - port: 5432 - schema: public - sync_mode: full_refresh_append - tables: - - users - user: postgres -redshift: - config: - host: - port: - database: - username: - password: - schema: social_media - s3_bucket_name: - s3_bucket_region: - access_key_id: - secret_access_key: diff --git a/inputs_redshift/social_media/schemas/location.csv b/inputs_redshift/social_media/schemas/location.csv deleted file mode 100644 index f96c58cfbff0de114887b1eb3861837fa9ccfd0f..0000000000000000000000000000000000000000 --- a/inputs_redshift/social_media/schemas/location.csv +++ /dev/null @@ -1,6 +0,0 @@ -column_name,column_description -LocationID,unique id of the location -Country,the country -State,the state -StateCode,state code -City,the city diff --git a/inputs_redshift/social_media/schemas/twitter.csv b/inputs_redshift/social_media/schemas/twitter.csv deleted file mode 100644 index 9b4ea71c443cccb1dcb6b6abf700ce1690bd73d3..0000000000000000000000000000000000000000 --- a/inputs_redshift/social_media/schemas/twitter.csv +++ /dev/null @@ -1,15 +0,0 @@ -column_name,column_description -TweetID,the unique id of the tweet -Weekday,the weekday that the tweet has been posted -Hour,the hour that the tweet has been posted -Day,the day that the tweet has been posted -Lang,the language of the tweet -IsReshare,whether the tweet is reshared -Reach,the reach of the tweet -RetweetCount,the retweet count -Likes,the number of likes -Klout,the klout of the tweet -Sentiment,the sentiment of the tweet -text,the text of the tweet -LocationID,the location id of the poster -UserID,the user id of the poster diff --git a/inputs_redshift/social_media/schemas/users.csv b/inputs_redshift/social_media/schemas/users.csv deleted file mode 100644 index 0e77c1adc42a812ae04243390158ea7644f629ea..0000000000000000000000000000000000000000 --- a/inputs_redshift/social_media/schemas/users.csv +++ /dev/null @@ -1,3 +0,0 @@ -column_name,column_description -UserID,the unique id of the user -Gender,user's gender diff --git a/inputs_redshift/software_company/config.yaml b/inputs_redshift/software_company/config.yaml deleted file mode 100644 index 11a5c81df667cf62a72e01a818a56dc07f9bca33..0000000000000000000000000000000000000000 --- a/inputs_redshift/software_company/config.yaml +++ /dev/null @@ -1,53 +0,0 @@ -Airbyte: - config: - mongodb_definition_id: b2e713cd-cc36-4c0a-b5bd-b47cb8a0561e - namespace_definition: destination - postgres_definition_id: decd338e-5647-4c0b-adf4-da0e75f5a750 - s3_definition_id: 69589781-7828-43c5-9f63-8925b1c1ccc2 - server_url: http://airbyte-abctl-control-plane:80/api/public/v1/ - redshift_definition_id: f7a7d195-377f-cf5b-70a5-be6b819019dc -aws_s3: - AWS_ACCESS_KEY_ID: test - AWS_DEFAULT_REGION: us-west-2 - AWS_ENDPOINT_URL: http://elt-localstack:4566 - AWS_SECRET_ACCESS_KEY: test - data: - - path: s3://software-company-bucket/Demog.csv - sync_mode: full_refresh_append - table: Demog -custom_api: - config: - configuration: {} - sync_mode: full_refresh_append - tables: - - mailings -mongodb: - config: - connection_string: mongodb://elt-mongodb:27017/?directConnection=true - database: software_company - sync_mode: full_refresh_append - tables: - - Customers -postgres: - config: - database: software_company - host: elt-postgres - password: testelt - port: 5432 - schema: public - sync_mode: full_refresh_append - tables: - - sales - user: postgres -redshift: - config: - host: - port: - database: - username: - password: - schema: software_company - s3_bucket_name: - s3_bucket_region: - access_key_id: - secret_access_key: diff --git a/inputs_redshift/software_company/data_model.yaml b/inputs_redshift/software_company/data_model.yaml deleted file mode 100644 index cd89958d5fbd38f83e131cea2071791310ce0fa4..0000000000000000000000000000000000000000 --- a/inputs_redshift/software_company/data_model.yaml +++ /dev/null @@ -1,20 +0,0 @@ -models: - - name: geo - description: Each record represents a geo. - columns: - - name: geoid - description: Unique identifier for the geo. - - name: income_k - description: average income per inhabitant per month - - name: inhabitants_k - description: number of inhabitants - - name: num_male_customer_edu_level_4_and_below - description: The number of male customers with a level of education of 4 and below in the place, replace NULL values with 0. - - name: avg_education_level - description: The average education level of the inhabitants in the place. - - name: per_elderly_customer_never_married - description: The percentage of elderly customers in the location who have never been married, out of all customers in that location. Elderly customers refers to age over 65. - - name: response_rate - description: The proportion of mails sent to customers in the place that received a response, expressed as a value in the range [0, 1]. - - name: per_male_teenager_among_all_teenage_edu_above_10 - description: The percentage of male teenagers with an education level above 10 among all teenagers with an education level above 10. \ No newline at end of file diff --git a/inputs_redshift/software_company/schemas/Customers.csv b/inputs_redshift/software_company/schemas/Customers.csv deleted file mode 100644 index c5f7a8aad55648ca8b787d2727dfd195907161bb..0000000000000000000000000000000000000000 --- a/inputs_redshift/software_company/schemas/Customers.csv +++ /dev/null @@ -1,8 +0,0 @@ -column_name,column_description -ID,the unique number identifying the customer -SEX,the sex of the customer -MARITAL_STATUS, -GEOID,geographic identifier -EDUCATIONNUM,the level of education -OCCUPATION,occupation of customers -age,age of customers diff --git a/inputs_redshift/software_company/schemas/Demog.csv b/inputs_redshift/software_company/schemas/Demog.csv deleted file mode 100644 index 16674bd0b656e0794a4dd21645b184f7efc61be3..0000000000000000000000000000000000000000 --- a/inputs_redshift/software_company/schemas/Demog.csv +++ /dev/null @@ -1,22 +0,0 @@ -column_name,column_description -GEOID,unique geographic identifier -INHABITANTS_K,number of inhabitants -INCOME_K,average income per inhabitant per month -A_VAR1, -A_VAR2, -A_VAR3, -A_VAR4, -A_VAR5, -A_VAR6, -A_VAR7, -A_VAR8, -A_VAR9, -A_VAR10, -A_VAR11, -A_VAR12, -A_VAR13, -A_VAR14, -A_VAR15, -A_VAR16, -A_VAR17, -A_VAR18, diff --git a/inputs_redshift/software_company/schemas/Sales.csv b/inputs_redshift/software_company/schemas/Sales.csv deleted file mode 100644 index d4a2cbcadfc003a4163a4cafd7309f0b17ce5728..0000000000000000000000000000000000000000 --- a/inputs_redshift/software_company/schemas/Sales.csv +++ /dev/null @@ -1,5 +0,0 @@ -column_name,column_description -EVENTID,unique id of event (sales) -REFID,Reference to customer ID -EVENT_DATE,date of sales -AMOUNT,amount of sales diff --git a/inputs_redshift/software_company/schemas/mailings.csv b/inputs_redshift/software_company/schemas/mailings.csv deleted file mode 100644 index 5eb0af3a71eaf0cd9b60819c9cc9d377ddce170d..0000000000000000000000000000000000000000 --- a/inputs_redshift/software_company/schemas/mailings.csv +++ /dev/null @@ -1,4 +0,0 @@ -column_name,column_description -refid,unique id number identifying the customer -ref_date,indicating the date when the mailing was sent -response,Actual response to the marketing incentive email diff --git a/inputs_redshift/student_club/config.yaml b/inputs_redshift/student_club/config.yaml deleted file mode 100644 index 138c2eaa6783774350ed636b2b60cd92f84c2932..0000000000000000000000000000000000000000 --- a/inputs_redshift/student_club/config.yaml +++ /dev/null @@ -1,62 +0,0 @@ -Airbyte: - config: - files_definition_id: 778daa7c-feaf-4db6-96f3-70fd645acc77 - mongodb_definition_id: b2e713cd-cc36-4c0a-b5bd-b47cb8a0561e - namespace_definition: destination - postgres_definition_id: decd338e-5647-4c0b-adf4-da0e75f5a750 - s3_definition_id: 69589781-7828-43c5-9f63-8925b1c1ccc2 - server_url: http://airbyte-abctl-control-plane:80/api/public/v1/ - redshift_definition_id: f7a7d195-377f-cf5b-70a5-be6b819019dc -aws_s3: - AWS_ACCESS_KEY_ID: test - AWS_DEFAULT_REGION: us-west-2 - AWS_ENDPOINT_URL: http://elt-localstack:4566 - AWS_SECRET_ACCESS_KEY: test - data: - - path: s3://student-club-bucket/major.jsonl - sync_mode: full_refresh_append - table: major -custom_api: - config: - configuration: {} - sync_mode: full_refresh_append - tables: - - attendance - - club_event -flat_files: -- format: csv - path: https://drive.google.com/uc?export=download&id=1E3GDNaMuYHgQmPCHnhFjw2rL7fNbp6UV - sync_mode: full_refresh_append - table: zip_code -mongodb: - config: - connection_string: mongodb://elt-mongodb:27017/?directConnection=true - database: student_club - sync_mode: full_refresh_append - tables: - - member -postgres: - config: - database: student_club - host: elt-postgres - password: testelt - port: 5432 - schema: public - sync_mode: full_refresh_append - tables: - - budget - - expense - - income - user: postgres -redshift: - config: - host: - port: - database: - username: - password: - schema: student_club - s3_bucket_name: - s3_bucket_region: - access_key_id: - secret_access_key: diff --git a/inputs_redshift/student_club/data_model.yaml b/inputs_redshift/student_club/data_model.yaml deleted file mode 100644 index d6c55dd48139fd769eea469f1207ce322016d3c9..0000000000000000000000000000000000000000 --- a/inputs_redshift/student_club/data_model.yaml +++ /dev/null @@ -1,39 +0,0 @@ -models: - - name: events - description: Each record represents an event. - columns: - - name: event_id - description: Unique identifier for the event. - - name: event_name - description: Name of the event. - - name: event_type - description: Type of the event. - - name: num_attendence_of_students - description: The number of attendance of the students from the Student_Club that the event has, replace NULL values with 0. - - name: per_cost - description: The percentage of cost for the event based on the total cost for all events. - - name: amount_spent_on_advertisement - description: The amount spent on advertisement for the event, replace NULL values with 0. - - name: amount_budgeted - description: The amount budgeted for the event, replace NULL values with 0. - - name: per_budget_for_parking - description: The percentage of the budget for parking. - - name: members - description: Each record represents a member. - columns: - - name: member_id - description: Unique identifier for the member. - - name: name - description: Name of the member. Concatenate the first name and last name with a space separating them. - - name: position - description: Position of the member in the club. - - name: incurred_expenses_in_more_than_one_event - description: set to 1 if the member incurred expenses in more than one event, otherwise, set to 0 - - name: has_expense_more_than_avg_expense - description: Set to 1 if the member has any single expense greater than the average expense across all expenses, otherwise, set to 0 - - name: comes_from_the_Art_and_Design_Department - description: Set to 1 if the member comes from the Art and Design Department, otherwise, set to 0 - - name: num_events_attended_2019 - description: The number of events the member attended in 2019, replace NULL values with 0. - - name: is_able_to_generate_income_over_40 - description: Set to 1 if the member is able to generate income more than $40, otherwise, set to 0 \ No newline at end of file diff --git a/inputs_redshift/student_club/schemas/attendance.csv b/inputs_redshift/student_club/schemas/attendance.csv deleted file mode 100644 index 186b5176218aabd615c192b0c893ed70f2e601bf..0000000000000000000000000000000000000000 --- a/inputs_redshift/student_club/schemas/attendance.csv +++ /dev/null @@ -1,3 +0,0 @@ -column_name,column_description -link_to_event,The unique identifier of the event which was attended -link_to_member,The unique identifier of the member who attended the event diff --git a/inputs_redshift/student_club/schemas/budget.csv b/inputs_redshift/student_club/schemas/budget.csv deleted file mode 100644 index 83ef8260cdd092016752c5248bbaa3c6afeae490..0000000000000000000000000000000000000000 --- a/inputs_redshift/student_club/schemas/budget.csv +++ /dev/null @@ -1,8 +0,0 @@ -column_name,column_description -budget_id,A unique identifier for the budget entry -category,"The area for which the amount is budgeted, such as, advertisement, food, parking" -spent,The total amount spent in the budgeted category for an event. -remaining,A value calculated as the amount budgeted minus the amount spent -amount,The amount budgeted for the specified category and event -event_status,the status of the event -link_to_event,The unique identifier of the event to which the budget line applies. diff --git a/inputs_redshift/student_club/schemas/club_event.csv b/inputs_redshift/student_club/schemas/club_event.csv deleted file mode 100644 index d235e97b53fdf847a69f0abffd5951ac88d591c1..0000000000000000000000000000000000000000 --- a/inputs_redshift/student_club/schemas/club_event.csv +++ /dev/null @@ -1,8 +0,0 @@ -column_name,column_description -event_id,A unique identifier for the event -event_name,event name -event_date,The date the event took place or is scheduled to take place -type,"The kind of event, such as game, social, election" -notes,A free text field for any notes about the event -location,Address where the event was held or is to be held or the name of such a location -status,"One of three values indicating if the event is in planning, is opened, or is closed" diff --git a/inputs_redshift/student_club/schemas/expense.csv b/inputs_redshift/student_club/schemas/expense.csv deleted file mode 100644 index 45e2fdc9fdaca568738d6451052cda3f4f818c0e..0000000000000000000000000000000000000000 --- a/inputs_redshift/student_club/schemas/expense.csv +++ /dev/null @@ -1,8 +0,0 @@ -column_name,column_description -expense_id,unique id of income -expense_description,A textual description of what the money was spend for -expense_date,The date the expense was incurred -cost,The dollar amount of the expense -approved,A true or false value indicating if the expense was approved -link_to_member,The member who incurred the expense -link_to_budget,The unique identifier of the record in the Budget table that indicates the expected total expenditure for a given category and event. diff --git a/inputs_redshift/student_club/schemas/income.csv b/inputs_redshift/student_club/schemas/income.csv deleted file mode 100644 index 87fc7c8ed0a2b73874e3d4a507cc22469f8db36f..0000000000000000000000000000000000000000 --- a/inputs_redshift/student_club/schemas/income.csv +++ /dev/null @@ -1,7 +0,0 @@ -column_name,column_description -income_id,A unique identifier for each record of income -date_received,the date that the fund received -amount,amount of funds -source,"A value indicating where the funds come from such as dues, or the annual university allocation" -notes,A free-text value giving any needed details about the receipt of funds -link_to_member,link to member diff --git a/inputs_redshift/student_club/schemas/major.csv b/inputs_redshift/student_club/schemas/major.csv deleted file mode 100644 index 98d720fb3940f7daedb22a3c57d3ad881b7e4999..0000000000000000000000000000000000000000 --- a/inputs_redshift/student_club/schemas/major.csv +++ /dev/null @@ -1,5 +0,0 @@ -column_name,column_description -major_id,A unique identifier for each major -major_name,major name -department,The name of the department that offers the major -college,The name college that houses the department that offers the major diff --git a/inputs_redshift/student_club/schemas/member.csv b/inputs_redshift/student_club/schemas/member.csv deleted file mode 100644 index 88bd5ba9ff5b34db120364b610d7d7441261b0d1..0000000000000000000000000000000000000000 --- a/inputs_redshift/student_club/schemas/member.csv +++ /dev/null @@ -1,10 +0,0 @@ -column_name,column_description -member_id,unique id of member -first_name,member's first name -last_name,member's last name -email,member's email -position,The position the member holds in the club -t_shirt_size,The size of tee shirt that member wants when shirts are ordered -phone,The best telephone at which to contact the member -zip,the zip code of the member's hometown -link_to_major,The unique identifier of the major of the member. References the Major table diff --git a/inputs_redshift/student_club/schemas/zip_code.csv b/inputs_redshift/student_club/schemas/zip_code.csv deleted file mode 100644 index 5e1c8e4b136865e21521918d66a8b5aec1e22165..0000000000000000000000000000000000000000 --- a/inputs_redshift/student_club/schemas/zip_code.csv +++ /dev/null @@ -1,7 +0,0 @@ -column_name,column_description -zip_code,The ZIP code itself. A five-digit number identifying a US post office. -type,The kind of ZIP code -city,The city to which the ZIP pertains -county,The county to which the ZIP pertains -state,The name of the state to which the ZIP pertains -short_state,The abbreviation of the state to which the ZIP pertains diff --git a/inputs_redshift/student_loan/config.yaml b/inputs_redshift/student_loan/config.yaml deleted file mode 100644 index 3594816181ef8cb25cd62b02f641412e44231451..0000000000000000000000000000000000000000 --- a/inputs_redshift/student_loan/config.yaml +++ /dev/null @@ -1,69 +0,0 @@ -Airbyte: - config: - files_definition_id: 778daa7c-feaf-4db6-96f3-70fd645acc77 - mongodb_definition_id: b2e713cd-cc36-4c0a-b5bd-b47cb8a0561e - namespace_definition: destination - postgres_definition_id: decd338e-5647-4c0b-adf4-da0e75f5a750 - s3_definition_id: 69589781-7828-43c5-9f63-8925b1c1ccc2 - server_url: http://airbyte-abctl-control-plane:80/api/public/v1/ - redshift_definition_id: f7a7d195-377f-cf5b-70a5-be6b819019dc -aws_s3: - AWS_ACCESS_KEY_ID: test - AWS_DEFAULT_REGION: us-west-2 - AWS_ENDPOINT_URL: http://elt-localstack:4566 - AWS_SECRET_ACCESS_KEY: test - data: - - path: s3://student-loan-bucket/bool.jsonl - sync_mode: full_refresh_append - table: bool - - path: s3://student-loan-bucket/male.csv - sync_mode: full_refresh_append - table: male -custom_api: - config: - configuration: {} - sync_mode: full_refresh_append - tables: - - no_payment_due - - enrolled -flat_files: -- format: jsonl - path: https://drive.google.com/uc?export=download&id=1RDRdHA78-9dtOWdp2tUtmuG6ebVpRRBy - sync_mode: full_refresh_append - table: filed_for_bankruptcy -- format: parquet - path: https://drive.google.com/uc?export=download&id=1yGnpw4reB2IBKTr_rMu1cONTy50SHMA- - sync_mode: full_refresh_append - table: disabled -mongodb: - config: - connection_string: mongodb://elt-mongodb:27017/?directConnection=true - database: student_loan - sync_mode: full_refresh_append - tables: - - enlist - - person - - unemployed -postgres: - config: - database: student_loan - host: elt-postgres - password: testelt - port: 5432 - schema: public - sync_mode: full_refresh_append - tables: - - longest_absense_from_school - user: postgres -redshift: - config: - host: - port: - database: - username: - password: - schema: student_loan - s3_bucket_name: - s3_bucket_region: - access_key_id: - secret_access_key: diff --git a/inputs_redshift/student_loan/schemas/bool.csv b/inputs_redshift/student_loan/schemas/bool.csv deleted file mode 100644 index 2f45029b91e66e7d2212cc4de540b75f53596585..0000000000000000000000000000000000000000 --- a/inputs_redshift/student_loan/schemas/bool.csv +++ /dev/null @@ -1,2 +0,0 @@ -column_name,column_description -name, diff --git a/inputs_redshift/student_loan/schemas/disabled.csv b/inputs_redshift/student_loan/schemas/disabled.csv deleted file mode 100644 index 836deb8a1f8afef3bd2265af426004f4b40f300a..0000000000000000000000000000000000000000 --- a/inputs_redshift/student_loan/schemas/disabled.csv +++ /dev/null @@ -1,2 +0,0 @@ -column_name,column_description -name,the name of the disabled students diff --git a/inputs_redshift/student_loan/schemas/enlist.csv b/inputs_redshift/student_loan/schemas/enlist.csv deleted file mode 100644 index e5a90db68f584d8f05f4e593d00a33033411a453..0000000000000000000000000000000000000000 --- a/inputs_redshift/student_loan/schemas/enlist.csv +++ /dev/null @@ -1,3 +0,0 @@ -column_name,column_description -name,the name of the enlisted students -organ,the organization that the student enlisted in diff --git a/inputs_redshift/student_loan/schemas/enrolled.csv b/inputs_redshift/student_loan/schemas/enrolled.csv deleted file mode 100644 index 131d473d49a603787c2f28e6f596630badd883f6..0000000000000000000000000000000000000000 --- a/inputs_redshift/student_loan/schemas/enrolled.csv +++ /dev/null @@ -1,4 +0,0 @@ -column_name,column_description -name, -school, -month, diff --git a/inputs_redshift/student_loan/schemas/filed_for_bankruptcy.csv b/inputs_redshift/student_loan/schemas/filed_for_bankruptcy.csv deleted file mode 100644 index ddccc7dc30b06b954e95ff233a07ae1d23ff05e3..0000000000000000000000000000000000000000 --- a/inputs_redshift/student_loan/schemas/filed_for_bankruptcy.csv +++ /dev/null @@ -1,2 +0,0 @@ -column_name,column_description -name,student name who filed for bankruptcy diff --git a/inputs_redshift/student_loan/schemas/longest_absense_from_school.csv b/inputs_redshift/student_loan/schemas/longest_absense_from_school.csv deleted file mode 100644 index 00958ccc9623e03102798dd970784a00f5a0a958..0000000000000000000000000000000000000000 --- a/inputs_redshift/student_loan/schemas/longest_absense_from_school.csv +++ /dev/null @@ -1,3 +0,0 @@ -column_name,column_description -name,student's name -month,the duration of absence diff --git a/inputs_redshift/student_loan/schemas/male.csv b/inputs_redshift/student_loan/schemas/male.csv deleted file mode 100644 index 6120c374df066d5afad23c08b99330c2427cb4b0..0000000000000000000000000000000000000000 --- a/inputs_redshift/student_loan/schemas/male.csv +++ /dev/null @@ -1,2 +0,0 @@ -column_name,column_description -name,student's name who are male diff --git a/inputs_redshift/student_loan/schemas/no_payment_due.csv b/inputs_redshift/student_loan/schemas/no_payment_due.csv deleted file mode 100644 index 8f0aa6d16b9ef5c626160bd7ce872245ec8e0c47..0000000000000000000000000000000000000000 --- a/inputs_redshift/student_loan/schemas/no_payment_due.csv +++ /dev/null @@ -1,3 +0,0 @@ -column_name,column_description -name,student's name -bool,whether the student has payment dues diff --git a/inputs_redshift/student_loan/schemas/person.csv b/inputs_redshift/student_loan/schemas/person.csv deleted file mode 100644 index ac89e22746e9d72ad929cd54a94964172394ddf3..0000000000000000000000000000000000000000 --- a/inputs_redshift/student_loan/schemas/person.csv +++ /dev/null @@ -1,2 +0,0 @@ -column_name,column_description -name,student's name diff --git a/inputs_redshift/student_loan/schemas/unemployed.csv b/inputs_redshift/student_loan/schemas/unemployed.csv deleted file mode 100644 index fbf1625ab020fd24df4f4d802bba4bdc6f44db93..0000000000000000000000000000000000000000 --- a/inputs_redshift/student_loan/schemas/unemployed.csv +++ /dev/null @@ -1,2 +0,0 @@ -column_name,column_description -name,student who is unemployed diff --git a/inputs_redshift/superhero/config.yaml b/inputs_redshift/superhero/config.yaml deleted file mode 100644 index f30fa1a0ca92a3899b4562a36ee91358f6287d56..0000000000000000000000000000000000000000 --- a/inputs_redshift/superhero/config.yaml +++ /dev/null @@ -1,74 +0,0 @@ -Airbyte: - config: - files_definition_id: 778daa7c-feaf-4db6-96f3-70fd645acc77 - mongodb_definition_id: b2e713cd-cc36-4c0a-b5bd-b47cb8a0561e - namespace_definition: destination - postgres_definition_id: decd338e-5647-4c0b-adf4-da0e75f5a750 - s3_definition_id: 69589781-7828-43c5-9f63-8925b1c1ccc2 - server_url: http://airbyte-abctl-control-plane:80/api/public/v1/ - redshift_definition_id: f7a7d195-377f-cf5b-70a5-be6b819019dc -aws_s3: - AWS_ACCESS_KEY_ID: test - AWS_DEFAULT_REGION: us-west-2 - AWS_ENDPOINT_URL: http://elt-localstack:4566 - AWS_SECRET_ACCESS_KEY: test - data: - - path: s3://superhero-bucket/attribute.jsonl - sync_mode: full_refresh_append - table: attribute - - path: s3://superhero-bucket/colour.csv - sync_mode: full_refresh_append - table: colour - - path: s3://superhero-bucket/publisher.parquet - sync_mode: full_refresh_append - table: publisher -custom_api: - config: - configuration: {} - sync_mode: full_refresh_append - tables: - - hero_attribute -flat_files: -- format: csv - path: https://drive.google.com/uc?export=download&id=1g1R_PJeSrA3jF6QNE9yk3cFIztVJpjBy - sync_mode: full_refresh_append - table: gender -- format: parquet - path: https://drive.google.com/uc?export=download&id=1LH-ZbcB5cIcqkRUIE1LrjuqFw1Q6v3g- - sync_mode: full_refresh_append - table: race -- format: jsonl - path: https://drive.google.com/uc?export=download&id=1jImUxNOiD7csIkikf16XLNK1WUaoVOFA - sync_mode: full_refresh_append - table: alignment -mongodb: - config: - connection_string: mongodb://elt-mongodb:27017/?directConnection=true - database: superhero - sync_mode: full_refresh_append - tables: - - superhero - - superpower -postgres: - config: - database: superhero - host: elt-postgres - password: testelt - port: 5432 - schema: public - sync_mode: full_refresh_append - tables: - - hero_power - user: postgres -redshift: - config: - host: - port: - database: - username: - password: - schema: superhero - s3_bucket_name: - s3_bucket_region: - access_key_id: - secret_access_key: diff --git a/inputs_redshift/superhero/schemas/alignment.csv b/inputs_redshift/superhero/schemas/alignment.csv deleted file mode 100644 index 5086b099f0ea2ae8d1dccf7871e27bad2d613bc5..0000000000000000000000000000000000000000 --- a/inputs_redshift/superhero/schemas/alignment.csv +++ /dev/null @@ -1,3 +0,0 @@ -column_name,column_description -id,the unique identifier of the alignment -alignment,the alignment of the superhero diff --git a/inputs_redshift/superhero/schemas/attribute.csv b/inputs_redshift/superhero/schemas/attribute.csv deleted file mode 100644 index 4e3658db6e5049642abc6b925e92140809bbc68e..0000000000000000000000000000000000000000 --- a/inputs_redshift/superhero/schemas/attribute.csv +++ /dev/null @@ -1,3 +0,0 @@ -column_name,column_description -id,the unique identifier of the attribute -attribute_name,the attribute diff --git a/inputs_redshift/superhero/schemas/colour.csv b/inputs_redshift/superhero/schemas/colour.csv deleted file mode 100644 index e9bf85cc12bb11a6608ae39ecdf3e76634989ccb..0000000000000000000000000000000000000000 --- a/inputs_redshift/superhero/schemas/colour.csv +++ /dev/null @@ -1,3 +0,0 @@ -column_name,column_description -id,the unique identifier of the color -colour,the color of the superhero's skin/eye/hair/etc diff --git a/inputs_redshift/superhero/schemas/gender.csv b/inputs_redshift/superhero/schemas/gender.csv deleted file mode 100644 index eb20bbb6eb5d438561c885d9e9148d50cd3c8c12..0000000000000000000000000000000000000000 --- a/inputs_redshift/superhero/schemas/gender.csv +++ /dev/null @@ -1,3 +0,0 @@ -column_name,column_description -id,the unique identifier of the gender -gender,the gender of the superhero diff --git a/inputs_redshift/superhero/schemas/hero_attribute.csv b/inputs_redshift/superhero/schemas/hero_attribute.csv deleted file mode 100644 index 94efc7c751cdea57b70350c0091ab6264f49a10b..0000000000000000000000000000000000000000 --- a/inputs_redshift/superhero/schemas/hero_attribute.csv +++ /dev/null @@ -1,6 +0,0 @@ -column_name,column_description -hero_id,"the id of the hero -Maps to superhero(id)" -attribute_id,"the id of the attribute -Maps to attribute(id)" -attribute_value,the attribute value diff --git a/inputs_redshift/superhero/schemas/hero_power.csv b/inputs_redshift/superhero/schemas/hero_power.csv deleted file mode 100644 index 778089df6218c71c9e7579d2edb196e77919755f..0000000000000000000000000000000000000000 --- a/inputs_redshift/superhero/schemas/hero_power.csv +++ /dev/null @@ -1,5 +0,0 @@ -column_name,column_description -hero_id,"the id of the hero -Maps to superhero(id)" -power_id,"the id of the power -Maps to superpower(id)" diff --git a/inputs_redshift/superhero/schemas/publisher.csv b/inputs_redshift/superhero/schemas/publisher.csv deleted file mode 100644 index 2cb274a2cffd14af580ac3533d5455b70adfe0ef..0000000000000000000000000000000000000000 --- a/inputs_redshift/superhero/schemas/publisher.csv +++ /dev/null @@ -1,3 +0,0 @@ -column_name,column_description -id,the unique identifier of the publisher -publisher_name,the name of the publisher diff --git a/inputs_redshift/superhero/schemas/race.csv b/inputs_redshift/superhero/schemas/race.csv deleted file mode 100644 index 4d2135e5c634ac0ca9ae14e4a0a46b204ee431fc..0000000000000000000000000000000000000000 --- a/inputs_redshift/superhero/schemas/race.csv +++ /dev/null @@ -1,3 +0,0 @@ -column_name,column_description -id,the unique identifier of the race -race,the race of the superhero diff --git a/inputs_redshift/superhero/schemas/superhero.csv b/inputs_redshift/superhero/schemas/superhero.csv deleted file mode 100644 index c49e0b45044e0fad5f803dfe0749fac58476e088..0000000000000000000000000000000000000000 --- a/inputs_redshift/superhero/schemas/superhero.csv +++ /dev/null @@ -1,13 +0,0 @@ -column_name,column_description -id,the unique identifier of the superhero -superhero_name,the name of the superhero -full_name,the full name of the superhero -gender_id,the id of the superhero's gender -eye_colour_id,the id of the superhero's eye color -hair_colour_id,the id of the superhero's hair color -skin_colour_id,the id of the superhero's skin color -race_id,the id of the superhero's race -publisher_id,the id of the publisher -alignment_id,the id of the superhero's alignment -height_cm,the height of the superhero -weight_kg,the weight of the superhero diff --git a/inputs_redshift/superhero/schemas/superpower.csv b/inputs_redshift/superhero/schemas/superpower.csv deleted file mode 100644 index ee18c3fad2d5c92c190aee56c8bbac51108e391d..0000000000000000000000000000000000000000 --- a/inputs_redshift/superhero/schemas/superpower.csv +++ /dev/null @@ -1,3 +0,0 @@ -column_name,column_description -id,the unique identifier of the superpower -power_name,the superpower name diff --git a/inputs_redshift/superstore/config.yaml b/inputs_redshift/superstore/config.yaml deleted file mode 100644 index 883d00ae51ccc7f71e990f35a3d13374256d21c5..0000000000000000000000000000000000000000 --- a/inputs_redshift/superstore/config.yaml +++ /dev/null @@ -1,46 +0,0 @@ -Airbyte: - config: - files_definition_id: 778daa7c-feaf-4db6-96f3-70fd645acc77 - mongodb_definition_id: b2e713cd-cc36-4c0a-b5bd-b47cb8a0561e - namespace_definition: destination - postgres_definition_id: decd338e-5647-4c0b-adf4-da0e75f5a750 - server_url: http://airbyte-abctl-control-plane:80/api/public/v1/ - redshift_definition_id: f7a7d195-377f-cf5b-70a5-be6b819019dc -flat_files: -- format: jsonl - path: https://drive.google.com/uc?export=download&id=1kIykZEfE7BEVh5mAmkdN1-jl7UZwcuYm - sync_mode: full_refresh_append - table: product -mongodb: - config: - connection_string: mongodb://elt-mongodb:27017/?directConnection=true - database: superstore - sync_mode: full_refresh_append - tables: - - people -postgres: - config: - database: superstore - host: elt-postgres - password: testelt - port: 5432 - schema: public - sync_mode: full_refresh_append - tables: - - central_superstore - - east_superstore - - south_superstore - - west_superstore - user: postgres -redshift: - config: - host: - port: - database: - username: - password: - schema: superstore - s3_bucket_name: - s3_bucket_region: - access_key_id: - secret_access_key: diff --git a/inputs_redshift/superstore/data_model.yaml b/inputs_redshift/superstore/data_model.yaml deleted file mode 100644 index d378d0f3c469aac584d735b8474934db8583204e..0000000000000000000000000000000000000000 --- a/inputs_redshift/superstore/data_model.yaml +++ /dev/null @@ -1,39 +0,0 @@ -models: - - name: customers - description: Each record represents a customer. - columns: - - name: customer_id - description: Unique identifier for the customer. - - name: customer_name - description: The name of the customer. - - name: segment - description: The segment the customer belongs to. - - name: the_largest_total_cost_of_products_in_a_single_order - description: The largest total cost of products in a single order the customer has made. - - name: name_of_the_product_that_was_ordered_recently - description: The name of the product that was ordered most recently by the customer, with ties broken by the ascending order of the product name. - - name: item_ordered_with_the_highest_quantity_in_the_East_region - description: The item ordered with the highest quantity in the East region by the customer, with ties broken by the descending order of the product name. - - name: number_of_orders_in_2016_from_the_east_superstore - description: The number of orders in 2016 from the East region superstore by the customer, replace NULL values with 0. - - name: number_of_orders_with_more_than_3_kinds_of_products_ordered - description: The number of orders with more than 3 kinds of products ordered by the customer, replace NULL values with 0. - - name: products - description: Each record represents a product in a specific region. - columns: - - name: product_id - description: Identifier for the product. - - name: region - description: The region of the product. - - name: product_name - description: The name of the product in its region. - - name: total_profits - description: The total profits of the product in its region, replace NULL values with 0. - - name: has_a_profit_greater_than_98_per_of_the_average_profit_of_all_products_in_the_East_region - description: Set to 1 if the profit of the product is greater than 98% of the average profit of all products in the East region, 0 otherwise. Only applicable when region is 'East'; always Null for other regions. - - name: percetange_of_consumers_among_the_customers - description: The percentage of consumers among the customers who have ordered the product in its region. - - name: is_ordered_by_Becky_Martin_around_the_Central_region - description: Set to 1 if the product is ordered by Becky Martin in the Central region, 0 otherwise. Only applicable when region is 'Central'; always 0 for other regions. - - name: total_quantity_sold - description: The total quantity sold of the product in its region, replace NULL values with 0. diff --git a/inputs_redshift/superstore/schemas/central_superstore.csv b/inputs_redshift/superstore/schemas/central_superstore.csv deleted file mode 100644 index c9bce357257af9e91d237c834b2f9ac8ac7def84..0000000000000000000000000000000000000000 --- a/inputs_redshift/superstore/schemas/central_superstore.csv +++ /dev/null @@ -1,13 +0,0 @@ -column_name,column_description -Row_ID,the unique id for rows -Order_ID,the unique identifier for the order -Order_Date,the date of the order -Ship_Date,the date of the shipment -Ship_Mode,the ship mode of the order -Customer_ID,the id of the customer -Region,region of the customer's address -Product_ID,the id of the product -Sales,the sales of the product -Quantity,the quantity of the product -Discount,the discount of the product -Profit,the profit that the company got by selling the product diff --git a/inputs_redshift/superstore/schemas/east_superstore.csv b/inputs_redshift/superstore/schemas/east_superstore.csv deleted file mode 100644 index c9bce357257af9e91d237c834b2f9ac8ac7def84..0000000000000000000000000000000000000000 --- a/inputs_redshift/superstore/schemas/east_superstore.csv +++ /dev/null @@ -1,13 +0,0 @@ -column_name,column_description -Row_ID,the unique id for rows -Order_ID,the unique identifier for the order -Order_Date,the date of the order -Ship_Date,the date of the shipment -Ship_Mode,the ship mode of the order -Customer_ID,the id of the customer -Region,region of the customer's address -Product_ID,the id of the product -Sales,the sales of the product -Quantity,the quantity of the product -Discount,the discount of the product -Profit,the profit that the company got by selling the product diff --git a/inputs_redshift/superstore/schemas/people.csv b/inputs_redshift/superstore/schemas/people.csv deleted file mode 100644 index c58528b37250d971dadd033afbc2519c235544f4..0000000000000000000000000000000000000000 --- a/inputs_redshift/superstore/schemas/people.csv +++ /dev/null @@ -1,9 +0,0 @@ -column_name,column_description -Customer_ID,the id of the customers -Customer_Name,the name of the customers -Segment,the segment that the customers belong to -Country,the country of people -City,the city of people -State,the state of people -Postal_Code,the postal code -Region,the region of people diff --git a/inputs_redshift/superstore/schemas/product.csv b/inputs_redshift/superstore/schemas/product.csv deleted file mode 100644 index b85b503404f732402db2fa2858d7cc55cb0520a5..0000000000000000000000000000000000000000 --- a/inputs_redshift/superstore/schemas/product.csv +++ /dev/null @@ -1,6 +0,0 @@ -column_name,column_description -Product_ID,the id of products -Product_Name,the name of products -Category,the categories of products -Sub_Category,the sub-categories of products -Region,the region of products diff --git a/inputs_redshift/superstore/schemas/south_superstore.csv b/inputs_redshift/superstore/schemas/south_superstore.csv deleted file mode 100644 index c9bce357257af9e91d237c834b2f9ac8ac7def84..0000000000000000000000000000000000000000 --- a/inputs_redshift/superstore/schemas/south_superstore.csv +++ /dev/null @@ -1,13 +0,0 @@ -column_name,column_description -Row_ID,the unique id for rows -Order_ID,the unique identifier for the order -Order_Date,the date of the order -Ship_Date,the date of the shipment -Ship_Mode,the ship mode of the order -Customer_ID,the id of the customer -Region,region of the customer's address -Product_ID,the id of the product -Sales,the sales of the product -Quantity,the quantity of the product -Discount,the discount of the product -Profit,the profit that the company got by selling the product diff --git a/inputs_redshift/superstore/schemas/west_superstore.csv b/inputs_redshift/superstore/schemas/west_superstore.csv deleted file mode 100644 index c9bce357257af9e91d237c834b2f9ac8ac7def84..0000000000000000000000000000000000000000 --- a/inputs_redshift/superstore/schemas/west_superstore.csv +++ /dev/null @@ -1,13 +0,0 @@ -column_name,column_description -Row_ID,the unique id for rows -Order_ID,the unique identifier for the order -Order_Date,the date of the order -Ship_Date,the date of the shipment -Ship_Mode,the ship mode of the order -Customer_ID,the id of the customer -Region,region of the customer's address -Product_ID,the id of the product -Sales,the sales of the product -Quantity,the quantity of the product -Discount,the discount of the product -Profit,the profit that the company got by selling the product diff --git a/inputs_redshift/synthea/config.yaml b/inputs_redshift/synthea/config.yaml deleted file mode 100644 index b4a11982a011c19a91115bf2d58a39736edc1028..0000000000000000000000000000000000000000 --- a/inputs_redshift/synthea/config.yaml +++ /dev/null @@ -1,65 +0,0 @@ -Airbyte: - config: - files_definition_id: 778daa7c-feaf-4db6-96f3-70fd645acc77 - mongodb_definition_id: b2e713cd-cc36-4c0a-b5bd-b47cb8a0561e - namespace_definition: destination - postgres_definition_id: decd338e-5647-4c0b-adf4-da0e75f5a750 - s3_definition_id: 69589781-7828-43c5-9f63-8925b1c1ccc2 - server_url: http://airbyte-abctl-control-plane:80/api/public/v1/ - redshift_definition_id: f7a7d195-377f-cf5b-70a5-be6b819019dc -aws_s3: - AWS_ACCESS_KEY_ID: test - AWS_DEFAULT_REGION: us-west-2 - AWS_ENDPOINT_URL: http://elt-localstack:4566 - AWS_SECRET_ACCESS_KEY: test - data: - - path: s3://synthea-bucket/all_prevalences.jsonl - sync_mode: full_refresh_append - table: all_prevalences -custom_api: - config: - configuration: {} - sync_mode: full_refresh_append - tables: - - observations -flat_files: -- format: jsonl - path: https://drive.google.com/uc?export=download&id=1BjQWuyYf0-bMOgtN9cco2ebSK2ZRcFNm - sync_mode: full_refresh_append - table: procedures -mongodb: - config: - connection_string: mongodb://elt-mongodb:27017/?directConnection=true - database: synthea - sync_mode: full_refresh_append - tables: - - patients -postgres: - config: - database: synthea - host: elt-postgres - password: testelt - port: 5432 - schema: public - sync_mode: full_refresh_append - tables: - - allergies - - careplans - - claims - - conditions - - encounters - - immunizations - - medications - user: postgres -redshift: - config: - host: - port: - database: - username: - password: - schema: synthea - s3_bucket_name: - s3_bucket_region: - access_key_id: - secret_access_key: diff --git a/inputs_redshift/synthea/data_model.yaml b/inputs_redshift/synthea/data_model.yaml deleted file mode 100644 index 1b0da893074849425c995f4dbec5c463fefeb4d5..0000000000000000000000000000000000000000 --- a/inputs_redshift/synthea/data_model.yaml +++ /dev/null @@ -1,22 +0,0 @@ -models: - - name: synthea__patients - description: Each record represents a patient. - columns: - - name: patient - description: The unique identifier of the patient. - - name: name - description: The name of the patient, formed by concatenating the first name and last name with a space in between. - - name: birthdate - description: The birth date of the patient - - name: highest_Systolic_Blood_Pressure_observed - description: The highest systolic blood pressure observed for the patient. - - name: number_of_immunizations - description: The number of immunizations the patient has received, replace NULL values with 0. - - name: num_encounters_between_2010_and_2017 - description: The number of encounters the patient has with medical professionals between 2010 and 2017, replace NULL values with 0. - - name: has_received_the_IPV_and_is_english - description: Set to 1 if the patient has received the IPV and his/her ethnicity is English, 0 otherwise. - - name: time_recieve_most_recent_vaccine - description: The time when the patient received her/his most recent influenza seasonal vaccine - - \ No newline at end of file diff --git a/inputs_redshift/synthea/schemas/all_prevalences.csv b/inputs_redshift/synthea/schemas/all_prevalences.csv deleted file mode 100644 index a7445fe305e6bb0b7fd3b2f476aab460ed4f3b1c..0000000000000000000000000000000000000000 --- a/inputs_redshift/synthea/schemas/all_prevalences.csv +++ /dev/null @@ -1,7 +0,0 @@ -column_name,column_description -ITEM,the prevalent disease -POPULATION_TYPE,the population type - LIVING -OCCURRENCES,the number of occurrences -POPULATION_COUNT,the number of the counted populations -PREVALENCE_RATE,the prevalence rate -PREVALENCE_PERCENTAGE,the prevalence percentage diff --git a/inputs_redshift/synthea/schemas/allergies.csv b/inputs_redshift/synthea/schemas/allergies.csv deleted file mode 100644 index 3da7bdd38b866477210c2a2296d3ce4eca60ee6e..0000000000000000000000000000000000000000 --- a/inputs_redshift/synthea/schemas/allergies.csv +++ /dev/null @@ -1,7 +0,0 @@ -column_name,column_description -START,the start date of the allergy -STOP,the stop date of the allergy -PATIENT,the patient id -ENCOUNTER,the medical encounter id -CODE,the code of the allergy -DESCRIPTION,the description of the allergy diff --git a/inputs_redshift/synthea/schemas/careplans.csv b/inputs_redshift/synthea/schemas/careplans.csv deleted file mode 100644 index db7c2004d186d38109d1b0ff8af7b408c4dee10e..0000000000000000000000000000000000000000 --- a/inputs_redshift/synthea/schemas/careplans.csv +++ /dev/null @@ -1,10 +0,0 @@ -column_name,column_description -ID,the unique id of the care plan -START,the start date of the care plan -STOP,the stop date of the care plan -PATIENT,the patient id -ENCOUNTER,the medical encounter id -CODE,the code of the care plan -DESCRIPTION,the description of the care plan -REASONCODE,the reason code -REASONDESCRIPTION,the description of the reason why the patient needs the care plan diff --git a/inputs_redshift/synthea/schemas/claims.csv b/inputs_redshift/synthea/schemas/claims.csv deleted file mode 100644 index 4b37aeb1f81972f23e3a2694aab1ab9a6f31a292..0000000000000000000000000000000000000000 --- a/inputs_redshift/synthea/schemas/claims.csv +++ /dev/null @@ -1,8 +0,0 @@ -column_name,column_description -ID,the unique id of the claim -PATIENT,the patient id -BILLABLEPERIOD,the start date of the billable -ORGANIZATION,the claim organization -ENCOUNTER,the medical encounter id -DIAGNOSIS,the diagnosis -TOTAL,the length of the billable period diff --git a/inputs_redshift/synthea/schemas/conditions.csv b/inputs_redshift/synthea/schemas/conditions.csv deleted file mode 100644 index f172bf79a02fcbd8862ae33e99539c7fdeabb5bd..0000000000000000000000000000000000000000 --- a/inputs_redshift/synthea/schemas/conditions.csv +++ /dev/null @@ -1,7 +0,0 @@ -column_name,column_description -START,the start date of the allergy -STOP,the stop date of the allergy -PATIENT,the patient id -ENCOUNTER,the medical encounter id -CODE,the code of the condition -DESCRIPTION,the description of the patient condition diff --git a/inputs_redshift/synthea/schemas/encounters.csv b/inputs_redshift/synthea/schemas/encounters.csv deleted file mode 100644 index 66e999ec1d99a833256e17959f24a4c5b30fef82..0000000000000000000000000000000000000000 --- a/inputs_redshift/synthea/schemas/encounters.csv +++ /dev/null @@ -1,8 +0,0 @@ -column_name,column_description -ID,the unique id of the encounter -DATE,the date of the encounter -PATIENT,the patient id -CODE,the code of the care plan -DESCRIPTION,the description of the care plan -REASONCODE,the reason code -REASONDESCRIPTION,the description of the reason why the patient needs the care plan diff --git a/inputs_redshift/synthea/schemas/immunizations.csv b/inputs_redshift/synthea/schemas/immunizations.csv deleted file mode 100644 index c22dec08d02ad792fa2aeda3769c6a53fa31c51f..0000000000000000000000000000000000000000 --- a/inputs_redshift/synthea/schemas/immunizations.csv +++ /dev/null @@ -1,6 +0,0 @@ -column_name,column_description -DATE,the date of the immunization -PATIENT,the patient id -ENCOUNTER,the medical encounter id -CODE,the code of the immunization -DESCRIPTION,the description of the immunization diff --git a/inputs_redshift/synthea/schemas/medications.csv b/inputs_redshift/synthea/schemas/medications.csv deleted file mode 100644 index e538c755fd044b60d22d124c3360b19b42dc2250..0000000000000000000000000000000000000000 --- a/inputs_redshift/synthea/schemas/medications.csv +++ /dev/null @@ -1,9 +0,0 @@ -column_name,column_description -START,the start date of the care plan -STOP,the stop date of the care plan -PATIENT,the patient id -ENCOUNTER,the medical encounter id -CODE,the code of the medication -DESCRIPTION,the description of the medication -REASONCODE,the reason code -REASONDESCRIPTION,the description of the reason why the patient take the medication diff --git a/inputs_redshift/synthea/schemas/observations.csv b/inputs_redshift/synthea/schemas/observations.csv deleted file mode 100644 index ba3aa5792a879e31e167ae9ea0e99ea598c6bf00..0000000000000000000000000000000000000000 --- a/inputs_redshift/synthea/schemas/observations.csv +++ /dev/null @@ -1,8 +0,0 @@ -column_name,column_description -date,the date of the observation -patient,the patient id -encounter,the medical encounter id -code,the code of the observation type -description,the description of the observation -value,the observation value -units,the units of the observation value diff --git a/inputs_redshift/synthea/schemas/patients.csv b/inputs_redshift/synthea/schemas/patients.csv deleted file mode 100644 index 02a7ff7fda41c0ddceb27cde2e74273f5471f1ad..0000000000000000000000000000000000000000 --- a/inputs_redshift/synthea/schemas/patients.csv +++ /dev/null @@ -1,18 +0,0 @@ -column_name,column_description -patient,the unique id for the patient -birthdate,the birth date of the patient -deathdate,the death date of the patient -ssn,the social security number of the patient -drivers,the driver number of the patient -passport,the passport number -prefix,the prefix -first,the first name -last,the last name -suffix,the suffix of the patient -maiden,the maiden name of the patient -marital,the marital status of the patient -race,the race of the patient -ethnicity,the ethnicity of the patient -gender,the gender of the patient -birthplace,the birth place -address,the specific address diff --git a/inputs_redshift/synthea/schemas/procedures.csv b/inputs_redshift/synthea/schemas/procedures.csv deleted file mode 100644 index e0bb0540e72a148e60968198b73aeeb75e5531af..0000000000000000000000000000000000000000 --- a/inputs_redshift/synthea/schemas/procedures.csv +++ /dev/null @@ -1,8 +0,0 @@ -column_name,column_description -DATE,the date of the procedure -PATIENT,the patient id -ENCOUNTER,the medical encounter id -CODE,the code of the procedure -DESCRIPTION,the description of the procedure -REASONCODE,the code of the reason -REASONDESCRIPTION,the description of the reason why the patient take the procedure diff --git a/inputs_redshift/talkingdata/config.yaml b/inputs_redshift/talkingdata/config.yaml deleted file mode 100644 index 3d17cb4a3c1614d9fa6ccb75c972875a33c1b3f9..0000000000000000000000000000000000000000 --- a/inputs_redshift/talkingdata/config.yaml +++ /dev/null @@ -1,68 +0,0 @@ -Airbyte: - config: - files_definition_id: 778daa7c-feaf-4db6-96f3-70fd645acc77 - mongodb_definition_id: b2e713cd-cc36-4c0a-b5bd-b47cb8a0561e - namespace_definition: destination - postgres_definition_id: decd338e-5647-4c0b-adf4-da0e75f5a750 - s3_definition_id: 69589781-7828-43c5-9f63-8925b1c1ccc2 - server_url: http://airbyte-abctl-control-plane:80/api/public/v1/ - redshift_definition_id: f7a7d195-377f-cf5b-70a5-be6b819019dc -aws_s3: - AWS_ACCESS_KEY_ID: test - AWS_DEFAULT_REGION: us-west-2 - AWS_ENDPOINT_URL: http://elt-localstack:4566 - AWS_SECRET_ACCESS_KEY: test - data: - - path: s3://talkingdata-bucket/label_categories.jsonl - sync_mode: full_refresh_append - table: label_categories - - path: s3://talkingdata-bucket/gender_age_test.csv - sync_mode: full_refresh_append - table: gender_age_test -custom_api: - config: - configuration: {} - sync_mode: full_refresh_append - tables: - - app_labels - - phone_brand_device_model2 -flat_files: -- format: csv - path: https://drive.google.com/uc?export=download&id=1WqYeZ2T08bfJOY8HP2qcdpWnihqL8jlW - sync_mode: full_refresh_append - table: gender_age_train -mongodb: - config: - connection_string: mongodb://elt-mongodb:27017/?directConnection=true - database: talkingdata - sync_mode: full_refresh_append - tables: - - gender_age -postgres: - config: - database: talkingdata - host: elt-postgres - password: testelt - port: 5432 - schema: public - sync_mode: full_refresh_append - tables: - - app_all - - app_events - - app_events_relevant - - events - - events_relevant - - sample_submission - user: postgres -redshift: - config: - host: - port: - database: - username: - password: - schema: talkingdata - s3_bucket_name: - s3_bucket_region: - access_key_id: - secret_access_key: diff --git a/inputs_redshift/talkingdata/schemas/app_all.csv b/inputs_redshift/talkingdata/schemas/app_all.csv deleted file mode 100644 index e31313a4160726d5469a939be188598deb049df3..0000000000000000000000000000000000000000 --- a/inputs_redshift/talkingdata/schemas/app_all.csv +++ /dev/null @@ -1,2 +0,0 @@ -column_name,column_description -app_id, diff --git a/inputs_redshift/talkingdata/schemas/app_events.csv b/inputs_redshift/talkingdata/schemas/app_events.csv deleted file mode 100644 index 08e0ccf3cff6ee5ecf10be78ee70a04d6749a045..0000000000000000000000000000000000000000 --- a/inputs_redshift/talkingdata/schemas/app_events.csv +++ /dev/null @@ -1,5 +0,0 @@ -column_name,column_description -event_id,the id of events -app_id,the id of app users -is_installed,whether this app is installed or not -is_active,whether this user is active or not diff --git a/inputs_redshift/talkingdata/schemas/app_events_relevant.csv b/inputs_redshift/talkingdata/schemas/app_events_relevant.csv deleted file mode 100644 index 228fbdfbbe86306f0baa583e98f9f24c6c022ec9..0000000000000000000000000000000000000000 --- a/inputs_redshift/talkingdata/schemas/app_events_relevant.csv +++ /dev/null @@ -1,5 +0,0 @@ -column_name,column_description -event_id, -app_id, -is_installed, -is_active, diff --git a/inputs_redshift/talkingdata/schemas/app_labels.csv b/inputs_redshift/talkingdata/schemas/app_labels.csv deleted file mode 100644 index 597ca7f116b678b4c699be55ff575d511881a6d5..0000000000000000000000000000000000000000 --- a/inputs_redshift/talkingdata/schemas/app_labels.csv +++ /dev/null @@ -1,3 +0,0 @@ -column_name,column_description -app_id,id of the app user -label_id,id of labels represents which behavior category that each user belongs to diff --git a/inputs_redshift/talkingdata/schemas/events.csv b/inputs_redshift/talkingdata/schemas/events.csv deleted file mode 100644 index 431030422aea91a85cfa9be1ab52621f0abf760c..0000000000000000000000000000000000000000 --- a/inputs_redshift/talkingdata/schemas/events.csv +++ /dev/null @@ -1,6 +0,0 @@ -column_name,column_description -event_id,unique id number referring to the event -device_id,id number referring the device -timestamp,the time of the event -longitude,longitude -latitude,latitude diff --git a/inputs_redshift/talkingdata/schemas/events_relevant.csv b/inputs_redshift/talkingdata/schemas/events_relevant.csv deleted file mode 100644 index c155cc25444c95433e2ca2d0b07c3d474a9804d6..0000000000000000000000000000000000000000 --- a/inputs_redshift/talkingdata/schemas/events_relevant.csv +++ /dev/null @@ -1,6 +0,0 @@ -column_name,column_description -event_id, -device_id, -timestamp, -longitude, -latitude, diff --git a/inputs_redshift/talkingdata/schemas/gender_age.csv b/inputs_redshift/talkingdata/schemas/gender_age.csv deleted file mode 100644 index d794079df77693fe715045fb3514788623c2d13a..0000000000000000000000000000000000000000 --- a/inputs_redshift/talkingdata/schemas/gender_age.csv +++ /dev/null @@ -1,5 +0,0 @@ -column_name,column_description -device_id,unique number of devices -gender,gender of the user who uses this device -age,age of the user who uses this device -group,group of the ages diff --git a/inputs_redshift/talkingdata/schemas/gender_age_test.csv b/inputs_redshift/talkingdata/schemas/gender_age_test.csv deleted file mode 100644 index b9862ae847831a752e789f501a3d6da7b894aa7e..0000000000000000000000000000000000000000 --- a/inputs_redshift/talkingdata/schemas/gender_age_test.csv +++ /dev/null @@ -1,2 +0,0 @@ -column_name,column_description -device_id, diff --git a/inputs_redshift/talkingdata/schemas/gender_age_train.csv b/inputs_redshift/talkingdata/schemas/gender_age_train.csv deleted file mode 100644 index 8004cfd8827edbb725ceaca58b2f1e8947343b6d..0000000000000000000000000000000000000000 --- a/inputs_redshift/talkingdata/schemas/gender_age_train.csv +++ /dev/null @@ -1,5 +0,0 @@ -column_name,column_description -device_id, -gender, -age, -group, diff --git a/inputs_redshift/talkingdata/schemas/label_categories.csv b/inputs_redshift/talkingdata/schemas/label_categories.csv deleted file mode 100644 index 75e3aa8d66d4a514ced4c05a4334c5a8c5b09d89..0000000000000000000000000000000000000000 --- a/inputs_redshift/talkingdata/schemas/label_categories.csv +++ /dev/null @@ -1,3 +0,0 @@ -column_name,column_description -label_id,unique id of label -category,category of the label diff --git a/inputs_redshift/talkingdata/schemas/phone_brand_device_model2.csv b/inputs_redshift/talkingdata/schemas/phone_brand_device_model2.csv deleted file mode 100644 index b2c3f56803c2e03750f386ade23e2ac98707b82d..0000000000000000000000000000000000000000 --- a/inputs_redshift/talkingdata/schemas/phone_brand_device_model2.csv +++ /dev/null @@ -1,4 +0,0 @@ -column_name,column_description -device_id,the id number of the device -phone_brand,phone brand -device_model,device model diff --git a/inputs_redshift/talkingdata/schemas/sample_submission.csv b/inputs_redshift/talkingdata/schemas/sample_submission.csv deleted file mode 100644 index 982aa49f9d0b3dcb59608c220556478862c91e09..0000000000000000000000000000000000000000 --- a/inputs_redshift/talkingdata/schemas/sample_submission.csv +++ /dev/null @@ -1,14 +0,0 @@ -column_name,column_description -device_id, -f23_, -f24_26, -f27_28, -f29_32, -f33_42, -f43_, -m22_, -m23_26, -m27_28, -m29_31, -m32_38, -m39_, diff --git a/inputs_redshift/thrombosis_prediction/config.yaml b/inputs_redshift/thrombosis_prediction/config.yaml deleted file mode 100644 index c22750d686de4c979aac86acb1fa0e477238cc0a..0000000000000000000000000000000000000000 --- a/inputs_redshift/thrombosis_prediction/config.yaml +++ /dev/null @@ -1,43 +0,0 @@ -Airbyte: - config: - mongodb_definition_id: b2e713cd-cc36-4c0a-b5bd-b47cb8a0561e - namespace_definition: destination - postgres_definition_id: decd338e-5647-4c0b-adf4-da0e75f5a750 - server_url: http://airbyte-abctl-control-plane:80/api/public/v1/ - redshift_definition_id: f7a7d195-377f-cf5b-70a5-be6b819019dc -custom_api: - config: - configuration: {} - sync_mode: full_refresh_append - tables: - - Examination -mongodb: - config: - connection_string: mongodb://elt-mongodb:27017/?directConnection=true - database: thrombosis_prediction - sync_mode: full_refresh_append - tables: - - Patient -postgres: - config: - database: thrombosis_prediction - host: elt-postgres - password: testelt - port: 5432 - schema: public - sync_mode: full_refresh_append - tables: - - laboratory - user: postgres -redshift: - config: - host: - port: - database: - username: - password: - schema: thrombosis_prediction - s3_bucket_name: - s3_bucket_region: - access_key_id: - secret_access_key: diff --git a/inputs_redshift/thrombosis_prediction/data_model.yaml b/inputs_redshift/thrombosis_prediction/data_model.yaml deleted file mode 100644 index 0f39e9c7c18548ce91b1b90c9873bc151df48b47..0000000000000000000000000000000000000000 --- a/inputs_redshift/thrombosis_prediction/data_model.yaml +++ /dev/null @@ -1,20 +0,0 @@ -models: - - name: patients - description: Each record represents a patient. - columns: - - name: id - description: Unique identifier for the patient. - - name: sex - description: The sex of the patient. - - name: birthday - description: The birthday of the patient. - - name: has_thrombosis_2_ANA_S_IgM - description: set to 1 if the patient has a degree of thrombosis level 2, ANA pattern of only S, and a level of anti-Cardiolip in antibody (IgM) 20% higher than average ACL IgM among patients with thrombosis level 2 and ANA pattern 'S', otherwise, set to 0 - - name: UA_index_in_latest_laboratory_examination - description: the UA index in the patient's latest laboratory examination result - - name: num_laboratory_examinations_hematoclit_exceed_52 - description: The number of laboratory examinations where the patient’s hematocrit level exceeded 52, replace NULL values with 0. - - name: abnormal_white_blood_cell_count - description: Set to 1 if the white blood cell count in the patient's latest laboratory examination is less than or equal to 3.5 or greater than or equal to 9, otherwise, set to 0 - - name: has_an_abnormal_level_of_glutamic_oxaloacetic_transaminase - description: Set to 1 if the level of glutamic oxaloacetic transaminase in the patient's latest laboratory examination is greater than or equal to 60, otherwise, set to 0 \ No newline at end of file diff --git a/inputs_redshift/thrombosis_prediction/schemas/Examination.csv b/inputs_redshift/thrombosis_prediction/schemas/Examination.csv deleted file mode 100644 index 9a51df0c56881c4bd9ba4f3c75629c78c49d0e40..0000000000000000000000000000000000000000 --- a/inputs_redshift/thrombosis_prediction/schemas/Examination.csv +++ /dev/null @@ -1,14 +0,0 @@ -column_name,column_description -ID,identification of the patient -Examination_Date,Examination Date -aCL_IgG,anti-Cardiolipin antibody (IgG) concentration -aCL_IgM,anti-Cardiolipin antibody (IgM) concentration -ANA,anti-nucleus antibody concentration -ANA_Pattern,pattern observed in the sheet of ANA examination -aCL_IgA,anti-Cardiolipin antibody (IgA) concentration -Diagnosis,disease names -KCT,measure of degree of coagulation -RVVT,measure of degree of coagulation -LAC,measure of degree of coagulation -Symptoms,other symptoms observed -Thrombosis,degree of thrombosis diff --git a/inputs_redshift/thrombosis_prediction/schemas/Laboratory.csv b/inputs_redshift/thrombosis_prediction/schemas/Laboratory.csv deleted file mode 100644 index 9428be64cd853839cadd3797b8d57de4f49e6cb0..0000000000000000000000000000000000000000 --- a/inputs_redshift/thrombosis_prediction/schemas/Laboratory.csv +++ /dev/null @@ -1,45 +0,0 @@ -column_name,column_description -ID,identification of the patient -Date,Date of the laboratory tests (YYMMDD) -GOT,AST glutamic oxaloacetic transaminase -GPT,ALT glutamic pyruvic transaminase -LDH,lactate dehydrogenase -ALP,alkaliphophatase -TP,total protein -ALB,albumin -UA,uric acid -UN,urea nitrogen -CRE,creatinine -t_bil,total bilirubin -t_cho,total cholesterol -TG,triglyceride -CPK,creatinine phosphokinase -GLU,blood glucose -WBC,White blood cell -RBC,Red blood cell -HGB,Hemoglobin -HCT,Hematoclit -PLT,platelet -PT,prothrombin time -APTT,activated partial prothrombin time -FG,fibrinogen -PIC, -TAT, -TAT2, -u_pro,proteinuria -IGG,Ig G -IGA,Ig A -IGM,Ig M -CRP,C-reactive protein -RA,Rhuematoid Factor -RF,RAHA -C3,complement 3 -C4,complement 4 -RNP,anti-ribonuclear protein -SM,anti-SM -SC170,anti-scl70 -SSA,anti-SSA -SSB,anti-SSB -CENTROMEA,anti-centromere -DNA,anti-DNA -dna_ii,anti-DNA diff --git a/inputs_redshift/thrombosis_prediction/schemas/Patient.csv b/inputs_redshift/thrombosis_prediction/schemas/Patient.csv deleted file mode 100644 index 4bc680e13d5970e48865006afe8ae4a0793b3f85..0000000000000000000000000000000000000000 --- a/inputs_redshift/thrombosis_prediction/schemas/Patient.csv +++ /dev/null @@ -1,8 +0,0 @@ -column_name,column_description -ID,identification of the patient -SEX,Sex -Birthday,Birthday -Description,the first date when a patient data was recorded -First_Date,the date when a patient came to the hospital -Admission,patient was admitted to the hospital (+) or followed at the outpatient clinic (-) -Diagnosis,disease names diff --git a/inputs_redshift/tiktok_ads/config.yaml b/inputs_redshift/tiktok_ads/config.yaml deleted file mode 100644 index 9cd63c58d2fe72fed0748f586e06e2759d5075d8..0000000000000000000000000000000000000000 --- a/inputs_redshift/tiktok_ads/config.yaml +++ /dev/null @@ -1,61 +0,0 @@ -Airbyte: - config: - files_definition_id: 778daa7c-feaf-4db6-96f3-70fd645acc77 - mongodb_definition_id: b2e713cd-cc36-4c0a-b5bd-b47cb8a0561e - namespace_definition: destination - postgres_definition_id: decd338e-5647-4c0b-adf4-da0e75f5a750 - s3_definition_id: 69589781-7828-43c5-9f63-8925b1c1ccc2 - server_url: http://airbyte-abctl-control-plane:80/api/public/v1/ - redshift_definition_id: f7a7d195-377f-cf5b-70a5-be6b819019dc -aws_s3: - AWS_ACCESS_KEY_ID: test - AWS_DEFAULT_REGION: us-west-2 - AWS_ENDPOINT_URL: http://elt-localstack:4566 - AWS_SECRET_ACCESS_KEY: test - data: - - path: s3://tiktok-ads-bucket/tiktok_adgroup_history.jsonl - sync_mode: full_refresh_append - table: tiktok_adgroup_history -custom_api: - config: - configuration: {} - sync_mode: full_refresh_append - tables: - - tiktok_ad_history - - tiktok_campaign_history -flat_files: -- format: csv - path: https://drive.google.com/uc?export=download&id=16_XzFxDJ0qBz-Z6HJ95RsIGMHIMtK9Qz - sync_mode: full_refresh_append - table: tiktok_advertiser -mongodb: - config: - connection_string: mongodb://elt-mongodb:27017/?directConnection=true - database: tiktok_ads - sync_mode: full_refresh_append - tables: - - tiktok_campaign_report_hourly -postgres: - config: - database: tiktok_ads - host: elt-postgres - password: testelt - port: 5432 - schema: public - sync_mode: full_refresh_append - tables: - - tiktok_ad_report_hourly - - tiktok_adgroup_report_hourly - user: postgres -redshift: - config: - host: - port: - database: - username: - password: - schema: tiktok_ads - s3_bucket_name: - s3_bucket_region: - access_key_id: - secret_access_key: diff --git a/inputs_redshift/tiktok_ads/data_model.yaml b/inputs_redshift/tiktok_ads/data_model.yaml deleted file mode 100644 index 79acf5f1b711afdab4e2d37da5b8e9899b8b2d2e..0000000000000000000000000000000000000000 --- a/inputs_redshift/tiktok_ads/data_model.yaml +++ /dev/null @@ -1,256 +0,0 @@ -models: - - name: tiktok_ads__advertiser_report - description: Each record in this table represents the daily performance of ads at the account level. - columns: - - name: date_day - description: Day of record. - format: YYYY-MM-DD - - name: advertiser_id - description: Advertiser ID. - - name: advertiser_name - description: Advertiser name. - - name: currency - description: Advertiser's currency. - - name: clicks - description: The number of clicks that occurred on the day of the record. - - name: impressions - description: The number of impressions that occurred on the day of the record. - - name: spend - description: The amount of spend that occurred on the day of the record. - - name: reach - description: The sum of hourly reach occurred on the day of the record - - name: conversion - description: The number of times your ad achieved an outcome, based on the secondary goal you selected. As one campaign may have a number of different secondary goals, this statistic is not supported for campaigns. Please go to ad groups or ads to view. (The total count is calculated based on the time each ad impression occurred.) - - name: likes - description: The number of likes your video creative received within 1 day of a user seeing a paid ad. - - name: comments - description: The number of comments your video creative received within 1 day of a user seeing a paid ad. - - name: shares - description: The number of shares that occurred on the day of the record. - - name: profile_visits - description: The number of profile visits that occurred on the day of the record. - - name: follows - description: The number of follows that occurred on the day of the record. - - name: video_watched_2_s - description: The number of times your video played for at least 2 seconds, or completely played. Replays will not be counted. - - name: video_watched_6_s - description: The number of times your video played for at least 6 seconds, or completely played. Replays will not be counted. - - name: video_views_p_25 - description: The number of times your video was played at 25% of its length. Replays will not be counted. - - name: video_views_p_50 - description: The number of times your video was played at 50% of its length. Replays will not be counted. - - name: video_views_p_75 - description: The number of times your video was played at 75% of its length. Replays will not be counted. - - name: real_time_conversion - description: Number of times your ad resulted in the optimization event you selected. - - name: total_purchase_value - description: The total value of purchase events that occurred in your app that were recorded by your measurement partner. - - name: total_sales_lead_value - description: The monetary worth or potential value assigned to a lead generated through ads. - - name: total_conversion_value - description: The accumulated value of `total_purchase_value` and `total_sales_lead_value`. - - name: daily_cpc - description: The average amount of money you've spent on a click. - - name: daily_cpm - description: The average amount of money you've spent per 1,000 impressions. - - name: daily_ctr - description: The percentage of times people saw your ad and performed a click. - - - name: tiktok_ads__ad_report - description: Each record in this table represents the daily performance of ads at the ad level. - columns: - - name: date_day - description: Day of record. - format: YYYY-MM-DD - - name: advertiser_id - description: Advertiser ID. - - name: advertiser_name - description: Advertiser name. - - name: campaign_id - description: Campaign ID. - - name: campaign_name - description: Campaign name. - - name: ad_group_id - description: Ad group ID. - - name: ad_group_name - description: Ad group name. - - name: ad_id - description: Ad ID. - - name: ad_name - description: Ad name. - - name: currency - description: Advertiser's currency. - - name: category - description: Ad group category. - - name: gender - description: Gender that you want to target. - - name: budget - description: Ad budget. Returns 0.0 when Campaign Budget Optimization (budget_optimize_switch) is on. - - name: impressions - description: The number of impressions that occurred on the day of the record. - - name: clicks - description: The number of clicks that occurred on the day of the record. - - name: spend - description: The amount of spend that occurred on the day of the record. - - name: reach - description: The sum of hourly reach occurred on the day of the record - - name: conversion - description: The number of times your ad achieved an outcome, based on the secondary goal you selected. As one campaign may have a number of different secondary goals, this statistic is not supported for campaigns. Please go to ad groups or ads to view. (The total count is calculated based on the time each ad impression occurred.) - - name: likes - description: The number of likes your video creative received within 1 day of a user seeing a paid ad. - - name: comments - description: The number of comments your video creative received within 1 day of a user seeing a paid ad. - - name: shares - description: The number of shares that occurred on the day of the record. - - name: profile_visits - description: The number of profile visits that occurred on the day of the record. - - name: follows - description: The number of follows that occurred on the day of the record. - - name: video_watched_2_s - description: The number of times your video played for at least 2 seconds, or completely played. Replays will not be counted. - - name: video_watched_6_s - description: The number of times your video played for at least 6 seconds, or completely played. Replays will not be counted. - - name: video_views_p_25 - description: The number of times your video was played at 25% of its length. Replays will not be counted. - - name: video_views_p_50 - description: The number of times your video was played at 50% of its length. Replays will not be counted. - - name: video_views_p_75 - description: The number of times your video was played at 75% of its length. Replays will not be counted. - - name: real_time_conversion - description: Number of times your ad resulted in the optimization event you selected. - - name: total_purchase_value - description: The total value of purchase events that occurred in your app that were recorded by your measurement partner. - - name: total_sales_lead_value - description: The monetary worth or potential value assigned to a lead generated through ads. - - name: total_conversion_value - description: The accumulated value of `total_purchase_value` and `total_sales_lead_value`. - - name: daily_cpc - description: The average amount of money you've spent on a click. - - name: daily_cpm - description: The average amount of money you've spent per 1,000 impressions. - - name: daily_ctr - description: The percentage of times people saw your ad and performed a click. - - - name: tiktok_ads__ad_group_report - description: Each record in this table represents the daily performance of ads at the ad group level. - columns: - - name: date_day - description: Day of record - format: YYYY-MM-DD - - name: advertiser_id - description: Advertiser ID - - name: ad_group_id - description: Ad group ID - - name: ad_group_name - description: Ad group name - - name: category - description: Ad group category. - - name: gender - description: Gender that you want to target. - - name: budget - description: Ad budget. Returns 0.0 when Campaign Budget Optimization (budget_optimize_switch) is on. - - name: impressions - description: The number of impressions that occurred on the day of the record. - - name: clicks - description: The number of clicks that occurred on the day of the record. - - name: spend - description: The amount of spend that occurred on the day of the record. - - name: reach - description: The sum of hourly reach occurred on the day of the record - - name: conversion - description: The number of times your ad achieved an outcome, based on the secondary goal you selected. As one campaign may have a number of different secondary goals, this statistic is not supported for campaigns. Please go to ad groups or ads to view. (The total count is calculated based on the time each ad impression occurred.) - - name: likes - description: The number of likes your video creative received within 1 day of a user seeing a paid ad. - - name: comments - description: The number of comments your video creative received within 1 day of a user seeing a paid ad. - - name: shares - description: The number of shares that occurred on the day of the record. - - name: profile_visits - description: The number of profile visits that occurred on the day of the record. - - name: follows - description: The number of follows that occurred on the day of the record. - - name: video_watched_2_s - description: The number of times your video played for at least 2 seconds, or completely played. Replays will not be counted. - - name: video_watched_6_s - description: The number of times your video played for at least 6 seconds, or completely played. Replays will not be counted. - - name: video_views_p_25 - description: The number of times your video was played at 25% of its length. Replays will not be counted. - - name: video_views_p_50 - description: The number of times your video was played at 50% of its length. Replays will not be counted. - - name: video_views_p_75 - description: The number of times your video was played at 75% of its length. Replays will not be counted. - - name: real_time_conversion - description: Number of times your ad resulted in the optimization event you selected. - - name: total_purchase_value - description: The total value of purchase events that occurred in your app that were recorded by your measurement partner. - - name: total_sales_lead_value - description: The monetary worth or potential value assigned to a lead generated through ads. - - name: total_conversion_value - description: The accumulated value of `total_purchase_value` and `total_sales_lead_value`. - - name: daily_cpc - description: The average amount of money you've spent on a click. - - name: daily_cpm - description: The average amount of money you've spent per 1,000 impressions. - - name: daily_ctr - description: The percentage of times people saw your ad and performed a click. - - - name: tiktok_ads__campaign_report - description: Each record in this table represents the daily performance at the campaign level. - columns: - - name: date_day - description: Day of record - format: YYYY-MM-DD - - name: advertiser_id - description: Advertiser ID - - name: advertiser_name - description: Advertiser name - - name: campaign_id - description: Campaign ID - - name: campaign_name - description: Campaign name - - name: currency - description: Advertiser's currency. - - name: impressions - description: The number of impressions that occurred on the day of the record. - - name: clicks - description: The number of clicks that occurred on the day of the record. - - name: spend - description: The amount of spend that occurred on the day of the record. - - name: reach - description: The sum of hourly reach occurred on the day of the record - - name: conversion - description: The number of times your ad achieved an outcome, based on the secondary goal you selected. As one campaign may have a number of different secondary goals, this statistic is not supported for campaigns. Please go to ad groups or ads to view. (The total count is calculated based on the time each ad impression occurred.) - - name: likes - description: The number of likes your video creative received within 1 day of a user seeing a paid ad. - - name: comments - description: The number of comments your video creative received within 1 day of a user seeing a paid ad. - - name: shares - description: The number of shares that occurred on the day of the record. - - name: profile_visits - description: The number of profile visits that occurred on the day of the record. - - name: follows - description: The number of follows that occurred on the day of the record. - - name: video_watched_2_s - description: The number of times your video played for at least 2 seconds, or completely played. Replays will not be counted. - - name: video_watched_6_s - description: The number of times your video played for at least 6 seconds, or completely played. Replays will not be counted. - - name: video_views_p_25 - description: The number of times your video was played at 25% of its length. Replays will not be counted. - - name: video_views_p_50 - description: The number of times your video was played at 50% of its length. Replays will not be counted. - - name: video_views_p_75 - description: The number of times your video was played at 75% of its length. Replays will not be counted. - - name: real_time_conversion - description: Number of times your ad resulted in the optimization event you selected. - - name: total_purchase_value - description: The total value of purchase events that occurred in your app that were recorded by your measurement partner. - - name: total_sales_lead_value - description: The monetary worth or potential value assigned to a lead generated through ads. - - name: total_conversion_value - description: The accumulated value of `total_purchase_value` and `total_sales_lead_value`. - - name: daily_cpc - description: The average amount of money you've spent on a click. - - name: daily_cpm - description: The average amount of money you've spent per 1,000 impressions. - - name: daily_ctr - description: The percentage of times people saw your ad and performed a click. \ No newline at end of file diff --git a/inputs_redshift/tiktok_ads/schemas/tiktok_ad_history.csv b/inputs_redshift/tiktok_ads/schemas/tiktok_ad_history.csv deleted file mode 100644 index 1eaf0214a695b1121a2a002c7b505003c215b5b8..0000000000000000000000000000000000000000 --- a/inputs_redshift/tiktok_ads/schemas/tiktok_ad_history.csv +++ /dev/null @@ -1,27 +0,0 @@ -column_name,column_description -ad_id,Ad ID -updated_at,Time the record was updated. -adgroup_id,Ad group ID -advertiser_id,Advertiser ID -campaign_id,Campaign ID -ad_name,Ad Name. -ad_text,The ad text. -app_name,The display name of app download ad. -call_to_action,Call to action values. -click_tracking_url,Click monitoring URL. -create_time,Time at which the ad was created. -display_name,The display name of landing page or pure exposure ad. -image_ids,A list of image IDs. -impression_tracking_url,Display monitoring URL. -is_aco,Whether the ad is an automated ad. -CREATIVE_AUTHORIZED,"Whether you grant displaying some of your ads in our TikTok For Business Creative Center. Only valid for non-US advertisers, the default value is false. -" -is_new_structure,Whether the campaign is a new structure. -landing_page_url,Landing page URL. -DEEPLINK,The specific location where you want your audience to go if they have your app installed. -OPERATION_STATUS,Operation status. -playable_url,Playable material url. -PROFILE_IMAGE_URL,Avatar URL. -SECONDARY_STATUS, -video_id,The video ID. -_FIVETRAN_SYNCED,Timestamp of when Fivetran synced a record. diff --git a/inputs_redshift/tiktok_ads/schemas/tiktok_ad_report_hourly.csv b/inputs_redshift/tiktok_ads/schemas/tiktok_ad_report_hourly.csv deleted file mode 100644 index f9657a622650817ef7ec36f6a4390e270721b918..0000000000000000000000000000000000000000 --- a/inputs_redshift/tiktok_ads/schemas/tiktok_ad_report_hourly.csv +++ /dev/null @@ -1,56 +0,0 @@ -column_name,column_description -AD_ID,Ad id -STAT_TIME_HOUR,Hour of activity -COST_PER_CONVERSION,"The average amount of money you've spent on a conversion. (The total count is calculated based on the time each ad impression occurred.) -" -REAL_TIME_CONVERSION,"The number of times your ad achieved an outcome, based on the objective and settings you selected. (The total count is based on when the conversion actually happened.) -" -CPC,The average amount of money you've spent on a click. -VIDEO_PLAY_ACTIONS,The number of times your video starts to play. Replays will not be counted. -CONVERSION_RATE,"The percentage of results you received out of all the clicks of your ads. (The total count is calculated based on the time each ad impression occurred.) -" -VIDEO_VIEWS_P_75,The number of times your video was played at 75% of its length. Replays will not be counted. -RESULT,"The number of times your ad achieved an outcome, based on the optimization goal you selected. As one campaign may have a number of different optimization goals, this statistic is not supported for campaigns. Please go to ad groups or ads to view the results. (The total count is calculated based on the time each ad impression occurred.) -" -VIDEO_VIEWS_P_50,The number of times your video was played at 50% of its length. Replays will not be counted. -IMPRESSIONS,The number of times your ads were on screen. -COMMENTS,The number of comments your video creative received within 1 day of a user seeing a paid ad. -REAL_TIME_COST_PER_RESULT,"As a campaign may have different optimization goals, the total number of result is not supported in campaign section now, please go to the ad group section to view the cost per Result. (The total count is based on when the conversion actually happened.) -" -CONVERSION,"The number of times your ad achieved an outcome, based on the secondary goal you selected. As one campaign may have a number of different secondary goals, this statistic is not supported for campaigns. Please go to ad groups or ads to view. (The total count is calculated based on the time each ad impression occurred.) -" -REAL_TIME_RESULT,"The number of times your ad achieved an outcome, based on the optimization goal you selected. As a campaign may have different optimization goals, the total number of result is not supported in campaign section now , Please go to the ad group section to view the result. (The total count is based on when the conversion actually happened.) -" -VIDEO_VIEWS_P_100,The number of times your video was played at 100% of its length. Replays will not be counted. -SHARES,The number of shares your video creative received within 1 day of a user seeing a paid ad. -REAL_TIME_CONVERSION_RATE,The percentage of results you received out of all the clicks of your ads. (The total count is based on when the conversion actually happened.) -COST_PER_SECONDARY_GOAL_RESULT,"The average cost for each secondary goal result from your adverts. As one campaign may have a number of different secondary goals, this statistic is not supported for campaigns. Please go to ad groups or ads to view. (The total count is calculated based on the time each ad impression occurred.) -" -SECONDARY_GOAL_RESULT_RATE,"The percentage of secondary goal results you achieved out of all of the installs of your adverts. As one campaign may have a number of different secondary goals, this statistic is not supported for campaigns. Please go to ad groups or ads to view. The total count is calculated based on the time each ad impression occurred. -" -CLICKS,The number of clicks on your ads. -COST_PER_1000_REACHED,"The average cost to reach 1,000 unique users. This metric is estimated." -VIDEO_VIEWS_P_25,The number of times your video was played at 25% of its length. Replays will not be counted. -REACH,The number of unique users who saw your ads at least once. This metric is estimated. -REAL_TIME_COST_PER_CONVERSION,The average amount of money you've spent on a conversion. (The total count is based on when the conversion actually happened.) -PROFILE_VISITS_RATE,The rate of profile visits per impression the paid ad drove during the campaign. This metric is only for Boosted TikToks. -AVERAGE_VIDEO_PLAY,"The average time your video was played per single video view, including any time spent replaying the video." -PROFILE_VISITS,The number of profile visits the ad drove during the campaign. This metric is only for Boosted TikToks. -CPM,"The average amount of money you've spent per 1,000 impressions." -CTR,The percentage of times people saw your ad and performed a click. -VIDEO_WATCHED_2_S,The number of times your video played for at least 2 seconds. Replays will not be counted. -FOLLOWS,The number of new followers that were gained within 1 day of a user seeing a paid ad. This metric is only for Boosted TikToks. -RESULT_RATE,"The percentage of results you achieved out of all of the views/clicks on your ads. As one campaign may have a number of different optimization goals, this statistic is not supported for campaigns. Please go to ad groups or ads to view the result rate. (The total count is calculated based on the time each ad impression occurred.) -" -VIDEO_WATCHED_6_S,"The number of times your video played for at least 6 seconds, or completely played. Replays will not be counted." -SECONDARY_GOAL_RESULT,"The number of times your ad achieved an outcome, based on the secondary goal you selected. As one campaign may have a number of different secondary goals, this statistic is not supported for campaigns. Please go to ad groups or ads to view. (The total count is calculated based on the time each ad impression occurred.) -" -COST_PER_RESULT,"The average cost for each result from your ads. As one campaign may have a number of different optimization goals, this statistic is not supported for campaigns. Please go to ad groups or ads to view the cost per result. (The total count is calculated based on the time each ad impression occurred.) -" -AVERAGE_VIDEO_PLAY_PER_USER,"The average time your video was played per person, including any time spent replaying the video. This metric is estimated." -REAL_TIME_RESULT_RATE,"As a campaign may have different optimization goals, the total number of result is not supported in campaign section now ,Please go to the ad group section to view the Result Rate. (The total count is based on when the conversion actually happened.)" -SPEND,"The estimated total amount of money you've spent on your campaign, ad group or ad during its schedule." -LIKES,The number of likes your video creative received within 1 day of a user seeing a paid ad. -_FIVETRAN_SYNCED,Timestamp of when Fivetran synced a record. -TOTAL_PURCHASE_VALUE,The total value of purchase events that occurred in your app that were recorded by your measurement partner. -TOTAL_SALES_LEAD_VALUE,The monetary worth or potential value assigned to a lead generated through ads. diff --git a/inputs_redshift/tiktok_ads/schemas/tiktok_adgroup_history.csv b/inputs_redshift/tiktok_ads/schemas/tiktok_adgroup_history.csv deleted file mode 100644 index 8e525420ba8c58ec5b008c6c9b7a3a2f83b900ec..0000000000000000000000000000000000000000 --- a/inputs_redshift/tiktok_ads/schemas/tiktok_adgroup_history.csv +++ /dev/null @@ -1,77 +0,0 @@ -column_name,column_description -ADGROUP_ID,Ad group ID -UPDATED_AT,Time the record was updated. -ADVERTISER_ID,Advertiser ID -CAMPAIGN_ID,The Ad group's campaign ID. -ACTION_CATEGORIES,IDs of the action categories (behaviors) that you want to target. -ACTION_DAYS,The number of days of the time period to include action from. -ADGROUP_NAME,Ad group name. Character limit is 512 and cannot contain emoji. -AGE_GROUPS,"Age groups you want to target. This is the newest version of the field `age`, which was renamed after the Tiktok Ads v1.3 API release. -" -APP_DOWNLOAD_URL,App download link -APP_ID,The Application id of the promoted app -APP_NAME,App name. -APP_TYPE,App type. -AUDIENCE,A list of audience IDs. -AUDIENCE_TYPE,Audience Type -BID_TYPE,Bidding Strategy -BILLING_EVENT,Bid method. -BUDGET,Ad budget. Returns 0.0 when Campaign Budget Optimization (budget_optimize_switch) is on. -BUDGET_MODE,Budget mode. This field will be ignored when Campaign Budget Optimization (budget_optimize_switch) is enabled. -CARRIERS,Carriers that you want to target. -CATEGORY,Ad group category. -CLICK_TRACKING_URL,Click monitoring URL. -CPV_VIDEO_DURATION,"Video playback duration, required if optimize_goal is VIDEO_VIEW. Allowed values; SIX_SECONDS (video playback 6s), TWO_SECONDS (video playback 2s) -" -CREATIVE_MATERIAL_MODE,Creative delivery mode. -DAYPARTING,"Ad delivery period, the default is always and the format is 48 * 7 character string, represented by 0 or 1. > That is, with half an hour as the minimum granularity, a day (24 hours) is divided by the minimum granularity(30 mins) from Monday to Sunday. Resulting in a 48*7 format.0 represents not to be delivered, 1 represents delivery. no transmission, full transmission 0, full transmission 1 all represent full time delivery" -DEEP_BID_TYPE,Bidding strategy for in-app events. -DEEP_CPA_BID,Deep bid -DISPLAY_NAME,Display name of ad group. -INVENTORY_FILTER_ENABLED,Inventory filtering (Unsafe videos will not be displayed). -EXCLUDED_AUDIENCE,A list of audience ID to be excluded. -FALLBACK_TYPE,"Fallback Type. If the audience do not have the app installed, you can have them fall back to install the app, or to view a specific web page. Not applicable for Deferred Deeplink. Allowed values; APP_INSTALL, WEBSITE, UNSET. If website is chosen, you need to specify the url via landing_page_url field. -" -FREQUENCY,"frequency, together with frequency_schedule, controls how often people see your ad (only available for REACH ads). For example, frequency = 2 frequency_schedule = 3 means ""show ads no more than twice every 3 day"". -" -FREQUENCY_SCHEDULE,"frequency, together with frequency, controls how often people see your ad (only available for REACH ads)." -GENDER,Gender that you want to target. -IMPRESSION_TRACKING_URL,Display monitoring URL. -INTEREST_CATEGORY_V_2,"Interest classification. If the interest is specified, users that do not meet interest target will be excluded during delivery." -MIN_IOS_VERSION,Minimum iOS version. -IS_COMMENT_DISABLE,"Whether to allow comments on your ads on TikTok, Vigo, Helo." -IS_HFSS,"Whether the promoted content is HFSS foods (foods that are high in fat, salt, or sugar)." -IS_NEW_STRUCTURE,Whether the campaign is a new structure. -KEYWORDS,Keywords used. -LANDING_PAGE_URL,Landing page URL. -LANGUAGES,Codes of the languages that you want to target. -LOCATION,IDs of the locations that you want to target. -OPEN_URL,The specific location where you want your audience to go if they have your app installed. -OPEN_URL_TYPE,The open URL type. -OPERATING_SYSTEMS,Device operating systems that you want to target. -OPERATION_STATUS,Operation status. -OPTIMIZATION_GOAL,Optimization goal. -PACING,"You can choose between PACING_MODE_SMOOTH and PACING_MODE_FAST. For PACING_MODE_SMOOTH, the budget is allocated evenly within the scheduled time. PACING_MODE_FAST would consume budget and produce results as soon as possible. -" -PACKAGE,Package name. -PANGLE_BLOCK_APP_LIST_ID,Pangle app block list ID. -PIXEL_ID,Pixel ID. Only application for landing pages. -PLACEMENTS,The apps where you want to deliver your ads. -PLACEMENT_TYPE,Placement type. -PROFILE_IMAGE,Avatar URL. -SCHEDULE_END_TIME,Ad delivery end time (UTC+0). Format should be YYYY-MM-DD HH:MM:SS -SCHEDULE_START_TIME,Ad delivery start time (UTC+0). Format should be YYYY-MM-DD HH:MM:SS -SCHEDULE_TYPE,"The schedule type, which can be either SCHEDULE_START_END or SCHEDULE_FROM_NOW." -SKIP_LEARNING_PHASE,Whether to skip the learning stage. -STATISTIC_TYPE,conversion bid statistic type -VIDEO_ACTIONS,Number of video actions. -VIDEO_DOWNLOAD,Whether users can download your video ads on TikTok(cannot be updated once created). -CONVERSION_BID_PRICE, -MIN_ANDROID_VERSION,Minimum Android version. -CREATE_TIME, -BID_PRICE, -_FIVETRAN_SYNCED,Timestamp of when Fivetran synced a record. -SECONDARY_OPTIMIZATION_EVENT, -SECONDARY_STATUS, -NETWORK_TYPES, -OPTIMIZATION_EVENT, diff --git a/inputs_redshift/tiktok_ads/schemas/tiktok_adgroup_report_hourly.csv b/inputs_redshift/tiktok_ads/schemas/tiktok_adgroup_report_hourly.csv deleted file mode 100644 index 4d4b2555b42e2be535d1eb1e3232bb09d70b2b7a..0000000000000000000000000000000000000000 --- a/inputs_redshift/tiktok_ads/schemas/tiktok_adgroup_report_hourly.csv +++ /dev/null @@ -1,56 +0,0 @@ -column_name,column_description -ADGROUP_ID,Ad group id -STAT_TIME_HOUR,Hour of activity -COST_PER_CONVERSION,"The average amount of money you've spent on a conversion. (The total count is calculated based on the time each ad impression occurred.) -" -REAL_TIME_CONVERSION,"The number of times your ad achieved an outcome, based on the objective and settings you selected. (The total count is based on when the conversion actually happened.) -" -CPC,The average amount of money you've spent on a click. -VIDEO_PLAY_ACTIONS,The number of times your video starts to play. Replays will not be counted. -CONVERSION_RATE,The percentage of results you received out of all the clicks of your ads. (The total count is calculated based on the time each ad impression occurred.) -VIDEO_VIEWS_P_75,The number of times your video was played at 75% of its length. Replays will not be counted. -RESULT,"The number of times your ad achieved an outcome, based on the optimization goal you selected. As one campaign may have a number of different optimization goals, this statistic is not supported for campaigns. Please go to ad groups or ads to view the results. (The total count is calculated based on the time each ad impression occurred.) -" -VIDEO_VIEWS_P_50,The number of times your video was played at 50% of its length. Replays will not be counted. -IMPRESSIONS,The number of times your ads were on screen. -COMMENTS,The number of comments your video creative received within 1 day of a user seeing a paid ad. -REAL_TIME_COST_PER_RESULT,"As a campaign may have different optimization goals, the total number of result is not supported in campaign section now, please go to the ad group section to view the cost per Result. (The total count is based on when the conversion actually happened.) -" -CONVERSION,"The number of times your ad achieved an outcome, based on the secondary goal you selected. As one campaign may have a number of different secondary goals, this statistic is not supported for campaigns. Please go to ad groups or ads to view. (The total count is calculated based on the time each ad impression occurred.) -" -REAL_TIME_RESULT,"The number of times your ad achieved an outcome, based on the optimization goal you selected. As a campaign may have different optimization goals, the total number of result is not supported in campaign section now , Please go to the ad group section to view the result. (The total count is based on when the conversion actually happened.) -" -VIDEO_VIEWS_P_100,The number of times your video was played at 100% of its length. Replays will not be counted. -SHARES,The number of shares your video creative received within 1 day of a user seeing a paid ad. -REAL_TIME_CONVERSION_RATE,The percentage of results you received out of all the clicks of your ads. (The total count is based on when the conversion actually happened.) -COST_PER_SECONDARY_GOAL_RESULT,"The average cost for each secondary goal result from your adverts. As one campaign may have a number of different secondary goals, this statistic is not supported for campaigns. Please go to ad groups or ads to view. (The total count is calculated based on the time each ad impression occurred.) -" -SECONDARY_GOAL_RESULT_RATE,"The percentage of secondary goal results you achieved out of all of the installs of your adverts. As one campaign may have a number of different secondary goals, this statistic is not supported for campaigns. Please go to ad groups or ads to view. The total count is calculated based on the time each ad impression occurred. -" -CLICKS,The number of clicks on your ads. -COST_PER_1000_REACHED,"The average cost to reach 1,000 unique users. This metric is estimated." -VIDEO_VIEWS_P_25,The number of times your video was played at 25% of its length. Replays will not be counted. -REACH,The number of unique users who saw your ads at least once. This metric is estimated. -REAL_TIME_COST_PER_CONVERSION,The average amount of money you've spent on a conversion. (The total count is based on when the conversion actually happened.) -PROFILE_VISITS_RATE,The rate of profile visits per impression the paid ad drove during the campaign. This metric is only for Boosted TikToks. -AVERAGE_VIDEO_PLAY,"The average time your video was played per single video view, including any time spent replaying the video." -PROFILE_VISITS,The number of profile visits the ad drove during the campaign. This metric is only for Boosted TikToks. -CPM,"The average amount of money you've spent per 1,000 impressions." -CTR,The percentage of times people saw your ad and performed a click. -VIDEO_WATCHED_2_S,The number of times your video played for at least 2 seconds. Replays will not be counted. -FOLLOWS,The number of new followers that were gained within 1 day of a user seeing a paid ad. This metric is only for Boosted TikToks. -RESULT_RATE,"The percentage of results you achieved out of all of the views/clicks on your ads. As one campaign may have a number of different optimization goals, this statistic is not supported for campaigns. Please go to ad groups or ads to view the result rate. (The total count is calculated based on the time each ad impression occurred.) -" -VIDEO_WATCHED_6_S,"The number of times your video played for at least 6 seconds, or completely played. Replays will not be counted." -SECONDARY_GOAL_RESULT,"The number of times your ad achieved an outcome, based on the secondary goal you selected. As one campaign may have a number of different secondary goals, this statistic is not supported for campaigns. Please go to ad groups or ads to view. (The total count is calculated based on the time each ad impression occurred.) -" -COST_PER_RESULT,"The average cost for each result from your ads. As one campaign may have a number of different optimization goals, this statistic is not supported for campaigns. Please go to ad groups or ads to view the cost per result. (The total count is calculated based on the time each ad impression occurred.) -" -AVERAGE_VIDEO_PLAY_PER_USER,"The average time your video was played per person, including any time spent replaying the video. This metric is estimated." -REAL_TIME_RESULT_RATE,"As a campaign may have different optimization goals, the total number of result is not supported in campaign section now ,Please go to the ad group section to view the Result Rate. (The total count is based on when the conversion actually happened.) -" -SPEND,"The estimated total amount of money you've spent on your campaign, ad group or ad during its schedule." -LIKES,The number of likes your video creative received within 1 day of a user seeing a paid ad. -_FIVETRAN_SYNCED,Timestamp of when Fivetran synced a record. -TOTAL_PURCHASE_VALUE,The total value of purchase events that occurred in your app that were recorded by your measurement partner. -TOTAL_SALES_LEAD_VALUE,The monetary worth or potential value assigned to a lead generated through ads. diff --git a/inputs_redshift/tiktok_ads/schemas/tiktok_advertiser.csv b/inputs_redshift/tiktok_ads/schemas/tiktok_advertiser.csv deleted file mode 100644 index 4e10e49b512d12488973efba0d2a50d11d0caf85..0000000000000000000000000000000000000000 --- a/inputs_redshift/tiktok_ads/schemas/tiktok_advertiser.csv +++ /dev/null @@ -1,26 +0,0 @@ -column_name,column_description -ID,Advertiser ID -ADDRESS,Advertiser address information -BALANCE,Account available balance -CELLPHONE_NUMBER,"Contact mobile number, desensitised data. This is the newest version of the field `phone_number`, which was renamed after the Tiktok Ads v1.3 API release. -" -COMPANY,Advertiser's company name -CONTACTER,Contact Person -COUNTRY,The advertiser's country -CREATE_TIME,Advertiser's create time -CURRENCY,Type of currency used by advertisers -DESCRIPTION,"Brand description, i.e. promotional content" -EMAIL,"Advertiser contact email, desensitised data" -INDUSTRY,Advertiser industry category -LANGUAGE,Language used by advertisers -LICENSE_NO,License number -LICENSE_URL,"License preview address, the link is valid for an hour by default." -NAME,Advertiser name -PROMOTION_AREA,Operation area -REJECTED_REASON,Reason for rejection -ROLE,Advertiser role -STATUS,Advertiser status -TELEPHONE_NUMBER,"Fixed phone number, desensitised data This is the newest version of the field `telephone`, which was renamed after the Tiktok Ads v1.3 API release. -" -TIMEZONE,Ad account time zone including GMT offset -_FIVETRAN_SYNCED,Timestamp of when Fivetran synced a record. diff --git a/inputs_redshift/tiktok_ads/schemas/tiktok_campaign_history.csv b/inputs_redshift/tiktok_ads/schemas/tiktok_campaign_history.csv deleted file mode 100644 index 2d95f483d971acecdc6256154981da065a0b7e44..0000000000000000000000000000000000000000 --- a/inputs_redshift/tiktok_ads/schemas/tiktok_campaign_history.csv +++ /dev/null @@ -1,14 +0,0 @@ -column_name,column_description -campaign_id,Campaign ID -updated_at,Time the record was updated. -advertiser_id,Advertiser ID -budget,Campaign budget -budget_mode,Budget type -campaign_name,Campaign name -campaign_type,"Campaign Type, indicates the campaign is a regular campaign or iOS 14 campaign." -create_time,Time at which the campaign was created. -is_new_structure,"Whether the campaign is a new structure (for the same campaign, the structure of campaign, adgroups and ads are the same)" -objective_type,Advertising objective. -OPERATION_STATUS,Operation status. -split_test_variable,"Split Test variables. Optional values; TARGETING, BIDDING_OPTIMIZATION , CREATIVE." -_FIVETRAN_SYNCED,Timestamp of when Fivetran synced a record. \ No newline at end of file diff --git a/inputs_redshift/tiktok_ads/schemas/tiktok_campaign_report_hourly.csv b/inputs_redshift/tiktok_ads/schemas/tiktok_campaign_report_hourly.csv deleted file mode 100644 index cafbc3d177bbdd6994e70824f5534977a82b7ae0..0000000000000000000000000000000000000000 --- a/inputs_redshift/tiktok_ads/schemas/tiktok_campaign_report_hourly.csv +++ /dev/null @@ -1,57 +0,0 @@ -column_name,column_description -CAMPAIGN_ID,Campaign id -STAT_TIME_HOUR,Hour of activity -COST_PER_CONVERSION,"The average amount of money you've spent on a conversion. (The total count is calculated based on the time each ad impression occurred.) -" -REAL_TIME_CONVERSION,"The number of times your ad achieved an outcome, based on the objective and settings you selected. (The total count is based on when the conversion actually happened.) -" -CPC,The average amount of money you've spent on a click. -VIDEO_PLAY_ACTIONS,The number of times your video starts to play. Replays will not be counted. -CONVERSION_RATE,"The percentage of results you received out of all the clicks of your ads. (The total count is calculated based on the time each ad impression occurred.) -" -VIDEO_VIEWS_P_75,The number of times your video was played at 75% of its length. Replays will not be counted. -RESULT,"The number of times your ad achieved an outcome, based on the optimization goal you selected. As one campaign may have a number of different optimization goals, this statistic is not supported for campaigns. Please go to ad groups or ads to view the results. (The total count is calculated based on the time each ad impression occurred.) -" -VIDEO_VIEWS_P_50,The number of times your video was played at 50% of its length. Replays will not be counted. -IMPRESSIONS,The number of times your ads were on screen. -COMMENTS,The number of comments your video creative received within 1 day of a user seeing a paid ad. -REAL_TIME_COST_PER_RESULT,"As a campaign may have different optimization goals, the total number of result is not supported in campaign section now, please go to the ad group section to view the cost per Result. (The total count is based on when the conversion actually happened.) -" -CONVERSION,"The number of times your ad achieved an outcome, based on the secondary goal you selected. As one campaign may have a number of different secondary goals, this statistic is not supported for campaigns. Please go to ad groups or ads to view. (The total count is calculated based on the time each ad impression occurred.) -" -REAL_TIME_RESULT,"The number of times your ad achieved an outcome, based on the optimization goal you selected. As a campaign may have different optimization goals, the total number of result is not supported in campaign section now , Please go to the ad group section to view the result. (The total count is based on when the conversion actually happened.) -" -VIDEO_VIEWS_P_100,The number of times your video was played at 100% of its length. Replays will not be counted. -SHARES,The number of shares your video creative received within 1 day of a user seeing a paid ad. -REAL_TIME_CONVERSION_RATE,The percentage of results you received out of all the clicks of your ads. (The total count is based on when the conversion actually happened.) -COST_PER_SECONDARY_GOAL_RESULT,"The average cost for each secondary goal result from your adverts. As one campaign may have a number of different secondary goals, this statistic is not supported for campaigns. Please go to ad groups or ads to view. (The total count is calculated based on the time each ad impression occurred.) -" -SECONDARY_GOAL_RESULT_RATE,"The percentage of secondary goal results you achieved out of all of the installs of your adverts. As one campaign may have a number of different secondary goals, this statistic is not supported for campaigns. Please go to ad groups or ads to view. The total count is calculated based on the time each ad impression occurred. -" -CLICKS,The number of clicks on your ads. -COST_PER_1000_REACHED,"The average cost to reach 1,000 unique users. This metric is estimated." -VIDEO_VIEWS_P_25,The number of times your video was played at 25% of its length. Replays will not be counted. -REACH,The number of unique users who saw your ads at least once. This metric is estimated. -REAL_TIME_COST_PER_CONVERSION,The average amount of money you've spent on a conversion. (The total count is based on when the conversion actually happened.) -PROFILE_VISITS_RATE,The rate of profile visits per impression the paid ad drove during the campaign. This metric is only for Boosted TikToks. -AVERAGE_VIDEO_PLAY,"The average time your video was played per single video view, including any time spent replaying the video." -PROFILE_VISITS,The number of profile visits the ad drove during the campaign. This metric is only for Boosted TikToks. -CPM,"The average amount of money you've spent per 1,000 impressions." -CTR,The percentage of times people saw your ad and performed a click. -VIDEO_WATCHED_2_S,The number of times your video played for at least 2 seconds. Replays will not be counted. -FOLLOWS,The number of new followers that were gained within 1 day of a user seeing a paid ad. This metric is only for Boosted TikToks. -RESULT_RATE,"The percentage of results you achieved out of all of the views/clicks on your ads. As one campaign may have a number of different optimization goals, this statistic is not supported for campaigns. Please go to ad groups or ads to view the result rate. (The total count is calculated based on the time each ad impression occurred.) -" -VIDEO_WATCHED_6_S,"The number of times your video played for at least 6 seconds, or completely played. Replays will not be counted." -SECONDARY_GOAL_RESULT,"The number of times your ad achieved an outcome, based on the secondary goal you selected. As one campaign may have a number of different secondary goals, this statistic is not supported for campaigns. Please go to ad groups or ads to view. (The total count is calculated based on the time each ad impression occurred.) -" -COST_PER_RESULT,"The average cost for each result from your ads. As one campaign may have a number of different optimization goals, this statistic is not supported for campaigns. Please go to ad groups or ads to view the cost per result. (The total count is calculated based on the time each ad impression occurred.) -" -AVERAGE_VIDEO_PLAY_PER_USER,"The average time your video was played per person, including any time spent replaying the video. This metric is estimated." -REAL_TIME_RESULT_RATE,"As a campaign may have different optimization goals, the total number of result is not supported in campaign section now ,Please go to the ad group section to view the Result Rate. (The total count is based on when the conversion actually happened.) -" -SPEND,"The estimated total amount of money you've spent on your campaign, ad group or ad during its schedule." -LIKES,The number of likes your video creative received within 1 day of a user seeing a paid ad. -_FIVETRAN_SYNCED,Timestamp of when Fivetran synced a record. -TOTAL_PURCHASE_VALUE,The total value of purchase events that occurred in your app that were recorded by your measurement partner. -TOTAL_SALES_LEAD_VALUE,The monetary worth or potential value assigned to a lead generated through ads. diff --git a/inputs_redshift/toxicology/config.yaml b/inputs_redshift/toxicology/config.yaml deleted file mode 100644 index 163b206842dce628a49f097d1336a7b6331cb902..0000000000000000000000000000000000000000 --- a/inputs_redshift/toxicology/config.yaml +++ /dev/null @@ -1,49 +0,0 @@ -Airbyte: - config: - files_definition_id: 778daa7c-feaf-4db6-96f3-70fd645acc77 - mongodb_definition_id: b2e713cd-cc36-4c0a-b5bd-b47cb8a0561e - namespace_definition: destination - postgres_definition_id: decd338e-5647-4c0b-adf4-da0e75f5a750 - server_url: http://airbyte-abctl-control-plane:80/api/public/v1/ - redshift_definition_id: f7a7d195-377f-cf5b-70a5-be6b819019dc -custom_api: - config: - configuration: {} - sync_mode: full_refresh_append - tables: - - bond -flat_files: -- format: csv - path: https://drive.google.com/uc?export=download&id=1xbdYAJ2BFSdjfRKwAEjqguRMK9EcNSH4 - sync_mode: full_refresh_append - table: molecule -mongodb: - config: - connection_string: mongodb://elt-mongodb:27017/?directConnection=true - database: toxicology - sync_mode: full_refresh_append - tables: - - atom -postgres: - config: - database: toxicology - host: elt-postgres - password: testelt - port: 5432 - schema: public - sync_mode: full_refresh_append - tables: - - connected - user: postgres -redshift: - config: - host: - port: - database: - username: - password: - schema: toxicology - s3_bucket_name: - s3_bucket_region: - access_key_id: - secret_access_key: diff --git a/inputs_redshift/toxicology/schemas/atom.csv b/inputs_redshift/toxicology/schemas/atom.csv deleted file mode 100644 index cb874bfc5135f79bb80676b46e3877b35d2635a7..0000000000000000000000000000000000000000 --- a/inputs_redshift/toxicology/schemas/atom.csv +++ /dev/null @@ -1,4 +0,0 @@ -column_name,column_description -atom_id,the unique id of atoms -molecule_id,identifying the molecule to which the atom belongs -element,the element of the toxicology diff --git a/inputs_redshift/toxicology/schemas/bond.csv b/inputs_redshift/toxicology/schemas/bond.csv deleted file mode 100644 index 7b339c55efeb819620bc612cf975f911ef565457..0000000000000000000000000000000000000000 --- a/inputs_redshift/toxicology/schemas/bond.csv +++ /dev/null @@ -1,4 +0,0 @@ -column_name,column_description -bond_id,unique id representing bonds -molecule_id,identifying the molecule in which the bond appears -bond_type,type of the bond diff --git a/inputs_redshift/toxicology/schemas/connected.csv b/inputs_redshift/toxicology/schemas/connected.csv deleted file mode 100644 index ec1340d80f73bfa3ac53e591ce1ecb44952883e7..0000000000000000000000000000000000000000 --- a/inputs_redshift/toxicology/schemas/connected.csv +++ /dev/null @@ -1,4 +0,0 @@ -column_name,column_description -atom_id,id of the first atom -atom_id2,id of the second atom -bond_id,bond id representing bond between two atoms diff --git a/inputs_redshift/toxicology/schemas/molecule.csv b/inputs_redshift/toxicology/schemas/molecule.csv deleted file mode 100644 index 3fe6ac5dcf31e48733fc16723bab7e23a96744cc..0000000000000000000000000000000000000000 --- a/inputs_redshift/toxicology/schemas/molecule.csv +++ /dev/null @@ -1,3 +0,0 @@ -column_name,column_description -molecule_id,unique id of molecule -label,whether this molecule is carcinogenic or not diff --git a/inputs_redshift/trains/config.yaml b/inputs_redshift/trains/config.yaml deleted file mode 100644 index b75efd616c9b320d687b3ba887020ed9c6077017..0000000000000000000000000000000000000000 --- a/inputs_redshift/trains/config.yaml +++ /dev/null @@ -1,29 +0,0 @@ -Airbyte: - config: - files_definition_id: 778daa7c-feaf-4db6-96f3-70fd645acc77 - namespace_definition: destination - server_url: http://airbyte-abctl-control-plane:80/api/public/v1/ - redshift_definition_id: f7a7d195-377f-cf5b-70a5-be6b819019dc -custom_api: - config: - configuration: {} - sync_mode: full_refresh_append - tables: - - cars -flat_files: -- format: csv - path: https://drive.google.com/uc?export=download&id=1w5_eaQI7_bxn5zQVEOwB5WsIAkAu7VCB - sync_mode: full_refresh_append - table: train -redshift: - config: - host: - port: - database: - username: - password: - schema: trains - s3_bucket_name: - s3_bucket_region: - access_key_id: - secret_access_key: diff --git a/inputs_redshift/trains/data_model.yaml b/inputs_redshift/trains/data_model.yaml deleted file mode 100644 index 4d8b6918c33ce6127200c08ac1cbd539eeedb929..0000000000000000000000000000000000000000 --- a/inputs_redshift/trains/data_model.yaml +++ /dev/null @@ -1,18 +0,0 @@ -models: - - name: trains - description: Each record represents a train. - columns: - - name: train_id - description: Unique identifier for the train. - - name: direction - description: The direction of the train. - - name: run_east_and_has_less_than_4_cars - description: Set to 1 if the train runs east and has less than 4 cars, 0 otherwise. - - name: has_more_than_2_long_cars - description: Set to 1 if the train has more than 2 long cars, 0 otherwise. - - name: has_double_sided_cars_in_3rd_position - description: Set to 1 if the train has double-sided cars in the 3rd position, 0 otherwise. - - name: has_rectangular_shaped_head_cars - description: Set to 1 if the train has rectangular-shaped head cars, 0 otherwise. - - name: number_of_open_roof_car - description: The number of open roof cars in the train, replace NULL values with 0. \ No newline at end of file diff --git a/inputs_redshift/trains/schemas/cars.csv b/inputs_redshift/trains/schemas/cars.csv deleted file mode 100644 index c970e932e0f5645e75b3cb640050b93dff763afa..0000000000000000000000000000000000000000 --- a/inputs_redshift/trains/schemas/cars.csv +++ /dev/null @@ -1,11 +0,0 @@ -column_name,column_description -id,the unique id number representing the cars -train_id,the counterpart id for trains that the cars belong to -position,postion id of cars in the trains -shape,shape of the cars -len,length of the cars -sides,sides of the cars -roof,roof of the cars -wheels,wheels of the cars -load_shape,load shape -load_num,load number diff --git a/inputs_redshift/trains/schemas/train.csv b/inputs_redshift/trains/schemas/train.csv deleted file mode 100644 index bcf43c4baed5a92f3d47b3ac01c0701bf271b1f5..0000000000000000000000000000000000000000 --- a/inputs_redshift/trains/schemas/train.csv +++ /dev/null @@ -1,3 +0,0 @@ -column_name,column_description -id,the unique id representing the trains -direction,the direction of trains that are running diff --git a/inputs_redshift/twilio/config.yaml b/inputs_redshift/twilio/config.yaml deleted file mode 100644 index f654705d8d6c0ed518033fcfcad8fb013a7fafea..0000000000000000000000000000000000000000 --- a/inputs_redshift/twilio/config.yaml +++ /dev/null @@ -1,67 +0,0 @@ -Airbyte: - config: - files_definition_id: 778daa7c-feaf-4db6-96f3-70fd645acc77 - mongodb_definition_id: b2e713cd-cc36-4c0a-b5bd-b47cb8a0561e - namespace_definition: destination - postgres_definition_id: decd338e-5647-4c0b-adf4-da0e75f5a750 - s3_definition_id: 69589781-7828-43c5-9f63-8925b1c1ccc2 - server_url: http://airbyte-abctl-control-plane:80/api/public/v1/ - redshift_definition_id: f7a7d195-377f-cf5b-70a5-be6b819019dc -aws_s3: - AWS_ACCESS_KEY_ID: test - AWS_DEFAULT_REGION: us-west-2 - AWS_ENDPOINT_URL: http://elt-localstack:4566 - AWS_SECRET_ACCESS_KEY: test - data: - - path: s3://twilio-bucket/account_history.jsonl - sync_mode: full_refresh_append - table: account_history - - path: s3://twilio-bucket/incoming_phone_number.jsonl - sync_mode: full_refresh_append - table: incoming_phone_number -custom_api: - config: - configuration: {} - sync_mode: full_refresh_append - tables: - - messaging_service - - outgoing_caller_id -flat_files: -- format: jsonl - path: https://drive.google.com/uc?export=download&id=1TC1Q1WYLy5dwcGVASc5YsklQbTijDX_k - sync_mode: full_refresh_append - table: usage_record -- format: csv - path: https://drive.google.com/uc?export=download&id=149V3-6Bbs_lUgIMSpc0Rp3Bme4wRowvj - sync_mode: full_refresh_append - table: address -mongodb: - config: - connection_string: mongodb://elt-mongodb:27017/?directConnection=true - database: twilio - sync_mode: full_refresh_append - tables: - - call -postgres: - config: - database: twilio - host: elt-postgres - password: testelt - port: 5432 - schema: public - sync_mode: full_refresh_append - tables: - - message - user: postgres -redshift: - config: - host: - port: - database: - username: - password: - schema: twilio - s3_bucket_name: - s3_bucket_region: - access_key_id: - secret_access_key: diff --git a/inputs_redshift/twilio/data_model.yaml b/inputs_redshift/twilio/data_model.yaml deleted file mode 100644 index 34394f1183944d14816665a6df773984816ef0e6..0000000000000000000000000000000000000000 --- a/inputs_redshift/twilio/data_model.yaml +++ /dev/null @@ -1,55 +0,0 @@ -models: - - name: twilio__account_overview - description: This model provides aggregate information per each account regarding the Twilio Messages resource. - columns: - - name: account_id - description: The unique identifier for account. - - name: account_name - description: Friendly name associated with the account. - - name: account_status - description: The status or state of the account. - - name: account_type - description: The type or category of the account. - - name: date_day - description: The day of the message activity. - format: YYYY-MM-DD - - name: date_week - description: The week of the message activity. - format: YYYY-MM-DD - - name: date_month - description: The month of the message activity. - format: YYYY-MM-DD - - name: price_unit - description: The currency unit in which the `price` is measured. - - name: total_outbound_messages - description: Total number of outbound messages for this account. - - name: total_inbound_messages - description: Total number of inbound messages for this account. - - name: total_accepted_messages - description: Total number of accepted messages for this account. - - name: total_scheduled_messages - description: Total number of scheduled messages for this account. - - name: total_canceled_messages - description: Total number of canceled messages for this account. - - name: total_queued_messages - description: Total number of queued messages for this account. - - name: total_sending_messages - description: Total number of sending messages for this account. - - name: total_sent_messages - description: Total number of sent messages for this account. - - name: total_failed_messages - description: Total number of failed messages for this account. - - name: total_delivered_messages - description: Total number of delivered messages for this account. - - name: total_undelivered_messages - description: Total number of undelivered messages for this account. - - name: total_receiving_messages - description: Total number of receiving messages for this account. - - name: total_received_messages - description: Total number of received messages for this account. - - name: total_read_messages - description: Total number of read messages for this account. - - name: total_messages - description: Total number of messages for this account. - - name: total_messages_spend - description: Total cost or price associated with this account. diff --git a/inputs_redshift/twilio/schemas/account_history.csv b/inputs_redshift/twilio/schemas/account_history.csv deleted file mode 100644 index 0d52e8e3024d8852015d770f50cf39523fb4e3b1..0000000000000000000000000000000000000000 --- a/inputs_redshift/twilio/schemas/account_history.csv +++ /dev/null @@ -1,9 +0,0 @@ -column_name,column_description -_fivetran_synced,Timestamp of when fivetran synced a record. -created_at,The date and time when the account history record was created. -friendly_name,A user-friendly name or label associated with the account history event. -id,The unique identifier for the account history record. -owner_account_id,The unique id that represents the parent of this account. The OwnerAccountSid of a parent account is it's own sid. -status,The status or state of the account history event. -type,The type or category of the account history event. -updated_at,The date and time when the account history record was last updated. diff --git a/inputs_redshift/twilio/schemas/address.csv b/inputs_redshift/twilio/schemas/address.csv deleted file mode 100644 index 61ac785fdbabd87a87c9e79327b1c2804827eac5..0000000000000000000000000000000000000000 --- a/inputs_redshift/twilio/schemas/address.csv +++ /dev/null @@ -1,16 +0,0 @@ -column_name,column_description -_fivetran_synced,Timestamp of when fivetran synced a record. -account_id,The unique identifier of the account associated with the address. -city,The city or locality of the address. -created_at,The timestamp indicating when the address record was created. -customer_name,The name of the customer or contact associated with the address. -emergency_enabled,A boolean value indicating whether emergency services are enabled for the address. -friendly_name,A user-friendly name or label associated with the address. -id,The unique identifier for the address record. -iso_country,The ISO country code of the address. -postal_code,The postal code or ZIP code of the address. -region,The region or state of the address. -street,The street address. -updated_at,The timestamp indicating when the address record was last updated. -validated,A boolean value indicating whether the address has been validated. -verified,A boolean value indicating whether the address has been verified. diff --git a/inputs_redshift/twilio/schemas/call.csv b/inputs_redshift/twilio/schemas/call.csv deleted file mode 100644 index cef074463dbd7573818ace46faf38b39577c21bf..0000000000000000000000000000000000000000 --- a/inputs_redshift/twilio/schemas/call.csv +++ /dev/null @@ -1,20 +0,0 @@ -column_name,column_description -_fivetran_synced,Timestamp of when fivetran synced a record. -account_id,The unique identifier for the Account responsible for this Call. -created_at,"The date and time when the Call was created, given as GMT in RFC 2822 format." -direction,"The direction of the Call - `inbound` for incoming calls, `outbound-api` for calls initiated via the REST API, and `outbound-dial` for calls initiated by a TwiML ` - port: - database: - username: - password: - schema: twitter_organic - s3_bucket_name: - s3_bucket_region: - access_key_id: - secret_access_key: diff --git a/inputs_redshift/twitter_organic/data_model.yaml b/inputs_redshift/twitter_organic/data_model.yaml deleted file mode 100644 index 9202a7be37febe930cf6e1de0f72bdbb21705df8..0000000000000000000000000000000000000000 --- a/inputs_redshift/twitter_organic/data_model.yaml +++ /dev/null @@ -1,72 +0,0 @@ -models: - - name: twitter_organic__tweets - description: Each record represents the daily performance of a tweet. - columns: - - name: date_day - description: Date of the report - format: YYYY-MM-DDTHH:MM:SS - - name: organic_tweet_id - description: The unique ID of the tweet - - name: created_timestamp - description: Date and time when the tweet was created - format: YYYY-MM-DD HH:MM:SS - - name: tweet_text - description: The full text of the tweet - - name: account_id - description: ID of the associated account in Twitter - - name: post_url - description: URL of the tweet. Concatenation of 'https://twitter.com/p/status/' and the tweet ID - - name: account_name - description: Name of the account in Twitter. Use the most recent name if the account has multiple names - - name: user_id - description: The ID of the user in Twitter - - name: user_name - description: The name of the user - - name: app_clicks - description: Number of clicks on app install campaigns - - name: card_engagements - description: Number of engagements on cards - - name: carousel_swipes - description: Number of swipes on carousels - - name: clicks - description: Number of clicks on tweet - - name: engagements - description: Number of engagements on tweet - - name: follows - description: Number of follows as a result of the tweet - - name: impressions - description: Number of impressions on tweet - - name: likes - description: Number of likes on tweet - - name: poll_card_vote - description: Number of votes on poll cards - - name: qualified_impressions - description: Number of qualified impressions on tweet - - name: replies - description: Number of replies on tweet - - name: retweets - description: Number of retweets on tweet - - name: unfollows - description: Number of unfollows as a result of the tweet - - name: url_clicks - description: Number of clicks on URLs in tweet - - name: video_15_s_views - description: Number of 15-second views on video - - name: video_3_s_100_pct_views - description: Total number of views where at least 3 seconds were played while 100% in view. - - name: video_6_s_views - description: Number of 6-second views on video - - name: video_content_starts - description: Number of times the video content started - - name: video_cta_clicks - description: Number of clicks on tweet call-to-actions - - name: video_total_views - description: Total number of views on video - - name: video_views_100 - description: Total number of views where at least 100% of the video was viewed. - - name: video_views_25 - description: Total number of views where at least 25% of the video was viewed. - - name: video_views_50 - description: Total number of views where at least 50% of the video was viewed. - - name: video_views_75 - description: Total number of views where at least 75% of the video was viewed. \ No newline at end of file diff --git a/inputs_redshift/twitter_organic/schemas/account_history.csv b/inputs_redshift/twitter_organic/schemas/account_history.csv deleted file mode 100644 index 32078bc2763e55b9c24858b245cb8ddd4a558a5d..0000000000000000000000000000000000000000 --- a/inputs_redshift/twitter_organic/schemas/account_history.csv +++ /dev/null @@ -1,14 +0,0 @@ -column_name,column_description -_fivetran_synced,The timestamp that Fivetran last synced the record. -approval_status,Approval status of the account in Twitter -business_id,ID of the associated business in Twitter -business_name,Name of the associated business in Twitter -created_at,Date and time when the account was created -deleted,Whether the account has been deleted -id,ID of the account in Twitter -industry_type,Industry type of the account in Twitter -name,Name of the account in Twitter -salt,Salt used to generate the account's unique ID -timezone,Timezone of the account in Twitter -updated_at,Date and time when the account was last updated -timezone_switch_at, diff --git a/inputs_redshift/twitter_organic/schemas/organic_tweet_report.csv b/inputs_redshift/twitter_organic/schemas/organic_tweet_report.csv deleted file mode 100644 index f7b10134ac899b846c6a176981155ada28873b83..0000000000000000000000000000000000000000 --- a/inputs_redshift/twitter_organic/schemas/organic_tweet_report.csv +++ /dev/null @@ -1,31 +0,0 @@ -column_name,column_description -_fivetran_synced,The timestamp that Fivetran last synced the record. -account_id,ID of the associated account in Twitter -app_clicks,Number of clicks on app install campaigns -card_engagements,Number of engagements on cards -carousel_swipes,Number of swipes on carousels -clicks,Number of clicks on tweet -date,Date of the report -engagements,Number of engagements on tweet -follows,Number of follows as a result of the tweet -impressions,Number of impressions on tweet -likes,Number of likes on tweet -organic_tweet_id,ID of the tweet in Twitter -poll_card_vote,Number of votes on poll cards -qualified_impressions,Number of qualified impressions on tweet -replies,Number of replies on tweet -retweets,Number of retweets on tweet -unfollows,Number of unfollows as a result of the tweet -url_clicks,Number of clicks on URLs in tweet -video_15_s_views,Number of 15-second views on video -video_3_s_100_pct_views,Total number of views where at least 3 seconds were played while 100% in view. -video_6_s_views,Number of 6-second views on video -video_content_starts,Number of times the video content started -video_cta_clicks,Number of clicks on tweet call-to-actions -video_total_views,Total number of views on video -video_views_100,Total number of views where at least 100% of the video was viewed. -video_views_25,Total number of views where at least 25% of the video was viewed. -video_views_50,Total number of views where at least 50% of the video was viewed. -video_views_75,Total number of views where at least 75% of the video was viewed. -placement,"Where on Twitter the ad is being displayed. Possible values include 'ALL_ON_TWITTER', 'PUBLISHER_NETWORK', 'TWITTER_PROFILE', 'TWITTER_SEARCH', 'TWITTER_TIMELINE', and 'TAP_*', which are more granular options for `PUBLISHER_NETWORK`." -tweets_send, diff --git a/inputs_redshift/twitter_organic/schemas/tweet.csv b/inputs_redshift/twitter_organic/schemas/tweet.csv deleted file mode 100644 index 7dd4a80803fd227fe27852181e944386792e6918..0000000000000000000000000000000000000000 --- a/inputs_redshift/twitter_organic/schemas/tweet.csv +++ /dev/null @@ -1,25 +0,0 @@ -column_name,column_description -_fivetran_synced,The timestamp that Fivetran last synced the record. -account_id,ID of the associated account in Twitter -card_uri,URI of the associated card in Twitter -created_at,Date and time when the tweet was created -favorite_count,Number of times the tweet has been favorited -favorited,Whether the tweet has been favorited -followers,Number of followers the tweet generated -full_test,The full text of the tweet -id,The ID of the tweet in Twitter -in_reply_to_screen_name,Screen name the tweet is in reply to -in_reply_to_status_id,Status ID the tweet is in reply to -in_reply_to_user_id,User ID the tweet is in reply to -lang,Language of the tweet -media_key,Key of associated media in media library table -retweet_count,Number of times the tweet has been retweeted -retweeted,Whether the tweet has been retweeted -source,The source of the tweet -truncated,Whether the tweet has been truncated -tweet_type,The type of the tweet -user_id,The ID of the user who tweeted the tweet -geo_type, -coordinates_coordinates, -coordinates_type, -geo_coordinates, diff --git a/inputs_redshift/twitter_organic/schemas/twitter_user_history.csv b/inputs_redshift/twitter_organic/schemas/twitter_user_history.csv deleted file mode 100644 index 8c50e85c64304a9c39dd6a6d80ca85521bb7ecfe..0000000000000000000000000000000000000000 --- a/inputs_redshift/twitter_organic/schemas/twitter_user_history.csv +++ /dev/null @@ -1,32 +0,0 @@ -column_name,column_description -_fivetran_synced,The timestamp that Fivetran last synced the record. -contributors_enabled,Whether the user has contributors enabled -created_at,Date and time when the user was created -default_profile,"When true, indicates that the user has not altered the theme or background of their user profile." -default_profile_image,"When true, indicates that the user has not uploaded their own profile image and a default image is used instead." -description,The description on the user's profile -favourites_count,Number of times the user has favorited a tweet -followers_count,Number of followers the user has -friends_count,Number of friends the user has -geo_enabled,Whether the user has enabled geotagging -id,The ID of the user in Twitter -is_translation_enabled,Whether the user has translation enabled -is_translator,Whether the user is a translator -lang,The language of the user's account -location,The location of the user's account -name,The name of the user -profile_background_image_url,URL of the user's profile background image -profile_background_image_url_https,URL of the user's profile background image in HTTPS -profile_banner_url,URL of the user's profile banner -profile_image_url,URL of the user's profile image -profile_image_url_https,URL of the user's profile image in HTTPS -profile_use_background_image,Whether the user has a custom profile background image -protected_user,Whether the user is protected -screen_name,The screen name of the user -statuses_count,Number of tweets the user has made -time_zone,The time zone of the user's account -url,The URL of the user's page -utc_offset,The UTC offset of the user's account -verified,Whether the user has verified their account -LISTED_COUNT, -PROFILE_BACKGROUND_TILE, diff --git a/inputs_redshift/university/config.yaml b/inputs_redshift/university/config.yaml deleted file mode 100644 index 4e42e0363f4ea4d43965563b905b28c3c1b58764..0000000000000000000000000000000000000000 --- a/inputs_redshift/university/config.yaml +++ /dev/null @@ -1,60 +0,0 @@ -Airbyte: - config: - files_definition_id: 778daa7c-feaf-4db6-96f3-70fd645acc77 - mongodb_definition_id: b2e713cd-cc36-4c0a-b5bd-b47cb8a0561e - namespace_definition: destination - postgres_definition_id: decd338e-5647-4c0b-adf4-da0e75f5a750 - s3_definition_id: 69589781-7828-43c5-9f63-8925b1c1ccc2 - server_url: http://airbyte-abctl-control-plane:80/api/public/v1/ - redshift_definition_id: f7a7d195-377f-cf5b-70a5-be6b819019dc -aws_s3: - AWS_ACCESS_KEY_ID: test - AWS_DEFAULT_REGION: us-west-2 - AWS_ENDPOINT_URL: http://elt-localstack:4566 - AWS_SECRET_ACCESS_KEY: test - data: - - path: s3://university-bucket/country.jsonl - sync_mode: full_refresh_append - table: country -custom_api: - config: - configuration: {} - sync_mode: full_refresh_append - tables: - - ranking_criteria - - university_ranking_year -flat_files: -- format: jsonl - path: https://drive.google.com/uc?export=download&id=1SYRAIovakcygZ6JTtKIr3JzjBcd6vSX6 - sync_mode: full_refresh_append - table: ranking_system -mongodb: - config: - connection_string: mongodb://elt-mongodb:27017/?directConnection=true - database: university - sync_mode: full_refresh_append - tables: - - university -postgres: - config: - database: university - host: elt-postgres - password: testelt - port: 5432 - schema: public - sync_mode: full_refresh_append - tables: - - university_year - user: postgres -redshift: - config: - host: - port: - database: - username: - password: - schema: university - s3_bucket_name: - s3_bucket_region: - access_key_id: - secret_access_key: diff --git a/inputs_redshift/university/data_model.yaml b/inputs_redshift/university/data_model.yaml deleted file mode 100644 index ab9199577ab307b7b6ae7905770ece3b86cb3d7a..0000000000000000000000000000000000000000 --- a/inputs_redshift/university/data_model.yaml +++ /dev/null @@ -1,37 +0,0 @@ -models: - - name: universities - description: Each record represents a university. - columns: - - name: university_id - description: Unique identifier for the university. - - name: university_name - description: The name of the university. - - name: country_name - description: The name of the country where the university is located. - - name: avg_student_staff_ratio - description: The average student-to-staff ratio of the university. - - name: num_international_students - description: The number of international students in the university in 2012, replace NULL values with 0. - - name: avg_ranking_score_in_Teaching - description: The average ranking score in Teaching the university got across all ranking systems - - name: score_less_than_28_per_avg_research_2015 - description: Set to 1 if the university's score in research is less than 28% of the average research score of all universities in 2015, otherwise, set to 0. - - name: num_male_students - description: The number of male students in the university in 2015. - - name: countries - description: Each record represents a country. - columns: - - name: country_id - description: The unique identifier of the country. - - name: country_name - description: The name of the country. - - name: num_universities - description: The number of universities in the country, replace NULL values with 0. - - name: university_with_highest_score_in_Citations_criteria_2016 - description: The name of the university in the country with the highest score in Citations criteria in 2016, with ties broken by the ascending order of the university name - - name: has_university_with_num_students_greater_than_98_per_avg_2013 - description: set to 1 if the country has any university with the number of students greater than 98% of the average student population of all universities in 2013, 0 otherwise. - - name: num_international_students_2015 - description: The number of international students in the country in 2015, replace NULL values with 0. - - name: most_populated_university_2014 - description: The most populated university in the country in 2014, with ties broken by the descending order of the university name \ No newline at end of file diff --git a/inputs_redshift/university/schemas/country.csv b/inputs_redshift/university/schemas/country.csv deleted file mode 100644 index 876e99a9377eb0ecd0f34d9ec013f0be0a98049c..0000000000000000000000000000000000000000 --- a/inputs_redshift/university/schemas/country.csv +++ /dev/null @@ -1,3 +0,0 @@ -column_name,column_description -id,unique id number identifying country -country_name,the name of the country diff --git a/inputs_redshift/university/schemas/ranking_criteria.csv b/inputs_redshift/university/schemas/ranking_criteria.csv deleted file mode 100644 index a853191539dce94371696043f79a7d5ca021b494..0000000000000000000000000000000000000000 --- a/inputs_redshift/university/schemas/ranking_criteria.csv +++ /dev/null @@ -1,4 +0,0 @@ -column_name,column_description -id,unique id number identifying ranking criteria -ranking_system_id,id number identifying ranking system -criteria_name,name of the criteria diff --git a/inputs_redshift/university/schemas/ranking_system.csv b/inputs_redshift/university/schemas/ranking_system.csv deleted file mode 100644 index 37626d981f1bf92dcd34a8c13198a3e8df72699c..0000000000000000000000000000000000000000 --- a/inputs_redshift/university/schemas/ranking_system.csv +++ /dev/null @@ -1,3 +0,0 @@ -column_name,column_description -id,unique id number identifying ranking system -system_name,id number identifying ranking system diff --git a/inputs_redshift/university/schemas/university.csv b/inputs_redshift/university/schemas/university.csv deleted file mode 100644 index febdbf7a28316fcb02f07f33b6071089e6965e0a..0000000000000000000000000000000000000000 --- a/inputs_redshift/university/schemas/university.csv +++ /dev/null @@ -1,4 +0,0 @@ -column_name,column_description -id,unique id number identifying university -country_id,the country where the university locates -university_name,name of the university diff --git a/inputs_redshift/university/schemas/university_ranking_year.csv b/inputs_redshift/university/schemas/university_ranking_year.csv deleted file mode 100644 index de589fd3433bbb9dc660ec0eac7c4dece2a89d91..0000000000000000000000000000000000000000 --- a/inputs_redshift/university/schemas/university_ranking_year.csv +++ /dev/null @@ -1,5 +0,0 @@ -column_name,column_description -university_id,the id of the university -ranking_criteria_id,the id of the ranking criteria -year,ranking year -score,ranking score diff --git a/inputs_redshift/university/schemas/university_year.csv b/inputs_redshift/university/schemas/university_year.csv deleted file mode 100644 index 1b7f33402b95cb07ab35d8954d201ae6c6307be8..0000000000000000000000000000000000000000 --- a/inputs_redshift/university/schemas/university_year.csv +++ /dev/null @@ -1,7 +0,0 @@ -column_name,column_description -university_id,id of the university -year, -num_students,the total number of students for the year -student_staff_ratio, -pct_international_students,the percentage of international students among all students -pct_female_students,the percentage of female students diff --git a/inputs_redshift/video_games/config.yaml b/inputs_redshift/video_games/config.yaml deleted file mode 100644 index 397d6dbc1c56cc334e5683dc49379678a5f2baa3..0000000000000000000000000000000000000000 --- a/inputs_redshift/video_games/config.yaml +++ /dev/null @@ -1,64 +0,0 @@ -Airbyte: - config: - files_definition_id: 778daa7c-feaf-4db6-96f3-70fd645acc77 - mongodb_definition_id: b2e713cd-cc36-4c0a-b5bd-b47cb8a0561e - namespace_definition: destination - postgres_definition_id: decd338e-5647-4c0b-adf4-da0e75f5a750 - s3_definition_id: 69589781-7828-43c5-9f63-8925b1c1ccc2 - server_url: http://airbyte-abctl-control-plane:80/api/public/v1/ - redshift_definition_id: f7a7d195-377f-cf5b-70a5-be6b819019dc -aws_s3: - AWS_ACCESS_KEY_ID: test - AWS_DEFAULT_REGION: us-west-2 - AWS_ENDPOINT_URL: http://elt-localstack:4566 - AWS_SECRET_ACCESS_KEY: test - data: - - path: s3://video-games-bucket/genre.csv - sync_mode: full_refresh_append - table: genre - - path: s3://video-games-bucket/platform.jsonl - sync_mode: full_refresh_append - table: platform -custom_api: - config: - configuration: {} - sync_mode: full_refresh_append - tables: - - game_publisher - - vg_publisher -flat_files: -- format: csv - path: https://drive.google.com/uc?export=download&id=1IWtCzcS1tV88kXFQMluuVmgRuID5g1c7 - sync_mode: full_refresh_append - table: region -mongodb: - config: - connection_string: mongodb://elt-mongodb:27017/?directConnection=true - database: video_games - sync_mode: full_refresh_append - tables: - - game -postgres: - config: - database: video_games - host: elt-postgres - password: testelt - port: 5432 - schema: public - sync_mode: full_refresh_append - tables: - - game_platform - - region_sales - user: postgres -redshift: - config: - host: - port: - database: - username: - password: - schema: video_games - s3_bucket_name: - s3_bucket_region: - access_key_id: - secret_access_key: diff --git a/inputs_redshift/video_games/data_model.yaml b/inputs_redshift/video_games/data_model.yaml deleted file mode 100644 index 537478e35568a5184240cd10bf9c7543aaf7ad58..0000000000000000000000000000000000000000 --- a/inputs_redshift/video_games/data_model.yaml +++ /dev/null @@ -1,18 +0,0 @@ -models: - - name: publishers - description: Each record represents a publisher. - columns: - - name: publisher_id - description: Unique identifier for the publisher. - - name: publisher_name - description: The name of the publisher. - - name: num_games - description: The number of games published by the publisher, replace NULL values with 0. - - name: num_puzzle_games - description: The number of puzzle games published by the publisher, replace NULL values with 0. - - name: oldest_published_game - description: The name of the oldest game published by the publisher, with ties broken by the ascending order of the game name. - - name: published_only_one_game - description: Set to 1 if the publisher has published only one game, otherwise, set to 0. - - name: avg_sale_greater_than_90_per_of_avg_sale_in_Japan - description: Set to 1 if the publisher's average sale in Japan is greater than 90% of the average sales of all publishers in Japan, otherwise, set to 0 \ No newline at end of file diff --git a/inputs_redshift/video_games/schemas/game.csv b/inputs_redshift/video_games/schemas/game.csv deleted file mode 100644 index f72a8b65f930bbfd8d5de275af90958a317c5e36..0000000000000000000000000000000000000000 --- a/inputs_redshift/video_games/schemas/game.csv +++ /dev/null @@ -1,4 +0,0 @@ -column_name,column_description -id,the unique identifier of the game -genre_id,the id of the game genre -game_name,the name of the game diff --git a/inputs_redshift/video_games/schemas/game_platform.csv b/inputs_redshift/video_games/schemas/game_platform.csv deleted file mode 100644 index 7e4eb8ff28d67c36e0eb8f754bd2d9eb698cf184..0000000000000000000000000000000000000000 --- a/inputs_redshift/video_games/schemas/game_platform.csv +++ /dev/null @@ -1,5 +0,0 @@ -column_name,column_description -id,the unique identifier of the record -game_publisher_id,the id of the game publisher -platform_id,the id of the platform -release_year,the release year of the game diff --git a/inputs_redshift/video_games/schemas/game_publisher.csv b/inputs_redshift/video_games/schemas/game_publisher.csv deleted file mode 100644 index d3c61b207ffbb42d48a751f0bf761192649ec498..0000000000000000000000000000000000000000 --- a/inputs_redshift/video_games/schemas/game_publisher.csv +++ /dev/null @@ -1,4 +0,0 @@ -column_name,column_description -id,the unique identifier of the game publisher -game_id,the id of the game -publisher_id,the id of the publisher diff --git a/inputs_redshift/video_games/schemas/genre.csv b/inputs_redshift/video_games/schemas/genre.csv deleted file mode 100644 index bb7c061a329f0f3e31e4c23f7a4b1d868fe25c48..0000000000000000000000000000000000000000 --- a/inputs_redshift/video_games/schemas/genre.csv +++ /dev/null @@ -1,3 +0,0 @@ -column_name,column_description -id,the unique identifier of the game genre -genre_name,the game genre diff --git a/inputs_redshift/video_games/schemas/platform.csv b/inputs_redshift/video_games/schemas/platform.csv deleted file mode 100644 index c17df6b38a30d70fe51bc9bcc6218b0c0e0923be..0000000000000000000000000000000000000000 --- a/inputs_redshift/video_games/schemas/platform.csv +++ /dev/null @@ -1,3 +0,0 @@ -column_name,column_description -id,the unique identifier of the game platform -platform_name,the name of the platform diff --git a/inputs_redshift/video_games/schemas/region.csv b/inputs_redshift/video_games/schemas/region.csv deleted file mode 100644 index 92b63e1139fe3e5d0db3a006d29b9032fab71e2f..0000000000000000000000000000000000000000 --- a/inputs_redshift/video_games/schemas/region.csv +++ /dev/null @@ -1,3 +0,0 @@ -column_name,column_description -id,the unique identifier of the region -region_name,the region name diff --git a/inputs_redshift/video_games/schemas/region_sales.csv b/inputs_redshift/video_games/schemas/region_sales.csv deleted file mode 100644 index bd1f644836b20f1f19bc8eedabcd406354efe15f..0000000000000000000000000000000000000000 --- a/inputs_redshift/video_games/schemas/region_sales.csv +++ /dev/null @@ -1,4 +0,0 @@ -column_name,column_description -region_id,the id of the region -game_platform_id,the id of the game platform -num_sales,the number of sales in this region diff --git a/inputs_redshift/video_games/schemas/vg_publisher.csv b/inputs_redshift/video_games/schemas/vg_publisher.csv deleted file mode 100644 index 81a4210144c9b066131d446395f1e7e1ac38304d..0000000000000000000000000000000000000000 --- a/inputs_redshift/video_games/schemas/vg_publisher.csv +++ /dev/null @@ -1,3 +0,0 @@ -column_name,column_description -id,the unique identifier of the game publisher -publisher_name,the name of the publisher diff --git a/inputs_redshift/workday/config.yaml b/inputs_redshift/workday/config.yaml deleted file mode 100644 index bdcc2b2096d71d72a2bdf38cee5460aaed1549fd..0000000000000000000000000000000000000000 --- a/inputs_redshift/workday/config.yaml +++ /dev/null @@ -1,88 +0,0 @@ -Airbyte: - config: - files_definition_id: 778daa7c-feaf-4db6-96f3-70fd645acc77 - mongodb_definition_id: b2e713cd-cc36-4c0a-b5bd-b47cb8a0561e - namespace_definition: destination - postgres_definition_id: decd338e-5647-4c0b-adf4-da0e75f5a750 - s3_definition_id: 69589781-7828-43c5-9f63-8925b1c1ccc2 - server_url: http://airbyte-abctl-control-plane:80/api/public/v1/ - redshift_definition_id: f7a7d195-377f-cf5b-70a5-be6b819019dc -aws_s3: - AWS_ACCESS_KEY_ID: test - AWS_DEFAULT_REGION: us-west-2 - AWS_ENDPOINT_URL: http://elt-localstack:4566 - AWS_SECRET_ACCESS_KEY: test - data: - - path: s3://workday-bucket/job_family_group.csv - sync_mode: full_refresh_append - table: job_family_group - - path: s3://workday-bucket/job_family_job_profile.jsonl - sync_mode: full_refresh_append - table: job_family_job_profile - - path: s3://workday-bucket/organization_role_worker.csv - sync_mode: full_refresh_append - table: organization_role_worker -custom_api: - config: - configuration: {} - sync_mode: full_refresh_append - tables: - - job_family - - job_profile - - organization_role - - personal_information_ethnicity - - worker_leave_status - - worker_position_history -flat_files: -- format: jsonl - path: https://drive.google.com/uc?export=download&id=1g3KGcLMg3K9hHxbs6atI9nCGMWBpJmnM - sync_mode: full_refresh_append - table: job_family_job_family_group -- format: jsonl - path: https://drive.google.com/uc?export=download&id=1MYZ5CytbMDa3B-UQuX76_FsNEal5vUHv - sync_mode: full_refresh_append - table: organization_job_family -- format: csv - path: https://drive.google.com/uc?export=download&id=1msrt5jOXOyQ8z89FBIUOMaFIcD_EHWOZ - sync_mode: full_refresh_append - table: position_organization -- format: parquet - path: https://drive.google.com/uc?export=download&id=1k_ufVW5-VJlASUpaJq8evhgLyinEDYz1 - sync_mode: full_refresh_append - table: worker_position_organization_history -mongodb: - config: - connection_string: mongodb://elt-mongodb:27017/?directConnection=true - database: workday - sync_mode: full_refresh_append - tables: - - person_contact_email_address - - position_job_profile -postgres: - config: - database: workday - host: elt-postgres - password: testelt - port: 5432 - schema: public - sync_mode: full_refresh_append - tables: - - military_service - - organization - - person_name - - personal_information_history - - position - - worker_history - user: postgres -redshift: - config: - host: - port: - database: - username: - password: - schema: workday - s3_bucket_name: - s3_bucket_region: - access_key_id: - secret_access_key: diff --git a/inputs_redshift/workday/data_model.yaml b/inputs_redshift/workday/data_model.yaml deleted file mode 100644 index 483fc52f4fac6cc4b28896aacf62abfae29f7807..0000000000000000000000000000000000000000 --- a/inputs_redshift/workday/data_model.yaml +++ /dev/null @@ -1,154 +0,0 @@ -models: - - name: workday__employee_overview - description: Each record represents an employee with enriched personal information and the positions they hold. This helps measure employee demographic and geographical distribution, overall retention and turnover, and compensation analysis of their employees. - columns: - - name: employee_id - description: Surrogate key on worker_id, position_id, position_start_date to create a unique identifier for a Workday employee. Use dbt utils package to generate the surrogate key. - - name: worker_id - description: Unique identifier for the worker. - - name: position_id - description: Identifier for the specific position. - - name: position_start_date - description: The position start date for this employee. - format: YYYY-MM-DD - - name: worker_code - description: The code associated with the worker. - - name: user_id - description: The identifier for the user associated with the worker. - - name: is_user_active - description: Is the user currently active. - - name: hire_date - description: The date when the worker was hired. - format: YYYY-MM-DD - - name: is_terminated - description: Has the worker been terminated? - - name: primary_termination_category - description: The primary termination category for the worker. - - name: primary_termination_reason - description: The primary termination reason for the worker. - - name: is_regrettable_termination - description: Has the worker been regrettably terminated? Set to true if the worker was terminated and the termination is regrettable, set to false if the worker was terminated and the termination is not regrettable, otherwise null. - - name: compensation_effective_date - description: Effective date when changes to the worker's compensation take effect. - format: YYYY-MM-DD - - name: employee_compensation_frequency - description: Frequency of payment for the worker's employee compensation. - - name: annual_currency_summary_currency - description: Currency used for annual compensation summaries. - - name: annual_currency_summary_total_base_pay - description: Total base pay in the currency for annual summaries. - - name: annual_currency_summary_primary_compensation_basis - description: Primary compensation basis used for annual compensation summaries. - - name: annual_summary_currency - description: Currency used for annual summaries. - - name: annual_summary_total_base_pay - description: Total base pay in the currency for annual summaries. - - name: annual_summary_primary_compensation_basis - description: Primary compensation basis used for annual summaries. - - name: compensation_grade_id - description: Identifier for the compensation grade. - - name: first_name - description: The first name of the individual. - - name: business_title - description: The business title associated with the worker position. - - name: job_profile_id - description: Identifier for the job profile. - - name: employee_type - description: The type of employee associated with the worker position. - - name: position_location - description: The location of the business site where the employee's position is based. - - name: management_level_code - description: Code indicating the management level associated with the job profile. - - name: fte_percent - description: The full-time equivalent (FTE) percentage associated with the worker position. - - name: position_end_date - description: The position end date for this employee. - format: YYYY-MM-DD - - name: position_effective_date - description: The date when the position becomes effective for the employee. - format: YYYY-MM-DD - - - name: workday__job_overview - description: Each record represents a job with enriched details on job profiles and job families. This allows users to understand recruitment patterns and details within a job and job groupings. - columns: - - name: job_profile_id - description: Identifier for the job profile. - - name: job_profile_code - description: Code assigned to the job profile. - - name: job_title - description: The title of the job for the worker. - - name: job_summary - description: The summary of the job. - - name: job_description - description: Brief description of the job profile. - - name: job_family_codes - description: Comma-separated string array of all job family codes assigned to a job profile. Leave as Null if no job family codes are assigned. - - name: job_family_summaries - description: Comma-separated string array of all job family summaries assigned to a job profile. Leave as Null if no job family summaries are assigned. - - name: job_family_group_codes - description: Comma-separated string array of all job family group codes assigned to a job profile. Leave as Null if no job family group codes are assigned. - - name: job_family_group_summaries - description: Comma-separated string array of all job family group summaries assigned to a job profile. Leave as Null if no job family group summaries are assigned. - - - name: workday__position_overview - description: Each record represents a position with enriched data on positions. This allows end users to understand position availabilities, vacancies, cost to optimize hiring efforts. - columns: - - name: position_id - description: Identifier for the specific position. - - name: position_code - description: Code associated with the position for reference and categorization. - - name: job_posting_title - description: Title used for job postings associated with the position. - - name: effective_date - description: Date when the job profile becomes effective. - format: YYYY-MM-DD - - name: is_closed - description: Flag indicating whether the position is closed. - - name: is_hiring_freeze - description: Flag indicating whether the organization is under a hiring freeze. - - name: is_available_for_hire - description: Flag indicating whether the organization is available for hiring. - - name: availability_date - description: Date when the organization becomes available. - format: YYYY-MM-DD - - name: is_available_for_recruiting - description: Flag indicating whether the position is available for recruiting. - - name: earliest_hire_date - description: Earliest date when the position can be filled. - format: YYYY-MM-DD - - name: is_available_for_overlap - description: Flag indicating whether the position is available for overlap with other positions. - - name: worker_for_filled_position_id - description: Identifier for the worker filling the position, if applicable. - - name: worker_type_code - description: Code indicating the type of worker associated with the position. - - name: position_time_type_code - description: Code indicating the time type associated with the position. - - name: supervisory_organization_id - description: Identifier for the supervisory organization associated with the position. - - name: job_profile_id - description: Identifier for the job profile. - - - name: workday__organization_overview - description: Each record represents organization, organization roles, as well as positions and workers tied to these organizations. This allows end users to slice organizational data at any grain to better analyze organizational structures. - columns: - - name: organization_id - description: Identifier for the organization. - - name: organization_role_id - description: The role id associated with the organization. - - name: organization_code - description: Code associated with the organization. - - name: organization_name - description: Name of the organization. - - name: organization_type - description: Type or category of the organization. - - name: organization_sub_type - description: Subtype or classification of the organization. - - name: superior_organization_id - description: Identifier for the superior organization, if applicable. - - name: top_level_organization_id - description: Identifier for the top-level organization, if applicable. - - name: manager_id - description: Identifier for the manager associated with the organization. - - name: organization_role_code - description: Code assigned to the organization role for reference and categorization. \ No newline at end of file diff --git a/inputs_redshift/workday/schemas/job_family.csv b/inputs_redshift/workday/schemas/job_family.csv deleted file mode 100644 index 36efd86574442b71b269d9402319c0bea7de7f4a..0000000000000000000000000000000000000000 --- a/inputs_redshift/workday/schemas/job_family.csv +++ /dev/null @@ -1,8 +0,0 @@ -column_name,column_description -id,Unique identifier. -_fivetran_deleted,Indicates if the record was soft-deleted by Fivetran. -_fivetran_synced,Timestamp the record was synced by Fivetran. -effective_date,Date when the job profile becomes effective. -inactive,Flag indicating whether this is inactive. -job_family_code,Code assigned to the job family -summary,Summary or overview of the job profile. diff --git a/inputs_redshift/workday/schemas/job_family_group.csv b/inputs_redshift/workday/schemas/job_family_group.csv deleted file mode 100644 index ccfd2ed47624675128492504e0a8c992e08e0c41..0000000000000000000000000000000000000000 --- a/inputs_redshift/workday/schemas/job_family_group.csv +++ /dev/null @@ -1,8 +0,0 @@ -column_name,column_description -id,Unique identifier. -_fivetran_deleted,Indicates if the record was soft-deleted by Fivetran. -_fivetran_synced,Timestamp the record was synced by Fivetran. -effective_date,Date when the job profile becomes effective. -inactive,Flag indicating whether this is inactive. -job_family_group_code,Code assigned to the job family group for reference and categorization. -summary,Summary or overview of the job profile. diff --git a/inputs_redshift/workday/schemas/job_family_job_family_group.csv b/inputs_redshift/workday/schemas/job_family_job_family_group.csv deleted file mode 100644 index b75ccf4c3b3744bc10d5c9d333e5429719333c92..0000000000000000000000000000000000000000 --- a/inputs_redshift/workday/schemas/job_family_job_family_group.csv +++ /dev/null @@ -1,5 +0,0 @@ -column_name,column_description -job_family_id,Identifier for the job family. -job_family_group_id,Identifier for the job family group. -_fivetran_deleted,Indicates if the record was soft-deleted by Fivetran. -_fivetran_synced,Timestamp the record was synced by Fivetran. diff --git a/inputs_redshift/workday/schemas/job_family_job_profile.csv b/inputs_redshift/workday/schemas/job_family_job_profile.csv deleted file mode 100644 index 99b42c148398fd0f296563c64eaa4791ea1a2931..0000000000000000000000000000000000000000 --- a/inputs_redshift/workday/schemas/job_family_job_profile.csv +++ /dev/null @@ -1,5 +0,0 @@ -column_name,column_description -job_family_id,Identifier for the job family. -job_profile_id,Identifier for the job profile. -_fivetran_deleted,Indicates if the record was soft-deleted by Fivetran. -_fivetran_synced,Timestamp the record was synced by Fivetran. diff --git a/inputs_redshift/workday/schemas/job_profile.csv b/inputs_redshift/workday/schemas/job_profile.csv deleted file mode 100644 index 1a0c717f276cfc84f84e7f03dec38954350fc56d..0000000000000000000000000000000000000000 --- a/inputs_redshift/workday/schemas/job_profile.csv +++ /dev/null @@ -1,15 +0,0 @@ -column_name,column_description -id,Unique identifier. -_fivetran_deleted,Indicates if the record was soft-deleted by Fivetran. -_fivetran_synced,Timestamp the record was synced by Fivetran. -critical_job,Flag indicating whether the job is critical. -description,"{{ doc(""job_profile_description"") }}" -effective_date,Date when the job profile becomes effective. -inactive,Flag indicating whether this is inactive. -include_job_code_in_name,Flag indicating whether to include the job code in the job profile name. -job_profile_code,Code assigned to the job profile. -management_level,Management level associated with the job profile. -public_job,Flag indicating whether the job is public. -summary,Summary or overview of the job profile. -title,Title associated with the job profile. -work_shift_required,Flag indicating whether a work shift is required. diff --git a/inputs_redshift/workday/schemas/military_service.csv b/inputs_redshift/workday/schemas/military_service.csv deleted file mode 100644 index 0c5deb663f4dcd2cf2a4679a3d2cca8e2ce0c2a4..0000000000000000000000000000000000000000 --- a/inputs_redshift/workday/schemas/military_service.csv +++ /dev/null @@ -1,12 +0,0 @@ -column_name,column_description -index,An index for a particular identifier. -personal_info_system_id,The system ID associated with the personal information of the individual. -_fivetran_deleted,Indicates if the record was soft-deleted by Fivetran. -_fivetran_synced,Timestamp the record was synced by Fivetran. -discharge_date,The date on which the individual was discharged from military service. -notes,Additional notes or comments related to the military service record. -rank,The rank achieved by the individual during military service. -service,The specific military service branch in which the individual served. -service_type,"The type or category of military service (e.g., active duty, reserve, etc.)." -status,"The status of the individual's military service (e.g., active, inactive, retired)." -status_begin_date,The date on which the current military service status began. diff --git a/inputs_redshift/workday/schemas/organization.csv b/inputs_redshift/workday/schemas/organization.csv deleted file mode 100644 index 23d17347a222345ad2d31c5a5dd2b05550bd38ed..0000000000000000000000000000000000000000 --- a/inputs_redshift/workday/schemas/organization.csv +++ /dev/null @@ -1,30 +0,0 @@ -column_name,column_description -id,Unique identifier. -_fivetran_deleted,Indicates if the record was soft-deleted by Fivetran. -_fivetran_synced,Timestamp the record was synced by Fivetran. -availability_date,Date when the organization becomes available. -available_for_hire,Flag indicating whether the organization is available for hiring. -code,Code assigned to the organization for reference and categorization. -description,The description of the organization. -external_url,External URL associated with the organization. -hiring_freeze,Flag indicating whether the organization is under a hiring freeze. -inactive,Flag indicating whether this is inactive. -inactive_date,Date when the organization becomes inactive -include_manager_in_name,Flag indicating whether to include the manager in the organization name. -include_organization_code_in_name,Flag indicating whether to include the organization code in the name. -last_updated_date_time,Date and time when the organization record was last updated. -location,Location associated with the organization. -manager_id,Identifier for the manager associated with the organization. -name,Name of the organization. -organization_code,Code associated with the organization. -organization_owner_id,Identifier for the owner of the organization. -staffing_model,Staffing model associated with the organization -sub_type,Subtype or classification of the organization. -superior_organization_id,"Identifier for the superior organization, if applicable." -supervisory_position_availability_date,Availability date for supervisory positions within the organization. -supervisory_position_earliest_hire_date,Earliest hire date for supervisory positions within the organization. -supervisory_position_time_type,Time type associated with supervisory positions. -supervisory_position_worker_type,Worker type associated with supervisory positions. -top_level_organization_id,"Identifier for the top-level organization, if applicable." -type,Type or category of the organization. -visibility,Visibility level of the organization. diff --git a/inputs_redshift/workday/schemas/organization_job_family.csv b/inputs_redshift/workday/schemas/organization_job_family.csv deleted file mode 100644 index 57fbc054dbe6dde5c21acf1fb7c7ece18f2feddc..0000000000000000000000000000000000000000 --- a/inputs_redshift/workday/schemas/organization_job_family.csv +++ /dev/null @@ -1,6 +0,0 @@ -column_name,column_description -job_family_id,Identifier for the job family. -organization_id,Identifier for the organization. -_fivetran_deleted,Indicates if the record was soft-deleted by Fivetran. -_fivetran_synced,Timestamp the record was synced by Fivetran. -job_family_group_id,Identifier for the job family group. diff --git a/inputs_redshift/workday/schemas/organization_role.csv b/inputs_redshift/workday/schemas/organization_role.csv deleted file mode 100644 index 5c91236af49e67865d0e6f1d0d239c42e9a1e6ca..0000000000000000000000000000000000000000 --- a/inputs_redshift/workday/schemas/organization_role.csv +++ /dev/null @@ -1,6 +0,0 @@ -column_name,column_description -organization_id,Identifier for the organization. -role_id,Identifier for the specific role. -_fivetran_deleted,Indicates if the record was soft-deleted by Fivetran. -_fivetran_synced,Timestamp the record was synced by Fivetran. -organization_role_code,Code assigned to the organization role for reference and categorization. diff --git a/inputs_redshift/workday/schemas/organization_role_worker.csv b/inputs_redshift/workday/schemas/organization_role_worker.csv deleted file mode 100644 index 534348ceb99fac13dd58909daabb504a327abd32..0000000000000000000000000000000000000000 --- a/inputs_redshift/workday/schemas/organization_role_worker.csv +++ /dev/null @@ -1,6 +0,0 @@ -column_name,column_description -associated_worker_id,Identifier for the worker associated with the organization role. -organization_id,Identifier for the organization. -role_id,Identifier for the specific role. -_fivetran_deleted,Indicates if the record was soft-deleted by Fivetran. -_fivetran_synced,Timestamp the record was synced by Fivetran. diff --git a/inputs_redshift/workday/schemas/person_contact_email_address.csv b/inputs_redshift/workday/schemas/person_contact_email_address.csv deleted file mode 100644 index 879700cb92cb33814b4b49cee2d4ce1f0b301e50..0000000000000000000000000000000000000000 --- a/inputs_redshift/workday/schemas/person_contact_email_address.csv +++ /dev/null @@ -1,7 +0,0 @@ -column_name,column_description -id,Unique identifier. -personal_info_system_id,The system ID associated with the personal information of the individual. -_fivetran_deleted,Indicates if the record was soft-deleted by Fivetran. -_fivetran_synced,Timestamp the record was synced by Fivetran. -email_address,The actual email address of the person. -email_code,A code or label associated with the type or purpose of the email address. diff --git a/inputs_redshift/workday/schemas/person_name.csv b/inputs_redshift/workday/schemas/person_name.csv deleted file mode 100644 index ec996ca1876728c8bb4773e0e7df73a75121a047..0000000000000000000000000000000000000000 --- a/inputs_redshift/workday/schemas/person_name.csv +++ /dev/null @@ -1,33 +0,0 @@ -column_name,column_description -index,An index for a particular identifier. -personal_info_system_id,The system ID associated with the personal information of the individual. -type,"The type or category of the person name (e.g., legal name, preferred name)." -_fivetran_deleted,Indicates if the record was soft-deleted by Fivetran. -_fivetran_synced,Timestamp the record was synced by Fivetran. -academic_suffix,"The academic suffix, if applicable (e.g., PhD, MD)." -additional_name_type,Additional type or category for the person name. -country,The country associated with the person name. -first_name,The first name of the individual. -full_name_singapore_malaysia,The full name as used in Singapore and Malaysia. -hereditary_suffix,"The hereditary suffix, if applicable (e.g., Jr, Sr)." -honorary_suffix,"The honorary suffix, if applicable." -last_name,The last name or surname of the individual. -local_first_name,The local or native first name of the individual. -local_first_name_2,"Additional local or native first name, if applicable." -local_last_name,The local or native last name of the individual. -local_last_name_2,"Additional local or native last name, if applicable." -local_middle_name,The local or native middle name of the individual. -local_middle_name_2,"Additional local or native middle name, if applicable." -local_secondary_last_name,"Secondary local or native last name or surname, if applicable." -local_secondary_last_name_2,"Additional secondary local or native last name, if applicable." -middle_name,The middle name of the individual. -prefix_salutation,"The prefix or salutation before the name (e.g., Mr., Ms., Dr.)." -prefix_title,"The prefix or title associated with the name (e.g., Professor)." -prefix_title_code,The code associated with the prefix or title. -professional_suffix,"The professional suffix, if applicable (e.g., Esq., CPA)." -religious_suffix,"The religious suffix, if applicable." -royal_suffix,"The royal suffix, if applicable." -secondary_last_name,"Secondary last name or surname, if applicable." -social_suffix,"The social suffix, if applicable." -social_suffix_id,The identifier for the social suffix. -tertiary_last_name,"Tertiary last name or surname, if applicable." diff --git a/inputs_redshift/workday/schemas/personal_information_ethnicity.csv b/inputs_redshift/workday/schemas/personal_information_ethnicity.csv deleted file mode 100644 index 685b2a110a620bbd3533845f905e4c0205ef4941..0000000000000000000000000000000000000000 --- a/inputs_redshift/workday/schemas/personal_information_ethnicity.csv +++ /dev/null @@ -1,7 +0,0 @@ -column_name,column_description -index,An index for a particular identifier. -personal_info_system_id,The system ID associated with the personal information of the individual. -_fivetran_deleted,Indicates if the record was soft-deleted by Fivetran. -_fivetran_synced,Timestamp the record was synced by Fivetran. -ethnicity_code,The code representing the ethnicity of the individual. -ethnicity_id,The identifier associated with the ethnicity. diff --git a/inputs_redshift/workday/schemas/personal_information_history.csv b/inputs_redshift/workday/schemas/personal_information_history.csv deleted file mode 100644 index 0ee0e77f75ac22afa362eaa0de2be1cc4ffe9838..0000000000000000000000000000000000000000 --- a/inputs_redshift/workday/schemas/personal_information_history.csv +++ /dev/null @@ -1,39 +0,0 @@ -column_name,column_description -id,Unique identifier. -_fivetran_active,TRUE if it is the currently active record. FALSE if it is a historical version of the record. Only one version of the record can be TRUE. -_fivetran_start,Timestamp when the record was first created or modified in the source. -_fivetran_end,Timestamp marking the end of a record being active. -type,The type of personal information record. -_fivetran_synced,Timestamp the record was synced by Fivetran. -additional_nationality,Additional nationality associated with the individual. -blood_type,The blood type of the individual. -citizenship_status,The citizenship status of the individual. -city_of_birth,The city of birth of the individual. -city_of_birth_code,The city of birth code of the individual. -country_of_birth,The country of birth of the individual. -date_of_birth,The date of birth of the individual. -date_of_death,The date of death of the individual. -gender,The gender of the individual. -hispanic_or_latino,lag indicating whether the individual is Hispanic or Latino. -hukou_locality,The locality associated with the Hukou. -hukou_postal_code,The postal code associated with the Hukou. -hukou_region,The region associated with the Hukou. -hukou_subregion,The subregion associated with the Hukou. -hukou_type,The type of Hukou. -last_medical_exam_date,The date of the last medical exam. -last_medical_exam_valid_to,The validity date of the last medical exam. -local_hukou,Flag indicating whether the Hukou is local. -marital_status,The marital status of the individual. -marital_status_date,The date of the marital status. -medical_exam_notes,Notes from the medical exam. -native_region,The native region of the individual. -native_region_code,The code of the native region. -personnel_file_agency,The agency associated with the personnel file. -political_affiliation,The political affiliation of the individual. -primary_nationality,The primary nationality of the individual. -region_of_birth,The region of birth of the individual. -region_of_birth_code,The code of the region of birth. -religion,The religion of the individual. -social_benefit,The social benefit associated with the individual. -tobacco_use,Flag indicating whether the individual uses tobacco. -ll, diff --git a/inputs_redshift/workday/schemas/position.csv b/inputs_redshift/workday/schemas/position.csv deleted file mode 100644 index ab948604741ff1203b537689a030a024450deabe..0000000000000000000000000000000000000000 --- a/inputs_redshift/workday/schemas/position.csv +++ /dev/null @@ -1,33 +0,0 @@ -column_name,column_description -id,Unique identifier. -_fivetran_deleted,Indicates if the record was soft-deleted by Fivetran. -_fivetran_synced,Timestamp the record was synced by Fivetran. -academic_tenure_eligible,Flag indicating whether the position is eligible for academic tenure. -availability_date,Date when the organization becomes available. -available_for_hire,Flag indicating whether the organization is available for hiring. -available_for_overlap,Flag indicating whether the position is available for overlap with other positions. -available_for_recruiting,Flag indicating whether the position is available for recruiting. -closed,Flag indicating whether the position is closed. -compensation_grade_code,Code associated with the compensation grade of the position. -compensation_grade_profile_code,Code associated with the compensation grade profile of the position. -compensation_package_code,Code associated with the compensation package of the position. -compensation_step_code,Code associated with the compensation step of the position. -critical_job,Flag indicating whether the job is critical. -difficulty_to_fill_code,Code indicating the difficulty level in filling the position. -earliest_hire_date,Earliest date when the position can be filled. -earliest_overlap_date,Earliest date when the position can overlap with other positions. -effective_date,Date when the job profile becomes effective. -hiring_freeze,Flag indicating whether the organization is under a hiring freeze. -job_description,Detailed description of the job associated with the position. -job_description_summary,Summary or overview of the job description for the position. -job_posting_title,Title used for job postings associated with the position. -position_code,Code associated with the position for reference and categorization. -position_time_type_code,Code indicating the time type associated with the position. -primary_compensation_basis,Primary basis of compensation for the position. -primary_compensation_basis_amount_change,Change in the amount of the primary compensation basis. -primary_compensation_basis_percent_change,Change in the percentage of the primary compensation basis. -supervisory_organization_id,Identifier for the supervisory organization associated with the position. -work_shift_required,Flag indicating whether a work shift is required. -worker_for_filled_position_id,"Identifier for the worker filling the position, if applicable." -worker_position_id,Identifier for the worker associated with the position. -worker_type_code,Code indicating the type of worker associated with the position. diff --git a/inputs_redshift/workday/schemas/position_job_profile.csv b/inputs_redshift/workday/schemas/position_job_profile.csv deleted file mode 100644 index 372e4b6acbfdd5165a70ddf4bbcfb89642896045..0000000000000000000000000000000000000000 --- a/inputs_redshift/workday/schemas/position_job_profile.csv +++ /dev/null @@ -1,9 +0,0 @@ -column_name,column_description -job_profile_id,Identifier for the job profile. -position_id,Identifier for the specific position. -_fivetran_deleted,Indicates if the record was soft-deleted by Fivetran. -_fivetran_synced,Timestamp the record was synced by Fivetran. -is_critical_job,Flag indicating whether the position is considered critical based on the job profile. -management_level_code,Code indicating the management level associated with the job profile. -name,Name associated with the job profile linked to the position. -work_shift_required,Flag indicating whether a work shift is required. diff --git a/inputs_redshift/workday/schemas/position_organization.csv b/inputs_redshift/workday/schemas/position_organization.csv deleted file mode 100644 index 0e06888ee04a544d1f7da775a1248fe7c530cdf0..0000000000000000000000000000000000000000 --- a/inputs_redshift/workday/schemas/position_organization.csv +++ /dev/null @@ -1,9 +0,0 @@ -column_name,column_description -organization_id,Identifier for the organization. -position_id,Identifier for the specific position. -type,Type or category of the position within the organization. -_fivetran_deleted,Indicates if the record was soft-deleted by Fivetran. -_fivetran_synced,Timestamp the record was synced by Fivetran. -_fivetran_active,TRUE if it is the currently active record. FALSE if it is a historical version of the record. Only one version of the record can be TRUE. -_fivetran_start,Timestamp when the record was first created or modified in the source. -_fivetran_end,Timestamp marking the end of a record being active. diff --git a/inputs_redshift/workday/schemas/worker_history.csv b/inputs_redshift/workday/schemas/worker_history.csv deleted file mode 100644 index e894cc3db84a35c52f6daa5536cce07078ccfc71..0000000000000000000000000000000000000000 --- a/inputs_redshift/workday/schemas/worker_history.csv +++ /dev/null @@ -1,88 +0,0 @@ -column_name,column_description -id,Unique identifier. -_fivetran_synced,Timestamp the record was synced by Fivetran. -academic_tenure_date,Date when academic tenure is achieved. -active,Flag indicating the current active status of the worker. -active_status_date,Date when the active status was last updated. -annual_currency_summary_currency,Currency used for annual compensation summaries. -annual_currency_summary_frequency,Frequency of currency for annual compensation summaries. -annual_currency_summary_primary_compensation_basis,Primary compensation basis used for annual compensation summaries. -annual_currency_summary_total_base_pay,Total base pay in the currency for annual summaries. -annual_currency_summary_total_salary_and_allowances,Total salary and allowances in the currency for annual summaries. -annual_summary_currency,Currency used for annual summaries. -annual_summary_frequency,Frequency of currency for annual summaries. -annual_summary_primary_compensation_basis,Primary compensation basis used for annual summaries. -annual_summary_total_base_pay,Total base pay in the currency for annual summaries. -annual_summary_total_salary_and_allowances,Total salary and allowances in the currency for annual summaries. -benefits_service_date,Date when the worker's benefits service starts. -company_service_date,Date when the worker's service with the company started. -compensation_effective_date,Effective date when changes to the worker's compensation take effect. -compensation_grade_id,Identifier for the compensation grade. -compensation_grade_profile_id,Unique identifier for the compensation grade profile associated with the worker. -continuous_service_date,Date when the worker's continuous service with the organization started. -contract_assignment_details,Details of the worker's contract assignment. -contract_currency_code,Currency code used for the worker's contract. -contract_end_date,Date when the worker's contract is scheduled to end. -contract_frequency_name,Frequency of payment for the worker's contract. -contract_pay_rate,Pay rate associated with the worker's contract. -contract_vendor_name,Name of the vendor associated with the worker's contract. -date_entered_workforce,Date when the worker entered the workforce. -days_unemployed,Number of days the worker has been unemployed. -eligible_for_hire,Flag indicating whether the worker is eligible for hire. -eligible_for_rehire_on_latest_termination,Flag indicating whether the worker is eligible for rehire based on the latest termination. -employee_compensation_currency,Currency code used for the worker's employee compensation. -employee_compensation_frequency,Frequency of payment for the worker's employee compensation. -employee_compensation_primary_compensation_basis,Primary compensation basis used for the worker's employee compensation. -employee_compensation_total_base_pay,Total base pay for the worker's employee compensation. -employee_compensation_total_salary_and_allowances,Total salary and allowances for the worker's employee compensation. -end_employment_date,Date when the worker's employment is scheduled to end. -expected_date_of_return,Expected date of the worker's return. -expected_retirement_date,Expected date of the worker's retirement. -first_day_of_work,The date when the worker started their first day of work. -has_international_assignment,Flag indicating whether the worker has an international assignment. -hire_date,The date when the worker was hired. -hire_reason,The reason for hiring the worker. -hire_rescinded,Flag indicating whether the worker's hire was rescinded. -home_country,The home country of the worker. -hourly_frequency_currency,Currency code used for the worker's hourly compensation. -hourly_frequency_frequency,Frequency of payment for the worker's hourly compensation. -hourly_frequency_primary_compensation_basis,Primary compensation basis used for the worker's hourly compensation. -hourly_frequency_total_base_pay,Total base pay for the worker's hourly compensation. -hourly_frequency_total_salary_and_allowances,Total salary and allowances for the worker's hourly compensation. -last_date_for_which_paid,Last date for which the worker was paid. -local_termination_reason,The reason for local termination of the worker. -months_continuous_prior_employment,Number of months of continuous prior employment. -not_returning,Flag indicating whether the worker is not returning. -original_hire_date,The original date when the worker was hired. -pay_group_frequency_currency,Currency code used for the worker's pay group frequency. -pay_group_frequency_frequency,Frequency of payment for the worker's pay group. -pay_group_frequency_primary_compensation_basis,Primary compensation basis used for the worker's pay group. -pay_group_frequency_total_base_pay,Total base pay for the worker's pay group. -pay_group_frequency_total_salary_and_allowances,Total salary and allowances for the worker's pay group. -pay_through_date,The date through which the worker is paid. -primary_termination_category,The primary termination category for the worker. -primary_termination_reason,The primary termination reason for the worker. -probation_end_date,The date when the worker's probation ends. -probation_start_date,The date when the worker's probation starts. -reason_reference_id,The reference ID for the termination reason. -regrettable_termination,Flag indicating whether the worker's termination is regrettable. -rehire,Flag indicating whether the worker is eligible for rehire. -resignation_date,The date when the worker resigned. -retired,Flag indicating whether the worker is retired. -retirement_date,The date when the worker retired. -retirement_eligibility_date,The date when the worker becomes eligible for retirement. -return_unknown,Flag indicating whether the worker's return status is unknown. -seniority_date,The date when the worker's seniority is recorded. -severance_date,The date when the worker's severance is recorded. -terminated,Flag indicating whether the worker is terminated. -termination_date,The date when the worker is terminated. -termination_involuntary,Flag indicating whether the termination is involuntary. -termination_last_day_of_work,The last day of work for the worker during termination. -time_off_service_date,The date when the worker's time-off service starts. -universal_id,The universal ID associated with the worker. -user_id,The identifier for the user associated with the worker. -vesting_date,The date when the worker's vesting starts. -worker_code,The code associated with the worker. -_fivetran_active,TRUE if it is the currently active record. FALSE if it is a historical version of the record. Only one version of the record can be TRUE. -_fivetran_start,Timestamp when the record was first created or modified in the source. -_fivetran_end,Timestamp marking the end of a record being active. diff --git a/inputs_redshift/workday/schemas/worker_leave_status.csv b/inputs_redshift/workday/schemas/worker_leave_status.csv deleted file mode 100644 index b7e6d07b982364e49844c9f6a90434224089bd45..0000000000000000000000000000000000000000 --- a/inputs_redshift/workday/schemas/worker_leave_status.csv +++ /dev/null @@ -1,46 +0,0 @@ -column_name,column_description -leave_request_event_id,The unique identifier for the leave request event. -worker_id,Unique identifier for the worker. -_fivetran_deleted,Indicates if the record was soft-deleted by Fivetran. -_fivetran_synced,Timestamp the record was synced by Fivetran. -adoption_notification_date,The date of adoption notification. -adoption_placement_date,The date of adoption placement. -age_of_dependent,The age of the dependent associated with the leave status. -benefits_effect,The effect of leave on benefits. -caesarean_section_birth,Indicator for Caesarean section birth. -child_birth_date,The date of child birth. -child_sdate_of_death,The start date of child death.> -continuous_service_accrual_effect,The effect of leave on continuous service accrual. -date_baby_arrived_home_from_hospital,The date when the baby arrived home from the hospital. -date_child_entered_country,The date when the child entered the country. -date_of_recall,The date of recall. -description,Description of the type of leave -estimated_leave_end_date,The estimated end date of the leave. -expected_due_date,The expected due date. -first_day_of_work,The date when the worker started their first day of work. -last_date_for_which_paid,The last date being paid before leave. -leave_end_date,The end date of the leave. -leave_entitlement_override,Override for leave entitlement. -leave_last_day_of_work,The last day of work associated with the leave status. -leave_of_absence_type,The type of leave of absence. -leave_percentage,The percentage of leave. -leave_return_event,The event associated with the return from leave. -leave_start_date,The start date of the leave. -leave_status_code,The code indicating the status of the leave. -leave_type_reason,The reason for the leave type. -location_during_leave,The location during the leave. -multiple_child_indicator,Indicator for multiple children. -number_of_babies_adopted_children,The number of babies adopted by the worker. -number_of_child_dependents,The number of child dependents. -number_of_previous_births,The number of previous births. -number_of_previous_maternity_leaves,The number of previous maternity leaves. -on_leave,Indicator for whether the worker is on leave. -paid_time_off_accrual_effect,The effect of leave on paid time off accrual. -payroll_effect,The effect of leave on payroll. -single_parent_indicator,Indicator for a single parent. -social_security_disability_code,The code indicating social security disability. -stock_vesting_effect,The effect of leave on stock vesting. -stop_payment_date,The date when stop payment occurs. -week_of_confinement,Indicator for whether the leave is work-related. -work_related,Indicator for whether the leave is work-related. -STILLBIRTH_BABY_DECEASED, diff --git a/inputs_redshift/workday/schemas/worker_position_history.csv b/inputs_redshift/workday/schemas/worker_position_history.csv deleted file mode 100644 index 4171880e980fcbc56f70c9e7615dced9b36cce01..0000000000000000000000000000000000000000 --- a/inputs_redshift/workday/schemas/worker_position_history.csv +++ /dev/null @@ -1,63 +0,0 @@ -column_name,column_description -position_id,Identifier for the specific position. -worker_id,Unique identifier for the worker. -_fivetran_active,TRUE if it is the currently active record. FALSE if it is a historical version of the record. Only one version of the record can be TRUE. -_fivetran_start,Timestamp when the record was first created or modified in the source. -_fivetran_end,Timestamp marking the end of a record being active. -_fivetran_synced,Timestamp the record was synced by Fivetran. -academic_pay_setup_data_annual_work_period_end_date,The end date of the annual work period in academic pay setup data. -academic_pay_setup_data_annual_work_period_start_date,The start date of the annual work period in academic pay setup data. -academic_pay_setup_data_annual_work_period_work_percent_of_year,The work percentage of the year in the annual work period in academic pay setup data. -academic_pay_setup_data_disbursement_plan_period_end_date,The end date of the disbursement plan period in academic pay setup data. -academic_pay_setup_data_disbursement_plan_period_start_date,The start date of the disbursement plan period in academic pay setup data. -business_site_summary_display_language,The display language of the business site summary. -business_site_summary_local,Local information related to the business site summary. -business_site_summary_location,The location of the business site summary. -business_site_summary_location_type,The type of location for the business site summary. -business_site_summary_name,The name associated with the business site summary. -business_site_summary_scheduled_weekly_hours,The scheduled weekly hours associated with the business site summary. -business_site_summary_time_profile,The time profile associated with the business site summary. -business_title,The business title associated with the worker position. -critical_job,Flag indicating whether the job is critical. -default_weekly_hours,The default weekly hours associated with the worker position. -difficulty_to_fill,Indication of the difficulty level in filling the job. -effective_date,Date when the job profile becomes effective. -employee_type,The type of employee associated with the worker position. -end_date,The end date of the worker position. -end_employment_date,Date when the worker's employment is scheduled to end. -exclude_from_head_count,Flag indicating whether the position is excluded from headcount. -expected_assignment_end_date,The expected end date of the assignment associated with the worker position. -external_employee,Flag indicating whether the worker is an external employee. -federal_withholding_fein,The Federal Employer Identification Number (FEIN) for federal withholding. -frequency,The frequency associated with the worker position. -full_time_equivalent_percentage,The full-time equivalent (FTE) percentage associated with the worker position. -headcount_restriction_code,The code associated with headcount restriction for the worker position. -home_country,The home country of the worker. -host_country,The host country associated with the worker. -international_assignment_type,The type of international assignment associated with the worker position. -is_primary_job,Flag indicating whether the job is the primary job for the worker. -job_exempt,Indicates whether the job is exempt from certain regulations. -job_profile_id,Identifier for the job profile. -management_level_code,Code indicating the management level associated with the job profile. -paid_fte,The paid full-time equivalent (FTE) associated with the worker position. -pay_group,The pay group associated with the worker position. -pay_rate,The pay rate associated with the worker position. -pay_rate_type,The type of pay rate associated with the worker position. -pay_through_date,The date through which the worker is paid. -payroll_entity,The payroll entity associated with the worker position. -payroll_file_number,The file number associated with payroll for the worker position. -regular_paid_equivalent_hours,The regular paid equivalent hours associated with the worker position. -scheduled_weekly_hours,The scheduled weekly hours associated with the worker position. -specify_paid_fte,Flag indicating whether to specify paid FTE for the worker position. -specify_working_fte,Flag indicating whether to specify working FTE for the worker position. -start_date,The start date of the worker position. -start_international_assignment_reason,The reason for starting an international assignment associated with the worker position. -work_hours_profile,The work hours profile associated with the worker position. -work_shift,The work shift associated with the worker position. -work_shift_required,Flag indicating whether a work shift is required. -work_space,The work space associated with the worker position. -worker_hours_profile_classification,The classification of worker hours profile associated with the worker position. -working_fte,The working full-time equivalent (FTE) associated with the worker position. -working_time_frequency,The frequency of working time associated with the worker position. -working_time_unit,The unit of working time associated with the worker position. -working_time_value,The value of working time associated with the worker position. diff --git a/inputs_redshift/workday/schemas/worker_position_organization_history.csv b/inputs_redshift/workday/schemas/worker_position_organization_history.csv deleted file mode 100644 index 1d47d829eedf61fc584cc0e7dfface8bfc251017..0000000000000000000000000000000000000000 --- a/inputs_redshift/workday/schemas/worker_position_organization_history.csv +++ /dev/null @@ -1,12 +0,0 @@ -column_name,column_description -position_id,Identifier for the specific position. -worker_id,Unique identifier for the worker. -_fivetran_active,TRUE if it is the currently active record. FALSE if it is a historical version of the record. Only one version of the record can be TRUE. -_fivetran_start,Timestamp when the record was first created or modified in the source. -_fivetran_end,Timestamp marking the end of a record being active. -_fivetran_synced,Timestamp the record was synced by Fivetran. -index,An index for a particular identifier. -date_of_pay_group_assignment,Date a group's pay is assigned to be processed. -organization_id,Identifier for the organization. -primary_business_site,Primary location a worker's business is situated. -used_in_change_organization_assignments,If a worker has opted to change these organization assignments. diff --git a/inputs_redshift/works_cycles/config.yaml b/inputs_redshift/works_cycles/config.yaml deleted file mode 100644 index 72421461fddf6439ffeda358da78580202b874e2..0000000000000000000000000000000000000000 --- a/inputs_redshift/works_cycles/config.yaml +++ /dev/null @@ -1,153 +0,0 @@ -Airbyte: - config: - files_definition_id: 778daa7c-feaf-4db6-96f3-70fd645acc77 - mongodb_definition_id: b2e713cd-cc36-4c0a-b5bd-b47cb8a0561e - namespace_definition: destination - postgres_definition_id: decd338e-5647-4c0b-adf4-da0e75f5a750 - s3_definition_id: 69589781-7828-43c5-9f63-8925b1c1ccc2 - server_url: http://airbyte-abctl-control-plane:80/api/public/v1/ - redshift_definition_id: f7a7d195-377f-cf5b-70a5-be6b819019dc -aws_s3: - AWS_ACCESS_KEY_ID: test - AWS_DEFAULT_REGION: us-west-2 - AWS_ENDPOINT_URL: http://elt-localstack:4566 - AWS_SECRET_ACCESS_KEY: test - data: - - path: s3://works-cycles-bucket/ContactType.jsonl - sync_mode: full_refresh_append - table: ContactType - - path: s3://works-cycles-bucket/Culture.csv - sync_mode: full_refresh_append - table: Culture - - path: s3://works-cycles-bucket/Location.jsonl - sync_mode: full_refresh_append - table: Location - - path: s3://works-cycles-bucket/PhoneNumberType.jsonl - sync_mode: full_refresh_append - table: PhoneNumberType - - path: s3://works-cycles-bucket/SalesTerritory.jsonl - sync_mode: full_refresh_append - table: SalesTerritory - - path: s3://works-cycles-bucket/SalesTerritoryHistory.jsonl - sync_mode: full_refresh_append - table: SalesTerritoryHistory - - path: s3://works-cycles-bucket/Shift.csv - sync_mode: full_refresh_append - table: Shift - - path: s3://works-cycles-bucket/ShipMethod.jsonl - sync_mode: full_refresh_append - table: ShipMethod - - path: s3://works-cycles-bucket/ShoppingCartItem.csv - sync_mode: full_refresh_append - table: ShoppingCartItem - - path: s3://works-cycles-bucket/TransactionHistoryArchive.csv - sync_mode: full_refresh_append - table: TransactionHistoryArchive - - path: s3://works-cycles-bucket/UnitMeasure.csv - sync_mode: full_refresh_append - table: UnitMeasure -custom_api: - config: - configuration: {} - sync_mode: full_refresh_append - tables: - - CountryRegion - - CountryRegionCurrency - - Currency - - CurrencyRate - - ProductReview - - SalesOrderDetail - - SalesOrderHeader - - SalesOrderHeaderSalesReason - - SalesTaxRate - - SpecialOffer - - SpecialOfferProduct - - StateProvince - - Store - - Vendor - - WorkOrder - - WorkOrderRouting -flat_files: -- format: csv - path: https://drive.google.com/uc?export=download&id=1P0wVOLyJbta_jeYq_Yy3NX_WIGc042v8 - sync_mode: full_refresh_append - table: AddressType -- format: jsonl - path: https://drive.google.com/uc?export=download&id=1iR1yCXvgH5nnaa5H4IFiaE01grbYsL-6 - sync_mode: full_refresh_append - table: Department -- format: parquet - path: https://drive.google.com/uc?export=download&id=1oOPVAKDGcyfHw4jySfxR5dlgESrFkXyr - sync_mode: full_refresh_append - table: Document -- format: csv - path: https://drive.google.com/uc?export=download&id=1e940xr9KPf79x6L8YBF1sUsYuNfTbwCX - sync_mode: full_refresh_append - table: ProductCategory -- format: jsonl - path: https://drive.google.com/uc?export=download&id=19eGUWiRIKsujuOqKV2-RSVPSKexzx-xK - sync_mode: full_refresh_append - table: SalesReason -- format: csv - path: https://drive.google.com/uc?export=download&id=1hcCD89pG4xoHESebsBLjG-i319RDK1gd - sync_mode: full_refresh_append - table: ScrapReason -mongodb: - config: - connection_string: mongodb://elt-mongodb:27017/?directConnection=true - database: work_cycles - sync_mode: full_refresh_append - tables: - - Address - - BusinessEntity - - BusinessEntityAddress - - BusinessEntityContact - - Employee - - EmployeeDepartmentHistory - - EmployeePayHistory - - JobCandidate - - Person - - Product - - ProductDescription - - ProductDocument - - ProductModel - - ProductPhoto - - ProductProductPhoto - - ProductSubcategory - - SalesPerson -postgres: - config: - database: work_cycles - host: elt-postgres - password: testelt - port: 5432 - schema: public - sync_mode: full_refresh_append - tables: - - bill_of_materials - - credit_card - - email_address - - password - - person_credit_card - - product_cost_history - - product_inventory - - product_list_price_history - - product_model_product_description_culture - - product_vendor - - purchase_order_detail - - purchase_order_header - - sales_person_quota_history - - transaction_history - user: postgres -redshift: - config: - host: - port: - database: - username: - password: - schema: work_cycles - s3_bucket_name: - s3_bucket_region: - access_key_id: - secret_access_key: \ No newline at end of file diff --git a/inputs_redshift/works_cycles/data_model.yaml b/inputs_redshift/works_cycles/data_model.yaml deleted file mode 100644 index 80e763116c5a2e8ba8c171cb7fef23b702f576f7..0000000000000000000000000000000000000000 --- a/inputs_redshift/works_cycles/data_model.yaml +++ /dev/null @@ -1,20 +0,0 @@ -models: - - name: products - description: Each record represents a product. - columns: - - name: product_id - description: The unique id number identifying the product. - - name: product_name - description: Name of the product. - - name: product_number - description: The unique product identification number. - - name: has_over_1_price_changes - description: Set to 1 if the product has more than 1 price changes, 0 otherwise. - - name: does_not_have_work_order - description: Set to 1 if the product does not have a work order, 0 otherwise. - - name: num_reviews - description: The number of reviews the product has received, replace null values with 0. - - name: sold_by_over_2_vendors - description: Set to 1 if the product is sold by more than 2 vendors, 0 otherwise. - - name: num_orders - description: The number of orders the product has, replace null values with 0. \ No newline at end of file diff --git a/inputs_redshift/works_cycles/schemas/Address.csv b/inputs_redshift/works_cycles/schemas/Address.csv deleted file mode 100644 index 24f5646225e5abb3f4cd909d76dbad002faa95d0..0000000000000000000000000000000000000000 --- a/inputs_redshift/works_cycles/schemas/Address.csv +++ /dev/null @@ -1,10 +0,0 @@ -column_name,column_description -AddressID,Unique id number identifying the address. -AddressLine1,First street address line. -AddressLine2,Second street address line. -City,Name of the city. -StateProvinceID,Identification number for the state or province. -PostalCode,Postal code for the street address. -SpatialLocation,Latitude and longitude of this address. -rowguid,Uniquely identifying the record. Used to support a merge replication sample. -ModifiedDate,Date and time the record was last updated. diff --git a/inputs_redshift/works_cycles/schemas/AddressType.csv b/inputs_redshift/works_cycles/schemas/AddressType.csv deleted file mode 100644 index 1b98f2915ffd2809a705099420416d6a1b8a3f7c..0000000000000000000000000000000000000000 --- a/inputs_redshift/works_cycles/schemas/AddressType.csv +++ /dev/null @@ -1,5 +0,0 @@ -column_name,column_description -AddressTypeID,Unique numbers identifying address type records. -Name,Address type description. -rowguid,Uniquely identifying the record. Used to support a merge replication sample. -ModifiedDate,Date and time the record was last updated. diff --git a/inputs_redshift/works_cycles/schemas/BusinessEntity.csv b/inputs_redshift/works_cycles/schemas/BusinessEntity.csv deleted file mode 100644 index 4cdd59b3af56e8a975ed3963eb0b5124bc8a7daf..0000000000000000000000000000000000000000 --- a/inputs_redshift/works_cycles/schemas/BusinessEntity.csv +++ /dev/null @@ -1,4 +0,0 @@ -column_name,column_description -BusinessEntityID,Unique number of identifying business entity. -rowguid,Uniquely identifying the record. Used to support a merge replication sample. -ModifiedDate,Date and time the record was last updated. diff --git a/inputs_redshift/works_cycles/schemas/BusinessEntityAddress.csv b/inputs_redshift/works_cycles/schemas/BusinessEntityAddress.csv deleted file mode 100644 index 8936fab179e777498f075fc843769ef6898a1e00..0000000000000000000000000000000000000000 --- a/inputs_redshift/works_cycles/schemas/BusinessEntityAddress.csv +++ /dev/null @@ -1,6 +0,0 @@ -column_name,column_description -BusinessEntityID,Number identifying the business entity. -AddressID,Number identifying the address. -AddressTypeID,Number identifying the address type. -rowguid,Uniquely identifying the record. Used to support a merge replication sample. -ModifiedDate,Date and time the record was last updated. diff --git a/inputs_redshift/works_cycles/schemas/BusinessEntityContact.csv b/inputs_redshift/works_cycles/schemas/BusinessEntityContact.csv deleted file mode 100644 index 240e87953fb423e106696de5f2e8a3a456c7c182..0000000000000000000000000000000000000000 --- a/inputs_redshift/works_cycles/schemas/BusinessEntityContact.csv +++ /dev/null @@ -1,6 +0,0 @@ -column_name,column_description -BusinessEntityID,The id number identifying the Business Entity ID. -PersonID,The id number identifying the Person ID. -ContactTypeID,The id number identifying the contact type ID. -rowguid,Uniquely identifying the record. Used to support a merge replication sample. -ModifiedDate,Date and time the record was last updated. diff --git a/inputs_redshift/works_cycles/schemas/ContactType.csv b/inputs_redshift/works_cycles/schemas/ContactType.csv deleted file mode 100644 index 7febc8153d820e4ffad775541a90e60f12eac636..0000000000000000000000000000000000000000 --- a/inputs_redshift/works_cycles/schemas/ContactType.csv +++ /dev/null @@ -1,4 +0,0 @@ -column_name,column_description -ContactTypeID,The unique id number identifying the contact type ID. -Name,Contact type description. -ModifiedDate,Date and time the record was last updated. diff --git a/inputs_redshift/works_cycles/schemas/CountryRegion.csv b/inputs_redshift/works_cycles/schemas/CountryRegion.csv deleted file mode 100644 index 090aae00cf4b114a6fc4ee3e9a0a478847b842ac..0000000000000000000000000000000000000000 --- a/inputs_redshift/works_cycles/schemas/CountryRegion.csv +++ /dev/null @@ -1,4 +0,0 @@ -column_name,column_description -countryregioncode,The unique id number identifying Country Region ISO standard code for countries and regions. -name,Country or region name. -modifieddate,Date and time the record was last updated. diff --git a/inputs_redshift/works_cycles/schemas/CountryRegionCurrency.csv b/inputs_redshift/works_cycles/schemas/CountryRegionCurrency.csv deleted file mode 100644 index e345a3ebe03a452d38fadcad07880b741185c5f4..0000000000000000000000000000000000000000 --- a/inputs_redshift/works_cycles/schemas/CountryRegionCurrency.csv +++ /dev/null @@ -1,4 +0,0 @@ -column_name,column_description -countryregioncode,The id number identifying Country Region ISO standard code for countries and regions. -currencycode,ISO standard currency code. -modifieddate,Date and time the record was last updated. diff --git a/inputs_redshift/works_cycles/schemas/Culture.csv b/inputs_redshift/works_cycles/schemas/Culture.csv deleted file mode 100644 index ad50a90dd66b21221631feda618e2d94c6362046..0000000000000000000000000000000000000000 --- a/inputs_redshift/works_cycles/schemas/Culture.csv +++ /dev/null @@ -1,4 +0,0 @@ -column_name,column_description -CultureID,The unique id string identifying the language in which AdventrueWorks data is stored. -Name,Name of the language. -ModifiedDate,Date and time the record was last updated. diff --git a/inputs_redshift/works_cycles/schemas/Currency.csv b/inputs_redshift/works_cycles/schemas/Currency.csv deleted file mode 100644 index 8981f745b7307e309a398721e10c14192e0e0cfc..0000000000000000000000000000000000000000 --- a/inputs_redshift/works_cycles/schemas/Currency.csv +++ /dev/null @@ -1,4 +0,0 @@ -column_name,column_description -currencycode,The unique id string identifying the currency. -name,Currency name. -modifieddate,Date and time the record was last updated. diff --git a/inputs_redshift/works_cycles/schemas/CurrencyRate.csv b/inputs_redshift/works_cycles/schemas/CurrencyRate.csv deleted file mode 100644 index 578eceb7f025234de8ad662a7541e8833aa7b58e..0000000000000000000000000000000000000000 --- a/inputs_redshift/works_cycles/schemas/CurrencyRate.csv +++ /dev/null @@ -1,8 +0,0 @@ -column_name,column_description -currencyrateid,The unique id number identifying the currency rate record. -currencyratedate,Date and time the exchange rate was obtained. -fromcurrencycode,Exchange rate was converted from this currency code. -tocurrencycode,Exchange rate was converted to this currency code. -averagerate,Average exchange rate for the day. -endofdayrate,Final exchange rate for the day. -modifieddate,Date and time the record was last updated. diff --git a/inputs_redshift/works_cycles/schemas/Department.csv b/inputs_redshift/works_cycles/schemas/Department.csv deleted file mode 100644 index 6c243993997793c208a44f640edea0fe2b9840ef..0000000000000000000000000000000000000000 --- a/inputs_redshift/works_cycles/schemas/Department.csv +++ /dev/null @@ -1,5 +0,0 @@ -column_name,column_description -DepartmentID,The unique id number identifying the department. -Name,Name of the department. -GroupName,Name of the group to which the department belongs. -ModifiedDate,Date and time the record was last updated. diff --git a/inputs_redshift/works_cycles/schemas/Document.csv b/inputs_redshift/works_cycles/schemas/Document.csv deleted file mode 100644 index 71742f313383fa14b900a34ea35d201394d17fc5..0000000000000000000000000000000000000000 --- a/inputs_redshift/works_cycles/schemas/Document.csv +++ /dev/null @@ -1,15 +0,0 @@ -column_name,column_description -DocumentNode,The unique hierarchy id identifying the document nodes. -DocumentLevel,Depth in the document hierarchy. -Title,Title of the document. -Owner,Employee who controls the document. -FolderFlag,The type of the folders. -FileName,Uniquely identifying the record. Used to support a merge replication sample. -FileExtension,File extension indicating the document type. -Revision,Revision number of the document. -ChangeNumber,Engineering change approval number. -Status,Status of document processing. -DocumentSummary,Document abstract. -Document,Complete document. -rowguid,Uniquely identifying the record. Used to support a merge replication sample. -ModifiedDate,Date and time the record was last updated. diff --git a/inputs_redshift/works_cycles/schemas/Employee.csv b/inputs_redshift/works_cycles/schemas/Employee.csv deleted file mode 100644 index eb3cc0993122486be28bf2340fb163fc71362061..0000000000000000000000000000000000000000 --- a/inputs_redshift/works_cycles/schemas/Employee.csv +++ /dev/null @@ -1,17 +0,0 @@ -column_name,column_description -BusinessEntityID,The id number identifying the employee. -NationalIDNumber,The national identification number such as a social security number. -LoginID,Network login. -OrganizationNode,Where the employee is located in corporate hierarchy. -OrganizationLevel,The depth of the employee in the corporate hierarchy. -JobTitle,Work title such as Buyer or Sales Representative. -BirthDate,Date of birth. -MaritalStatus,Whether this employee is married or not. -Gender,The gender of this employee. -HireDate,The employee was hired on this date. -SalariedFlag,Job classification. -VacationHours,The number of available vacation hours. -SickLeaveHours,The number of available sick leave hours. -CurrentFlag,Whether this employee is active or not -rowguid,Uniquely identifying the record. Used to support a merge replication sample. -ModifiedDate,Date and time the record was last updated. diff --git a/inputs_redshift/works_cycles/schemas/EmployeeDepartmentHistory.csv b/inputs_redshift/works_cycles/schemas/EmployeeDepartmentHistory.csv deleted file mode 100644 index 07404b7846f06e5fe07cdd9a82ed2fbe2e970c84..0000000000000000000000000000000000000000 --- a/inputs_redshift/works_cycles/schemas/EmployeeDepartmentHistory.csv +++ /dev/null @@ -1,7 +0,0 @@ -column_name,column_description -BusinessEntityID,Employee identification number. -DepartmentID,Department in which the employee worked including currently. -ShiftID,Identifies which 8-hour shift the employee works. -StartDate,Date the employee started working in the department. -EndDate,Date the employee ended working in the department. -ModifiedDate,Date and time the record was last updated. diff --git a/inputs_redshift/works_cycles/schemas/EmployeePayHistory.csv b/inputs_redshift/works_cycles/schemas/EmployeePayHistory.csv deleted file mode 100644 index 2cf5606f205757d6f195572a50a91cadc7f968ea..0000000000000000000000000000000000000000 --- a/inputs_redshift/works_cycles/schemas/EmployeePayHistory.csv +++ /dev/null @@ -1,6 +0,0 @@ -column_name,column_description -BusinessEntityID,Employee identification number. -RateChangeDate,Date the change in pay is effective. -Rate,Salary hourly rate. -PayFrequency,Pay Frequency. -ModifiedDate,Date and time the record was last updated. diff --git a/inputs_redshift/works_cycles/schemas/JobCandidate.csv b/inputs_redshift/works_cycles/schemas/JobCandidate.csv deleted file mode 100644 index 6fb7ec13d4ac69fc79cca862d815720845b37272..0000000000000000000000000000000000000000 --- a/inputs_redshift/works_cycles/schemas/JobCandidate.csv +++ /dev/null @@ -1,5 +0,0 @@ -column_name,column_description -JobCandidateID,The unique id number identifying the job candidates. -BusinessEntityID,Employee identification number if applicant was hired. -Resume,Resume in XML format. -ModifiedDate,Date and time the record was last updated. diff --git a/inputs_redshift/works_cycles/schemas/Location.csv b/inputs_redshift/works_cycles/schemas/Location.csv deleted file mode 100644 index eed1550fec7c2def29179d33cacd4f501b87bb4c..0000000000000000000000000000000000000000 --- a/inputs_redshift/works_cycles/schemas/Location.csv +++ /dev/null @@ -1,6 +0,0 @@ -column_name,column_description -LocationID,The unique id number identifying the job candidates. -Name,Location description. -CostRate,Standard hourly cost of the manufacturing location. -Availability,Work capacity (in hours) of the manufacturing location. -ModifiedDate,Date and time the record was last updated. diff --git a/inputs_redshift/works_cycles/schemas/Password.csv b/inputs_redshift/works_cycles/schemas/Password.csv deleted file mode 100644 index 893644f2b5b55c26a4d0600830c4a97c9527738d..0000000000000000000000000000000000000000 --- a/inputs_redshift/works_cycles/schemas/Password.csv +++ /dev/null @@ -1,6 +0,0 @@ -column_name,column_description -BusinessEntityID,The unique id number identifying the person. -PasswordHash,Password for the e-mail account. -PasswordSalt,Random value concatenated with the password string before the password is hashed. -rowguid,Uniquely identifying the record. Used to support a merge replication sample. -ModifiedDate,Date and time the record was last updated. diff --git a/inputs_redshift/works_cycles/schemas/Person.csv b/inputs_redshift/works_cycles/schemas/Person.csv deleted file mode 100644 index 3be231961d1db15c48e8c6d0eeb7ae3628021d1e..0000000000000000000000000000000000000000 --- a/inputs_redshift/works_cycles/schemas/Person.csv +++ /dev/null @@ -1,14 +0,0 @@ -column_name,column_description -BusinessEntityID,The unique id number identifying the person. -PersonType,The type of person. -NameStyle,Name Style. -Title,A courtesy title. -FirstName,First name of the person. -MiddleName,Middle name or middle initial of the person. -LastName,Last name of the person. -Suffix,Surname suffix. -EmailPromotion,Email Promotion. -AdditionalContactInfo,Additional contact information about the person stored in xml format. -Demographics,"Personal information such as hobbies, and income collected from online shoppers. Used for sales analysis." -rowguid,Uniquely identifying the record. Used to support a merge replication sample. -ModifiedDate,Date and time the record was last updated. diff --git a/inputs_redshift/works_cycles/schemas/PhoneNumberType.csv b/inputs_redshift/works_cycles/schemas/PhoneNumberType.csv deleted file mode 100644 index f4a40fa871cd2a742d48773fe0951a63e8572aa4..0000000000000000000000000000000000000000 --- a/inputs_redshift/works_cycles/schemas/PhoneNumberType.csv +++ /dev/null @@ -1,4 +0,0 @@ -column_name,column_description -PhoneNumberTypeID,The id number identifying the telephone number type records. -Name,Name of the telephone number type. -ModifiedDate,Date and time the record was last updated. diff --git a/inputs_redshift/works_cycles/schemas/Product.csv b/inputs_redshift/works_cycles/schemas/Product.csv deleted file mode 100644 index f0ff027a2166c040aee876ad4095b91add37ac9d..0000000000000000000000000000000000000000 --- a/inputs_redshift/works_cycles/schemas/Product.csv +++ /dev/null @@ -1,25 +0,0 @@ -column_name,column_description -ProductID,The unique id number identifying the product. -Name,Name of the product. -ProductNumber,The unique product identification number. -MakeFlag,The source of product make. -FinishedGoodsFlag,Whether the product is salable or not. -Color,Color -SafetyStockLevel,The minimum inventory quantity. -ReorderPoint,Inventory level that triggers a purchase order or work order. -StandardCost,Standard cost of the product. -ListPrice,Selling price -Size,Product size -SizeUnitMeasureCode,Unit of measure for Size column. -WeightUnitMeasureCode,Unit of measure for Weight column. -Weight,Product weight -DaysToManufacture,Number of days required to manufacture the product. -ProductLine,Product Routine -Class,Product quality class -Style,Style -ProductSubcategoryID,Product is a member of this product subcategory. -ProductModelID,Product is a member of this product model. -SellStartDate,Date the product was available for sale. -SellEndDate,Date the product was no longer available for sale. -rowguid,Uniquely identifying the record. Used to support a merge replication sample. -ModifiedDate,Date and time the record was last updated. diff --git a/inputs_redshift/works_cycles/schemas/ProductCategory.csv b/inputs_redshift/works_cycles/schemas/ProductCategory.csv deleted file mode 100644 index 3d462964b8daa9283d74dfbd31b422cca981c922..0000000000000000000000000000000000000000 --- a/inputs_redshift/works_cycles/schemas/ProductCategory.csv +++ /dev/null @@ -1,5 +0,0 @@ -column_name,column_description -ProductCategoryID,The unique id number identifying the product category. -Name,Category description -rowguid,Uniquely identifying the record. Used to support a merge replication sample. -ModifiedDate,Date and time the record was last updated. diff --git a/inputs_redshift/works_cycles/schemas/ProductDescription.csv b/inputs_redshift/works_cycles/schemas/ProductDescription.csv deleted file mode 100644 index dc8b5eb56699fa1663ac8b95760b1d0da0835a65..0000000000000000000000000000000000000000 --- a/inputs_redshift/works_cycles/schemas/ProductDescription.csv +++ /dev/null @@ -1,5 +0,0 @@ -column_name,column_description -ProductDescriptionID,The unique id number identifying the product description. -Description,Description of the product. -rowguid,Uniquely identifying the record. Used to support a merge replication sample. -ModifiedDate,Date and time the record was last updated. diff --git a/inputs_redshift/works_cycles/schemas/ProductDocument.csv b/inputs_redshift/works_cycles/schemas/ProductDocument.csv deleted file mode 100644 index 338bf289548b691656b7599072256a4de6fc554a..0000000000000000000000000000000000000000 --- a/inputs_redshift/works_cycles/schemas/ProductDocument.csv +++ /dev/null @@ -1,4 +0,0 @@ -column_name,column_description -ProductID,The id number identifying the product. -DocumentNode,The hierarchy id number identifying the Document node. -ModifiedDate,Date and time the record was last updated. diff --git a/inputs_redshift/works_cycles/schemas/ProductModel.csv b/inputs_redshift/works_cycles/schemas/ProductModel.csv deleted file mode 100644 index 7a5e0a5fb0309e30d3d5b78fa4cc43369123b981..0000000000000000000000000000000000000000 --- a/inputs_redshift/works_cycles/schemas/ProductModel.csv +++ /dev/null @@ -1,7 +0,0 @@ -column_name,column_description -ProductModelID,The unique id number identifying the product model. -Name,Product model description. -CatalogDescription,Detailed product catalog information in xml format. -Instructions,Manufacturing instructions in xml format. -rowguid,Uniquely identifying the record. Used to support a merge replication sample. -ModifiedDate,Date and time the record was last updated. diff --git a/inputs_redshift/works_cycles/schemas/ProductPhoto.csv b/inputs_redshift/works_cycles/schemas/ProductPhoto.csv deleted file mode 100644 index c58301f076c24d33232e866e9e49c00d3048f286..0000000000000000000000000000000000000000 --- a/inputs_redshift/works_cycles/schemas/ProductPhoto.csv +++ /dev/null @@ -1,7 +0,0 @@ -column_name,column_description -ProductPhotoID,unique id number identifying the products -ThumbNailPhoto,Small image of the product. -ThumbnailPhotoFileName,Small image file name -LargePhoto,Large image of the product. -LargePhotoFileName,Large image file name. -ModifiedDate,Date and time the record was last updated. diff --git a/inputs_redshift/works_cycles/schemas/ProductProductPhoto.csv b/inputs_redshift/works_cycles/schemas/ProductProductPhoto.csv deleted file mode 100644 index 3d886a2078f5162f690a089bea135cee9baabd07..0000000000000000000000000000000000000000 --- a/inputs_redshift/works_cycles/schemas/ProductProductPhoto.csv +++ /dev/null @@ -1,5 +0,0 @@ -column_name,column_description -ProductID,Product identification number. -ProductPhotoID,Product photo identification number. -Primary,Whether this photo is the principal image or not. -ModifiedDate, diff --git a/inputs_redshift/works_cycles/schemas/ProductReview.csv b/inputs_redshift/works_cycles/schemas/ProductReview.csv deleted file mode 100644 index b16a7023ff314f60be95e4a16a97143f8b841420..0000000000000000000000000000000000000000 --- a/inputs_redshift/works_cycles/schemas/ProductReview.csv +++ /dev/null @@ -1,9 +0,0 @@ -column_name,column_description -productreviewid,The unique id numbers identifying product reviews. -productid,Product identification number. -reviewername,The name of reviewer. -reviewdate,Date review was submitted. -emailaddress,Reviewer's e-mail address. -rating,Product rating given by the reviewer. -comments, -modifieddate,Date and time the record was last updated. diff --git a/inputs_redshift/works_cycles/schemas/ProductSubcategory.csv b/inputs_redshift/works_cycles/schemas/ProductSubcategory.csv deleted file mode 100644 index c8fcec7adba5d0ef94c7d4d4929769f68e634d58..0000000000000000000000000000000000000000 --- a/inputs_redshift/works_cycles/schemas/ProductSubcategory.csv +++ /dev/null @@ -1,6 +0,0 @@ -column_name,column_description -ProductSubcategoryID,Unique id number identifying the subcategory of products. -ProductCategoryID,Product category identification number. -Name,Subcategory description. -rowguid,Uniquely identifying the record. Used to support a merge replication sample. -ModifiedDate,Date and time the record was last updated. diff --git a/inputs_redshift/works_cycles/schemas/SalesOrderDetail.csv b/inputs_redshift/works_cycles/schemas/SalesOrderDetail.csv deleted file mode 100644 index b3e496ac2431ebf5e85a82e80b345ec4291501f0..0000000000000000000000000000000000000000 --- a/inputs_redshift/works_cycles/schemas/SalesOrderDetail.csv +++ /dev/null @@ -1,12 +0,0 @@ -column_name,column_description -salesorderid, -salesorderdetailid, -carriertrackingnumber, -orderqty, -productid, -specialofferid, -unitprice, -unitpricediscount, -linetotal, -rowguid, -modifieddate,modified date diff --git a/inputs_redshift/works_cycles/schemas/SalesOrderHeader.csv b/inputs_redshift/works_cycles/schemas/SalesOrderHeader.csv deleted file mode 100644 index 355017e27bf5776a8cd61bcb3fe80c99b17d568c..0000000000000000000000000000000000000000 --- a/inputs_redshift/works_cycles/schemas/SalesOrderHeader.csv +++ /dev/null @@ -1,27 +0,0 @@ -column_name,column_description -salesorderid,The id number of sales order. -revisionnumber, -orderdate, -duedate, -shipdate,Estimated shipment date from the vendor -status,Order current status -onlineorderflag, -salesordernumber, -purchaseordernumber, -accountnumber, -customerid, -salespersonid, -territoryid, -billtoaddressid, -shiptoaddressid, -shipmethodid,Shipping method -creditcardid, -creditcardapprovalcode, -currencyrateid, -subtotal, -taxamt,Tax amount -freight,Shipping cost -totaldue,Total due to vendor -comment, -rowguid, -modifieddate,Date and time the record was last updated. diff --git a/inputs_redshift/works_cycles/schemas/SalesOrderHeaderSalesReason.csv b/inputs_redshift/works_cycles/schemas/SalesOrderHeaderSalesReason.csv deleted file mode 100644 index e28c75fb2df1b8e89f064b256dcb4874faba45c4..0000000000000000000000000000000000000000 --- a/inputs_redshift/works_cycles/schemas/SalesOrderHeaderSalesReason.csv +++ /dev/null @@ -1,4 +0,0 @@ -column_name,column_description -salesorderid,The id number of sales order. -salesreasonid,The id number for sales reasons. -modifieddate,Date and time the record was last updated. diff --git a/inputs_redshift/works_cycles/schemas/SalesPerson.csv b/inputs_redshift/works_cycles/schemas/SalesPerson.csv deleted file mode 100644 index af387e21613802b1acaba07e93d4bd4e8f4ae288..0000000000000000000000000000000000000000 --- a/inputs_redshift/works_cycles/schemas/SalesPerson.csv +++ /dev/null @@ -1,10 +0,0 @@ -column_name,column_description -BusinessEntityID,The unique id number identifying the business entity. -TerritoryID,Territory currently assigned to. -SalesQuota,Projected yearly sales -Bonus,Bonus due if quota is met. -CommissionPct, -SalesYTD,Sales total year to date -SalesLastYear,Sales total of previous year. -rowguid,Uniquely identifying the record. Used to support a merge replication sample. -ModifiedDate,Date and time the record was last updated. diff --git a/inputs_redshift/works_cycles/schemas/SalesReason.csv b/inputs_redshift/works_cycles/schemas/SalesReason.csv deleted file mode 100644 index ccae1317a1ac6a1db84f67c68cc6c903e1bfdd16..0000000000000000000000000000000000000000 --- a/inputs_redshift/works_cycles/schemas/SalesReason.csv +++ /dev/null @@ -1,5 +0,0 @@ -column_name,column_description -SalesReasonID,The unique number identifying SalesReason records. -Name,Sales reason description -ReasonType,Category the sales reason belongs to. -ModifiedDate,Date and time the record was last updated. diff --git a/inputs_redshift/works_cycles/schemas/SalesTaxRate.csv b/inputs_redshift/works_cycles/schemas/SalesTaxRate.csv deleted file mode 100644 index 1e5627c0e4910fb28450e08f81ac088c5f9682f3..0000000000000000000000000000000000000000 --- a/inputs_redshift/works_cycles/schemas/SalesTaxRate.csv +++ /dev/null @@ -1,8 +0,0 @@ -column_name,column_description -salestaxrateid,Unique id number identifying sales tax records. -stateprovinceid,id number identifying state province. -taxtype,Tax Type -taxrate,Tax rate amount -name,Tax rate description -rowguid,Uniquely identifying the record. Used to support a merge replication sample. -modifieddate,Date and time the record was last updated. diff --git a/inputs_redshift/works_cycles/schemas/SalesTerritory.csv b/inputs_redshift/works_cycles/schemas/SalesTerritory.csv deleted file mode 100644 index 595fd00ceadb675a9f2f2f0de57e2930823e10d2..0000000000000000000000000000000000000000 --- a/inputs_redshift/works_cycles/schemas/SalesTerritory.csv +++ /dev/null @@ -1,11 +0,0 @@ -column_name,column_description -TerritoryID,The unique id number for SalesTerritory records. -Name,Sales territory description. -CountryRegionCode,ISO standard country or region code. -Group,Geographic area to which the sales territory belong. -SalesYTD,Sales in the territory year to date. -SalesLastYear,Sales in the territory the previous year. -CostYTD,Business costs in the territory year to date. -CostLastYear,Business costs in the territory the previous year. -rowguid,Uniquely identifying the record. Used to support a merge replication sample. -ModifiedDate,Date and time the record was last updated. diff --git a/inputs_redshift/works_cycles/schemas/SalesTerritoryHistory.csv b/inputs_redshift/works_cycles/schemas/SalesTerritoryHistory.csv deleted file mode 100644 index 672554450a5147ceeac035ff2967aa17d9469239..0000000000000000000000000000000000000000 --- a/inputs_redshift/works_cycles/schemas/SalesTerritoryHistory.csv +++ /dev/null @@ -1,7 +0,0 @@ -column_name,column_description -BusinessEntityID,The sales representative. -TerritoryID,Territory identification number. -StartDate,Date the sales representive started work in the territory. -EndDate,Date the sales representative left work in the territory. -rowguid,Uniquely identifying the record. Used to support a merge replication sample. -ModifiedDate,Date and time the record was last updated. diff --git a/inputs_redshift/works_cycles/schemas/ScrapReason.csv b/inputs_redshift/works_cycles/schemas/ScrapReason.csv deleted file mode 100644 index 7babea53c8e8f93cc68d8e6794e75d1a0957ea5d..0000000000000000000000000000000000000000 --- a/inputs_redshift/works_cycles/schemas/ScrapReason.csv +++ /dev/null @@ -1,4 +0,0 @@ -column_name,column_description -ScrapReasonID,The unique number identifying for ScrapReason records. -Name,Failure description. -ModifiedDate,Date and time the record was last updated. diff --git a/inputs_redshift/works_cycles/schemas/Shift.csv b/inputs_redshift/works_cycles/schemas/Shift.csv deleted file mode 100644 index b4ad9e8d499799aee38734f39bbdae1f3c5dbbab..0000000000000000000000000000000000000000 --- a/inputs_redshift/works_cycles/schemas/Shift.csv +++ /dev/null @@ -1,6 +0,0 @@ -column_name,column_description -ShiftID,The unique number identifying the shift. -Name,Shift description. -StartTime,Shift start time. -EndTime,Shift end time. -ModifiedDate,Date and time the record was last updated. diff --git a/inputs_redshift/works_cycles/schemas/ShipMethod.csv b/inputs_redshift/works_cycles/schemas/ShipMethod.csv deleted file mode 100644 index 87a2de7416bc8b80e8f036d2447c79bbed540852..0000000000000000000000000000000000000000 --- a/inputs_redshift/works_cycles/schemas/ShipMethod.csv +++ /dev/null @@ -1,7 +0,0 @@ -column_name,column_description -ShipMethodID,The unique number for ShipMethod records. -Name,Shipping company name. -ShipBase,Minimum shipping charge. -ShipRate,Shipping charge per pound. -rowguid,Uniquely identifying the record. Used to support a merge replication sample. -ModifiedDate,Date and time the record was last updated. diff --git a/inputs_redshift/works_cycles/schemas/ShoppingCartItem.csv b/inputs_redshift/works_cycles/schemas/ShoppingCartItem.csv deleted file mode 100644 index 015e20cb0038bbafb7237a806ad515c8a2138755..0000000000000000000000000000000000000000 --- a/inputs_redshift/works_cycles/schemas/ShoppingCartItem.csv +++ /dev/null @@ -1,7 +0,0 @@ -column_name,column_description -ShoppingCartItemID,The unique id number identifying the shopping cart item records. -ShoppingCartID,Shopping cart identification number. -Quantity,Product quantity ordered. -ProductID,Product ordered. -DateCreated,Date the time the record was created. -ModifiedDate,Date and time the record was last updated. diff --git a/inputs_redshift/works_cycles/schemas/SpecialOffer.csv b/inputs_redshift/works_cycles/schemas/SpecialOffer.csv deleted file mode 100644 index 5789ec5c1474fba2a4ce581e954e5da0d94743da..0000000000000000000000000000000000000000 --- a/inputs_redshift/works_cycles/schemas/SpecialOffer.csv +++ /dev/null @@ -1,12 +0,0 @@ -column_name,column_description -specialofferid,The unique id number identifying the special offer. -description,Discount description. -discountpct,Discount percentage. -type,Discount type category. -category,Group the discount applies to such as Reseller or Customer. -startdate,Discount start date. -enddate,Discount end date. -minqty,Minimum discount percent allowed. -maxqty,Maximum discount percent allowed. -rowguid,Uniquely identifying the record. Used to support a merge replication sample. -modifieddate,Date and time the record was last updated. diff --git a/inputs_redshift/works_cycles/schemas/SpecialOfferProduct.csv b/inputs_redshift/works_cycles/schemas/SpecialOfferProduct.csv deleted file mode 100644 index f110c2970d42e3dc86ae42e0b832d0258d0e08a2..0000000000000000000000000000000000000000 --- a/inputs_redshift/works_cycles/schemas/SpecialOfferProduct.csv +++ /dev/null @@ -1,5 +0,0 @@ -column_name,column_description -specialofferid,The id for SpecialOfferProduct records -productid,Product identification number. -rowguid,Uniquely identifying the record. Used to support a merge replication sample. -modifieddate,Date and time the record was last updated. diff --git a/inputs_redshift/works_cycles/schemas/StateProvince.csv b/inputs_redshift/works_cycles/schemas/StateProvince.csv deleted file mode 100644 index 35cdb62afa5e165750c2f9b7e6d742133518250d..0000000000000000000000000000000000000000 --- a/inputs_redshift/works_cycles/schemas/StateProvince.csv +++ /dev/null @@ -1,9 +0,0 @@ -column_name,column_description -stateprovinceid,The unique number for StateProvince records. -stateprovincecode,ISO standard state or province code. -countryregioncode,ISO standard country or region code. -isonlystateprovinceflag, -name,State or province description. -territoryid,ID of the territory in which the state or province is located. -rowguid,Uniquely identifying the record. Used to support a merge replication sample. -modifieddate,Date and time the record was last updated. diff --git a/inputs_redshift/works_cycles/schemas/Store.csv b/inputs_redshift/works_cycles/schemas/Store.csv deleted file mode 100644 index 11eff675750d9581818ed0bf06d72a2da5635f8f..0000000000000000000000000000000000000000 --- a/inputs_redshift/works_cycles/schemas/Store.csv +++ /dev/null @@ -1,7 +0,0 @@ -column_name,column_description -businessentityid,The unique number identifying business entity. -name,Name of the store. -salespersonid,ID of the sales person assigned to the customer. -demographics,"Demographic information about the store such as the number of employees, annual sales and store type." -rowguid,Uniquely identifying the record. Used to support a merge replication sample. -modifieddate,Date and time the record was last updated. diff --git a/inputs_redshift/works_cycles/schemas/TransactionHistoryArchive.csv b/inputs_redshift/works_cycles/schemas/TransactionHistoryArchive.csv deleted file mode 100644 index 1df422fe85c716d258b24b9377deede9a8a519a4..0000000000000000000000000000000000000000 --- a/inputs_redshift/works_cycles/schemas/TransactionHistoryArchive.csv +++ /dev/null @@ -1,10 +0,0 @@ -column_name,column_description -TransactionID,The unique id number identifying TransactionHistory records. -ProductID,Product identification number. -ReferenceOrderID,"Purchase order, sales order, or work order identification number." -ReferenceOrderLineID,"Line number associated with the purchase order, sales order, or work order." -TransactionDate,Date and time of the transaction. -TransactionType,Type of transaction records. -Quantity,Product quantity. -ActualCost,Product cost. -ModifiedDate,Date and time the record was last updated. diff --git a/inputs_redshift/works_cycles/schemas/UnitMeasure.csv b/inputs_redshift/works_cycles/schemas/UnitMeasure.csv deleted file mode 100644 index 4bdd68dee3a46c7460197549771250c597058d34..0000000000000000000000000000000000000000 --- a/inputs_redshift/works_cycles/schemas/UnitMeasure.csv +++ /dev/null @@ -1,4 +0,0 @@ -column_name,column_description -UnitMeasureCode,The unique identifying numbers for measure. -Name,Unit of measure description. -ModifiedDate,Date and time the record was last updated. diff --git a/inputs_redshift/works_cycles/schemas/Vendor.csv b/inputs_redshift/works_cycles/schemas/Vendor.csv deleted file mode 100644 index 25363d1e1f1085a334b48b04abb09324f9f188dd..0000000000000000000000000000000000000000 --- a/inputs_redshift/works_cycles/schemas/Vendor.csv +++ /dev/null @@ -1,9 +0,0 @@ -column_name,column_description -businessentityid,The unique number identifying Vendor records. -accountnumber,Vendor account (identification) number. -name,Company name. -creditrating,Rating of credit. -preferredvendorstatus,Preferred Vendor Status -activeflag,Vendor URL -purchasingwebserviceurl,Purchasing Web Service URL -modifieddate,Date and time the record was last updated. diff --git a/inputs_redshift/works_cycles/schemas/WorkOrder.csv b/inputs_redshift/works_cycles/schemas/WorkOrder.csv deleted file mode 100644 index 640be8601df33e13c69028affecdb159a03e3b7f..0000000000000000000000000000000000000000 --- a/inputs_redshift/works_cycles/schemas/WorkOrder.csv +++ /dev/null @@ -1,11 +0,0 @@ -column_name,column_description -workorderid,The unique id number identifying work order. -productid,Product identification number. -orderqty,Product quantity to build. -stockedqty,Quantity built and put in inventory. -scrappedqty,Quantity that failed inspection. -startdate,Work order start date. -enddate,Work order end date. -duedate,Work order due date. -scrapreasonid,Reason for inspection failure. -modifieddate,Date and time the record was last updated. diff --git a/inputs_redshift/works_cycles/schemas/WorkOrderRouting.csv b/inputs_redshift/works_cycles/schemas/WorkOrderRouting.csv deleted file mode 100644 index e046d76b08f1dcb57c4c0995f52a2a9ea7ccbeaa..0000000000000000000000000000000000000000 --- a/inputs_redshift/works_cycles/schemas/WorkOrderRouting.csv +++ /dev/null @@ -1,13 +0,0 @@ -column_name,column_description -workorderid,The id number of work order. -productid,The id number identifying products. -operationsequence,Indicates the manufacturing process sequence. -locationid,Manufacturing location where the part is processed. -scheduledstartdate,Planned manufacturing start date. -scheduledenddate,Planned manufacturing end date. -actualstartdate,Actual start date. -actualenddate,Actual end date. -actualresourcehrs,Number of manufacturing hours used. -plannedcost,Estimated manufacturing cost. -actualcost,Actual manufacturing cost. -modifieddate,Date and time the record was last updated. diff --git a/inputs_redshift/works_cycles/schemas/bill_of_materials.csv b/inputs_redshift/works_cycles/schemas/bill_of_materials.csv deleted file mode 100644 index e5bf158a09e9e26b2a9f4ece6d087acf33cad27e..0000000000000000000000000000000000000000 --- a/inputs_redshift/works_cycles/schemas/bill_of_materials.csv +++ /dev/null @@ -1,10 +0,0 @@ -column_name,column_description -BillOfMaterialsID,The unique number identifying bill of materials. -ProductAssemblyID,Parent product identification number. -ComponentID,Component identification number. -StartDate,Date the component started being used in the assembly item. -EndDate,Date the component stopped being used in the assembly item. -UnitMeasureCode,Standard code identifying the unit of measure for the quantity. -BOMLevel,Indicates the depth the component is from its parent (column2)(AssemblyID). -PerAssemblyQty,Quantity of the component needed to create the assembly. -ModifiedDate,Date and time the record was last updated. diff --git a/inputs_redshift/works_cycles/schemas/credit_card.csv b/inputs_redshift/works_cycles/schemas/credit_card.csv deleted file mode 100644 index 04f04ff7f67be45c1de5ee0c478ac7874a548629..0000000000000000000000000000000000000000 --- a/inputs_redshift/works_cycles/schemas/credit_card.csv +++ /dev/null @@ -1,7 +0,0 @@ -column_name,column_description -CreditCardID,The unique id number identifying the credit card. -CardType,Credit card name. -CardNumber,Credit card number. -ExpMonth,Credit card expiration month. -ExpYear,Credit card expiration year. -ModifiedDate,Date and time the record was last updated. diff --git a/inputs_redshift/works_cycles/schemas/email_address.csv b/inputs_redshift/works_cycles/schemas/email_address.csv deleted file mode 100644 index bd3807e97d75677d8f9f085c5a2ddb4bf3808f05..0000000000000000000000000000000000000000 --- a/inputs_redshift/works_cycles/schemas/email_address.csv +++ /dev/null @@ -1,6 +0,0 @@ -column_name,column_description -BusinessEntityID,The id number identifying the person associated with this email address. -EmailAddressID,The ID of this email address. -EmailAddress,The E-mail address for the person. -rowguid,Uniquely identifying the record. Used to support a merge replication sample. -ModifiedDate,Date and time the record was last updated. diff --git a/inputs_redshift/works_cycles/schemas/person_credit_card.csv b/inputs_redshift/works_cycles/schemas/person_credit_card.csv deleted file mode 100644 index 60484e7c9b21519b5d1ab0974578a942f08af142..0000000000000000000000000000000000000000 --- a/inputs_redshift/works_cycles/schemas/person_credit_card.csv +++ /dev/null @@ -1,4 +0,0 @@ -column_name,column_description -BusinessEntityID,The id number identifying the person. -CreditCardID,Credit card identification number. -ModifiedDate,Date and time the record was last updated. diff --git a/inputs_redshift/works_cycles/schemas/product_cost_history.csv b/inputs_redshift/works_cycles/schemas/product_cost_history.csv deleted file mode 100644 index b6b7276247dec27dfb6e3d3ffc8470462a95c8fc..0000000000000000000000000000000000000000 --- a/inputs_redshift/works_cycles/schemas/product_cost_history.csv +++ /dev/null @@ -1,6 +0,0 @@ -column_name,column_description -ProductID,The id number identifying the product. -StartDate,Product cost start date -EndDate,Product cost end date -StandardCost,Standard cost of the product. -ModifiedDate,Date and time the record was last updated. diff --git a/inputs_redshift/works_cycles/schemas/product_inventory.csv b/inputs_redshift/works_cycles/schemas/product_inventory.csv deleted file mode 100644 index ecc275071a8fc1fa2b85bab915e8c095931b3e66..0000000000000000000000000000000000000000 --- a/inputs_redshift/works_cycles/schemas/product_inventory.csv +++ /dev/null @@ -1,8 +0,0 @@ -column_name,column_description -ProductID,Product identification number. -LocationID,Inventory location identification number. -Shelf,Storage compartment within an inventory location. -Bin,Storage container on a shelf in an inventory location. -Quantity,Quantity of products in the inventory location. -rowguid,Uniquely identifying the record. Used to support a merge replication sample. -ModifiedDate,Date and time the record was last updated. diff --git a/inputs_redshift/works_cycles/schemas/product_list_price_history.csv b/inputs_redshift/works_cycles/schemas/product_list_price_history.csv deleted file mode 100644 index 324cd6641b0f8d744bd4da587aaf7b68c5eca640..0000000000000000000000000000000000000000 --- a/inputs_redshift/works_cycles/schemas/product_list_price_history.csv +++ /dev/null @@ -1,6 +0,0 @@ -column_name,column_description -ProductID,Product identification number. -StartDate,List price start date. -EndDate,List price end date. -ListPrice,Product list price. -ModifiedDate,Date and time the record was last updated. diff --git a/inputs_redshift/works_cycles/schemas/product_model_product_description_culture.csv b/inputs_redshift/works_cycles/schemas/product_model_product_description_culture.csv deleted file mode 100644 index 7b9fe1fcaee7f82c09bd1dc5975cff6fe2839a3c..0000000000000000000000000000000000000000 --- a/inputs_redshift/works_cycles/schemas/product_model_product_description_culture.csv +++ /dev/null @@ -1,5 +0,0 @@ -column_name,column_description -ProductModelID,The id number identifying the product model. -ProductDescriptionID,Product description identification number. -CultureID,Culture identification number. -ModifiedDate,Date and time the record was last updated. diff --git a/inputs_redshift/works_cycles/schemas/product_vendor.csv b/inputs_redshift/works_cycles/schemas/product_vendor.csv deleted file mode 100644 index 99d1b9f5dbda89cd0be3217fcfbb76b5af82a3c0..0000000000000000000000000000000000000000 --- a/inputs_redshift/works_cycles/schemas/product_vendor.csv +++ /dev/null @@ -1,12 +0,0 @@ -column_name,column_description -ProductID,The id number identifying the products. -BusinessEntityID,The id number identifying the business entities. -AverageLeadTime,The average span of time between placing an order with the vendor and receiving the purchased product. -StandardPrice,The vendor's usual selling price. -LastReceiptCost,The selling price when last purchased. -LastReceiptDate,Date the product was last received by the vendor. -MinOrderQty,The maximum quantity that should be ordered. -MaxOrderQty,The minimum quantity that should be ordered. -OnOrderQty,The quantity currently on order. -UnitMeasureCode,The product's unit of measure. -ModifiedDate,Date and time the record was last updated. diff --git a/inputs_redshift/works_cycles/schemas/purchase_order_detail.csv b/inputs_redshift/works_cycles/schemas/purchase_order_detail.csv deleted file mode 100644 index a17e47c37eaf1f26b350d6d9d31b26255d535c6a..0000000000000000000000000000000000000000 --- a/inputs_redshift/works_cycles/schemas/purchase_order_detail.csv +++ /dev/null @@ -1,12 +0,0 @@ -column_name,column_description -PurchaseOrderID,Purchase order number. -PurchaseOrderDetailID,Unique purchase detail order. -DueDate,Date the product is expected to be received. -OrderQty,Quantity ordered. -ProductID,The id number identifying products. -UnitPrice,Vendor's selling price of a single product. -LineTotal,Per product subtotal -ReceivedQty,Quantity actually received from the vendor. -RejectedQty, -StockedQty, -ModifiedDate, diff --git a/inputs_redshift/works_cycles/schemas/purchase_order_header.csv b/inputs_redshift/works_cycles/schemas/purchase_order_header.csv deleted file mode 100644 index b94eedf703f474a1532e4c18f169612b344a9ee5..0000000000000000000000000000000000000000 --- a/inputs_redshift/works_cycles/schemas/purchase_order_header.csv +++ /dev/null @@ -1,14 +0,0 @@ -column_name,column_description -PurchaseOrderID,The unique id number identifying purchase order. -RevisionNumber,Incremental number to track changes to the purchase order over time. -Status,Order current status. -EmployeeID,Employee who created the purchase order. -VendorID,Vendor with whom the purchase order is placed. -ShipMethodID,Shipping method -OrderDate,Purchase order creation date -ShipDate,Estimated shipment date from the vendor. -SubTotal,Purchase order subtotal -TaxAmt,Tax amount -Freight,Shipping cost -TotalDue,Total due to vendor -ModifiedDate,Date and time the record was last updated. diff --git a/inputs_redshift/works_cycles/schemas/sales_person_quota_history.csv b/inputs_redshift/works_cycles/schemas/sales_person_quota_history.csv deleted file mode 100644 index 82d0d214389f69bcf767c5603cede2918925f0c0..0000000000000000000000000000000000000000 --- a/inputs_redshift/works_cycles/schemas/sales_person_quota_history.csv +++ /dev/null @@ -1,6 +0,0 @@ -column_name,column_description -BusinessEntityID,Sales person identification number -QuotaDate,Sales quota date -SalesQuota,Sales quota amount -rowguid,Uniquely identifying the record. Used to support a merge replication sample. -ModifiedDate,Date and time the record was last updated. diff --git a/inputs_redshift/works_cycles/schemas/transaction_history.csv b/inputs_redshift/works_cycles/schemas/transaction_history.csv deleted file mode 100644 index 1df422fe85c716d258b24b9377deede9a8a519a4..0000000000000000000000000000000000000000 --- a/inputs_redshift/works_cycles/schemas/transaction_history.csv +++ /dev/null @@ -1,10 +0,0 @@ -column_name,column_description -TransactionID,The unique id number identifying TransactionHistory records. -ProductID,Product identification number. -ReferenceOrderID,"Purchase order, sales order, or work order identification number." -ReferenceOrderLineID,"Line number associated with the purchase order, sales order, or work order." -TransactionDate,Date and time of the transaction. -TransactionType,Type of transaction records. -Quantity,Product quantity. -ActualCost,Product cost. -ModifiedDate,Date and time the record was last updated. diff --git a/inputs_redshift/world/config.yaml b/inputs_redshift/world/config.yaml deleted file mode 100644 index 5c8a3ab5b3a977c07a08dab33d6326ad45b31c1c..0000000000000000000000000000000000000000 --- a/inputs_redshift/world/config.yaml +++ /dev/null @@ -1,41 +0,0 @@ -Airbyte: - config: - files_definition_id: 778daa7c-feaf-4db6-96f3-70fd645acc77 - namespace_definition: destination - postgres_definition_id: decd338e-5647-4c0b-adf4-da0e75f5a750 - server_url: http://airbyte-abctl-control-plane:80/api/public/v1/ - redshift_definition_id: f7a7d195-377f-cf5b-70a5-be6b819019dc -custom_api: - config: - configuration: {} - sync_mode: full_refresh_append - tables: - - City -flat_files: -- format: jsonl - path: https://drive.google.com/uc?export=download&id=15QNS3D38PsRFdObjNUrleLfGPA6VNT03 - sync_mode: full_refresh_append - table: CountryLanguage -postgres: - config: - database: world - host: elt-postgres - password: testelt - port: 5432 - schema: public - sync_mode: full_refresh_append - tables: - - country - user: postgres -redshift: - config: - host: - port: - database: - username: - password: - schema: world - s3_bucket_name: - s3_bucket_region: - access_key_id: - secret_access_key: diff --git a/inputs_redshift/world/data_model.yaml b/inputs_redshift/world/data_model.yaml deleted file mode 100644 index c97ddeac7e3fe18e6baf3202d504bca654488985..0000000000000000000000000000000000000000 --- a/inputs_redshift/world/data_model.yaml +++ /dev/null @@ -1,20 +0,0 @@ -models: - - name: countries - description: Each record represents a country. - columns: - - name: country_code - description: The unique identifier of the country. - - name: country_name - description: The name of the country. - - name: population - description: The population of the country. - - name: capital_name - description: The name of the capital city of the country. - - name: num_cities - description: The number of cities in the country, replace NULL values with 0. - - name: city_with_least_population - description: The city in the country that has the least population, with ties broken by the ascending order of the city name - - name: GNP_growth_rate - description: GNP growth rate of the country, expressed as a percentage. - - name: use_most_widely_used_language_as_official_language - description: Set to 1 if the country uses the language that is official in most countries as its official language, otherwise, set to 0 \ No newline at end of file diff --git a/inputs_redshift/world/schemas/City.csv b/inputs_redshift/world/schemas/City.csv deleted file mode 100644 index e0a0fc490713acfe83bad8e7ca2e8833a2af3b0b..0000000000000000000000000000000000000000 --- a/inputs_redshift/world/schemas/City.csv +++ /dev/null @@ -1,6 +0,0 @@ -column_name,column_description -id,the unique id for the city -name,the name of the city -countrycode,the country code of the country that the city is belonged -district,the district where the city locates -population,the number of the population in the area diff --git a/inputs_redshift/world/schemas/Country.csv b/inputs_redshift/world/schemas/Country.csv deleted file mode 100644 index 2fc29b92e564d81767df00ca3a8dd6de5addabc7..0000000000000000000000000000000000000000 --- a/inputs_redshift/world/schemas/Country.csv +++ /dev/null @@ -1,16 +0,0 @@ -column_name,column_description -Code,the unique country code of the country -Name,the country name -Continent,the continent that the country locates -Region,the region that the country locates -SurfaceArea,the surface area of the country -IndepYear,the year that the country declared independence -Population,the number of the population in the area -LifeExpectancy,the life expectancy at birth of the country -GNP,the GNP of the country -GNPOld,Gross national product - old value. -LocalName,The country's local name -GovernmentForm,The country's goverment form. -HeadOfState,The head of state full name. -Capital,The country's capital -Code2,The second country code. diff --git a/inputs_redshift/world/schemas/CountryLanguage.csv b/inputs_redshift/world/schemas/CountryLanguage.csv deleted file mode 100644 index 7e0ff0254412b7858e1823eeac92c0ff1ff8b2ac..0000000000000000000000000000000000000000 --- a/inputs_redshift/world/schemas/CountryLanguage.csv +++ /dev/null @@ -1,5 +0,0 @@ -column_name,column_description -CountryCode,The unique code for country -Language,Country language -IsOfficial,Information on whether the language is official in a given country -Percentage,Percentage of language use diff --git a/inputs_redshift/world_development_indicators/config.yaml b/inputs_redshift/world_development_indicators/config.yaml deleted file mode 100644 index dc4f89c2febad58c3552e8646e58cbc996cf4f61..0000000000000000000000000000000000000000 --- a/inputs_redshift/world_development_indicators/config.yaml +++ /dev/null @@ -1,60 +0,0 @@ -Airbyte: - config: - files_definition_id: 778daa7c-feaf-4db6-96f3-70fd645acc77 - mongodb_definition_id: b2e713cd-cc36-4c0a-b5bd-b47cb8a0561e - namespace_definition: destination - postgres_definition_id: decd338e-5647-4c0b-adf4-da0e75f5a750 - s3_definition_id: 69589781-7828-43c5-9f63-8925b1c1ccc2 - server_url: http://airbyte-abctl-control-plane:80/api/public/v1/ - redshift_definition_id: f7a7d195-377f-cf5b-70a5-be6b819019dc -aws_s3: - AWS_ACCESS_KEY_ID: test - AWS_DEFAULT_REGION: us-west-2 - AWS_ENDPOINT_URL: http://elt-localstack:4566 - AWS_SECRET_ACCESS_KEY: test - data: - - path: s3://world-development-indicators-bucket/SeriesNotes.csv - sync_mode: full_refresh_append - table: SeriesNotes -custom_api: - config: - configuration: {} - sync_mode: full_refresh_append - tables: - - Footnotes -flat_files: -- format: jsonl - path: https://drive.google.com/uc?export=download&id=1y-thuGBS3bSXD8geaRXqlTFY6L7evL0T - sync_mode: full_refresh_append - table: CountryNotes -mongodb: - config: - connection_string: "mongodb://elt-mongodb:27017/?directConnection=true\_" - database: world_development_indicators - sync_mode: full_refresh_append - tables: - - Country - - Series -postgres: - config: - database: world_development_indicators - host: elt-postgres - password: testelt - port: 5432 - schema: public - sync_mode: full_refresh_append - tables: - - indicators - user: postgres -redshift: - config: - host: - port: - database: - username: - password: - schema: world_development_indicators - s3_bucket_name: - s3_bucket_region: - access_key_id: - secret_access_key: diff --git a/inputs_redshift/world_development_indicators/data_model.yaml b/inputs_redshift/world_development_indicators/data_model.yaml deleted file mode 100644 index f145d7d20a4dac49804ad2fe4dcf836ac5368469..0000000000000000000000000000000000000000 --- a/inputs_redshift/world_development_indicators/data_model.yaml +++ /dev/null @@ -1,20 +0,0 @@ -models: - - name: countries - description: Each record represents a country. - columns: - - name: countrycode - description: Unique identifier for the country. - - name: region - description: The region of the country. - - name: ShortName - description: The short name of the country. - - name: average_adolescent_fertility_rate - description: The average adolescent fertility rate of the country. - - name: lowest_value_indicator_HPS_1960_to_1965 - description: The lowest value of the indicator belongs to 'Health: Population: Structure' in the period 1960 to 1965. - - name: number_of_footnotes_1980 - description: The number of footnotes have been made in year 1980 in the country, replace NULL values with 0. - - name: percentage_increase_Adolescent_1960_to_1961 - description: The percentage of increase of the indicator on Adolescent fertility rate from 1960 to 1961 in the country - - name: is_under_IDA_and_finish_estimate - description: Set to 1 if the country is under the lending category of the International Development Associations and has a external debt reporting finished by estimation, otherwise, set to 0. \ No newline at end of file diff --git a/inputs_redshift/world_development_indicators/schemas/Country.csv b/inputs_redshift/world_development_indicators/schemas/Country.csv deleted file mode 100644 index 835e7a127dca669d2e1198f8cb3d9fdb2ca8d296..0000000000000000000000000000000000000000 --- a/inputs_redshift/world_development_indicators/schemas/Country.csv +++ /dev/null @@ -1,32 +0,0 @@ -column_name,column_description -CountryCode,unique code identifying countries -ShortName,Short names of countries -TableName,table names of countries -LongName,long or full name of countries -Alpha2Code,2 digit code of countries -CurrencyUnit,Currency Unit used in this country -SpecialNotes,Special Notes -Region,region that country belongs to -IncomeGroup,income level of countries -Wb2Code,world bank to code -NationalAccountsBaseYear,the year used as the base period for constant price calculations in the country's national accounts -NationalAccountsReferenceYear,National Accounts Reference Year -SnaPriceValuation,SNA Price Valuation -LendingCategory,Lending category -OtherGroups,other groups -SystemOfNationalAccounts,System Of National Accounts -AlternativeConversionFactor,Alternative conversion factor is the underlying annual exchange rate used for the World Bank Atlas method -PppSurveyYear,purchasing power parity survey year -BalanceOfPaymentsManualInUse,Balance Of Payments Manual In Use -ExternalDebtReportingStatus,External Debt Reporting Status -SystemOfTrade,System Of Trade -GovernmentAccountingConcept,Government Accounting Concept -ImfDataDisseminationStandard,IMF Standards for Data Dissemination -LatestPopulationCensus,Latest Population Census -LatestHouseholdSurvey, -SourceOfMostRecentIncomeAndExpenditureData,Source Of Most Recent Income And Expenditure Data -VitalRegistrationComplete,Vital Registration Complete -LatestAgriculturalCensus,Latest Agricultural Census -LatestIndustrialData,Latest Industrial Data -LatestTradeData,Latest Trade Data -LatestWaterWithdrawalData,Latest Water Withdrawal Data diff --git a/inputs_redshift/world_development_indicators/schemas/CountryNotes.csv b/inputs_redshift/world_development_indicators/schemas/CountryNotes.csv deleted file mode 100644 index 2d1e0bbb940007e6166b227654dfa1473b897509..0000000000000000000000000000000000000000 --- a/inputs_redshift/world_development_indicators/schemas/CountryNotes.csv +++ /dev/null @@ -1,4 +0,0 @@ -column_name,column_description -Countrycode,code identifying unique countries -Seriescode,Series code of countries -Description,description diff --git a/inputs_redshift/world_development_indicators/schemas/FootNotes.csv b/inputs_redshift/world_development_indicators/schemas/FootNotes.csv deleted file mode 100644 index 26eec546f04c7863327fe324eb090ba5472370cf..0000000000000000000000000000000000000000 --- a/inputs_redshift/world_development_indicators/schemas/FootNotes.csv +++ /dev/null @@ -1,5 +0,0 @@ -column_name,column_description -countrycode,code identifying unique countries -seriescode,Series code of countries -year,Year -description,Description of country footnotes diff --git a/inputs_redshift/world_development_indicators/schemas/Indicators.csv b/inputs_redshift/world_development_indicators/schemas/Indicators.csv deleted file mode 100644 index 9b1b25523ba61f526df5f56cc52a41b21ebd0b45..0000000000000000000000000000000000000000 --- a/inputs_redshift/world_development_indicators/schemas/Indicators.csv +++ /dev/null @@ -1,7 +0,0 @@ -column_name,column_description -CountryName,code identifying unique countries -CountryCode,Series code of countries -IndicatorName,indicator name -IndicatorCode,indicator code -Year,year -Value,value diff --git a/inputs_redshift/world_development_indicators/schemas/Series.csv b/inputs_redshift/world_development_indicators/schemas/Series.csv deleted file mode 100644 index f0402038d6d60e99cbb42f627b3e4c979c1b4768..0000000000000000000000000000000000000000 --- a/inputs_redshift/world_development_indicators/schemas/Series.csv +++ /dev/null @@ -1,18 +0,0 @@ -column_name,column_description -SeriesCode,unique code identifying series -Topic,topic of series -IndicatorName,Indicator Name -ShortDefinition,Short Definition of series -LongDefinition,Long Definition of series -UnitOfMeasure,Unit Of Measure -Periodicity,Periodicity -BasePeriod,"a period of business or economic activity used as a basis or reference point especially for indexing, calculating, estimating, or adjudicating prices, taxes, compensation, income, and production" -AggregationMethod,Aggregation Method -LimitationsAndExceptions,Limitations And Exceptions -NotesFromOriginalSource,Notes From Original Source -GeneralComments,General Comments -Source,source of this data -StatisticalConceptAndMethodology,Statistical Concept And Methodology -DevelopmentRelevance,Development Relevance -RelatedSourceLinks,Related Source Links -LicenseType,License Type diff --git a/inputs_redshift/world_development_indicators/schemas/SeriesNotes.csv b/inputs_redshift/world_development_indicators/schemas/SeriesNotes.csv deleted file mode 100644 index 405260bd0119f168c2ca6d471cb4d94cfa40328a..0000000000000000000000000000000000000000 --- a/inputs_redshift/world_development_indicators/schemas/SeriesNotes.csv +++ /dev/null @@ -1,4 +0,0 @@ -column_name,column_description -Seriescode,code identifying the series -Year,year -Description,Description of series diff --git a/inputs_redshift/xero/config.yaml b/inputs_redshift/xero/config.yaml deleted file mode 100644 index 740c0cac824ac4b5b86559750b2ad3f114db2562..0000000000000000000000000000000000000000 --- a/inputs_redshift/xero/config.yaml +++ /dev/null @@ -1,66 +0,0 @@ -Airbyte: - config: - files_definition_id: 778daa7c-feaf-4db6-96f3-70fd645acc77 - mongodb_definition_id: b2e713cd-cc36-4c0a-b5bd-b47cb8a0561e - namespace_definition: destination - postgres_definition_id: decd338e-5647-4c0b-adf4-da0e75f5a750 - s3_definition_id: 69589781-7828-43c5-9f63-8925b1c1ccc2 - server_url: http://airbyte-abctl-control-plane:80/api/public/v1/ - redshift_definition_id: f7a7d195-377f-cf5b-70a5-be6b819019dc -aws_s3: - AWS_ACCESS_KEY_ID: test - AWS_DEFAULT_REGION: us-west-2 - AWS_ENDPOINT_URL: http://elt-localstack:4566 - AWS_SECRET_ACCESS_KEY: test - data: - - path: s3://xero-bucket/journal.csv - sync_mode: full_refresh_append - table: journal -custom_api: - config: - configuration: {} - sync_mode: full_refresh_append - tables: - - invoice_line_item - - journal_line -flat_files: -- format: jsonl - path: https://drive.google.com/uc?export=download&id=1gaH35x-WtD0hRH91LjlEeI3mXG8tDIUR - sync_mode: full_refresh_append - table: credit_note -- format: csv - path: https://drive.google.com/uc?export=download&id=14GXymZm6pTNLa_dMdKEfrqnwQdLyjVgZ - sync_mode: full_refresh_append - table: organization -mongodb: - config: - connection_string: mongodb://elt-mongodb:27017/?directConnection=true - database: xero - sync_mode: full_refresh_append - tables: - - account - - contact -postgres: - config: - database: xero - host: elt-postgres - password: testelt - port: 5432 - schema: public - sync_mode: full_refresh_append - tables: - - bank_transaction - - invoice - user: postgres -redshift: - config: - host: - port: - database: - username: - password: - schema: xero - s3_bucket_name: - s3_bucket_region: - access_key_id: - secret_access_key: diff --git a/inputs_redshift/xero/data_model.yaml b/inputs_redshift/xero/data_model.yaml deleted file mode 100644 index e50bec3260bffb93a3f20b08d64be58d8c510a87..0000000000000000000000000000000000000000 --- a/inputs_redshift/xero/data_model.yaml +++ /dev/null @@ -1,118 +0,0 @@ -models: - - name: xero__invoice_line_items - description: Each record represents an invoice line item, enriched with account, contact and invoice information. - columns: - - name: account_code - description: Customer defined alpha numeric account code e.g 200 or SALES - - name: line_item_description - description: The description of the line item - - name: discount_rate - description: Percentage discount being applied to a line item. - - name: invoice_id - description: The Xero identifier for the invoice the line items belongs to. - - name: line_amount - description: The line amount reflects the discounted price if a DiscountRate has been used. - - name: line_item_id - description: Xero identifier for the line item. - - name: quantity - description: The quantity of the line item. - - name: tax_amount - description: The tax amount is auto calculated as a percentage of the line amount based on the tax rate. - - name: tax_type - description: Used as an override if the default Tax Code for the selected AccountCode is not correct. - - name: unit_amount - description: The unit amount of each line item. - - name: invoice_date - description: The date the invoice was issued. - format: YYYY-MM-DD - - name: updated_date - description: The date the invoice was last modified. - format: YYYY-MM-DD HH:MM:SS - - name: due_date - description: The date the invoice is/was due. - format: YYYY-MM-DD - - name: fully_paid_on_date - description: The date the invoice was fully paid. Only returned on fully paid invoices - format: YYYY-MM-DD - - name: currency_code - description: The currency that invoice has been raised in - - name: currency_rate - description: The currency rate for a multicurrency invoice - - name: invoice_number - description: Alpha numeric code identifying invoice - - name: is_sent_to_contact - description: Boolean to indicate whether the invoice in the Xero app displays as "sent" - - name: invoice_status - description: The status of the invoice - - name: type - description: The type of the invoice. - - name: invoice_reference - description: Additional reference number. For accounts receivable only. - - name: account_id - description: The Xero identifier for the related account. - - name: account_name - description: The name of the account. - - name: account_type - description: The type of account, e.g. CURRENT, EQUITY, SALES - - name: account_class - description: The class of account, e.g. ASSET, EQUITY, EXPENSE, LIABILITY, REVENUE - - name: contact_name - description: The name of the associated contact. - - - name: xero__general_ledger - description: Each record represents a journal line item. This ledger is used to create the balance sheet and profit and loss. - columns: - - name: journal_id - description: Xero identifier for the journal entry - - name: created_date_utc - description: The created date of the journal entry - format: YYYY-MM-DD HH:MM:SS - - name: journal_date - description: The date the journal was posted - format: YYYY-MM-DD - - name: journal_number - description: Xero generated journal number - - name: reference - description: The associated reference to the journal, if present. - - name: source_id - description: The identifier for the source transaction. This can be used to join to other Xero tables. - - name: source_type - description: The journal source type. This can be used to know which table to join to for additional information. - - name: journal_line_id - description: Xero identifier for the journal line. - - name: account_code - description: Customer defined alpha numeric account code e.g 200 or SALES - - name: account_id - description: The Xero identifier for the related account. - - name: account_name - description: The name of the related account. - - name: account_type - description: The type of the related account. - - name: gross_amount - description: Gross amount of journal line (NetAmount + TaxAmount). - - name: net_amount - description: Net amount of journal line. This will be a positive value for a debit and negative for a credit - - name: tax_amount - description: Total tax on a journal line - - name: tax_name - description: The name of the tax rate. - - name: tax_type - description: The type of the tax rate. - - name: account_class - description: The class of account, e.g. ASSET, EQUITY, EXPENSE, LIABILITY, REVENUE - - name: invoice_id - description: Source ID where it can be joined to the invoice table. Set to the source id of the journal when the source type of the journal is in ('ACCPAY', 'ACCREC'). - - name: bank_transaction_id - description: Source ID where it can be joined to the bank transaction table. Set to the source id of the journal when the source type of the journal is in ('CASHREC','CASHPAID'). - - name: bank_transfer_id - description: Source ID where it can be joined to the bank transfer table. Set to the source id of the journal when the source type of the journal is in ('TRANSFER'). - - name: manual_journal_id - description: Source ID where it can be joined to the manual journal table. Set to the source id of the journal when the source type of the journal is in ('MANJOURNAL'). - - name: payment_id - description: Source ID where it can be joined to the payment table. Set to the source id of the journal when the source type of the journal is in ('APPREPAYMENT', 'APOVERPAYMENT', 'ACCPAYPAYMENT', 'ACCRECPAYMENT', 'ARCREDITPAYMENT', 'APCREDITPAYMENT'). - - name: credit_note_id - description: Source ID where it can be joined to the credit note table. Set to the source id of the journal when the source type of the journal is in ('ACCPAYCREDIT','ACCRECCREDIT'). - - name: contact_id - description: ID of the associated contact, where relevant. Populated only when source_type IN ('ACCPAY','ACCREC'); NULL otherwise - - name: contact_name - description: Name of the contact identified by contact_id. NULL when contact_id is NULL. diff --git a/inputs_redshift/xero/schemas/account.csv b/inputs_redshift/xero/schemas/account.csv deleted file mode 100644 index de1ec2e70583a8a225cc9c4577f9fa96255c29a4..0000000000000000000000000000000000000000 --- a/inputs_redshift/xero/schemas/account.csv +++ /dev/null @@ -1,7 +0,0 @@ -column_name,column_description -account_id,Xero identifier for the account. -name,The name of the account. -code,Customer defined alpha numeric account code e.g 200 or SALES -type,"The type of account, e.g. CURRENT, EQUITY, SALES" -class,"The class of account, e.g. ASSET, EQUITY, EXPENSE, LIABILITY, REVENUE" -_fivetran_synced,The timestamp that Fivetran last synced the record. diff --git a/inputs_redshift/xero/schemas/bank_transaction.csv b/inputs_redshift/xero/schemas/bank_transaction.csv deleted file mode 100644 index a35ecd97e09bcfff49bac616df0a88d1d6a54d0e..0000000000000000000000000000000000000000 --- a/inputs_redshift/xero/schemas/bank_transaction.csv +++ /dev/null @@ -1,3 +0,0 @@ -column_name,column_description -bank_transaction_id,Xero identifier for the bank transaction. -contact_id,The ID of the associated contact in Xero diff --git a/inputs_redshift/xero/schemas/contact.csv b/inputs_redshift/xero/schemas/contact.csv deleted file mode 100644 index 53be9e14d81ab13be2fe372756081e104c371765..0000000000000000000000000000000000000000 --- a/inputs_redshift/xero/schemas/contact.csv +++ /dev/null @@ -1,4 +0,0 @@ -column_name,column_description -contact_id,Xero identifier for the contact. -name,The name of the contact. -_fivetran_deleted,Timestamp of when Fivetran marked a record as deleted diff --git a/inputs_redshift/xero/schemas/credit_note.csv b/inputs_redshift/xero/schemas/credit_note.csv deleted file mode 100644 index 1b2ec62061894b74956e20dda1c998d341950edc..0000000000000000000000000000000000000000 --- a/inputs_redshift/xero/schemas/credit_note.csv +++ /dev/null @@ -1,3 +0,0 @@ -column_name,column_description -credit_note_id,Xero identifier for the credit note. -contact_id,The ID of the associated contact in Xero diff --git a/inputs_redshift/xero/schemas/invoice.csv b/inputs_redshift/xero/schemas/invoice.csv deleted file mode 100644 index e603560c6b6377a928c00c1206dffc56bc9ab4fe..0000000000000000000000000000000000000000 --- a/inputs_redshift/xero/schemas/invoice.csv +++ /dev/null @@ -1,28 +0,0 @@ -column_name,column_description -invoice_id,Xero identifier for the invoice -contact_id,The Xero identifier for the associated contact. -date,The date the invoice was issued. -updated_date_utc,The date the invoice was last modified. -planned_payment_date,"The planned payment date of the invoice, when set." -due_date,The date the invoice is/was due. -expected_payment_date,"The expected payment date of the invoice, when set." -fully_paid_on_date,The date the invoice was fully paid. Only returned on fully paid invoices -_fivetran_synced,The timestamp that Fivetran last synced the record. -currency_code,The currency that invoice has been raised in -currency_rate,The currency rate for a multicurrency invoice -invoice_number,Alpha numeric code identifying invoice -reference,Additional reference number. For accounts receivable only. -sent_to_contact,"Boolean to indicate whether the invoice in the Xero app displays as ""sent""" -status,The status of the invoice -type,The type of the invoice. -url,URL link to a source document -is_discounted, -amount_paid, -amount_credited, -total_tax, -has_attachments, -total, -has_errors, -line_amount_types, -sub_total, -amount_due, diff --git a/inputs_redshift/xero/schemas/invoice_line_item.csv b/inputs_redshift/xero/schemas/invoice_line_item.csv deleted file mode 100644 index eea08a12409b4f5ca492e2eab2e03f1748e6c208..0000000000000000000000000000000000000000 --- a/inputs_redshift/xero/schemas/invoice_line_item.csv +++ /dev/null @@ -1,12 +0,0 @@ -column_name,column_description -_fivetran_synced,The timestamp that Fivetran last synced the record. -account_code,Customer defined alpha numeric account code e.g 200 or SALES -description,The description of the line item -discount_rate,Percentage discount being applied to a line item. -invoice_id,The Xero identifier for the invoice the line items belongs to. -line_amount,The line amount reflects the discounted price if a DiscountRate has been used. -line_item_id,Xero identifier for the line item. -quantity,The quantity of the line item. -tax_amount,The tax amount is auto calculated as a percentage of the line amount based on the tax rate. -tax_type,Used as an override if the default Tax Code for the selected AccountCode is not correct. -unit_amount,The unit amount of each line item. diff --git a/inputs_redshift/xero/schemas/journal.csv b/inputs_redshift/xero/schemas/journal.csv deleted file mode 100644 index a7dfcd0ee22aaa4166cce1df5bfea7e19548a8dc..0000000000000000000000000000000000000000 --- a/inputs_redshift/xero/schemas/journal.csv +++ /dev/null @@ -1,8 +0,0 @@ -column_name,column_description -journal_id,Xero identifier for the journal entry -created_date_utc,The created date of the journal entry -journal_date,The date the journal was posted -journal_number,Xero generated journal number -reference,"The associated reference to the journal, if present." -source_id,The identifier for the source transaction. This can be used to join to other Xero tables. -source_type,The journal source type. This can be used to know which table to join to for additional information. diff --git a/inputs_redshift/xero/schemas/journal_line.csv b/inputs_redshift/xero/schemas/journal_line.csv deleted file mode 100644 index ad64c304c44b87cb3a389cedc6816cabf0921fa4..0000000000000000000000000000000000000000 --- a/inputs_redshift/xero/schemas/journal_line.csv +++ /dev/null @@ -1,12 +0,0 @@ -column_name,column_description -journal_line_id,Xero identifier for the journal line. -account_code,Customer defined alpha numeric account code e.g 200 or SALES -account_id,The Xero identifier for the related account. -account_name,The name of the related account. -account_type,The type of the related account. -gross_amount,Gross amount of journal line (NetAmount + TaxAmount). -journal_id,The Xero identifier for the related journal entry. -net_amount,Net amount of journal line. This will be a positive value for a debit and negative for a credit -tax_amount,Total tax on a journal line -tax_name,The name of the tax rate. -tax_type,The type of the tax rate. diff --git a/inputs_redshift/xero/schemas/organization.csv b/inputs_redshift/xero/schemas/organization.csv deleted file mode 100644 index 897212c7e4f2666d8558bbeaad7e009dcf94ea8b..0000000000000000000000000000000000000000 --- a/inputs_redshift/xero/schemas/organization.csv +++ /dev/null @@ -1,4 +0,0 @@ -column_name,column_description -organisation_id,Xero identifier for the organisation. -financial_year_end_month,Calendar Month e.g. 1-12 -financial_year_end_day,Calendar day e.g. 0-31 diff --git a/inputs_redshift/youtube_analytics/config.yaml b/inputs_redshift/youtube_analytics/config.yaml deleted file mode 100644 index df837913a26cae39d2e52427cbe14d831dd66fdc..0000000000000000000000000000000000000000 --- a/inputs_redshift/youtube_analytics/config.yaml +++ /dev/null @@ -1,43 +0,0 @@ -Airbyte: - config: - mongodb_definition_id: b2e713cd-cc36-4c0a-b5bd-b47cb8a0561e - namespace_definition: destination - postgres_definition_id: decd338e-5647-4c0b-adf4-da0e75f5a750 - server_url: http://airbyte-abctl-control-plane:80/api/public/v1/ - redshift_definition_id: f7a7d195-377f-cf5b-70a5-be6b819019dc -custom_api: - config: - configuration: {} - sync_mode: full_refresh_append - tables: - - video -mongodb: - config: - connection_string: mongodb://elt-mongodb:27017/?directConnection=true - database: youtube_analytics - sync_mode: full_refresh_append - tables: - - channel_demographics -postgres: - config: - database: youtube_analytics - host: elt-postgres - password: testelt - port: 5432 - schema: public - sync_mode: full_refresh_append - tables: - - channel_basic - user: postgres -redshift: - config: - host: - port: - database: - username: - password: - schema: youtube_analytics - s3_bucket_name: - s3_bucket_region: - access_key_id: - secret_access_key: diff --git a/inputs_redshift/youtube_analytics/data_model.yaml b/inputs_redshift/youtube_analytics/data_model.yaml deleted file mode 100644 index ed568aba939dbf9f421868b52cfe06f768b416bf..0000000000000000000000000000000000000000 --- a/inputs_redshift/youtube_analytics/data_model.yaml +++ /dev/null @@ -1,92 +0,0 @@ -models: - - name: youtube__video_report - description: Each record represents the daily aggregation of your YouTube video performance. - columns: - - name: date_day - description: The date the video was viewed - format: YYYY-MM-DD - - name: video_id - description: Unique ID of the video - - name: channel_id - description: Unique identifier of the video channel - - name: video_title - description: Title of the video - - name: video_description - description: Description of the video - - name: channel_title - description: Title of the channel - - name: video_published_at - description: Timestamp of when the video was published - format: YYYY-MM-DD HH:MM:SS - - name: average_view_duration_percentage - description: Average duration of views represented as a percent of the entire length of the video, weighted by the number of views. - - name: average_view_duration_seconds - description: Average duration of views for the video in seconds, weighted by the number of views. - - name: comments - description: Total number of comment posted on the video - - name: dislikes - description: Total number of dislikes attributed to the video - - name: likes - description: Total number of likes attributed to the video - - name: shares - description: Total number of times the video was shared - - name: subscribers_gained - description: Total subscribers gained from the video - - name: subscribers_lost - description: Total subscribers lost from the video - - name: views - description: Total number of views the video received - - name: watch_time_minutes - description: Total watch time in minutes the video received - - name: video_duration_seconds - description: The total duration of the video in seconds - - - name: youtube__age_demographics_pivot - description: Each record represents a daily video view percentage with the age ranges pivoted out for quicker analysis. - columns: - - name: date_day - description: The date the video was viewed - format: YYYY-MM-DD - - name: video_id - description: Unique ID of the video - - name: video_title - description: Title of the video - - name: video_description - description: Description of the video - - name: video_published_at - description: Timestamp of when the video was published - format: YYYY-MM-DD HH:MM:SS - - name: channel_title - description: The channel title - - name: AGE_18_24_view_percentage - description: Total number of views percent attributed to the age range 18 - 24 years old - - name: AGE_65__view_percentage - description: Total number of views percent attributed to the age range 65 years and older - - name: AGE_13_17_view_percentage - description: Total number of views percent attributed to the age range 13 - 17 years old - - - name: youtube__demographics_report - description: Each record represents a daily video view percentage by gender, age, and country. - columns: - - name: date_day - description: The date the video was viewed - format: YYYY-MM-DD - - name: video_id - description: Unique ID of the video - - name: video_title - description: Title of the video - - name: video_description - description: Description of the video - - name: channel_title - description: The channel title - - name: video_published_at - description: Timestamp of when the video was published - format: YYYY-MM-DD HH:MM:SS - - name: age_group - description: The age group the individual. Ranges follow the format of 'AGE_[min age]_[max age]' - - name: country_code - description: Country code where the individual who watched the video is located - - name: gender - description: Gender of the user who watched the video. Either 'MALE', 'FEMALE', or 'GENDER_OTHER' - - name: views_percentage - description: Total percent of views the user makes up for the video diff --git a/inputs_redshift/youtube_analytics/schemas/channel_basic.csv b/inputs_redshift/youtube_analytics/schemas/channel_basic.csv deleted file mode 100644 index 8799cecf8ec2a2dac0f53afd6a998c7742185bab..0000000000000000000000000000000000000000 --- a/inputs_redshift/youtube_analytics/schemas/channel_basic.csv +++ /dev/null @@ -1,36 +0,0 @@ -column_name,column_description -_fivetran_id,The unique ID of the record generated by Fivetran -date,The date the video was viewed -_fivetran_synced,Timestamp of when the record was synced by Fivetran -average_view_duration_percentage,Average view duration calculated as a percentage -average_view_duration_seconds,Average view duration calculated in seconds -channel_id,Unique identifier of the video channel -comments,Number of comments the posted towards the video -dislikes,Number of dislikes the video received -likes,Number of likes the video received -shares,Number of times the video was shared -subscribers_gained,Number of subscribers gained -subscribers_lost,Number of subscribers lost -video_id,Unique ID of the video -views,Number of views the video received -watch_time_minutes,Total watch time the video received in minutes -card_click_rate, -annotation_clickable_impressions, -card_teaser_impressions, -card_teaser_clicks, -red_watch_time_minutes, -card_clicks, -subscribed_status, -videos_removed_from_playlists, -annotation_click_through_rate, -country_code, -annotation_close_rate, -red_views, -videos_added_to_playlists, -card_teaser_click_rate, -live_or_on_demand, -annotation_closable_impressions, -annotation_closes, -annotation_impressions, -annotation_clicks, -card_impressions, diff --git a/inputs_redshift/youtube_analytics/schemas/channel_demographics.csv b/inputs_redshift/youtube_analytics/schemas/channel_demographics.csv deleted file mode 100644 index 6251b80eb53345fc073b20718cf3e56ca7a7b884..0000000000000000000000000000000000000000 --- a/inputs_redshift/youtube_analytics/schemas/channel_demographics.csv +++ /dev/null @@ -1,12 +0,0 @@ -column_name,column_description -_fivetran_id,The unique ID of the record generated by Fivetran -_fivetran_synced,Timestamp of when the record was synced by Fivetran -age_group,The age group the individual. Ranges follow the format of 'AGE_[min age]_[max age]' -channel_id,Reference of channel which the video belongs -country_code,Country code where the individual who watched the video is located -date,Date the video was watched -gender,"Gender of the user who watched the video. Either 'MALE', 'FEMALE', or 'GENDER_OTHER'" -live_or_on_demand,Indicates if the video was watched live or on demand. Either 'live' or 'on_demand' -subscribed_status,Indicates if the viewer was subscribed when watching the video. Either 'not_subscribed' or 'subscribed' -video_id,Unique reference ID of the video -views_percentage,Total percent of views the user makes up for the video diff --git a/inputs_redshift/youtube_analytics/schemas/video.csv b/inputs_redshift/youtube_analytics/schemas/video.csv deleted file mode 100644 index 19778c472c430bf0dc7700b6de0792780543a27a..0000000000000000000000000000000000000000 --- a/inputs_redshift/youtube_analytics/schemas/video.csv +++ /dev/null @@ -1,43 +0,0 @@ -column_name,column_description -_fivetran_synced,Timestamp of when the record was synced by Fivetran -content_details_caption,Boolean indicating if the video contains captions -content_details_definition,"Identifies the details of the available definition of the video (ie. hd, sd, etc.)" -content_details_dimension,Identifies the dimension of the video (ie. 2d) -content_details_duration,Identifies the duration of the video -content_details_has_custom_thumbnail,Boolean indicating if the video has a custom thumbnail -content_details_licensed_content,Boolean indicating if the video has licensed content -content_details_projection,Identifies the projection type of the video -content_details_region_restriction,Identifies the region restrictions of the video -etag,Electronic tag of the video -id,Unique identifier of the video -kind,"Identifies the type of video (ie. video, short, etc.)" -player_embed_height,The height of the embedded video player -player_embed_html,The html used for the embedded video -player_embed_width,The width of the embedded video player -privacy_status,"Identifies if the video is either `public`, `private`, or `unlisted`." -snippet_category_id,Lookup id of the snippet category -snippet_channel_id,Lookup id of the snippet channel -snippet_channel_title,Title of the snippet channel -snippet_default_audio_language,Identifies the default audio language of the snippet video -snippet_default_language,Identifies the default language of the snippet video -snippet_description,Description of the snippet video -snippet_live_broadcast_content,The content of the live broadcast -snippet_localized,json object containing the localized snippet details -snippet_published_at,Timestamp of when the snippet was published -snippet_tags,Tags associated with the snippet -snippet_thumbnails,Thumbnail of the snippet -snippet_title,Title of the snippet -statistics_comment_count,Count of comments on the video -statistics_dislike_count,Count of dislikes on the video -statistics_favorite_count,Count of favorites on the video -statistics_like_count,Count of likes on the video -statistics_view_count,Count of total views on the video -status_embeddable,Boolean if the video is able to be embedded -status_failure_reason,Reason for video failure if provided -status_license,License associated with the video -status_made_for_kids,Boolean indicating if the video was made for kids -status_public_stats_viewable,Boolean indicating if the stats for the video are made public -status_publish_at,Timestamp of when the video was published -status_rejection_reason,Description of the rejection reason for the video if applicable -status_self_declared_made_for_kids,Boolean indicating if the video is self declaring that is is made for kids -upload_status,Status of the video upload diff --git a/inputs_redshift/zuora/config.yaml b/inputs_redshift/zuora/config.yaml deleted file mode 100644 index 8b99086529c83211ee0f3761564fd82e26884dce..0000000000000000000000000000000000000000 --- a/inputs_redshift/zuora/config.yaml +++ /dev/null @@ -1,88 +0,0 @@ -Airbyte: - config: - files_definition_id: 778daa7c-feaf-4db6-96f3-70fd645acc77 - mongodb_definition_id: b2e713cd-cc36-4c0a-b5bd-b47cb8a0561e - namespace_definition: destination - postgres_definition_id: decd338e-5647-4c0b-adf4-da0e75f5a750 - s3_definition_id: 69589781-7828-43c5-9f63-8925b1c1ccc2 - server_url: http://airbyte-abctl-control-plane:80/api/public/v1/ - redshift_definition_id: f7a7d195-377f-cf5b-70a5-be6b819019dc -aws_s3: - AWS_ACCESS_KEY_ID: test - AWS_DEFAULT_REGION: us-west-2 - AWS_ENDPOINT_URL: http://elt-localstack:4566 - AWS_SECRET_ACCESS_KEY: test - data: - - path: s3://zuora-bucket/contact.csv - sync_mode: full_refresh_append - table: contact - - path: s3://zuora-bucket/product_rate_plan_charge.jsonl - sync_mode: full_refresh_append - table: product_rate_plan_charge - - path: s3://zuora-bucket/rate_plan.csv - sync_mode: full_refresh_append - table: rate_plan - - path: s3://zuora-bucket/taxation_item.csv - sync_mode: full_refresh_append - table: taxation_item -custom_api: - config: - configuration: {} - sync_mode: full_refresh_append - tables: - - invoice_item - - invoice_payment - - refund_invoice_payment - - subscription -flat_files: -- format: jsonl - path: https://drive.google.com/uc?export=download&id=1Uj_enAlX8kg2vjKxjVqt4ziAbg4_ENYY - sync_mode: full_refresh_append - table: amendment -- format: jsonl - path: https://drive.google.com/uc?export=download&id=1ROUrErq0s2PAUWbIruSi9mtMW-F3RxBG - sync_mode: full_refresh_append - table: product_rate_plan -- format: jsonl - path: https://drive.google.com/uc?export=download&id=1KjydjI0MG85dhzqsv0Pa5TSceJttKag2 - sync_mode: full_refresh_append - table: rate_plan_charge -- format: csv - path: https://drive.google.com/uc?export=download&id=1mMDeftsVMjEeL3syMID6_d6lSno9t5AJ - sync_mode: full_refresh_append - table: payment_method -mongodb: - config: - connection_string: mongodb://elt-mongodb:27017/?directConnection=true - database: zuora - sync_mode: full_refresh_append - tables: - - account - - product -postgres: - config: - database: zuora - host: elt-postgres - password: testelt - port: 5432 - schema: public - sync_mode: full_refresh_append - tables: - - credit_balance_adjustment - - invoice - - orders - - payment - - refund - user: postgres -redshift: - config: - host: - port: - database: - username: - password: - schema: zuora - s3_bucket_name: - s3_bucket_region: - access_key_id: - secret_access_key: diff --git a/inputs_redshift/zuora/data_model.yaml b/inputs_redshift/zuora/data_model.yaml deleted file mode 100644 index 95c69bafe290f54a1fd856adaaba994396b1ea10..0000000000000000000000000000000000000000 --- a/inputs_redshift/zuora/data_model.yaml +++ /dev/null @@ -1,76 +0,0 @@ -models: - - name: zuora__billing_history - description: Each record is an invoice to evaluate the history of charges billed, enhanced with additional details from payments, refunds, adjustments, discounts, and taxes. - columns: - - name: invoice_id - description: The unique identifier of the invoice table. - - name: account_id - description: The account associated with the invoice. - - name: created_at - description: The time at which the invoice was created. - format: YYYY-MM-DD HH:MM:SS - - name: invoice_number - description: The unique identification number for the invoice. - - name: invoice_date - description: Specifies the date on which to generate the invoice. - format: YYYY-MM-DD - - name: invoice_amount - description: The sum of all charges and taxes associated with the invoice. - - name: invoice_amount_home_currency - description: The sum of all charges and taxes associated with the invoice in its home currency. - - name: invoice_amount_paid - description: The amount of the invoice currently paid for. - - name: invoice_amount_unpaid - description: The amount of the invoice yet to be paid for. - - name: tax_amount - description: The total amount of the taxes applied to the invoice. - - name: refund_amount - description: The amount of refunds applied to the invoice. - - name: credit_balance_adjustment_amount - description: The amount of the credit balance adjustment applied to the invoice. - - name: transaction_currency - description: Transaction currency the customer is billed in. - - name: home_currency - description: Home currency the customer is billed in. - - name: exchange_rate_date - description: The date of the exchange rate used for the invoice. - format: YYYY-MM-DD - - name: due_date - description: The due date of the invoice. - format: YYYY-MM-DD - - name: status - description: The status of the invoice in the system. This status is not the status of the payment of the invoice just the status of the invoice itself. - - name: purchase_type - description: The type of the invoice source. - - name: invoice_items - description: The number of invoice item in the invoice. - - name: products - description: The number of products billed in the invoice. - - name: subscriptions - description: The number of subscriptions in the invoice. - - name: total_quantity - description: The total quantity across all invoice items in the invoice. - - name: first_charge_date - description: The first charge date for the invoice. - format: YYYY-MM-DD HH:MM:SS.ffffff - - name: most_recent_charge_date - description: The most recent charge date for the invoice. - format: YYYY-MM-DD HH:MM:SS.ffffff - - name: invoice_service_start_date - description: Earliest invoice item service start date for the invoice. - format: YYYY-MM-DD - - name: invoice_service_end_date - description: Earliest invoice item service end date for the invoice. - format: YYYY-MM-DD - - name: payments - description: The number of payments applied to the invoice. - - name: payment_methods - description: The number of payment methods associated with the invoice. - - name: credit_balance_adjustments - description: The number of the credit balance adjustments applied on the invoice. - - name: first_credit_balance_adjustment_date - description: The first date when a credit balance adjustment is applied to the invoice. - format: YYYY-MM-DD - - name: most_recent_credit_balance_adjustment_date - description: The most recent date when a credit balance adjustment is applied to the invoice. - format: YYYY-MM-DD diff --git a/inputs_redshift/zuora/schemas/account.csv b/inputs_redshift/zuora/schemas/account.csv deleted file mode 100644 index 0df222d1bbb9350952360fd863f27d6083121025..0000000000000000000000000000000000000000 --- a/inputs_redshift/zuora/schemas/account.csv +++ /dev/null @@ -1,38 +0,0 @@ -column_name,column_description -id,The unique identifier of the -_fivetran_synced,Timestamp of when a record was last synced. -_fivetran_deleted,Boolean identifiying whether the record was deleted in the source. -account_number,Unique account number assigned to the account. -auto_pay,Indicates if future payments are automatically collected when they're due during a Payment Run. -balance,Current outstanding balance for the account. Can be calculated by (Total Invoice Balance - Total Credit Balance) -batch,Organizes your customer accounts into groups to optimize your billing and payment operations. -bill_cycle_day,Day on which bill runs generate invoices for the account. -bill_to_contact_id,Person that you would like to bill or send the invoice to. -created_date,Creation date for -created_by_id,Identifier of the user who created -credit_balance,Total credit balance for the account. -currency,Currency the customer is billed in. -default_payment_method_id,Identifier of the default payment method for the account. -last_invoice_date,The date when the previous invoice was generated for the account. The field value is null if no invoice has ever been generated for the account. -mrr,The amount of predictable revenue expected to be received on a monthly basis. -name,Account name as displayed in Zuora. -parent_account_id,Identifier of the parent customer account for this account. Use this field if you have customer hierarchy enabled. -payment_term,Indicates when the customer pays for subscriptions. -sold_to_contact_id,Person that you have sold your product or services to; can be the same as the bill to contact. -status,Status of the account in the system. -tax_exempt_status,Status of the account's tax exemption. -total_debit_memo_balance,Total balance of the account's debit memos. -total_invoice_balance,Total balance of the account's invoices. -unapplied_balance,Total of unapplied payments not applied to invoices or debit memos. -unapplied_credit_memo_amount,"Total of credit memos created that has been created, but not used to settle or offset an invoice balance or a debit memo balance." -updated_date,Last updated date for -updated_by_id,Identifier of the user who last updated -testcustom_1_c, -invoice_template_id, -communication_profile_id, -testcustom_2_c, -invoice_delivery_prefs_print, -invoice_delivery_prefs_email, -parent_id, -allow_invoice_edit, -bcd_setting_option, diff --git a/inputs_redshift/zuora/schemas/amendment.csv b/inputs_redshift/zuora/schemas/amendment.csv deleted file mode 100644 index e0a7963d388dd5966022db0a509b4807937e3723..0000000000000000000000000000000000000000 --- a/inputs_redshift/zuora/schemas/amendment.csv +++ /dev/null @@ -1,21 +0,0 @@ -column_name,column_description -id,The unique identifier of the -_fivetran_synced,Timestamp of when a record was last synced. -_fivetran_deleted,Boolean identifiying whether the record was deleted in the source. -booking_date,The date when the amendment is signed. -code,A unique alphanumeric string that identifies the amendment. -contract_effective_date,The date when the amendment's changes become effective for billing purposes. -created_by_id,Identifier of the user who created -created_date,Creation date for -current_term_period_type,The period type for the current subscription term. -customer_acceptance_date,The date when the customer accepts the amendment's changes to the subscription. -effective_date,The date when the amendment's changes take effective. This field validates that the amendment's changes are within valid ranges of products and product rate plans. -name,The name of the amendment. -renewal_setting,Specifies whether a termed subscription will remain termed or change to evergreen when it is renewed. -renewal_term_period_type,The period type for the subscription renewal term. -service_activation_date,The date when service is activated. -status,The status of the amendment. -subscription_id,The id of the subscription that the amendment changes. -type,The type of amendment. -updated_by_id,Identifier of the user who last updated -updated_date,Last updated date for diff --git a/inputs_redshift/zuora/schemas/contact.csv b/inputs_redshift/zuora/schemas/contact.csv deleted file mode 100644 index 23318580df7e13ed750d4378dafcf67d013b9c4d..0000000000000000000000000000000000000000 --- a/inputs_redshift/zuora/schemas/contact.csv +++ /dev/null @@ -1,29 +0,0 @@ -column_name,column_description -id,The unique identifier of the -_fivetran_synced,Timestamp of when a record was last synced. -_fivetran_deleted,Boolean identifiying whether the record was deleted in the source. -account_id,The Zuora account id associated with this contact. -address_1,"The first line of the contact's address, which is often a street address or business name." -address_2,The second line of the contact's address. -city,The city of the contact's address. -country,The country of the contact's address. -created_by_id,Identifier of the user who created -created_date,Creation date for -description,A description for the contact. -first_name,The contact's first name. -last_name,The contact's last name. -postal_code,The zip code for the contact's address. -state,The state for the contact's address. -updated_by_id,Identifier of the user who last updated -updated_date,Last updated date for -work_email,The contact's business email address. -work_phone,The contact's business phone number. -county, -tax_region, -home_phone, -other_phone_type, -personal_email, -other_phone, -mobile_phone, -fax, -nick_name, diff --git a/inputs_redshift/zuora/schemas/credit_balance_adjustment.csv b/inputs_redshift/zuora/schemas/credit_balance_adjustment.csv deleted file mode 100644 index 6638b5eadc1e5ce93d505f0fdb1f095b24c5341e..0000000000000000000000000000000000000000 --- a/inputs_redshift/zuora/schemas/credit_balance_adjustment.csv +++ /dev/null @@ -1,40 +0,0 @@ -column_name,column_description -id,The unique identifier of the -_fivetran_synced,Timestamp of when a record was last synced. -_fivetran_deleted,Boolean identifiying whether the record was deleted in the source. -account_id,The account id of the credit balance's account. Zuora generates this value from the source transaction. -account_receivable_accounting_code_id,The accounting code ID for the account receivable account to which the adjustment was made. -accounting_code,"The accounting code for the credit balance adjustment, maps to a bank account in the accounting system." -adjustment_date,The date when the credit balance adjustment is applied. -amount,The amount of the credit balance adjustment. -amount_home_currency,The amount of the adjustment in the home currency of the account. -bill_to_contact_id,Person that you would like to bill or send the invoice to. -cancelled_on,Date when the credit balance adjustment was canceled. -comment,Comments about the credit balance adjustment. -created_by_id,Identifier of the user who created -created_date,Creation date for -default_payment_method_id,Identifier of the default payment method for the account. -exchange_rate,The exchange rate used for the adjustment. -exchange_rate_date,The date of the exchange rate used for the adjustment. -home_currency,Home currency the customer is billed in. -invoice_id,The ID of the invoice associated with the adjustment. -journal_entry_id,The ID of the journal entry associated with the adjustment. -number,A unique identifier for the credit balance adjustment. -parent_account_id,The ID of the parent account associated with the adjustment. -reason_code,The reason code for the adjustment. -reference_id,The reference ID for the adjustment. -sold_to_contact_id,Person that you have sold your product or services to; can be the same as the bill to contact. -source_transaction_id,The id of the object that the credit balance adjustment is applied to. -source_transaction_number,The number of the object that the credit balance adjustment is applied to. -source_transaction_type,The source of the credit balance adjustment. -status,The status of the credit balance adjustment. -transaction_currency,Transaction currency the customer is billed in. -transferred_to_accounting,"Indicates the status of the credit balance adjustment's transfer to an external accounting system, such as Netsuite." -type,Specifies if the credit balance adjustment increases or decrease the amount of the credit balance. -updated_by_id,Identifier of the user who last updated -updated_date,Last updated date for -amount_currency_rounding, -journal_run_id, -customer_cash_on_account_accounting_code_id, -accounting_period_id, -provider_exchange_rate_date, diff --git a/inputs_redshift/zuora/schemas/invoice.csv b/inputs_redshift/zuora/schemas/invoice.csv deleted file mode 100644 index 764afba754a76fd813545c6c5498492ebaf2ac98..0000000000000000000000000000000000000000 --- a/inputs_redshift/zuora/schemas/invoice.csv +++ /dev/null @@ -1,55 +0,0 @@ -column_name,column_description -id,The unique identifier of the -_fivetran_synced,Timestamp of when a record was last synced. -_fivetran_deleted,Boolean identifiying whether the record was deleted in the source. -account_id,The account identifier associated with the invoice. -adjustment_amount,The amount of the invoice adjustments associated with the invoice. -amount,The sum of all charges and taxes associated with the invoice. -amount_home_currency,The total amount of the invoice in the home currency of the customer's billing account. -amount_without_tax,The sum of all charges associated with the invoice. Taxes are excluded from this value. -amount_without_tax_home_currency,"The amount of the invoice that is not subject to tax, in the home currency of the customer's billing account." -auto_pay,Whether invoices are automatically picked up for processing in the corresponding payment run. -balance,"The remaining balance of the invoice after all payments, adjustments, and refunds are applied." -bill_to_contact_id,Person that you would like to bill or send the invoice to. -comments,Additional comments about the invoice. -created_by_id,Identifier of the user who created -created_date,Creation date for -credit_balance_adjustment_amount,The total amount of credit balance adjustments applied to the invoice. -credit_memo_amount,The total amount of credit memos applied to the invoice. -default_payment_method_id,Identifier of the default payment method for the account. -due_date,The due date of the invoice. -exchange_rate,The exchange rate used to convert the invoice amount into the customer's billing account currency. -exchange_rate_date,The date the exchange rate was last updated. -home_currency,Home currency the customer is billed in. -includes_one_time,Specifies whether the invoice includes one-time charges. -includes_recurring,Specifies whether the invoice includes recurring charges. -includes_usage,Specifies whether the invoice includes usage charges. -invoice_date,Specifies the date on which to generate the invoice. -invoice_number,The unique identification number for the invoice. -last_email_sent_date,The date when the invoice was last emailed. -parent_account_id,"The id of the parent account, if the invoice is associated with a parent-child account relationship." -payment_amount,The amount of payments applied to the invoice. -payment_term,The name of the payment term associated with the invoice. -posted_by,The user id of the person who moved the invoice to Posted status. -posted_date,The date when the invoice was posted. -refund_amount,Specifies the amount of a refund that was applied against an earlier payment on the invoice. -sold_to_contact_id,Person that you have sold your product or services to; can be the same as the bill to contact. -source,The source of the invoice. -source_id,The identifier of the value in the source field. -source_type,The type of the invoice source. -status,"The status of the invoice in the system. This status is not the status of the payment of the invoice, just the status of the invoice itself." -target_date,The date the invoice is generated. -tax_amount,The total amount of the taxes applied to the invoice. -tax_status,The status of tax calculation related to the invoice. -transaction_currency,The currency in which the invoice is billed. -transferred_to_accounting,Indicates whether the invoice has been transferred to the accounting system. -updated_by_id,Identifier of the user who last updated -updated_date,Last updated date for -amount_without_tax_currency_rounding, -sequence_set_id, -tax_exempt_amount, -reversed, -template_id, -provider_exchange_rate_date, -amount_currency_rounding, -tax_message, diff --git a/inputs_redshift/zuora/schemas/invoice_item.csv b/inputs_redshift/zuora/schemas/invoice_item.csv deleted file mode 100644 index af40bd4651ff5463b306f535621329def0bbfa13..0000000000000000000000000000000000000000 --- a/inputs_redshift/zuora/schemas/invoice_item.csv +++ /dev/null @@ -1,55 +0,0 @@ -column_name,column_description -id,The unique identifier of the -_fivetran_synced,Timestamp of when a record was last synced. -_fivetran_deleted,Boolean identifiying whether the record was deleted in the source. -account_id,id of the account associated with this invoice item. -account_receivable_accounting_code_id,id of the accounting code for the account receivable account for this invoice item. -accounting_code,Accounting code for the invoice item. -amendment_id,id of the amendment associated with this invoice item. -applied_to_invoice_item_id,id of the invoice item that this invoice item is applied to. -balance,Balance of the invoice item. -bill_to_contact_id,id of the contact to whom the invoice item is billed. -charge_amount,Amount charged for the invoice item. -charge_amount_home_currency,Amount charged for the invoice item in the home currency. -charge_date,Date on which the charge for the invoice item was made. -charge_name,Name of the charge associated with this invoice item. -created_by_id,id of the user who created this invoice item. -created_date,Date on which the invoice item was created. -deferred_revenue_accounting_code_id,id of the accounting code for the deferred revenue account for this invoice item. -exchange_rate,Exchange rate for the invoice item. -exchange_rate_date,Date of the exchange rate for the invoice item. -home_currency,Currency used for the invoice item in the home currency. -invoice_id,id of the invoice associated with this invoice item. -journal_entry_id,id of the journal entry associated with this invoice item. -parent_account_id,id of the parent account associated with this invoice item. -processing_type,Type of processing for the invoice item. -product_id,id of the product associated with this invoice item. -product_rate_plan_charge_id,id of the product rate plan charge associated with this invoice item. -product_rate_plan_id,id of the product rate plan associated with this invoice item. -quantity,Quantity associated with the invoice item. -rate_plan_charge_id,id of the rate plan charge associated with this invoice item. -rate_plan_id,id of the rate plan associated with this invoice item. -recognized_revenue_accounting_code_id,id of the accounting code for the recognized revenue account for this invoice item. -rev_rec_start_date,Date on which revenue recognition starts for the invoice item. -service_end_date,End date of the service associated with the invoice item. -service_start_date,Start date of the service associated with the invoice item. -sku,SKU of the invoice item. -sold_to_contact_id,The id of the contact to whom the product or service was sold. -source_item_type,The type of the source item that created the invoice item. -subscription_id,The id of the subscription associated with the invoice item. -tax_amount,The tax amount for the invoice item. -tax_mode,The tax mode for the invoice item. -transaction_currency,The transaction currency for the invoice item. -unit_price,The unit price for the invoice item. -uom,The unit of measure for the invoice item. -updated_by_id,The id of the user who last updated the invoice item. -updated_date,The date and time when the invoice item was last updated. -PROVIDER_EXCHANGE_RATE_DATE, -TAX_EXEMPT_AMOUNT, -ACCOUNTING_PERIOD_ID, -JOURNAL_RUN_ID, -DEFAULT_PAYMENT_METHOD_ID, -TAX_CODE, -EXCLUDE_ITEM_BILLING_FROM_REVENUE_ACCOUNTING, -CHARGE_AMOUNT_CURRENCY_ROUNDING, -BOOKING_REFERENCE, diff --git a/inputs_redshift/zuora/schemas/invoice_payment.csv b/inputs_redshift/zuora/schemas/invoice_payment.csv deleted file mode 100644 index 77f1f4434c751472ef94c046c64314bb4f887906..0000000000000000000000000000000000000000 --- a/inputs_redshift/zuora/schemas/invoice_payment.csv +++ /dev/null @@ -1,30 +0,0 @@ -column_name,column_description -id,The unique identifier of the -_fivetran_synced,Timestamp of when a record was last synced. -_fivetran_deleted,Boolean identifiying whether the record was deleted in the source. -account_id,The id of the customer account that the invoice payment is associated with. -account_receivable_accounting_code_id,The id of the accounting code for the account receivable account. -accounting_period_id,The id of the accounting period associated with the invoice payment. -amount,The amount of the invoice payment. -amount_currency_rounding,The amount of the invoice payment after rounding to the nearest currency unit. -amount_home_currency,The amount of the invoice payment in the home currency of the customer account. -bill_to_contact_id,The id of the contact associated with the billing address for the invoice payment. -cash_accounting_code_id,The id of the accounting code for the cash account. -created_by_id,The id of the user who created the invoice payment. -created_date,The date and time when the invoice payment was created. -default_payment_method_id,The id of the default payment method for the customer account. -exchange_rate,The exchange rate used to convert the transaction currency of the invoice payment to the home currency of the customer account. -exchange_rate_date,The date of the exchange rate used to convert the transaction currency of the invoice payment to the home currency of the customer account. -home_currency,The home currency of the customer account. -invoice_id,The id of the invoice associated with the invoice payment. -journal_entry_id,The id of the journal entry created for the invoice payment. -journal_run_id,The id of the journal run associated with the invoice payment. -parent_account_id,The id of the parent account for the customer account associated with the invoice payment. -payment_id,The id of the payment associated with the invoice payment. -payment_method_id,The id of the payment method used for the invoice payment. -provider_exchange_rate_date,The date of the exchange rate used by the payment provider to convert the transaction currency of the invoice payment to the currency of the payment provider. -refund_amount,The amount of the refund applied to the invoice payment. -sold_to_contact_id,The id of the contact associated with the shipping address for the invoice payment. -transaction_currency,The currency of the invoice payment. -updated_by_id,The id of the user who last updated the invoice payment. -updated_date,The date and time when the invoice payment was last updated. diff --git a/inputs_redshift/zuora/schemas/orders.csv b/inputs_redshift/zuora/schemas/orders.csv deleted file mode 100644 index 658f6ccd0e3a157f56f38a58292e5dcafb0cffd5..0000000000000000000000000000000000000000 --- a/inputs_redshift/zuora/schemas/orders.csv +++ /dev/null @@ -1,25 +0,0 @@ -column_name,column_description -id,The unique identifier of the -_fivetran_synced,Timestamp of when a record was last synced. -_fivetran_deleted,Boolean identifiying whether the record was deleted in the source. -account_id,The id of the account associated with this order. -bill_to_contact_id,The id of the contact associated with the billing address for this order. -category,"The category of the order, such as NewSubscription or Amendment." -created_by_id,The id of the user who created this order. -created_date,The date and time when this order was created. -default_payment_method_id,The id of the default payment method used for this order. -description,A brief description of this order. -error_code,"The error code associated with this order, if any." -error_message,"The error message associated with this order, if any." -order_date,The date and time when this order was placed. -order_number,The unique identifier for this order. -response,"The response associated with this order, if any." -scheduled_date,The date and time when this order is scheduled to be processed. -sold_to_contact_id,The id of the contact associated with the shipping address for this order. -state,"The state of this order, such as Draft or Processing." -status,"The status of this order, such as Pending or Completed." -updated_by_id,The id of the user who last updated this order. -updated_date,The date and time when this order was last updated. -scheduled_date_policy, -created_by_migration, -parent_account_id, diff --git a/inputs_redshift/zuora/schemas/payment.csv b/inputs_redshift/zuora/schemas/payment.csv deleted file mode 100644 index bfd6944bdcffc68583696cfd19aed9a66a0ee6ee..0000000000000000000000000000000000000000 --- a/inputs_redshift/zuora/schemas/payment.csv +++ /dev/null @@ -1,56 +0,0 @@ -column_name,column_description -id,The unique identifier of the payment. -_fivetran_synced,Timestamp of when a record was last synced. -_fivetran_deleted,Boolean identifiying whether the record was deleted in the source. -account_id,The id of the Zuora account associated with the payment. -accounting_code,The accounting code associated with the payment. -amount,The amount of the payment in the transaction currency. -amount_home_currency,The amount of the payment in the home currency. -applied_amount,The amount of the payment that has been applied to one or more invoices. -applied_credit_balance_amount,The amount of the payment that has been applied to a credit balance. -bill_to_contact_id,The id of the contact to which the payment should be billed. -cancelled_on,The date the payment was cancelled. -comment,A comment associated with the payment. -created_by_id,The id of the user who created the payment. -created_date,The date the payment was created. -currency,The currency of the payment. -effective_date,The date the payment will be effective. -exchange_rate,The exchange rate used to convert the payment amount from the transaction currency to the home currency. -exchange_rate_date,The date the exchange rate was set. -home_currency,The home currency of the payment. -parent_account_id,The id of the parent account associated with the payment. -payment_method_id,The id of the payment method used for the payment. -payment_number,The payment number assigned by Zuora. -refund_amount,The amount of the payment that has been refunded. -settled_on,The date the payment was settled. -sold_to_contact_id,The id of the contact who made the payment. -status,The status of the payment. -submitted_on,The date the payment was submitted. -transaction_currency,The transaction currency of the payment. -transferred_to_accounting,Whether the payment has been transferred to the accounting system. -type,The type of the payment. -unapplied_amount,The amount of the payment that has not yet been applied. -updated_by_id,The id of the user who last updated the payment. -updated_date,The date the payment was last updated. -gateway_reconciliation_reason, -second_payment_reference_id, -referenced_payment_id, -provider_exchange_rate_date, -reference_id, -gateway_response, -source_name, -auth_transaction_id, -payout_id, -gateway_state, -amount_currency_rounding, -gateway, -bank_identification_number, -gateway_order_id, -is_standalone, -marked_for_submission_on, -soft_descriptor, -source, -default_payment_method_id, -gateway_reconciliation_status, -gateway_response_code, -soft_descriptor_phone, diff --git a/inputs_redshift/zuora/schemas/payment_method.csv b/inputs_redshift/zuora/schemas/payment_method.csv deleted file mode 100644 index 635b1ed444939605ef2be2bad9d279738573cdb3..0000000000000000000000000000000000000000 --- a/inputs_redshift/zuora/schemas/payment_method.csv +++ /dev/null @@ -1,91 +0,0 @@ -column_name,column_description -id,The unique identifier of the payment method. -_fivetran_synced,Timestamp of when a record was last synced. -_fivetran_deleted,Boolean identifiying whether the record was deleted in the source. -account_id,The unique identifier of the account associated with this payment method. -ach_account_type,The account type for ACH payment methods. -active,A Boolean value indicating whether this payment method is active. -bank_transfer_account_type,The account type for bank transfer payment methods. -created_by_id,The unique identifier of the user who created this payment method. -created_date,The date and time when this payment method was created. -credit_card_type,The credit card type for credit card payment methods. -last_failed_sale_transaction_date,The date and time when the last sale transaction failed for this payment method. -last_transaction_date_time,The date and time of the last transaction for this payment method. -last_transaction_status,The status of the last transaction for this payment method. -max_consecutive_payment_failures,The maximum number of consecutive payment failures allowed for this payment method. -name,The name of the payment method. -num_consecutive_failures,The number of consecutive payment failures for this payment method. -payment_method_status,The status of the payment method. -paypal_type,The PayPal account type for PayPal payment methods. -sub_type,The sub-type of the payment method. -total_number_of_error_payments,The total number of error payments for this payment method. -total_number_of_processed_payments,The total number of processed payments for this payment method. -type,The type of the payment method. -updated_by_id,The unique identifier of the user who last updated this payment method. -updated_date,The date and time when this payment method was last updated. -payment_retry_window, -ach_postal_code, -paypal_email, -mandate_update_date, -credit_card_address_2, -bank_transfer_account_number_mask, -user_reference_id, -first_name, -ach_address_1, -credit_card_expiration_year, -mandate_received, -ach_country, -ipaddress, -credit_card_address_1, -email, -ach_address_2, -iban, -method_specific_data, -second_token_id, -ach_account_number_mask, -bank_branch_code, -credit_card_postal_code, -postal_code, -identity_number, -city, -token_id, -credit_card_mask_number, -paypal_baid, -credit_card_state, -last_name, -state, -use_default_retry_rule, -credit_card_city, -bank_street_name, -mandate_id, -phone, -street_number, -credit_card_expiration_month, -bank_identification_number, -ach_state, -bank_name, -mandate_status, -mandate_reason, -ach_account_name, -method_reference_id, -ach_city, -mandate_creation_date, -credit_card_holder_name, -bank_code, -country, -ach_bank_name, -existing_mandate, -company_name, -bank_postal_code, -bank_transfer_type, -credit_card_country, -bank_check_digit, -bank_transfer_account_name, -bank_city, -bank_street_number, -street_name, -ach_aba_code, -device_session_id, -business_identification_code, -is_company, -paypal_preapproval_key, diff --git a/inputs_redshift/zuora/schemas/product.csv b/inputs_redshift/zuora/schemas/product.csv deleted file mode 100644 index f20b8f43e3a64083fe30951aba2ef4f44f31a78d..0000000000000000000000000000000000000000 --- a/inputs_redshift/zuora/schemas/product.csv +++ /dev/null @@ -1,15 +0,0 @@ -column_name,column_description -id,The unique identifier for the product. -category,The category of the product. -created_by_id,The id of the user who created the product. -created_date,The date and time when the product was created. -description,A description of the product. -effective_end_date,The date when the product is no longer available for purchase. -effective_start_date,The date when the product becomes available for purchase. -name,The name of the product. -sku,The SKU (stock keeping unit) of the product. -updated_by_id,The id of the user who last updated the product. -updated_date,The date and time when the product was last updated. -_fivetran_deleted,Boolean identifiying whether the record was deleted in the source. -_fivetran_synced,Timestamp of when Fivetran synced a record -allow_feature_changes, diff --git a/inputs_redshift/zuora/schemas/product_rate_plan.csv b/inputs_redshift/zuora/schemas/product_rate_plan.csv deleted file mode 100644 index 944053ca7897b156052550156019d4801834e3e6..0000000000000000000000000000000000000000 --- a/inputs_redshift/zuora/schemas/product_rate_plan.csv +++ /dev/null @@ -1,14 +0,0 @@ -column_name,column_description -id,Unique identifier of the product rate plan. -_fivetran_synced,Timestamp of when a record was last synced. -_fivetran_deleted,Boolean identifiying whether the record was deleted in the source. -created_by_id,The id of the Zuora user who created the product rate plan. -created_date,The date and time when the product rate plan was created. -description,A brief description of the product rate plan. -effective_end_date,The date when the product rate plan will no longer be effective. -effective_start_date,The date when the product rate plan becomes effective. -name,The name of the product rate plan. -product_id,The id of the product that this rate plan belongs to. -updated_by_id,The id of the Zuora user who last updated the product rate plan. -updated_date,The date and time when the product rate plan was last updated. -promotion_code_c, diff --git a/inputs_redshift/zuora/schemas/product_rate_plan_charge.csv b/inputs_redshift/zuora/schemas/product_rate_plan_charge.csv deleted file mode 100644 index 0ff9f76b7055fde42e97c8c72464ff4ec51e675b..0000000000000000000000000000000000000000 --- a/inputs_redshift/zuora/schemas/product_rate_plan_charge.csv +++ /dev/null @@ -1,44 +0,0 @@ -column_name,column_description -id,Unique identifier of the product rate plan charge. -_fivetran_synced,Timestamp of when a record was last synced. -_fivetran_deleted,Boolean identifiying whether the record was deleted in the source. -account_receivable_accounting_code_id,The id of the accounting code for the accounts receivable account. -accounting_code,The accounting code for the charge. -apply_discount_to,The type of charge to which discounts apply. -bill_cycle_type,The type of bill cycle for the charge. -billing_period,The billing period for the charge. -charge_model,The charge model for the charge. -charge_type,The type of charge. -created_by_id,The id of the user who created the charge. -created_date,The date on which the charge was created. -default_quantity,The default quantity for the charge. -deferred_revenue_accounting_code_id,The id of the accounting code for deferred revenue. -description,A description of the charge. -discount_level,The level at which the discount is applied. -end_date_condition,The condition that determines when the charge ends. -is_stacked_discount,Indicates whether the discount is a stacked discount. Values are true or false. -list_price_base,The price used to calculate the charge. -name,The name of the product rate plan charge. -product_id,The unique identifier of the product associated with the product rate plan charge. -product_rate_plan_id,The unique identifier of the product rate plan associated with the product rate plan charge. -tax_mode,"Indicates how the charge is taxed. Values are TAXABLE, NON-TAXABLE, and TAXED_INCLUSIVE." -taxable,Indicates whether the charge is taxable. Values are true or false. -trigger_event,"The event that triggers the charge. Values are SERVICE_ACTIVATION, CONTRACT_EFFECTIVE, CUSTOMER_ACCEPTANCE, or SERVICE_USAGE." -up_to_periods_type,"The billing period type for the up to periods setting. Values are DAY, WEEK, MONTH, and YEAR." -updated_by_id,The unique identifier of the user who last updated the product rate plan charge. -updated_date,The date and time when the product rate plan charge was last updated. -use_discount_specific_accounting_code,Indicates whether the discount uses a specific accounting code. Values are true or false. -price_upsell_quantity_stacked, -legacy_revenue_reporting, -use_tenant_default_for_price_change, -revenue_recognition_rule_name, -overage_calculation_option, -tax_code, -billing_timing, -billing_period_alignment, -recognized_revenue_account, -recognized_revenue_accounting_code_id, -deferred_revenue_account, -price_increase_percentage, -overage_unused_units_credit_option, -price_change_option, diff --git a/inputs_redshift/zuora/schemas/rate_plan.csv b/inputs_redshift/zuora/schemas/rate_plan.csv deleted file mode 100644 index 70755c8d8146cfb1481b948c6d842e4402144bf6..0000000000000000000000000000000000000000 --- a/inputs_redshift/zuora/schemas/rate_plan.csv +++ /dev/null @@ -1,24 +0,0 @@ -column_name,column_description -id,The unique identifier of the rate plan. -_fivetran_synced,Timestamp of when a record was last synced. -_fivetran_deleted,Boolean identifiying whether the record was deleted in the source. -account_id,The unique identifier of the account that the rate plan belongs to. -amendment_id,The unique identifier of the amendment that the rate plan belongs to. -bill_to_contact_id,The unique identifier of the contact that the rate plan is billed to. -created_by_id,The unique identifier of the user who created the rate plan. -created_date,The date and time when the rate plan was created. -default_payment_method_id,The unique identifier of the default payment method for the rate plan. -name,The name of the rate plan. -original_rate_plan_id,The unique identifier of the original rate plan that was used to create the rate plan. -product_id,The unique identifier of the product that the rate plan belongs to. -product_rate_plan_id,The unique identifier of the product rate plan that the rate plan belongs to. -sold_to_contact_id,The unique identifier of the contact that the rate plan is sold to. -subscription_id,The unique identifier of the subscription that the rate plan belongs to. -updated_by_id,The unique identifier of the user who last updated the rate plan. -updated_date,The date and time when the rate plan was last updated. -invoice_owner_id, -amendment_type, -parent_account_id, -subscription_version_amendment_id, -externally_managed_plan_id, -subscription_owner_id, diff --git a/inputs_redshift/zuora/schemas/rate_plan_charge.csv b/inputs_redshift/zuora/schemas/rate_plan_charge.csv deleted file mode 100644 index 28bead70e11421c42cb170cb45f3bdfd3689bf13..0000000000000000000000000000000000000000 --- a/inputs_redshift/zuora/schemas/rate_plan_charge.csv +++ /dev/null @@ -1,87 +0,0 @@ -column_name,column_description -id,The unique identifier for the rate plan charge. -_fivetran_synced,Timestamp of when a record was last synced. -_fivetran_deleted,Boolean identifiying whether the record was deleted in the source. -account_id,The unique identifier of the account associated with the rate plan charge. -account_receivable_accounting_code_id,The unique identifier for the accounting code that represents the account receivable for this charge. -accounting_code,The accounting code associated with this charge. -amended_by_order_on,The date when the amendment order was created or processed. -amendment_id,The unique identifier for the amendment associated with this rate plan charge. -bill_cycle_day,The day of the month when the billing cycle for the charge ends. -bill_cycle_type,The type of billing cycle that the charge uses. -bill_to_contact_id,The unique identifier of the contact associated with the account's billing information. -bill_to_contact_snapshot_id,The unique identifier for the snapshot of the bill-to contact information that was used when the charge was created. -billing_period,The billing period for the charge. -billing_timing,The timing of the charge. -booking_exchange_rate,The exchange rate for the charge when it was booked. -booking_exchange_rate_date,The date on which the exchange rate for the charge when it was booked was determined. -charge_model,The model used to calculate the charge. -charge_number,The number of the charge within the subscription. -charge_type,The type of charge. -charged_through_date,The date through which the charge has been charged. -created_by_id,The unique identifier of the user who created the rate plan charge. -created_date,The date and time when the rate plan charge was created. -default_payment_method_id,The unique identifier of the default payment method for the account. -deferred_revenue_accounting_code_id,The unique identifier for the accounting code that represents the deferred revenue for this charge. -dmrc,The amount of the charge in the charge currency. -dmrchome_currency,The amount of the charge in the home currency of the company. -dtcv,The deferred tax calculated value of the rate plan charge. -dtcvhome_currency,The deferred tax calculated value of the rate plan charge in the home currency. -effective_end_date,The date on which the rate plan charge is no longer in effect. -effective_start_date,The date on which the rate plan charge goes into effect. -end_date_condition,The condition that triggers the end date of the rate plan charge. -exchange_rate,The exchange rate used for the rate plan charge. -exchange_rate_date,The date on which the exchange rate was determined. -home_currency,Home currency the customer is billed in. -is_prepaid,A boolean value indicating whether the rate plan charge is prepaid. -is_processed,A boolean value indicating whether the rate plan charge has been processed. -mrr,The monthly recurring revenue of the rate plan charge. -mrrhome_currency,The monthly recurring revenue of the rate plan charge in the home currency. -name,The name of the rate plan charge. -original_id,The original id of the rate plan charge. -original_order_date,The date on which the original order was placed. -price_change_option,The option selected for handling price changes for the rate plan charge. -price_increase_percentage,The percentage increase applied to the rate plan charge price. -processed_through_date,The date through which the rate plan charge has been processed. -product_id,The unique identifier of the product associated with the rate plan charge. -product_rate_plan_charge_id,The unique identifier of the product rate plan charge associated with the rate plan charge. -product_rate_plan_id,The unique identifier of the product rate plan associated with the rate plan charge. -quantity,The quantity associated with the rate plan charge. -rate_plan_id,The unique identifier of the rate plan associated with the rate plan charge. -recognized_revenue_accounting_code_id,The unique identifier of the accounting code associated with recognized revenue for the rate plan charge. -segment,The segment associated with the rate plan charge. -sold_to_contact_id,The unique identifier of the contact associated with the sold-to account. -subscription_id,The id of the subscription associated with the rate plan charge. -tcv,The total contract value for the rate plan charge. -tcvhome_currency,The home currency value of the Total Contract Value. -transaction_currency,The currency in which the transaction occurs. -trigger_event,The type of trigger event that is associated with the rate plan charge. -uom,The unit of measure for the quantity of the rate plan charge. -up_to_periods_type,The time unit that is used to calculate the maximum number of billing periods for which the charge is applicable. -updated_by_id,The id of the user who last updated the rate plan charge. -updated_date,The date and time when the rate plan charge was last updated. -version,The version number of the rate plan charge. -overage_unused_units_credit_option, -drawdown_rate, -payment_term_snapshot, -dtcvcurrency_rounding, -rating_group, -parent_account_id, -is_rollover, -list_price_base, -exclude_item_billing_from_revenue_accounting, -rollover_apply, -overage_calculation_option, -revenue_recognition_rule_name, -rollover_periods, -invoice_owner_id, -billing_period_alignment, -exclude_item_booking_from_revenue_accounting, -booking_provider_exchange_rate_date, -is_last_segment, -mrrcurrency_rounding, -sold_to_contact_snapshot_id, -dmrccurrency_rounding, -provider_exchange_rate_date, -tcvcurrency_rounding, -subscription_owner_id, diff --git a/inputs_redshift/zuora/schemas/refund.csv b/inputs_redshift/zuora/schemas/refund.csv deleted file mode 100644 index 4bb83581aeaba08c07244e7601f9ef60d8ab853d..0000000000000000000000000000000000000000 --- a/inputs_redshift/zuora/schemas/refund.csv +++ /dev/null @@ -1,35 +0,0 @@ -column_name,column_description -id,The unique identifier of the refund object. -_fivetran_synced,Timestamp of when a record was last synced. -_fivetran_deleted,Boolean identifiying whether the record was deleted in the source. -accounting_code,The accounting code associated with the refund. -amount,The amount of the refund. -cancelled_on,The date and time when the refund was cancelled. -comment,A comment about the refund. -created_by_id,The id of the user who created the refund. -created_date,The date and time when the refund was created. -method_type,The type of the refund method. -payment_method_id,The id of the payment method used for the refund. -refund_date,The date when the refund was processed. -refund_number,The refund number associated with the refund. -refund_transaction_time,The date and time when the refund transaction was processed. -source_type,The type of the refund source. -status,The status of the refund. -submitted_on,The date and time when the refund was submitted. -transferred_to_accounting,A flag that indicates whether the refund was transferred to the accounting system. -type,The type of the refund. -updated_by_id,The id of the user who last updated the refund. -updated_date,The date and time when the refund was last updated. -gateway_reconciliation_status, -gateway_response_code, -soft_descriptor, -marked_for_submission_on, -reason_code, -reference_id, -soft_descriptor_phone, -gateway_reconciliation_reason, -gateway_response, -gateway_state, -second_refund_reference_id, -payout_id, -gateway, diff --git a/inputs_redshift/zuora/schemas/refund_invoice_payment.csv b/inputs_redshift/zuora/schemas/refund_invoice_payment.csv deleted file mode 100644 index a02a222889f4235841c40bb4657c3ff062157a74..0000000000000000000000000000000000000000 --- a/inputs_redshift/zuora/schemas/refund_invoice_payment.csv +++ /dev/null @@ -1,9 +0,0 @@ -column_name,column_description -id,The id of the refund invoice payment in Zuora. -_fivetran_synced,Timestamp of when a record was last synced. -_fivetran_deleted,Boolean identifiying whether the record was deleted in the source. -created_by_id,The id of the user who created the refund invoice payment in Zuora. -created_date,The date and time when the refund invoice payment was created in Zuora. -refund_amount,The amount of the refund invoice payment in the currency of the invoice. -updated_by_id,The id of the user who last updated the refund invoice payment in Zuora. -updated_date,The date and time when the refund invoice payment was last updated in Zuora. diff --git a/inputs_redshift/zuora/schemas/subscription.csv b/inputs_redshift/zuora/schemas/subscription.csv deleted file mode 100644 index b372a58a526e7cc889bb85f6a9e157b70341e4b6..0000000000000000000000000000000000000000 --- a/inputs_redshift/zuora/schemas/subscription.csv +++ /dev/null @@ -1,58 +0,0 @@ -column_name,column_description -id,The unique identifier for the subscription. -_fivetran_synced,Timestamp of when a record was last synced. -_fivetran_deleted,Boolean identifiying whether the record was deleted in the source. -account_id,The unique identifier for the account associated with the subscription. -auto_renew,Indicates whether the subscription is set to automatically renew at the end of the term. -bill_to_contact_id,The unique identifier for the contact that will be billed for the subscription. -cancel_reason,"The reason for cancelling the subscription, if applicable." -cancelled_date,"The date on which the subscription was cancelled, if applicable." -contract_acceptance_date,The date on which the contract was accepted by the customer. -contract_effective_date,The date on which the contract became effective. -created_by_id,The unique identifier for the user who created the subscription. -created_date,The date on which the subscription was created. -current_term,The length of the current subscription term. -current_term_period_type,"The unit of time for the current subscription term (e.g. ""Month"", ""Year"")." -default_payment_method_id,The unique identifier for the default payment method associated with the subscription. -externally_managed_by,Indicates whether the subscription is externally managed by another system or platform. -initial_term,The length of the initial subscription term. -initial_term_period_type,"The unit of time for the initial subscription term (e.g. ""Month"", ""Year"")." -invoice_owner_id,The unique identifier for the user who will receive invoice notifications for the subscription. -is_invoice_separate,Indicates whether the subscription is invoiced separately from other subscriptions on the same account. -is_latest_version,Indicates whether the subscription is the latest version of the subscription on the account. -last_booking_date,The date on which the most recent booking was created for the subscription. -name,The name of the subscription. -notes,Additional notes or comments about the subscription. -original_created_date,"The date on which the original subscription was created, if the current subscription is a renewal." -original_id,"The unique identifier for the original subscription, if the current subscription is a renewal." -parent_account_id,The unique identifier for the parent account associated with the subscription. -payment_term,The payment term associated with the subscription. -previous_subscription_id,The unique identifier for the previous subscription associated with the subscription. -renewal_term,The length of the renewal subscription term. -renewal_term_period_type,The type of the renewal term for the subscription. -revision,The revision number for the subscription. -service_activation_date,The date the subscription was activated. -sold_to_contact_id,The unique identifier for the sold-to contact associated with the subscription. -status,The status of the subscription. -subscription_end_date,The end date of the subscription. -subscription_start_date,The start date of the subscription. -term_end_date,The end date of the subscription term. -term_start_date,The start date of the subscription term. -term_type,The type of subscription term. -updated_by_id,The unique identifier of the user who last updated the subscription. -updated_date,The date the subscription was last updated. -version,The version number of the subscription. -TESTCUSTOMAAKASH_C, -QUOTE_BUSINESS_TYPE_QT, -SUBSCRIPTION_VERSION_AMENDMENT_ID, -QUOTE_TYPE_QT, -CUSTOM_DATE_FIELD_C, -INVOICE_TEMPLATE_ID, -QUOTE_NUMBER_QT, -OPPORTUNITY_CLOSE_DATE_QT, -CREATOR_ACCOUNT_ID, -SEQUENCE_SET_ID, -RENEWAL_SETTING, -CREATOR_INVOICE_OWNER_ID, -OPPORTUNITY_NAME_QT, -CPQ_BUNDLE_JSON_ID_QT, diff --git a/inputs_redshift/zuora/schemas/taxation_item.csv b/inputs_redshift/zuora/schemas/taxation_item.csv deleted file mode 100644 index 96a1698eb96dfe2950a9abcaf4e2a443d315268d..0000000000000000000000000000000000000000 --- a/inputs_redshift/zuora/schemas/taxation_item.csv +++ /dev/null @@ -1,57 +0,0 @@ -column_name,column_description -id,The unique identifier of the taxation item. -_fivetran_synced,Timestamp of when a record was last synced. -_fivetran_deleted,Boolean identifiying whether the record was deleted in the source. -account_id,The id of the account associated with the taxation item. -account_receivable_accounting_code_id,The id of the accounting code for the account receivable. -accounting_code,The accounting code associated with the taxation item. -amendment_id,The id of the amendment associated with the taxation item. -balance,The balance of the taxation item. -bill_to_contact_id,The id of the contact associated with the billing of the taxation item. -created_by_id,The id of the user who created the taxation item. -created_date,The date when the taxation item was created. -credit_amount,The credit amount of the taxation item. -exchange_rate,The exchange rate of the taxation item. -exchange_rate_date,The date of the exchange rate of the taxation item. -exempt_amount,The exempt amount of the taxation item. -exempt_amount_home_currency,The exempt amount in home currency of the taxation item. -home_currency,The home currency of the taxation item. -invoice_id,The id of the invoice associated with the taxation item. -invoice_item_id,The id of the invoice item associated with the taxation item. -journal_entry_id,The id of the journal entry associated with the taxation item. -name,The name of the taxation item. -payment_amount,The payment amount of the taxation item. -product_id,The id of the product associated with the taxation item. -product_rate_plan_charge_id,The id of the product rate plan charge associated with the taxation item. -product_rate_plan_id,The id of the product rate plan associated with the taxation item. -rate_plan_charge_id,The id of the rate plan charge associated with the taxation item. -rate_plan_id,The id of the rate plan associated with the taxation item. -sales_tax_payable_accounting_code_id,The id of the accounting code for the sales tax payable. -sold_to_contact_id,The id of the contact associated with the sale of the taxation item. -subscription_id,The id of the subscription associated with the taxation item. -tax_amount,The tax amount of the taxation item. -tax_amount_home_currency,The tax amount in home currency of the taxation item. -tax_date,The date of the tax of the taxation item. -tax_description,The description of the tax of the taxation item. -tax_mode,The tax mode of the taxation item. -tax_rate,The tax rate of the taxation item. -tax_rate_type,The type of tax rate that applies to the taxation item. -transaction_currency,The currency in which the transaction was processed. -updated_by_id,The id of the user who last updated the taxation item. -updated_date,The date and time the taxation item was last updated. -tax_rule_id, -tax_code, -tax_code_description, -exempt_amount_currency_rounding, -tax_amount_currency_rounding, -tax_rate_description, -provider_exchange_rate_date, -seller_registration, -default_payment_method_id, -jurisdiction, -journal_run_id, -parent_account_id, -accounting_period_id, -exempt_certificate, -location_code, -customer_code, diff --git a/inputs_snowflake/address/data_model.yaml b/inputs_snowflake/address/data_model.yaml deleted file mode 100644 index c0c27180c5c5fa2e78b5d76109b47658a78d69c6..0000000000000000000000000000000000000000 --- a/inputs_snowflake/address/data_model.yaml +++ /dev/null @@ -1,18 +0,0 @@ -models: - - name: states - description: Each record represents a state. - columns: - - name: abbreviation - description: the abbreviation of the state name - - name: name - description: the name of the state - - name: county_with_highest_average_income_per_household - description: the county with the highest average income per household in the state, with ties broken by the ascending order of the county - - name: num_asian - description: the number of Asian in the state, replace NULL values with 0. - - name: num_counties - description: the number of counties in the state, replace NULL values with 0. - - name: higher_avg_female_per - description: Set to 1 if the state’s percentage of female population is higher than the average percentage of female population across all states, otherwise, set to 0 - - name: greater_than_15_CBSA_metro - description: Set to 1 if the state has greater than 15 distinct CBSA officers of metro type, otherwise, set to 0 \ No newline at end of file diff --git a/inputs_snowflake/address/schemas/CBSA.csv b/inputs_snowflake/address/schemas/CBSA.csv deleted file mode 100644 index 787cc5c83b7a0bb4cb8e934e8cb954a9ca85b22c..0000000000000000000000000000000000000000 --- a/inputs_snowflake/address/schemas/CBSA.csv +++ /dev/null @@ -1,4 +0,0 @@ -column_name,column_description -CBSA,the code of the cbsa officer -CBSA_name,the name and the position of the cbsa officer -CBSA_type,the office type of the officer diff --git a/inputs_snowflake/address/schemas/alias.csv b/inputs_snowflake/address/schemas/alias.csv deleted file mode 100644 index 6cdab5ded79c2691fd8c1422c937f129e7e1d812..0000000000000000000000000000000000000000 --- a/inputs_snowflake/address/schemas/alias.csv +++ /dev/null @@ -1,3 +0,0 @@ -column_name,column_description -zip_code,the zip code of the alias -alias,the alias of the city diff --git a/inputs_snowflake/address/schemas/area_code.csv b/inputs_snowflake/address/schemas/area_code.csv deleted file mode 100644 index bfc7d3923917a598c628de461c709b104b1b3001..0000000000000000000000000000000000000000 --- a/inputs_snowflake/address/schemas/area_code.csv +++ /dev/null @@ -1,3 +0,0 @@ -column_name,column_description -zip_code,the zip code of the area -area_code,the code of the area diff --git a/inputs_snowflake/address/schemas/avoid.csv b/inputs_snowflake/address/schemas/avoid.csv deleted file mode 100644 index 892bb9ad60c8f3f16419dead53abb7c548f4e60b..0000000000000000000000000000000000000000 --- a/inputs_snowflake/address/schemas/avoid.csv +++ /dev/null @@ -1,3 +0,0 @@ -column_name,column_description -zip_code,the zip code of the bad alias -bad_alias,the bad alias diff --git a/inputs_snowflake/address/schemas/congress.csv b/inputs_snowflake/address/schemas/congress.csv deleted file mode 100644 index c243f20f3332f477272ccd92f254d6831a501be4..0000000000000000000000000000000000000000 --- a/inputs_snowflake/address/schemas/congress.csv +++ /dev/null @@ -1,11 +0,0 @@ -column_name,column_description -cognress_rep_id,the representative id of congress representatives -first_name,the first name of the congress representative -last_name,the last name of the congress representative -CID,the unique identifier for the congress representative -party,the party of the representative -state,the state that the representative is from -abbreviation,the abbreviation of the state -House,the house that the representative is from -District,the id of the district that the representative represents -land_area,the land area of the district diff --git a/inputs_snowflake/address/schemas/country.csv b/inputs_snowflake/address/schemas/country.csv deleted file mode 100644 index ff9ed881a37f3e5116d13dd70de60d882c2277cc..0000000000000000000000000000000000000000 --- a/inputs_snowflake/address/schemas/country.csv +++ /dev/null @@ -1,4 +0,0 @@ -column_name,column_description -zip_code,the zip code of the state in the county -county,the county -state,the state of the county diff --git a/inputs_snowflake/address/schemas/state.csv b/inputs_snowflake/address/schemas/state.csv deleted file mode 100644 index 5b88acd06794d4876d35e2911ae1471d7fd6b7e8..0000000000000000000000000000000000000000 --- a/inputs_snowflake/address/schemas/state.csv +++ /dev/null @@ -1,3 +0,0 @@ -column_name,column_description -abbreviation,the abbreviation of the state name -name,the state name diff --git a/inputs_snowflake/address/schemas/zip_congress.csv b/inputs_snowflake/address/schemas/zip_congress.csv deleted file mode 100644 index b3fb1a525739fbcdb889203701b94b03db959d6c..0000000000000000000000000000000000000000 --- a/inputs_snowflake/address/schemas/zip_congress.csv +++ /dev/null @@ -1,3 +0,0 @@ -column_name,column_description -zip_code,the zip code of the district -district,the district diff --git a/inputs_snowflake/address/schemas/zip_data.csv b/inputs_snowflake/address/schemas/zip_data.csv deleted file mode 100644 index 9ba6f0e03dbba8149f71490f2078e9d5e2d9e9d9..0000000000000000000000000000000000000000 --- a/inputs_snowflake/address/schemas/zip_data.csv +++ /dev/null @@ -1,56 +0,0 @@ -column_name,column_description -zip_code,the zip code of the postal point -city,the city where the postal point locates -state,the state of the city -multi_county,whether the county that the city belongs to is multi_county -type,the type of the postal point -organization,the organization to which the postal point belongs -time_zone,the time zone of the postal point location -daylight_savings,whether the location implements daylight savings -latitude,the latitude of the postal point location -longitude,the longitude of the postal point location -elevation,the elevation of the postal point location -state_fips,state-level FIPS code -county_fips,county-level FIPS code -region,the region where the postal point locates -division,the division of the organization -population_2020,the population of the residential area in 2020 -population_2010,the population of the residential area in 2010 -households,the number of the households in the residential area -avg_house_value,the average house value in the residential area -avg_income_per_household,the average income per household in the residential area -persons_per_household,the number of persons per household residential area -white_population,the population of white people in the residential area -black_population,the population of black people in the residential area -hispanic_population,the population of Hispanic people in the residential area -asian_population,the population of Asian people in the residential area -american_indian_population,the population of American Indian people in the residential area -hawaiian_population,the population of Hawaiian people in the residential area -other_population,the population of other races in the residential area -male_population,the population of males in the residential area -female_population,the population of females in the residential area -median_age,the median age of the residential area -male_median_age,the male median age in the residential area -female_median_age,the female median age in the residential area -residential_mailboxes,the number of residential mailboxes in the residential area -business_mailboxes,the number of business mailboxes in the residential area -total_delivery_receptacles,the total number of delivery receptacles -businesses,the number of businesses in the residential area -QUARTER_1_PAYROLL,the total wages reported in the 1st quarter payroll report of the residential area -annual_payroll,the total wages reported in the annual payroll report of the residential area -employees,the number of employees in the residential area -water_area,the water area of the residential area -land_area,the land area of the residential area -single_family_delivery_units,the number of single-family delivery units in the residential area -multi_family_delivery_units,the number of single-family delivery units in the residential area -total_beneficiaries,the total number of beneficiaries of the postal service -retired_workers,the number of retired workers in the residential area -disabled_workers,the number of disabled workers in the residential area -parents_and_widowed,the number of parents and widowed in the residential area -spouses,the number of spouses in the residential area -children,the number of children in the residential area -over_65,the number of people whose age is over 65 in the residential area -monthly_benefits_all,all benefit payments by month -monthly_benefits_retired_workers,monthly benefit payments for retired workers -monthly_benefits_widowed,monthly benefit payments for retired workers -CBSA,the code of the cbsa officer diff --git a/inputs_snowflake/airline/schemas/Air_Carriers.csv b/inputs_snowflake/airline/schemas/Air_Carriers.csv deleted file mode 100644 index 7777da099f017c092c9ae1eccbac53e02f90a16b..0000000000000000000000000000000000000000 --- a/inputs_snowflake/airline/schemas/Air_Carriers.csv +++ /dev/null @@ -1,3 +0,0 @@ -column_name,column_description -Code,the code of the air carriers -Description,the description of air carriers diff --git a/inputs_snowflake/airline/schemas/Airlines.csv b/inputs_snowflake/airline/schemas/Airlines.csv deleted file mode 100644 index 6b0e45b2d042d4ca8f3fe8fee05530a0432b8f94..0000000000000000000000000000000000000000 --- a/inputs_snowflake/airline/schemas/Airlines.csv +++ /dev/null @@ -1,29 +0,0 @@ -column_name,column_description -FL_DATE,flight date -OP_CARRIER_AIRLINE_ID,operator carrier airline id -TAIL_NUM,plane's tail number -OP_CARRIER_FL_NUM,operator carrier flight number -ORIGIN_AIRPORT_ID,origin airport id -ORIGIN_AIRPORT_SEQ_ID,origin airport sequence id -ORIGIN_CITY_MARKET_ID,origin city market id -ORIGIN,airport of origin -DEST_AIRPORT_ID,ID of the destination airport -DEST_AIRPORT_SEQ_ID, -DEST_CITY_MARKET_ID, -DEST,Destination airport -CRS_DEP_TIME, -DEP_TIME,Flight departure time -DEP_DELAY,Departure delay indicator -DEP_DELAY_NEW,departure delay new -ARR_TIME,Flight arrival time. -ARR_DELAY,arrival delay time -ARR_DELAY_NEW,arrival delay new -CANCELLED,Flight cancellation indicator. -CANCELLATION_CODE,cancellation code -CRS_ELAPSED_TIME,scheduled elapsed time -ACTUAL_ELAPSED_TIME,actual elapsed time -CARRIER_DELAY,carrier delay -WEATHER_DELAY,delay caused by the wheather problem -NAS_DELAY,"delay, in minutes, attributable to the National Aviation System" -SECURITY_DELAY,delay attribute to security -LATE_AIRCRAFT_DELAY,delay attribute to late aircraft diff --git a/inputs_snowflake/airline/schemas/Airports.csv b/inputs_snowflake/airline/schemas/Airports.csv deleted file mode 100644 index 683c9086c284faf481aab8fadcf2f871ad24d914..0000000000000000000000000000000000000000 --- a/inputs_snowflake/airline/schemas/Airports.csv +++ /dev/null @@ -1,3 +0,0 @@ -column_name,column_description -Code,IATA code of the air airports -Description,the description of airports diff --git a/inputs_snowflake/amplitude/data_model.yaml b/inputs_snowflake/amplitude/data_model.yaml deleted file mode 100644 index a24bc5837fb9ff62446eddaecf00c23a342b2405..0000000000000000000000000000000000000000 --- a/inputs_snowflake/amplitude/data_model.yaml +++ /dev/null @@ -1,154 +0,0 @@ -models: - - name: amplitude__event_enhanced - description: Each record represents event data, enhanced with event type data and unnested event, group, and user properties. - columns: - - name: unique_event_id - description: A surrogate key that uniquely identifies each event, derived from event_id, device_id, client_event_time, and amplitude_user_id. Use the dbt utils package to generate the surrogate key. - - name: unique_session_id - description: A surrogate key that uniquely identifies each session, derived from user_id and session_id. Use the dbt utils package to generate the surrogate key. - - name: amplitude_user_id - description: Unique key for each user, which is user_id by default. If user_id does not exist, use amplitude_id - - name: event_id - description: A counter that distinguishes events - - name: event_type - description: The assigned type of event. Example 'Add Friend' - - name: event_time - description: > - Amplitude timestamp (UTC) which is the client_event_time adjusted by the - difference between server_received_time and client_upload_time, - specifically: event_time = client_event_time + (server_received_time - - client_upload_time) 2015-08-10T12:00:00.000000 We use this timestamp to - organize events on Amplitude charts. Note: If the difference between - server_received_time and client_upload_time is less than 60 seconds, the - event_time will not be adjusted and will equal the client_event_time. - format: YYYY-MM-DD HH:MM:SS.fff - - name: event_day - description: Day of event time - format: YYYY-MM-DD - - name: unique_event_type_id - description: A surrogate key that uniquely identifies each event type, derived from event_type_id and project_name. Use the dbt utils package to generate the surrogate key. - - name: event_type_id - description: Event type ID - - name: event_type_name - description: Event type name - - name: session_id - description: The session start time in milliseconds since epoch.All events within the same session share the same session ID. By default, the setting in Amplitude for the session property is session ID. All events with the same session ID and the same user ID will be grouped into the same session. The session ID does not have to be unique across multiple users. Session IDs for events sent via the Amplitude SDKs are automatically generated and managed. - - name: session_event_number - description: The number of the event within the session, ordered by time of event, with ties broken by event unique ID ascending. - - name: user_event_number - description: The sequential number of the event within the user's activity, ordered by event time ascending, with ties broken by event unique ID ascending. - - name: group_types - description: Group types. "Groups" in the source table, renamed here. See the Accounts documentation for more information. - - name: user_id - description: > - A readable ID specified by you. - Amplitude uses a combination of three different methods to identify your users: device IDs, Amplitude ID, and user IDs. The first comes directly from your users' devices, while the second is an ID that Amplitude automatically creates once it has enough information to conclusively identify a unique user. The user ID, however, is something you'd set up. - In Amplitude, a user ID is a unique identifier applied to individual users. Using them is optional, but recommended: your product should set a user ID once a user has created an account, logged in, or is otherwise identified in your product. - Amplitude can use a user ID to reconcile events across multiple devices under the same user ID. Additionally, a user's event data will be merged on the backend so that all anonymous events prior to the assignment of a user ID will be connected to the correct user. For this reason, you can wait to assign user IDs if that makes sense for your product. Conversely, this is also why you should not set user IDs for anonymous users. Once set, user IDs in Amplitude cannot be changed. - - name: user_creation_time - description: Event_time (UTC) of the user's first event - format: YYYY-MM-DD HH:MM:SS.fff - - name: amplitude_id - description: An internal ID used to count unique users. - - name: app - description: Project ID found in your project's Settings page - - name: project_name - description: Project ID - - name: client_event_time - description: Local timestamp (UTC) of when the device logged the event. - format: YYYY-MM-DD HH:MM:SS.fff - - name: client_upload_time - description: The local timestamp (UTC) of when the device uploaded the event. - format: YYYY-MM-DD HH:MM:SS.fff - - name: server_received_time - description: Amplitude timestamp (UTC) of when servers received the event - format: YYYY-MM-DD HH:MM:SS.fff - - name: server_upload_time - description: Amplitude timestamp (UTC) of when the event data was uploaded to Amplitude servers - format: YYYY-MM-DD HH:MM:SS.fff - - name: country - description: Country where event was registered. - - name: data - description: Dictionary where certain fields such as first_event and merged_amplitude_id are stored. - - name: device_id - description: The device specific identifier - - name: ip_address - description: IP address - - name: totals - description: The total number of times the event has happened this week - - name: value - description: Name of the event in the raw data. - - name: events_per_session - description: The count of events in a session - - name: session_started_at - description: The time of the first event in a session - format: YYYY-MM-DD HH:MM:SS.fff - - name: session_ended_at - description: The time of the last event in a session - format: YYYY-MM-DD HH:MM:SS.fff - - name: user_session_number - description: A sequential identifier for each session initiated by a user, ordered by session start time, helping to track a user's sessions over time. - - name: session_started_at_day - description: The date on which a session started. - format: YYYY-MM-DD - - name: session_ended_at_day - description: The date on which a session ended. - format: YYYY-MM-DD - - name: session_length_in_minutes - description: The length of the session, in minutes - - name: is_first_user_session - description: Boolean of whether or not a session is the user's first session. Use 1 for true and 0 for false. - - - name: amplitude__sessions - description: Each record represents a distinct session with aggregated metrics for that session. - columns: - - name: unique_session_id - description: A surrogate key that uniquely identifies each session, derived from user_id and session_id. Use the dbt utils package to generate the surrogate key. - - name: user_id - description: > - A readable ID specified by you. - Amplitude uses a combination of three different methods to identify your users: device IDs, Amplitude ID, and user IDs. The first comes directly from your users' devices, while the second is an ID that Amplitude automatically creates once it has enough information to conclusively identify a unique user. The user ID, however, is something you'd set up. - In Amplitude, a user ID is a unique identifier applied to individual users. Using them is optional, but recommended: your product should set a user ID once a user has created an account, logged in, or is otherwise identified in your product. - Amplitude can use a user ID to reconcile events across multiple devices under the same user ID. Additionally, a user's event data will be merged on the backend so that all anonymous events prior to the assignment of a user ID will be connected to the correct user. For this reason, you can wait to assign user IDs if that makes sense for your product. Conversely, this is also why you should not set user IDs for anonymous users. - Once set, user IDs in Amplitude cannot be changed.Once set, user IDs in Amplitude cannot be changed. - - name: events_per_session - description: The count of events in a session - - name: session_started_at - description: The time of the first event in a session - format: YYYY-MM-DD HH:MM:SS.fff - - name: session_ended_at - description: The time of the last event in a session - format: YYYY-MM-DD HH:MM:SS.fff - - name: session_length_in_minutes - description: The length of the session, in minutes - - name: session_started_at_day - description: The day the session started - format: YYYY-MM-DD - - name: session_ended_at_day - description: The day the session ended - format: YYYY-MM-DD - - name: user_session_number - description: A sequential identifier for each session initiated by a user, ordered by session start time, helping to track a user's sessions over time. - - name: is_first_user_session - description: Boolean of whether or not a session is the user's first session. Use 1 for true and 0 for false. - - - name: amplitude__user_enhanced - description: Each record represents a distinct user with aggregated metrics for that user. - columns: - - name: amplitude_user_id - description: Unique key for each user, which is user_id by default. If user_id does not exist, use amplitude_id - - name: user_created_at - description: Event_time (UTC) of the user's first event - format: YYYY-MM-DD HH:MM:SS.fff - - name: first_session_at - description: Timestamp of user's first recorded activity - format: YYYY-MM-DD HH:MM:SS.fff - - name: last_session_at - description: Timestamp of user's most recent activity - format: YYYY-MM-DD HH:MM:SS.fff - - name: total_events_per_user - description: The total number of events for a certain user - - name: total_sessions_per_user - description: The total number of sessions for a certain user - - name: average_session_length_in_minutes - description: Average length of sessions, in minutes diff --git a/inputs_snowflake/amplitude/schemas/event.csv b/inputs_snowflake/amplitude/schemas/event.csv deleted file mode 100644 index 53addf6222c59b3e0bacaaa8b2cda4adc061994c..0000000000000000000000000000000000000000 --- a/inputs_snowflake/amplitude/schemas/event.csv +++ /dev/null @@ -1,58 +0,0 @@ -column_name,column_description -_fivetran_synced,Timestamp of when Fivetran synced a record. -amplitude_id,An internal ID used to count unique users. -ad_id,"(Android) Google Play Services advertising ID (AdID). This usually is wiped after ingestion and therefore will be blank -" -app,Project ID found in your project's Settings page -city,City where event was registered. -client_event_time,"Local timestamp (UTC) of when the device logged the event. -" -client_upload_time,The local timestamp (UTC) of when the device uploaded the event. -country,Country where event was registered. -data,"Dictionary where certain fields such as first_event and merged_amplitude_id are stored. Ex, {""first_event"":true} -" -device_brand,Brand of device where event was registered on. -device_carrier,Carrier of device where event was registered on. -device_family,"Device family. Ex, Apple iPhone" -device_id,The device specific identifier -device_manufacturer,Manufacturer of device where event was registered on. -device_model,The model of device where event was registered on. -device_type,Type of device where event was registered on. -dma,Designated marketing area (DMA) -id,A counter that distinguishes events -event_properties,"Event properties are attributes of the events your users fire, and which you then send to Amplitude. Each event will have its own set of event properties. The nature of these properties depends on both the type of product you have, and the specific information you're most interested in discovering. For instance, if Swipe is an event you're tracking, the event property Direction could have the values Left or Right. Some example event properties are description, category, type, duration, level, percent completed, count, source, status, number, lives, authenticated, error number, rank, action, and mode. -" -event_time,"Amplitude timestamp (UTC) which is the client_event_time adjusted by the difference between server_received_time and client_upload_time, specifically: event_time = client_event_time + (server_received_time - client_upload_time) 2015-08-10T12:00:00.000000 We use this timestamp to organize events on Amplitude charts. Note: If the difference between server_received_time and client_upload_time is less than 60 seconds, the event_time will not be adjusted and will equal the client_event_time -" -event_type,The assigned type of event. Example 'Add Friend' -event_type_id,Internal identifier on Amplitude. -group_properties,"A dictionary of key-value pairs that represent data tied to the group. Each distinct value appears as a group segment on the Amplitude dashboard. You can store property values in an array, and date values are transformed into string values." -groups,Group types. See the Accounts documentation for more information. -idfa,"(iOS) Identifier for Advertiser. This usually is wiped after ingestion and therefore will be blank -" -ip_address,IP address -is_attribution_event,Boolean of whether event was an attribution event -language,The language set by the user -library,Library being used to send the event data. -location_lat,Latitude -location_lng,Longitude -os_name,OS name where event was registered on. -os_version,OS version where event was registered on. -paying,"Boolean of whether the user has ever logged any revenue, otherwise '(none)'. Note the property value can be modified via the\_Identify API." -platform,Platform of the device. -processed_time,Time of when event was processed -project_name,Project ID -region,Region where event was registered on. -schema,Schema ID -server_received_time,Amplitude timestamp (UTC) of when servers received the event -server_upload_time,Amplitude timestamp (UTC) of when the event data was uploaded to Amplitude servers -session_id,The session start time in milliseconds since epoch -start_version,App version the user was first tracked on -user_creation_time,Event_time (UTC) of the user's first event -user_id,A readable ID specified by you -user_properties,An attribute that describes a useful detail about the user it's attached to. Amplitude sends user properties with every event. -uuid,A unique identifier per row (event sent) -version_name,The app version -sample_rate, -amplitude_event_type, -_insert_id, diff --git a/inputs_snowflake/amplitude/schemas/event_type.csv b/inputs_snowflake/amplitude/schemas/event_type.csv deleted file mode 100644 index 865966c14722aa44778084b0a456a95e3052bb4b..0000000000000000000000000000000000000000 --- a/inputs_snowflake/amplitude/schemas/event_type.csv +++ /dev/null @@ -1,17 +0,0 @@ -column_name,column_description -_fivetran_deleted,Timestamp of when Fivetran marked a record as deleted -_fivetran_synced,Timestamp of when Fivetran synced a record -autohidden,Whether event type is hidden -deleted,Whether event type is deleted -display,The display name of the event -flow_hidden,If the event is hidden from Pathfinder/Pathfinder Users or not -hidden,If the event is hidden or not. -id,Event type ID -in_waitroom,Whether event type is in waitroom -name,Event name -non_active,If the event is marked inactive or not -project_name,Project name -timeline_hidden,If the event is hidden or not -totals,The total number of times the event has happened this week -totals_delta,This represents the change in event volume from the previous week. -value,Name of the event in the raw data. diff --git a/inputs_snowflake/app_store/schemas/playstore.csv b/inputs_snowflake/app_store/schemas/playstore.csv deleted file mode 100644 index 7a19b9f1cf41bf329b26b0feaba9c6fae5d6d3a8..0000000000000000000000000000000000000000 --- a/inputs_snowflake/app_store/schemas/playstore.csv +++ /dev/null @@ -1,11 +0,0 @@ -column_name,column_description -App,Application name -Category,Category the app belongs to -Rating,Overall user rating of the app (as when scraped) -Reviews,Number of user reviews for the app (as when scraped) -Size,Size of the app (as when scraped) -Installs,Number of user downloads/installs for the app (as when scraped) -Type,Paid or Free -Price,Price of the app (as when scraped) -Content_Rating,Age group the app is targeted at - Children / Mature 21+ / Adult -Genres,An app can belong to multiple genres (apart from its main category). diff --git a/inputs_snowflake/app_store/schemas/user_reviews.csv b/inputs_snowflake/app_store/schemas/user_reviews.csv deleted file mode 100644 index ecb2f490c6944bc881153742397af83b3dcba848..0000000000000000000000000000000000000000 --- a/inputs_snowflake/app_store/schemas/user_reviews.csv +++ /dev/null @@ -1,6 +0,0 @@ -column_name,column_description -App,Name of app -Translated_Review,User review (Preprocessed and translated to English) -Sentiment,Overall user rating of the app (as when scraped) -Sentiment_Polarity,Sentiment polarity score -Sentiment_Subjectivity,Sentiment subjectivity score diff --git a/inputs_snowflake/apple_store/data_model.yaml b/inputs_snowflake/apple_store/data_model.yaml deleted file mode 100644 index 5d501afc29014c17224ce96791a36f9e6520c990..0000000000000000000000000000000000000000 --- a/inputs_snowflake/apple_store/data_model.yaml +++ /dev/null @@ -1,167 +0,0 @@ -models: - - name: apple_store__device_report - description: Each record represents daily subscription metrics by app_id, source_type and device. Rows exist only where app_store_device or crashes_device have data. Other source tables contribute metric values only. - columns: - - name: date_day - description: The date of the report and respective recorded metric(s); follows the format YYYY-MM-DD. - - name: app_id - description: Application ID. - - name: app_name - description: Application Name. - - name: source_type - description: A source is counted when a customer follows a link to your App Store product page. There are 8 types of sources, App Store Browse, App Store Search, App Referrers, Web Referrers, App Clips, Unavailable, Institutional Purchases, and Null. Null is the default value for data that does not provide source types, including crashes, subscription events and subscription summary. - - name: device - description: Device type associated with the respective metric(s). - - name: impressions - description: The number of times your app was viewed in the App Store for more than one second. This includes search results, Featured, Explore, Top Charts and App Product Page views. - - name: impressions_unique_device - description: The number of unique devices that have viewed your app for more than one second on on the Today, Games, Apps, Featured, Explore, Top Charts, Search tabs of the App Store and App Product Page views. This metric is presumed to be de-duplicated daily as received from the source data, therefore, aggregating over a span of days is better done in the UI. - - name: page_views - description: The total number of times your App Store product page was clicked and viewed; when a user taps on a link from an app, website or App Clip card that brings them to your App Store product page, the immediate product page_view is attributed to the referring app, website, or App Clip. - - name: page_views_unique_device - description: The number of unique devices that have viewed your App Store product page; this metric is presumed to be de-duplicated daily as received from the source data, therefore, aggregating over a span of days is better done in the UI. - - name: crashes - description: The number of recorded crashes experienced (User Opt-In only); a value of 0 indicates there were 0 crash reports or no value from the source report that day. - - name: first_time_downloads - description: The number of first time downloads for your app; credit is attributed to the referring app, website, or App Clip of the first time download. - - name: redownloads - description: The count of redownloads where a redownload occurs when a user who previously downloaded your app adds it to their device again (User Opt-In only); credit is attributed to the source recorded when a user tapped to download/launch your app for the first time. A value of 0 indicates there were 0 redownloads or no value from the source report that day. - - name: total_downloads - description: Total Downloads is the sum of Redownloads and First Time Downloads. - - name: active_devices - description: The count of devices that ran the app at least one time and for at least two seconds on a given day (User Opt-In only); this metric is presumed to be de-duplicated daily as received from the source data, therefore, aggregating over a span of days is better done in the UI. A value of 0 indicates there were 0 active devices or no value from the source report that day. - - name: active_devices_last_30_days - description: The count of devices that ran the app at least one time and for at least two seconds on the date_day of the report minus 30 days (User Opt-In only); this metric is presumed to be de-duplicated daily as received from the source data, therefore, aggregating over a span of days is better done in the UI. A value of 0 indicates there were 0 active devices last 30 days or no value from the source report that day. - - name: deletions - description: The count of deletions. A deletion occurs when a user removes your app from their device (User Opt-In only). Data from resetting or erasing a device’s content and settings is not included. A value of 0 indicates there were 0 deletions or no value from the source report that day. - - name: installations - description: The count of installations. An installation event is when the user opens the App after they've downloaded it (User Opt-In only). If the App was downloaded but not opened or opened offline, this will not count; if the user opts out of sending data back to Apple, there will also be no data here. A value of 0 indicates there were 0 installations or no value from the source report that day. - - name: sessions - description: Sessions is the count of the number of times the app has been used for at least two seconds (User Opt-In only). If the app is in the background and is later used again, that counts as another session. A value of 0 indicates there were 0 sessions or no value from the source report that day. - - - name: apple_store__source_type_report - description: Each record represents daily metrics by app_id and source_type. Rows exist only where app_store_device has a record. Other source tables contribute metric values only. - columns: - - name: date_day - description: The date of the report and respective recorded metric(s); follows the format YYYY-MM-DD. - - name: app_id - description: Application ID. - - name: app_name - description: Application Name. - - name: source_type - description: A source is counted when a customer follows a link to your App Store product page. There are 8 types of sources App Store Browse, App Store Search, App Referrers, Web Referrers, App Clips, Unavailable, Institutional Purchases, and Null. Null is the default value for data that does not provide source types, including crashes, subscription events and subscription summary. - - name: impressions - description: The number of times your app was viewed in the App Store for more than one second. This includes search results, Featured, Explore, Top Charts and App Product Page views. - - name: page_views - description: The total number of times your App Store product page was clicked and viewed; when a user taps on a link from an app, website or App Clip card that brings them to your App Store product page, the immediate product page_view is attributed to the referring app, website, or App Clip. - - name: first_time_downloads - description: The number of first time downloads for your app; credit is attributed to the referring app, website, or App Clip of the first time download. - - name: redownloads - description: The count of redownloads where a redownload occurs when a user who previously downloaded your app adds it to their device again (User Opt-In only); credit is attributed to the source recorded when a user tapped to download/launch your app for the first time. A value of 0 indicates there were 0 redownloads or no value from the source report that day. - - name: total_downloads - description: Total Downloads is the sum of Redownloads and First Time Downloads. - - name: active_devices - description: The count of devices that ran the app at least one time and for at least two seconds on a given day (User Opt-In only); this metric is presumed to be de-duplicated daily as received from the source data, therefore, aggregating over a span of days is better done in the UI. A value of 0 indicates there were 0 active devices or no value from the source report that day. - - name: deletions - description: The count of deletions. A deletion occurs when a user removes your app from their device (User Opt-In only). Data from resetting or erasing a device’s content and settings is not included. A value of 0 indicates there were 0 deletions or no value from the source report that day. - - name: installations - description: The count of installations. An installation event is when the user opens the App after they've downloaded it (User Opt-In only). If the App was downloaded but not opened or opened offline, this will not count; if the user opts out of sending data back to Apple, there will also be no data here. A value of 0 indicates there were 0 installations or no value from the source report that day. - - name: sessions - description: Sessions is the count of the number of times the app has been used for at least two seconds (User Opt-In only). If the app is in the background and is later used again, that counts as another session. A value of 0 indicates there were 0 sessions or no value from the source report that day. - - - name: apple_store__overview_report - description: Each record represents daily metrics for each app_id. One row per (date_day, app_id) where app_store_device has a record. Other source tables contribute metric values only . - columns: - - name: date_day - description: The date of the report and respective recorded metric(s); follows the format YYYY-MM-DD. - - name: app_id - description: Application ID. - - name: app_name - description: Application Name. - - name: impressions - description: The number of times your app was viewed in the App Store for more than one second. This includes search results, Featured, Explore, Top Charts and App Product Page views. - - name: page_views - description: The total number of times your App Store product page was clicked and viewed; when a user taps on a link from an app, website or App Clip card that brings them to your App Store product page, the immediate product page_view is attributed to the referring app, website, or App Clip. - - name: crashes - description: The number of recorded crashes experienced (User Opt-In only); a value of 0 indicates there were 0 crash reports or no value from the source report that day. - - name: first_time_downloads - description: The number of first time downloads for your app; credit is attributed to the referring app, website, or App Clip of the first time download. - - name: redownloads - description: The count of redownloads where a redownload occurs when a user who previously downloaded your app adds it to their device again (User Opt-In only); credit is attributed to the source recorded when a user tapped to download/launch your app for the first time. A value of 0 indicates there were 0 redownloads or no value from the source report that day. - - name: total_downloads - description: Total Downloads is the sum of Redownloads and First Time Downloads. - - name: active_devices - description: The count of devices that ran the app at least one time and for at least two seconds on a given day (User Opt-In only); this metric is presumed to be de-duplicated daily as received from the source data, therefore, aggregating over a span of days is better done in the UI. A value of 0 indicates there were 0 active devices or no value from the source report that day. - - name: deletions - description: The count of deletions. A deletion occurs when a user removes your app from their device (User Opt-In only). Data from resetting or erasing a device’s content and settings is not included. A value of 0 indicates there were 0 deletions or no value from the source report that day. - - name: installations - description: The count of installations. An installation event is when the user opens the App after they've downloaded it (User Opt-In only). If the App was downloaded but not opened or opened offline, this will not count; if the user opts out of sending data back to Apple, there will also be no data here. A value of 0 indicates there were 0 installations or no value from the source report that day. - - name: sessions - description: Sessions is the count of the number of times the app has been used for at least two seconds (User Opt-In only). If the app is in the background and is later used again, that counts as another session. A value of 0 indicates there were 0 sessions or no value from the source report that day. - - - name: apple_store__platform_version_report - description: Each record represents daily metrics for each by app_id, source_type and platform version. Rows exist only where app_store_platform_version or crashes_platform_version have data. Other source tables contribute metric values only. - columns: - - name: date_day - description: The date of the report and respective recorded metric(s); follows the format YYYY-MM-DD. - - name: app_id - description: Application ID. - - name: app_name - description: Application Name. - - name: source_type - description: A source is counted when a customer follows a link to your App Store product page. There are 8 types of sources App Store Browse, App Store Search, App Referrers, Web Referrers, App Clips, Unavailable, Institutional Purchases, and Null. Null is the default value for data that does not provide source types, including crashes, subscription events and subscription summary. - - name: platform_version - description: The platform version of the device engaging with your app. - - name: impressions - description: The number of times your app was viewed in the App Store for more than one second. This includes search results, Featured, Explore, Top Charts and App Product Page views. - - name: impressions_unique_device - description: The number of unique devices that have viewed your app for more than one second on on the Today, Games, Apps, Featured, Explore, Top Charts, Search tabs of the App Store and App Product Page views. This metric is presumed to be de-duplicated daily as received from the source data, therefore, aggregating over a span of days is better done in the UI. - - name: page_views - description: The total number of times your App Store product page was clicked and viewed; when a user taps on a link from an app, website or App Clip card that brings them to your App Store product page, the immediate product page_view is attributed to the referring app, website, or App Clip. - - name: page_views_unique_device - description: The number of unique devices that have viewed your App Store product page; this metric is presumed to be de-duplicated daily as received from the source data, therefore, aggregating over a span of days is better done in the UI. - - name: crashes - description: The number of recorded crashes experienced (User Opt-In only); a value of 0 indicates there were 0 crash reports or no value from the source report that day. - - name: first_time_downloads - description: The number of first time downloads for your app; credit is attributed to the referring app, website, or App Clip of the first time download. - - name: redownloads - description: The count of redownloads where a redownload occurs when a user who previously downloaded your app adds it to their device again (User Opt-In only); credit is attributed to the source recorded when a user tapped to download/launch your app for the first time. A value of 0 indicates there were 0 redownloads or no value from the source report that day. - - name: total_downloads - description: Total Downloads is the sum of Redownloads and First Time Downloads. - - name: active_devices - description: The count of devices that ran the app at least one time and for at least two seconds on a given day (User Opt-In only); this metric is presumed to be de-duplicated daily as received from the source data, therefore, aggregating over a span of days is better done in the UI. A value of 0 indicates there were 0 active devices or no value from the source report that day. - - name: active_devices_last_30_days - description: The count of devices that ran the app at least one time and for at least two seconds on the date_day of the report minus 30 days (User Opt-In only); this metric is presumed to be de-duplicated daily as received from the source data, therefore, aggregating over a span of days is better done in the UI. A value of 0 indicates there were 0 active devices last 30 days or no value from the source report that day. - - name: deletions - description: The count of deletions. A deletion occurs when a user removes your app from their device (User Opt-In only). Data from resetting or erasing a device’s content and settings is not included. A value of 0 indicates there were 0 deletions or no value from the source report that day. - - name: installations - description: The count of installations. An installation event is when the user opens the App after they've downloaded it (User Opt-In only). If the App was downloaded but not opened or opened offline, this will not count; if the user opts out of sending data back to Apple, there will also be no data here. A value of 0 indicates there were 0 installations or no value from the source report that day. - - name: sessions - description: Sessions is the count of the number of times the app has been used for at least two seconds (User Opt-In only). If the app is in the background and is later used again, that counts as another session. A value of 0 indicates there were 0 sessions or no value from the source report that day. - - - - name: apple_store__app_version_report - description: Each record represents daily metrics for each by app_id, source_type and app version. Rows exist only where usage_app_version or crashes_app_version have data. Other source tables contribute metric values only. - columns: - - name: date_day - description: The date of the report and respective recorded metric(s); follows the format YYYY-MM-DD. - - name: app_id - description: Application ID. - - name: app_name - description: Application Name. - - name: source_type - description: A source is counted when a customer follows a link to your App Store product page. There are 8 types of sources App Store Browse, App Store Search, App Referrers, Web Referrers, App Clips, Unavailable, Institutional Purchases, and Null. Null is the default value for data that does not provide source types, including crashes, subscription events and subscription summary. - - name: app_version - description: The app version of the app that the user is engaging with. - - name: crashes - description: The number of recorded crashes experienced (User Opt-In only); a value of 0 indicates there were 0 crash reports or no value from the source report that day. - - name: active_devices - description: The count of devices that ran the app at least one time and for at least two seconds on a given day (User Opt-In only); this metric is presumed to be de-duplicated daily as received from the source data, therefore, aggregating over a span of days is better done in the UI. A value of 0 indicates there were 0 active devices or no value from the source report that day. - - name: active_devices_last_30_days - description: The count of devices that ran the app at least one time and for at least two seconds on the date_day of the report minus 30 days (User Opt-In only); this metric is presumed to be de-duplicated daily as received from the source data, therefore, aggregating over a span of days is better done in the UI. A value of 0 indicates there were 0 active devices last 30 days or no value from the source report that day. - - name: deletions - description: The count of deletions. A deletion occurs when a user removes your app from their device (User Opt-In only). Data from resetting or erasing a device’s content and settings is not included. A value of 0 indicates there were 0 deletions or no value from the source report that day. - - name: installations - description: The count of installations. An installation event is when the user opens the App after they've downloaded it (User Opt-In only). If the App was downloaded but not opened or opened offline, this will not count; if the user opts out of sending data back to Apple, there will also be no data here. A value of 0 indicates there were 0 installations or no value from the source report that day. - - name: sessions - description: Sessions is the count of the number of times the app has been used for at least two seconds (User Opt-In only). If the app is in the background and is later used again, that counts as another session. A value of 0 indicates there were 0 sessions or no value from the source report that day. diff --git a/inputs_snowflake/apple_store/schemas/app.csv b/inputs_snowflake/apple_store/schemas/app.csv deleted file mode 100644 index 40f8cf26b6b4b20661e1f1cfd73993337b7379ea..0000000000000000000000000000000000000000 --- a/inputs_snowflake/apple_store/schemas/app.csv +++ /dev/null @@ -1,12 +0,0 @@ -column_name,column_description -id,Application ID. -name,Application Name. -is_enabled,Boolean indicator for whether application is enabled or not. -_fivetran_synced,Timestamp of when Fivetran synced a record -TVOS, -APP_OPT_IN_RATE, -ICON_URL, -IS_BUNDLE, -IOS, -ASSET_TOKEN, -PRE_ORDER_INFO, diff --git a/inputs_snowflake/apple_store/schemas/app_store_device.csv b/inputs_snowflake/apple_store/schemas/app_store_device.csv deleted file mode 100644 index e309cc2623b9402342abf4641ad2940454779206..0000000000000000000000000000000000000000 --- a/inputs_snowflake/apple_store/schemas/app_store_device.csv +++ /dev/null @@ -1,13 +0,0 @@ -column_name,column_description -date,The date of the report and respective recorded metric(s); follows the format `YYYY-MM-DD`. -app_id,Application ID. -source_type,"A source is counted when a customer follows a link to your App Store product page. -There are 8 types of sources: App Store Browse, App Store Search, App Referrers, Web Referrers, App Clips, Unavailable, Institutional Purchases, and Null. Null is the default value for data that does not provide source types, including: crashes, subscription events and subscription summary. -More information can be found in the Apple App Store developer [docs](https://developer.apple.com/help/app-store-connect/view-app-analytics/view-acquisition-sources/)." -device,Device type associated with the respective metric(s). -impressions,"The number of times your app was viewed in the App Store for more than one second. This includes search results, Featured, Explore, Top Charts and App Product Page views. (Source: [BusinessofApps](https://www.businessofapps.com/insights/understanding-the-app-store-metrics/#:~:text=Impressions%20%E2%80%93%20%E2%80%9CThe%20number%20of%20times,was%20clicked%20on%20and%20viewed.))" -impressions_unique_device,"The number of unique devices that have viewed your app for more than one second on on the Today, Games, Apps, Featured, Explore, Top Charts, Search tabs of the App Store and App Product Page views. This metric is presumed to be de-duplicated daily as received from the source data, therefore, aggregating over a span of days is better done in the UI." -page_views,"The total number of times your App Store product page was clicked and viewed; when a user taps on a link from an app, website or App Clip card that brings them to your App Store product page, the immediate product page_view is attributed to the referring app, website, or App Clip. (Sources: [Apple](https://help.apple.com/app-store-connect/#/itcf19c873df), [BusinessofApps](https://www.businessofapps.com/insights/understanding-the-app-store-metrics/#:~:text=Impressions%20%E2%80%93%20%E2%80%9CThe%20number%20of%20times,was%20clicked%20on%20and%20viewed.))" -page_views_unique_device,"The number of unique devices that have viewed your App Store product page; this metric is presumed to be de-duplicated daily as received from the source data, therefore, aggregating over a span of days is better done in the UI." -_fivetran_synced,Timestamp of when Fivetran synced a record -MEETS_THRESHOLD, diff --git a/inputs_snowflake/apple_store/schemas/app_store_platform_version.csv b/inputs_snowflake/apple_store/schemas/app_store_platform_version.csv deleted file mode 100644 index 44b7a2718942ce3d89406a21df0362b8ab8d315f..0000000000000000000000000000000000000000 --- a/inputs_snowflake/apple_store/schemas/app_store_platform_version.csv +++ /dev/null @@ -1,13 +0,0 @@ -column_name,column_description -date,The date of the report and respective recorded metric(s); follows the format `YYYY-MM-DD`. -app_id,Application ID. -source_type,"A source is counted when a customer follows a link to your App Store product page. -There are 8 types of sources: App Store Browse, App Store Search, App Referrers, Web Referrers, App Clips, Unavailable, Institutional Purchases, and Null. Null is the default value for data that does not provide source types, including: crashes, subscription events and subscription summary. -More information can be found in the Apple App Store developer [docs](https://developer.apple.com/help/app-store-connect/view-app-analytics/view-acquisition-sources/)." -platform_version,The platform version of the device engaging with your app. -impressions,"The number of times your app was viewed in the App Store for more than one second. This includes search results, Featured, Explore, Top Charts and App Product Page views. (Source: [BusinessofApps](https://www.businessofapps.com/insights/understanding-the-app-store-metrics/#:~:text=Impressions%20%E2%80%93%20%E2%80%9CThe%20number%20of%20times,was%20clicked%20on%20and%20viewed.))" -impressions_unique_device,"The number of unique devices that have viewed your app for more than one second on on the Today, Games, Apps, Featured, Explore, Top Charts, Search tabs of the App Store and App Product Page views. This metric is presumed to be de-duplicated daily as received from the source data, therefore, aggregating over a span of days is better done in the UI." -page_views,"The total number of times your App Store product page was clicked and viewed; when a user taps on a link from an app, website or App Clip card that brings them to your App Store product page, the immediate product page_view is attributed to the referring app, website, or App Clip. (Sources: [Apple](https://help.apple.com/app-store-connect/#/itcf19c873df), [BusinessofApps](https://www.businessofapps.com/insights/understanding-the-app-store-metrics/#:~:text=Impressions%20%E2%80%93%20%E2%80%9CThe%20number%20of%20times,was%20clicked%20on%20and%20viewed.))" -page_views_unique_device,"The number of unique devices that have viewed your App Store product page; this metric is presumed to be de-duplicated daily as received from the source data, therefore, aggregating over a span of days is better done in the UI." -_fivetran_synced,Timestamp of when Fivetran synced a record -MEETS_THRESHOLD, diff --git a/inputs_snowflake/apple_store/schemas/app_store_territory.csv b/inputs_snowflake/apple_store/schemas/app_store_territory.csv deleted file mode 100644 index 54828715ce66be901f8759da0241ff560eaf82ba..0000000000000000000000000000000000000000 --- a/inputs_snowflake/apple_store/schemas/app_store_territory.csv +++ /dev/null @@ -1,13 +0,0 @@ -column_name,column_description -date,The date of the report and respective recorded metric(s); follows the format `YYYY-MM-DD`. -app_id,Application ID. -source_type,"A source is counted when a customer follows a link to your App Store product page. -There are 8 types of sources: App Store Browse, App Store Search, App Referrers, Web Referrers, App Clips, Unavailable, Institutional Purchases, and Null. Null is the default value for data that does not provide source types, including: crashes, subscription events and subscription summary. -More information can be found in the Apple App Store developer [docs](https://developer.apple.com/help/app-store-connect/view-app-analytics/view-acquisition-sources/)." -territory,The territory (aka country) full name associated with the report's respective metric(s). -impressions,"The number of times your app was viewed in the App Store for more than one second. This includes search results, Featured, Explore, Top Charts and App Product Page views. (Source: [BusinessofApps](https://www.businessofapps.com/insights/understanding-the-app-store-metrics/#:~:text=Impressions%20%E2%80%93%20%E2%80%9CThe%20number%20of%20times,was%20clicked%20on%20and%20viewed.))" -impressions_unique_device,"The number of unique devices that have viewed your app for more than one second on on the Today, Games, Apps, Featured, Explore, Top Charts, Search tabs of the App Store and App Product Page views. This metric is presumed to be de-duplicated daily as received from the source data, therefore, aggregating over a span of days is better done in the UI." -page_views,"The total number of times your App Store product page was clicked and viewed; when a user taps on a link from an app, website or App Clip card that brings them to your App Store product page, the immediate product page_view is attributed to the referring app, website, or App Clip. (Sources: [Apple](https://help.apple.com/app-store-connect/#/itcf19c873df), [BusinessofApps](https://www.businessofapps.com/insights/understanding-the-app-store-metrics/#:~:text=Impressions%20%E2%80%93%20%E2%80%9CThe%20number%20of%20times,was%20clicked%20on%20and%20viewed.))" -page_views_unique_device,"The number of unique devices that have viewed your App Store product page; this metric is presumed to be de-duplicated daily as received from the source data, therefore, aggregating over a span of days is better done in the UI." -_fivetran_synced,Timestamp of when Fivetran synced a record -MEETS_THRESHOLD, diff --git a/inputs_snowflake/apple_store/schemas/crashes_app_version.csv b/inputs_snowflake/apple_store/schemas/crashes_app_version.csv deleted file mode 100644 index 68f53621a1d9862b57b620a3c57013e432d118ae..0000000000000000000000000000000000000000 --- a/inputs_snowflake/apple_store/schemas/crashes_app_version.csv +++ /dev/null @@ -1,8 +0,0 @@ -column_name,column_description -date,The date of the report and respective recorded metric(s); follows the format `YYYY-MM-DD`. -app_id,Application ID. -device,Device type associated with the respective metric(s). -app_version,The app version of the app that the user is engaging with. -crashes,The number of recorded crashes experienced (User Opt-In only); a value of 0 indicates there were 0 crash reports or no value from the source report that day. -_fivetran_synced,Timestamp of when Fivetran synced a record -MEETS_THRESHOLD, diff --git a/inputs_snowflake/apple_store/schemas/crashes_platform_version.csv b/inputs_snowflake/apple_store/schemas/crashes_platform_version.csv deleted file mode 100644 index f453c9c655f6091641344900772b9387e41e963d..0000000000000000000000000000000000000000 --- a/inputs_snowflake/apple_store/schemas/crashes_platform_version.csv +++ /dev/null @@ -1,8 +0,0 @@ -column_name,column_description -date,The date of the report and respective recorded metric(s); follows the format `YYYY-MM-DD`. -app_id,Application ID. -device,Device type associated with the respective metric(s). -platform_version,The platform version of the device engaging with your app. -crashes,The number of recorded crashes experienced (User Opt-In only); a value of 0 indicates there were 0 crash reports or no value from the source report that day. -_fivetran_synced,Timestamp of when Fivetran synced a record -MEETS_THRESHOLD, diff --git a/inputs_snowflake/apple_store/schemas/downloads_device.csv b/inputs_snowflake/apple_store/schemas/downloads_device.csv deleted file mode 100644 index 2355eafd1b473d303edab01c5d4943f956b2c3e8..0000000000000000000000000000000000000000 --- a/inputs_snowflake/apple_store/schemas/downloads_device.csv +++ /dev/null @@ -1,12 +0,0 @@ -column_name,column_description -date,The date of the report and respective recorded metric(s); follows the format `YYYY-MM-DD`. -app_id,Application ID. -source_type,"A source is counted when a customer follows a link to your App Store product page. -There are 8 types of sources: App Store Browse, App Store Search, App Referrers, Web Referrers, App Clips, Unavailable, Institutional Purchases, and Null. Null is the default value for data that does not provide source types, including: crashes, subscription events and subscription summary. -More information can be found in the Apple App Store developer [docs](https://developer.apple.com/help/app-store-connect/view-app-analytics/view-acquisition-sources/)." -device,Device type associated with the respective metric(s). -first_time_downloads,"The number of first time downloads for your app; credit is attributed to the referring app, website, or App Clip of the first time download." -redownloads,The count of redownloads where a redownload occurs when a user who previously downloaded your app adds it to their device again (User Opt-In only); credit is attributed to the source recorded when a user tapped to download/launch your app for the first time. A value of 0 indicates there were 0 redownloads or no value from the source report that day. -total_downloads,Total Downloads is the sum of Redownloads and First Time Downloads. -_fivetran_synced,Timestamp of when Fivetran synced a record -MEETS_THRESHOLD, diff --git a/inputs_snowflake/apple_store/schemas/downloads_platform_version.csv b/inputs_snowflake/apple_store/schemas/downloads_platform_version.csv deleted file mode 100644 index 76de3caa6df97d34bf22fe0e10da4f7af2bf3d2f..0000000000000000000000000000000000000000 --- a/inputs_snowflake/apple_store/schemas/downloads_platform_version.csv +++ /dev/null @@ -1,12 +0,0 @@ -column_name,column_description -date,The date of the report and respective recorded metric(s); follows the format `YYYY-MM-DD`. -app_id,Application ID. -source_type,"A source is counted when a customer follows a link to your App Store product page. -There are 8 types of sources: App Store Browse, App Store Search, App Referrers, Web Referrers, App Clips, Unavailable, Institutional Purchases, and Null. Null is the default value for data that does not provide source types, including: crashes, subscription events and subscription summary. -More information can be found in the Apple App Store developer [docs](https://developer.apple.com/help/app-store-connect/view-app-analytics/view-acquisition-sources/)." -platform_version,The platform version of the device engaging with your app. -first_time_downloads,"The number of first time downloads for your app; credit is attributed to the referring app, website, or App Clip of the first time download." -redownloads,The count of redownloads where a redownload occurs when a user who previously downloaded your app adds it to their device again (User Opt-In only); credit is attributed to the source recorded when a user tapped to download/launch your app for the first time. A value of 0 indicates there were 0 redownloads or no value from the source report that day. -total_downloads,Total Downloads is the sum of Redownloads and First Time Downloads. -_fivetran_synced,Timestamp of when Fivetran synced a record -MEETS_THRESHOLD, diff --git a/inputs_snowflake/apple_store/schemas/downloads_territory.csv b/inputs_snowflake/apple_store/schemas/downloads_territory.csv deleted file mode 100644 index 2c93cc1ef50090775b26f7510041dbfcf2153026..0000000000000000000000000000000000000000 --- a/inputs_snowflake/apple_store/schemas/downloads_territory.csv +++ /dev/null @@ -1,12 +0,0 @@ -column_name,column_description -date,The date of the report and respective recorded metric(s); follows the format `YYYY-MM-DD`. -app_id,Application ID. -source_type,"A source is counted when a customer follows a link to your App Store product page. -There are 8 types of sources: App Store Browse, App Store Search, App Referrers, Web Referrers, App Clips, Unavailable, Institutional Purchases, and Null. Null is the default value for data that does not provide source types, including: crashes, subscription events and subscription summary. -More information can be found in the Apple App Store developer [docs](https://developer.apple.com/help/app-store-connect/view-app-analytics/view-acquisition-sources/)." -territory,The territory (aka country) full name associated with the report's respective metric(s). -first_time_downloads,"The number of first time downloads for your app; credit is attributed to the referring app, website, or App Clip of the first time download." -redownloads,The count of redownloads where a redownload occurs when a user who previously downloaded your app adds it to their device again (User Opt-In only); credit is attributed to the source recorded when a user tapped to download/launch your app for the first time. A value of 0 indicates there were 0 redownloads or no value from the source report that day. -total_downloads,Total Downloads is the sum of Redownloads and First Time Downloads. -_fivetran_synced,Timestamp of when Fivetran synced a record -MEETS_THRESHOLD, diff --git a/inputs_snowflake/apple_store/schemas/sales_account.csv b/inputs_snowflake/apple_store/schemas/sales_account.csv deleted file mode 100644 index 926ea65f0b5c5f72ab4b9454f48bbbb6fb3f5a11..0000000000000000000000000000000000000000 --- a/inputs_snowflake/apple_store/schemas/sales_account.csv +++ /dev/null @@ -1,4 +0,0 @@ -column_name,column_description -id,Sales Account ID associated with the app name or app ID. -name,"Sales Account Name associated with the Sales Account ID, app name or app ID. " -_fivetran_synced,Timestamp of when Fivetran synced a record. diff --git a/inputs_snowflake/apple_store/schemas/sales_subscription_events.csv b/inputs_snowflake/apple_store/schemas/sales_subscription_events.csv deleted file mode 100644 index f2292c038f66256cbbafb599b6e181f8f800845d..0000000000000000000000000000000000000000 --- a/inputs_snowflake/apple_store/schemas/sales_subscription_events.csv +++ /dev/null @@ -1,31 +0,0 @@ -column_name,column_description -event_date,The date of the report and respective recorded metric(s); follows the format `YYYY-MM-DD`. -account_number,Sales Account ID associated with the app name or app ID. -app_name,"Sales Account Name associated with the Sales Account ID, app name or app ID." -subscription_name,The subscription name associated with the subscription event metric or subscription summary metric. -event,The subscription event associated with the respective metric(s). -country,The country associated with the subscription event metrics and subscription summary metric(s). This country code maps to ISO-3166 Alpha-2. -state,The state associated with the subscription event metrics or subscription summary metrics. -device,Device type associated with the respective metric(s). -quantity,The number of occurrences of a given subscription event. -_fivetran_synced,Timestamp of when Fivetran synced a record. -PROCEEDS_REASON, -SUBSCRIPTION_GROUP_ID, -PROMOTIONAL_OFFER_ID, -_FILENAME, -PREVIOUS_SUBSCRIPTION_APPLE_ID, -CONSECUTIVE_PAID_PERIODS, -STANDARD_SUBSCRIPTION_DURATION, -VENDOR_NUMBER, -PREVIOUS_SUBSCRIPTION_NAME, -PROMOTIONAL_OFFER_NAME, -SUBSCRIPTION_APPLE_ID, -APP_APPLE_ID, -DAYS_BEFORE_CANCELING, -CANCELLATION_REASON, -SUBSCRIPTION_OFFER_TYPE, -_INDEX, -ORIGINAL_START_DATE, -DAYS_CANCELED, -SUBSCRIPTION_OFFER_DURATION, -MARKETING_OPT_IN_DURATION, diff --git a/inputs_snowflake/apple_store/schemas/sales_subscription_summary.csv b/inputs_snowflake/apple_store/schemas/sales_subscription_summary.csv deleted file mode 100644 index e9b8bc46aeaf9fc8f376b5526296b131978fe6c3..0000000000000000000000000000000000000000 --- a/inputs_snowflake/apple_store/schemas/sales_subscription_summary.csv +++ /dev/null @@ -1,33 +0,0 @@ -column_name,column_description -_filename,Report filenames used to extract the date of the report -app_name,"Sales Account Name associated with the Sales Account ID, app name or app ID. " -account_number,Sales Account ID associated with the app name or app ID. -country,The country associated with the subscription event metrics and subscription summary metric(s). This country code maps to ISO-3166 Alpha-2. -state,The state associated with the subscription event metrics or subscription summary metrics. -subscription_name,The subscription name associated with the subscription event metric or subscription summary metric. -active_free_trial_introductory_offer_subscriptions,Total number of introductory offer subscriptions currently in a free trial. -active_pay_as_you_go_introductory_offer_subscriptions,Total number of introductory offer subscriptions currently with a pay as you go introductory price. -active_pay_up_front_introductory_offer_subscriptions,Total number of introductory offer subscriptions currently with a pay up front introductory price. -active_standard_price_subscriptions,"Total number of auto-renewable standard paid subscriptions currently active, excluding free trials, -subscription offers, introductory offers, and marketing opt-ins. Subscriptions are active during the period for which the customer has paid without cancellation." -_fivetran_synced,Timestamp of when Fivetran synced a record. -CUSTOMER_CURRENCY, -PROCEEDS_REASON, -SUBSCRIPTION_GROUP_ID, -PROMOTIONAL_OFFER_ID, -PAY_UP_FRONT_PROMOTIONAL_OFFER_SUBSCRIPTIONS, -BILLING_RETRY, -CUSTOMER_PRICE, -STANDARD_SUBSCRIPTION_DURATION, -VENDOR_NUMBER, -DEVICE, -PROMOTIONAL_OFFER_NAME, -SUBSCRIPTION_APPLE_ID, -APP_APPLE_ID, -PROCEEDS_CURRENCY, -_INDEX, -GRACE_PERIOD, -DEVELOPER_PROCEEDS, -FREE_TRIAL_PROMOTIONAL_OFFER_SUBSCRIPTIONS, -MARKETING_OPT_INS, -PAY_AS_YOU_GO_PROMOTIONAL_OFFER_SUBSCRIPTIONS, diff --git a/inputs_snowflake/apple_store/schemas/usage_app_version.csv b/inputs_snowflake/apple_store/schemas/usage_app_version.csv deleted file mode 100644 index 7907d78572f50656a332ed00d1d10afa45bb8ec0..0000000000000000000000000000000000000000 --- a/inputs_snowflake/apple_store/schemas/usage_app_version.csv +++ /dev/null @@ -1,14 +0,0 @@ -column_name,column_description -date,The date of the report and respective recorded metric(s); follows the format `YYYY-MM-DD`. -app_id,Application ID. -source_type,"A source is counted when a customer follows a link to your App Store product page. -There are 8 types of sources: App Store Browse, App Store Search, App Referrers, Web Referrers, App Clips, Unavailable, Institutional Purchases, and Null. Null is the default value for data that does not provide source types, including: crashes, subscription events and subscription summary. -More information can be found in the Apple App Store developer [docs](https://developer.apple.com/help/app-store-connect/view-app-analytics/view-acquisition-sources/)." -app_version,The app version of the app that the user is engaging with. -active_devices,"The count of active_device is the count of devices that ran the app at least one time and for at least two seconds on a given day (User Opt-In only); this metric is presumed to be de-duplicated daily as received from the source data, therefore, aggregating over a span of days is better done in the UI. A value of 0 indicates there were 0 active devices or no value from the source report that day." -active_devices_last_30_days,"The count of active_devices_last_30_days is the count of devices that ran the app at least one time and for at least two seconds on the date_day of the report minus 30 days (User Opt-In only); this metric is presumed to be de-duplicated daily as received from the source data, therefore, aggregating over a span of days is better done in the UI. A value of 0 indicates there were 0 active devices last 30 days or no value from the source report that day." -deletions,A deletion occurs when a user removes your app from their device (User Opt-In only). Data from resetting or erasing a device’s content and settings is not included. A value of 0 indicates there were 0 deletions or no value from the source report that day. -installations,"An installation event is when the user opens the App after they've downloaded it (User Opt-In only). If the App was downloaded but not opened or opened offline, this will not count; if the user opts out of sending data back to Apple, there will also be no data here. A value of 0 indicates there were 0 installations or no value from the source report that day." -sessions,"Sessions is the count of the number of times the app has been used for at least two seconds (User Opt-In only). If the app is in the background and is later used again, that counts as another session. A value of 0 indicates there were 0 sessions or no value from the source report that day." -_fivetran_synced,Timestamp of when Fivetran synced a record. -MEETS_THRESHOLD, diff --git a/inputs_snowflake/apple_store/schemas/usage_device.csv b/inputs_snowflake/apple_store/schemas/usage_device.csv deleted file mode 100644 index d3c38d3c52fc22d856d0945dad973fbdc5e551c9..0000000000000000000000000000000000000000 --- a/inputs_snowflake/apple_store/schemas/usage_device.csv +++ /dev/null @@ -1,14 +0,0 @@ -column_name,column_description -date,The date of the report and respective recorded metric(s); follows the format `YYYY-MM-DD`. -app_id,Application ID. -source_type,"A source is counted when a customer follows a link to your App Store product page. -There are 8 types of sources: App Store Browse, App Store Search, App Referrers, Web Referrers, App Clips, Unavailable, Institutional Purchases, and Null. Null is the default value for data that does not provide source types, including: crashes, subscription events and subscription summary. -More information can be found in the Apple App Store developer [docs](https://developer.apple.com/help/app-store-connect/view-app-analytics/view-acquisition-sources/)." -device,Device type associated with the respective metric(s). -active_devices,"The count of active_device is the count of devices that ran the app at least one time and for at least two seconds on a given day (User Opt-In only); this metric is presumed to be de-duplicated daily as received from the source data, therefore, aggregating over a span of days is better done in the UI. A value of 0 indicates there were 0 active devices or no value from the source report that day." -active_devices_last_30_days,"The count of active_devices_last_30_days is the count of devices that ran the app at least one time and for at least two seconds on the date_day of the report minus 30 days (User Opt-In only); this metric is presumed to be de-duplicated daily as received from the source data, therefore, aggregating over a span of days is better done in the UI. A value of 0 indicates there were 0 active devices last 30 days or no value from the source report that day." -deletions,A deletion occurs when a user removes your app from their device (User Opt-In only). Data from resetting or erasing a device’s content and settings is not included. A value of 0 indicates there were 0 deletions or no value from the source report that day. -installations,"An installation event is when the user opens the App after they've downloaded it (User Opt-In only). If the App was downloaded but not opened or opened offline, this will not count; if the user opts out of sending data back to Apple, there will also be no data here. A value of 0 indicates there were 0 installations or no value from the source report that day." -sessions,"Sessions is the count of the number of times the app has been used for at least two seconds (User Opt-In only). If the app is in the background and is later used again, that counts as another session. A value of 0 indicates there were 0 sessions or no value from the source report that day." -_fivetran_synced,Timestamp of when Fivetran synced a record. -MEETS_THRESHOLD, diff --git a/inputs_snowflake/apple_store/schemas/usage_platform_version.csv b/inputs_snowflake/apple_store/schemas/usage_platform_version.csv deleted file mode 100644 index ac3f458eb487178418618a85c136e3b769301350..0000000000000000000000000000000000000000 --- a/inputs_snowflake/apple_store/schemas/usage_platform_version.csv +++ /dev/null @@ -1,14 +0,0 @@ -column_name,column_description -date,The date of the report and respective recorded metric(s); follows the format `YYYY-MM-DD`. -app_id,Application ID. -source_type,"A source is counted when a customer follows a link to your App Store product page. -There are 8 types of sources: App Store Browse, App Store Search, App Referrers, Web Referrers, App Clips, Unavailable, Institutional Purchases, and Null. Null is the default value for data that does not provide source types, including: crashes, subscription events and subscription summary. -More information can be found in the Apple App Store developer [docs](https://developer.apple.com/help/app-store-connect/view-app-analytics/view-acquisition-sources/)." -platform_version,The platform version of the device engaging with your app. -active_devices,"The count of active_device is the count of devices that ran the app at least one time and for at least two seconds on a given day (User Opt-In only); this metric is presumed to be de-duplicated daily as received from the source data, therefore, aggregating over a span of days is better done in the UI. A value of 0 indicates there were 0 active devices or no value from the source report that day." -active_devices_last_30_days,"The count of active_devices_last_30_days is the count of devices that ran the app at least one time and for at least two seconds on the date_day of the report minus 30 days (User Opt-In only); this metric is presumed to be de-duplicated daily as received from the source data, therefore, aggregating over a span of days is better done in the UI. A value of 0 indicates there were 0 active devices last 30 days or no value from the source report that day." -deletions,A deletion occurs when a user removes your app from their device (User Opt-In only). Data from resetting or erasing a device’s content and settings is not included. A value of 0 indicates there were 0 deletions or no value from the source report that day. -installations,"An installation event is when the user opens the App after they've downloaded it (User Opt-In only). If the App was downloaded but not opened or opened offline, this will not count; if the user opts out of sending data back to Apple, there will also be no data here. A value of 0 indicates there were 0 installations or no value from the source report that day." -sessions,"Sessions is the count of the number of times the app has been used for at least two seconds (User Opt-In only). If the app is in the background and is later used again, that counts as another session. A value of 0 indicates there were 0 sessions or no value from the source report that day." -_fivetran_synced,Timestamp of when Fivetran synced a record. -MEETS_THRESHOLD, diff --git a/inputs_snowflake/apple_store/schemas/usage_territory.csv b/inputs_snowflake/apple_store/schemas/usage_territory.csv deleted file mode 100644 index 041fe19168f8cb43973df6a982e84efda2e33553..0000000000000000000000000000000000000000 --- a/inputs_snowflake/apple_store/schemas/usage_territory.csv +++ /dev/null @@ -1,14 +0,0 @@ -column_name,column_description -date,The date of the report and respective recorded metric(s); follows the format `YYYY-MM-DD`. -app_id,Application ID. -source_type,"A source is counted when a customer follows a link to your App Store product page. -There are 8 types of sources: App Store Browse, App Store Search, App Referrers, Web Referrers, App Clips, Unavailable, Institutional Purchases, and Null. Null is the default value for data that does not provide source types, including: crashes, subscription events and subscription summary. -More information can be found in the Apple App Store developer [docs](https://developer.apple.com/help/app-store-connect/view-app-analytics/view-acquisition-sources/)." -territory,The territory (aka country) full name associated with the report's respective metric(s). -active_devices,"The count of active_device is the count of devices that ran the app at least one time and for at least two seconds on a given day (User Opt-In only); this metric is presumed to be de-duplicated daily as received from the source data, therefore, aggregating over a span of days is better done in the UI. A value of 0 indicates there were 0 active devices or no value from the source report that day." -active_devices_last_30_days,"The count of active_devices_last_30_days is the count of devices that ran the app at least one time and for at least two seconds on the date_day of the report minus 30 days (User Opt-In only); this metric is presumed to be de-duplicated daily as received from the source data, therefore, aggregating over a span of days is better done in the UI. A value of 0 indicates there were 0 active devices last 30 days or no value from the source report that day." -deletions,A deletion occurs when a user removes your app from their device (User Opt-In only). Data from resetting or erasing a device’s content and settings is not included. A value of 0 indicates there were 0 deletions or no value from the source report that day. -installations,"An installation event is when the user opens the App after they've downloaded it (User Opt-In only). If the App was downloaded but not opened or opened offline, this will not count; if the user opts out of sending data back to Apple, there will also be no data here. A value of 0 indicates there were 0 installations or no value from the source report that day." -sessions,"Sessions is the count of the number of times the app has been used for at least two seconds (User Opt-In only). If the app is in the background and is later used again, that counts as another session. A value of 0 indicates there were 0 sessions or no value from the source report that day." -_fivetran_synced,Timestamp of when Fivetran synced a record. -MEETS_THRESHOLD, diff --git a/inputs_snowflake/asana/data_model.yaml b/inputs_snowflake/asana/data_model.yaml deleted file mode 100644 index 7538b780f567aa3bb532f851128c3dfdc9e24c50..0000000000000000000000000000000000000000 --- a/inputs_snowflake/asana/data_model.yaml +++ /dev/null @@ -1,137 +0,0 @@ -models: - - name: asana__task - description: An enriched task table consisting of base task info + aggregated metrics and lists - columns: - - name: task_id - description: System generated unique ID of the task. - - name: assignee_user_id - description: Foreign key referencing the ASANA_USER that is currently assigned the task. - - name: is_completed - description: Boolean that is true if the task is currently marked complete. - - name: completed_at - description: Timestamp of when the task was marked complete. - format: YYYY-MM-DD HH:MM:SS.fff - - name: created_at - description: Timestamp of when the task was created - format: YYYY-MM-DD HH:MM:SS.fff - - name: due_date - description: Date the task is due, if provided. - format: YYYY-MM-DD - - name: task_modified_at - description: Timestamp of when the task was last modified - format: YYYY-MM-DD HH:MM:SS.fff - - name: task_description - description: Free-form text describing the task, as seen in the UI. - - name: workspace_id - description: Foreign key reference to the workspace - - name: days_open - description: The number of days the task has been/was open (creation -> completion) - - name: is_currently_assigned - description: Boolean, true if the task is *currently* assigned - - name: has_been_assigned - description: Boolean, true if the task has at one point been assigned, even if currently not. - - name: number_of_comments - description: Count of comments made on the task - - name: number_of_followers - description: Count of the users following the task - - name: tags - description: A list of the tags associated with the task. - - name: number_of_tags - description: Count of the tags associated with the task. - - name: is_subtask - description: Boolean that's true if the task is a subtask of another. - - - - name: asana__user - description: Enriched user table consisting of base user info + metrics around tasks and completions - columns: - - name: user_id - description: System generated unique ID of the user - - name: email - description: The user's email - - name: user_name - description: Name of the user as it appears in the UI - - name: number_of_open_tasks - description: Count of the currently open tasks assigned to this user - - name: number_of_tasks_completed - description: Count of the tasks that this user has completed - - name: number_of_projects_owned - description: Count of the projects that this user is the owner of (excludes archived projects) - - name: number_of_projects_currently_assigned_to - description: Count of the projects that the user is currently assigned open tasks to. - - - - name: asana__project - description: Table of projects' basic info enriched with metrics regarding tasks and completions - columns: - - name: project_id - description: System-generated unique ID of the project. - - name: project_name - description: UI-facing name of the project - - name: number_of_open_tasks - description: Count of the currently open tasks in this project - - name: number_of_assigned_open_tasks - description: Count of the open and assigned tasks in this project. - - name: number_of_tasks_completed - description: Count of tasks that have been completed in this project - - name: team_id - description: Foreign key referencing the ASANA_TEAM that the project is associated with - - name: team_name - description: User-facing name of the project's team - - name: is_archived - description: Boolean representing if the project has been archived in the UI - - name: created_at - description: Timestamp of when the project was created - format: YYYY-MM-DD H[H]:MM:SS - - name: current_status - description: The most recent progress status update for the project (free-form string) - - name: due_date - description: The date the project is due on, if given - format: YYYY-MM-DD H[H]:MM:SS - - name: last_modified_at - description: Timestamp of when the project was last modified (doesn't include comments or tasks) - format: YYYY-MM-DD H[H]:MM:SS - - name: owner_user_id - description: Foreign key referencing the USER who owns the project. - - name: number_of_users_involved - description: Count of the unique users associated with the project - - name: notes - description: Free-form textual description associated with project - - - - name: asana__team - description: Enriched team table consisting of basic team info + task/completion metrics (note that teams can only act on tasks in projects) - columns: - - name: team_id - description: System generate unique ID for the team - - name: team_name - description: UI-facing name of the team. - - name: number_of_open_tasks - description: Count of the currently open tasks for this team. - - name: number_of_assigned_open_tasks - description: Count of the open and assigned tasks for the team. - - name: number_of_tasks_completed - description: Count of tasks that this team has completed. - - name: number_of_active_projects - description: Count of non-archived projects - - name: active_projects - description: Comma-separated string of non-archived project IDs associated with the team, sorted alphabetically by project ID. NULL if the team has no active projects. - - name: number_of_archived_projects - description: Count of archived projects - - - name: asana__tag - description: Table of tag basic info enriched with some task metrics. - columns: - - name: tag_id - description: System-generated unique ID for the tag - - name: tag_name - description: UI-facing name of the tag - - name: created_at - description: Timestamp of when the tag was created - format: YYYY-MM-DD H[H]:MM:SS - - name: number_of_open_tasks - description: Count of the currently open tasks with this tag. - - name: number_of_assigned_open_tasks - description: Count of the open and assigned tasks with this tag. Set to 0 if NULL. - - name: number_of_tasks_completed - description: Count of tasks with this tag that have been completed. Set to 0 if NULL. diff --git a/inputs_snowflake/asana/schemas/project.csv b/inputs_snowflake/asana/schemas/project.csv deleted file mode 100644 index 9aa465e6cbe5e3dd806b69a48b85acd090d63e9c..0000000000000000000000000000000000000000 --- a/inputs_snowflake/asana/schemas/project.csv +++ /dev/null @@ -1,15 +0,0 @@ -column_name,column_description -id,System generated unique ID of the project. -archived,Boolean representing whether the project has been archived (removed from asana UI). -color,Color of the project as seen in the UI. -created_at,Timestamp of when the story was made/the action was logged. -current_status,The most recent progress status update for the project. This is sent to all project followers. -due_date,The date the project is due. -modified_at,The last time the project was updated. Does not include comments nor changes in associations (ie new tasks). -name,The given name of the project. -notes,Free-form textual notes associated with the project. -owner_id,Foreign key referencing the USER who owns the project. -team_id,Foreign key referencing the TEAM that the project is shared with. -workspace_id,The id of an organization's workspace in asana. Not necessary unless you have access to multiple asana workspaces. -_fivetran_synced,Timestamp of when Fivetran synced a record. -_fivetran_deleted,Timestamp of when Fivetran marked a record as deleted diff --git a/inputs_snowflake/asana/schemas/project_task.csv b/inputs_snowflake/asana/schemas/project_task.csv deleted file mode 100644 index dd6a6d8469d5969b32f7b92d611250ac81c0da7f..0000000000000000000000000000000000000000 --- a/inputs_snowflake/asana/schemas/project_task.csv +++ /dev/null @@ -1,4 +0,0 @@ -column_name,column_description -project_id,Foreign key referencing a PROJECT the task belongs to -task_id,Foreign key referencing the TASK in the project -_fivetran_synced,Timestamp of when Fivetran synced a record. diff --git a/inputs_snowflake/asana/schemas/section.csv b/inputs_snowflake/asana/schemas/section.csv deleted file mode 100644 index 4c1cdc492a45c6c1147962d6077c91105f53251b..0000000000000000000000000000000000000000 --- a/inputs_snowflake/asana/schemas/section.csv +++ /dev/null @@ -1,6 +0,0 @@ -column_name,column_description -id,System generated unique ID for each section -created_at,Timestamp of when the section was created by a user -name,"The given name of the section as it appears in the UI. Is stored as ""(no section)"" when this is the default bucket for tasks with a section in a project" -project_id,Foreign key referencing the PROJECT that the section lives in -_fivetran_synced,Timestamp of when Fivetran synced a record. diff --git a/inputs_snowflake/asana/schemas/story.csv b/inputs_snowflake/asana/schemas/story.csv deleted file mode 100644 index 343cef40a2dae67cb03d98944f47672aff36f251..0000000000000000000000000000000000000000 --- a/inputs_snowflake/asana/schemas/story.csv +++ /dev/null @@ -1,11 +0,0 @@ -column_name,column_description -id,System generated unique ID of the story/action taken -created_at,Timestamp of when the story was made/the action was logged -created_by_id,Foreign key referencing the USER who created the story/took the action on the task (sometimes null) -target_id,Foreign key referencing the TASK that the story is about. -text,"Free-form text describing the action that was taken (if type = system), or the content of a comment (if type = comment)" -type,The origin type of the story - a comment or change to the backend/altering a task -source,"Where the story occurred (web, mobile, email, or api)" -_fivetran_synced,Timestamp of when Fivetran synced a record. -NUM_HEARTS, -HEARTED, \ No newline at end of file diff --git a/inputs_snowflake/asana/schemas/tag.csv b/inputs_snowflake/asana/schemas/tag.csv deleted file mode 100644 index e5909a0a97ea37ddc33406b51dab0f8ffec9e920..0000000000000000000000000000000000000000 --- a/inputs_snowflake/asana/schemas/tag.csv +++ /dev/null @@ -1,10 +0,0 @@ -column_name,column_description -id,System generated ID for each tag -name,The name of the tag as it appears in the UI. There can be duplicates. -created_at,Timestamp of when the tag was created -color,Chosen color of the tag as it appears in the UI -_fivetran_deleted,Timestamp of when Fivetran marked a record as deleted -_fivetran_synced,Timestamp of when Fivetran synced a record. -message, -notes, -workspace_id, diff --git a/inputs_snowflake/asana/schemas/task.csv b/inputs_snowflake/asana/schemas/task.csv deleted file mode 100644 index 4bfcb2d4aff14784ccab313b15711aadd58d2301..0000000000000000000000000000000000000000 --- a/inputs_snowflake/asana/schemas/task.csv +++ /dev/null @@ -1,15 +0,0 @@ -column_name,column_description -id,System generated unique identifier for the task -assignee_id,Foreign key referencing the USER assigned to this task (note that a task may not have an assignee) -completed,Boolean that's true if the task is *currently* marked completed. Note that a task can be unmarked complete -completed_at,"Timestamp of when the task was completed, if still currently completed." -completed_by_id,"Foreign key that references the USER who completed the task, if currently completed." -created_at,Timestamp of when the task was first made -due_on,The date on which the task is due. Note that not tasks may not have a due date -due_at,"The date and time at which the task is due, only if a specific time is given." -modified_at,The last time the task was updated. Does not include comments nor changes in associations (ie their projects) -name,The title of the task -notes,Free-form textual description of the task (as seen in the UI). -parent_id,"The ID of the parent of the task, if it is a subtask. Self-refers to TASK" -start_on,"The start date of the task, if given with the due date" -workspace_id,The id of an organization's workspace in asana. Not necessary unless you have access to multiple organization's asanas. diff --git a/inputs_snowflake/asana/schemas/task_follower.csv b/inputs_snowflake/asana/schemas/task_follower.csv deleted file mode 100644 index 8a979e1ea42adba02e59ec0f569f133e2f0ba53a..0000000000000000000000000000000000000000 --- a/inputs_snowflake/asana/schemas/task_follower.csv +++ /dev/null @@ -1,4 +0,0 @@ -column_name,column_description -task_id,Foreign key referencing the TASK being followed -user_id,Foreign key referencing the USER that is following the task -_fivetran_synced,Timestamp of when Fivetran synced a record. diff --git a/inputs_snowflake/asana/schemas/task_section.csv b/inputs_snowflake/asana/schemas/task_section.csv deleted file mode 100644 index 388eeacb9e16d207ebecc65b0d10c19e5956533d..0000000000000000000000000000000000000000 --- a/inputs_snowflake/asana/schemas/task_section.csv +++ /dev/null @@ -1,4 +0,0 @@ -column_name,column_description -section_id,Foreign key referencing the SECTION that the task lives under. -task_id,Foreign key referencing the TASK that lives in a section. -_fivetran_synced,Timestamp of when Fivetran synced a record. diff --git a/inputs_snowflake/asana/schemas/task_tag.csv b/inputs_snowflake/asana/schemas/task_tag.csv deleted file mode 100644 index 5f9d06baeb5fcde8db58c52fc6b758afb26673b4..0000000000000000000000000000000000000000 --- a/inputs_snowflake/asana/schemas/task_tag.csv +++ /dev/null @@ -1,4 +0,0 @@ -column_name,column_description -task_id,Foreign key referencing the TASK that is tagged -tag_id,Foreign key referencing the TAG that is applied to the task -_fivetran_synced,Timestamp of when Fivetran synced a record. diff --git a/inputs_snowflake/asana/schemas/team.csv b/inputs_snowflake/asana/schemas/team.csv deleted file mode 100644 index 606e83e61462069c83c09a854f425b0e94968c47..0000000000000000000000000000000000000000 --- a/inputs_snowflake/asana/schemas/team.csv +++ /dev/null @@ -1,6 +0,0 @@ -column_name,column_description -id,System generated unique ID for each team -name,Provided name for each team. There can be duplicates -organization_id,"Equivalent to the workspace_id, as organizations are a kind of workspace. Probably not relevant unless working with multiple orgs." -_fivetran_deleted,Timestamp of when Fivetran marked a record as deleted -_fivetran_synced,Timestamp of when Fivetran synced a record. diff --git a/inputs_snowflake/asana/schemas/user.csv b/inputs_snowflake/asana/schemas/user.csv deleted file mode 100644 index c9230d9442e61d650c8cb1dec8c6a09a1b5a32d7..0000000000000000000000000000000000000000 --- a/inputs_snowflake/asana/schemas/user.csv +++ /dev/null @@ -1,6 +0,0 @@ -column_name,column_description -id,System generated unique ID for a user -email,Email associated with the user -name,Given name for the user as it appears in the UI -_fivetran_deleted,Timestamp of when Fivetran marked a record as deleted -_fivetran_synced,Timestamp of when Fivetran synced a record. diff --git a/inputs_snowflake/authors/schemas/Author.csv b/inputs_snowflake/authors/schemas/Author.csv deleted file mode 100644 index 9977494663870e3740f4caa14dfa86a5bf84d33f..0000000000000000000000000000000000000000 --- a/inputs_snowflake/authors/schemas/Author.csv +++ /dev/null @@ -1,4 +0,0 @@ -column_name,column_description -Id,Id of the author -Name,Author Name -Affiliation,Organization name with which the author is affiliated. diff --git a/inputs_snowflake/authors/schemas/Conference.csv b/inputs_snowflake/authors/schemas/Conference.csv deleted file mode 100644 index e3d94216d24d0df9cd358370be03ea7c0dab1b1d..0000000000000000000000000000000000000000 --- a/inputs_snowflake/authors/schemas/Conference.csv +++ /dev/null @@ -1,5 +0,0 @@ -column_name,column_description -id,Conference Id -shortname,Short name -fullname,Full name -homepage,Homepage URL of conference diff --git a/inputs_snowflake/authors/schemas/Journal.csv b/inputs_snowflake/authors/schemas/Journal.csv deleted file mode 100644 index 737674b04175cab917b73b400ccc950a188ed486..0000000000000000000000000000000000000000 --- a/inputs_snowflake/authors/schemas/Journal.csv +++ /dev/null @@ -1,5 +0,0 @@ -column_name,column_description -Id,Journal Id -ShortName,Short name -FullName,Full name -HomePage,Homepage URL of journal diff --git a/inputs_snowflake/authors/schemas/Paper.csv b/inputs_snowflake/authors/schemas/Paper.csv deleted file mode 100644 index 1088d6ada2d11b9006a0ca681eeb7513ce725f38..0000000000000000000000000000000000000000 --- a/inputs_snowflake/authors/schemas/Paper.csv +++ /dev/null @@ -1,7 +0,0 @@ -column_name,column_description -Id, Id of the paper -Title,Title of the paper -Year,Year of the paper -ConferenceId,Conference Id in which paper was published -JournalId,Journal Id in which paper was published -Keyword,Keywords of the paper diff --git a/inputs_snowflake/authors/schemas/PaperAuthor.csv b/inputs_snowflake/authors/schemas/PaperAuthor.csv deleted file mode 100644 index 98d48002c33fbd69b39289bc9e655cd008aa2e1c..0000000000000000000000000000000000000000 --- a/inputs_snowflake/authors/schemas/PaperAuthor.csv +++ /dev/null @@ -1,5 +0,0 @@ -column_name,column_description -paperid, Paper Id -authorid,Author Id -name,Author Name (as written on paper) -affiliation,Author Affiliation (as written on paper) diff --git a/inputs_snowflake/beer_factory/schemas/customers.csv b/inputs_snowflake/beer_factory/schemas/customers.csv deleted file mode 100644 index 184b56745380f97b0846d744edc17c875424148f..0000000000000000000000000000000000000000 --- a/inputs_snowflake/beer_factory/schemas/customers.csv +++ /dev/null @@ -1,13 +0,0 @@ -column_name,column_description -CustomerID,the unique id for the customer -First,the first name of the customer -Last,the last name of the customer -StreetAddress,the address of the customer -City,the city where the customer lives -State,the state code -ZipCode,the zip code -Email,the customer's email -PhoneNumber,the customer's phone number -FirstPurchaseDate,the first purchase date of the customer -SubscribedToEmailList,whether the customer subscribe to the email list -Gender,the customer's gender diff --git a/inputs_snowflake/beer_factory/schemas/geolocation.csv b/inputs_snowflake/beer_factory/schemas/geolocation.csv deleted file mode 100644 index 0edeb651e78ff9194b8fc9d25180cf8bd7726eec..0000000000000000000000000000000000000000 --- a/inputs_snowflake/beer_factory/schemas/geolocation.csv +++ /dev/null @@ -1,4 +0,0 @@ -column_name,column_description -LocationID,the id of the location -Latitude,the latitude of the location -Longitude,the longitude of the location diff --git a/inputs_snowflake/beer_factory/schemas/location.csv b/inputs_snowflake/beer_factory/schemas/location.csv deleted file mode 100644 index 69b8914df26d8fe3016ebca7f96f07c8032dd02f..0000000000000000000000000000000000000000 --- a/inputs_snowflake/beer_factory/schemas/location.csv +++ /dev/null @@ -1,7 +0,0 @@ -column_name,column_description -LocationID,the unique id for the location -LocationName,the name of the location -StreetAddress,the street address -City,the city where the location locates -State,the state code -ZipCode,the zip code of the location diff --git a/inputs_snowflake/beer_factory/schemas/rootbeer.csv b/inputs_snowflake/beer_factory/schemas/rootbeer.csv deleted file mode 100644 index 060f52d6e97e4235858e13e2e0415a9c792eef3b..0000000000000000000000000000000000000000 --- a/inputs_snowflake/beer_factory/schemas/rootbeer.csv +++ /dev/null @@ -1,6 +0,0 @@ -column_name,column_description -RootBeerID,the unique id for the root beer -BrandID,the brand id -ContainerType,the type of the container -LocationID,the location id of the selling company -PurchaseDate,the purchase date of the root beer diff --git a/inputs_snowflake/beer_factory/schemas/rootbeerbrand.csv b/inputs_snowflake/beer_factory/schemas/rootbeerbrand.csv deleted file mode 100644 index 479dd967ef64859c49f2d169e0837c96bd5082ff..0000000000000000000000000000000000000000 --- a/inputs_snowflake/beer_factory/schemas/rootbeerbrand.csv +++ /dev/null @@ -1,23 +0,0 @@ -column_name,column_description -brandid,the unique id for the brand -brandname,the brand name -firstbrewedyear,the first brewed year of the brand -breweryname,the brewery name -city,the city where the brewery locates -state,the state code -country,the country where the brewery locates -description,the description of the brand -canesugar,whether the drink contains cane sugar -cornsyrup,whether the drink contains the corn syrup -honey,whether the drink contains the honey -artificialsweetener,whether the drink contains the artificial sweetener -caffeinated,whether the drink is caffeinated -alcoholic,whether the drink is alcoholic -availableincans,whether the drink is available in cans -availableinbottles,whether the drink is available in bottles -availableinkegs,whether the drink is available in kegs -website,the website of the brand -facebookpage,the facebook page of the brand -twitter,the twitter of the brand -wholesalecost,the wholesale cost -currentretailprice,the current retail price diff --git a/inputs_snowflake/beer_factory/schemas/rootbeerreview.csv b/inputs_snowflake/beer_factory/schemas/rootbeerreview.csv deleted file mode 100644 index f2479355e1e163f91bfd75e62c3676d848b2b942..0000000000000000000000000000000000000000 --- a/inputs_snowflake/beer_factory/schemas/rootbeerreview.csv +++ /dev/null @@ -1,6 +0,0 @@ -column_name,column_description -customerid,the id of the customer -brandid,the id of the brand -starrating,the star rating of the root beer -reviewdate,the review date -review,the specific review content diff --git a/inputs_snowflake/beer_factory/schemas/transaction.csv b/inputs_snowflake/beer_factory/schemas/transaction.csv deleted file mode 100644 index dfd765d54931b872a1b65efda00bd40ded29be96..0000000000000000000000000000000000000000 --- a/inputs_snowflake/beer_factory/schemas/transaction.csv +++ /dev/null @@ -1,9 +0,0 @@ -column_name,column_description -TransactionID,the unique id for the transaction -CreditCardNumber,the number of the credit card used for payment -CustomerID,the customer id -TransactionDate,the transaction date -CreditCardType,the credit card type -LocationID,the location id of the selling company -RootBeerID,the root beer id -PurchasePrice,the unit purchase price of the root beer diff --git a/inputs_snowflake/bike_share_1/data_model.yaml b/inputs_snowflake/bike_share_1/data_model.yaml deleted file mode 100644 index a6a9f34ee797824373847c12cb571c0b00ccbb1d..0000000000000000000000000000000000000000 --- a/inputs_snowflake/bike_share_1/data_model.yaml +++ /dev/null @@ -1,20 +0,0 @@ -models: - - name: stations - description: Each record represents a bike share station. - columns: - - name: station_id - description: Unique identifier for the station. - - name: name - description: Name of the station. - - name: city - description: City where the station is located. - - name: num_borrowed_bike - description: Number of bikes borrowed from the station, replace NULL values with 0. - - name: date_most_bikes_available - description: Date when the station had the most bikes available, with ties broken by the ascending order of the date. - - name: above_avg_duration_trips - description: Set to 1 if the average duration of trips starting from the station is above the overall average trip duration; otherwise, set to 0. - - name: per_subscriber - description: Percentage of trips starting from the station that are made by subscribers. - - name: diff_bewteen_as_start_station_and_as_end_station - description: Difference between the number of trips starting from the station and the number of trips ending at the station. \ No newline at end of file diff --git a/inputs_snowflake/bike_share_1/schemas/station.csv b/inputs_snowflake/bike_share_1/schemas/station.csv deleted file mode 100644 index e4326ce601495d46a8b3dc5ebf76e2c0c1979a43..0000000000000000000000000000000000000000 --- a/inputs_snowflake/bike_share_1/schemas/station.csv +++ /dev/null @@ -1,8 +0,0 @@ -column_name,column_description -id,unique ID for each station -name,Station name -lat,latitude -long,longitude -dock_count,number of bikes the station can hold -city, -installation_date,installation date diff --git a/inputs_snowflake/bike_share_1/schemas/status.csv b/inputs_snowflake/bike_share_1/schemas/status.csv deleted file mode 100644 index 3b4e0eb367e9f64e6be96f06f09e335e30b115c9..0000000000000000000000000000000000000000 --- a/inputs_snowflake/bike_share_1/schemas/status.csv +++ /dev/null @@ -1,5 +0,0 @@ -column_name,column_description -station_id,station id -bikes_available,number of available bikes -docks_available,number of available docks -time, diff --git a/inputs_snowflake/bike_share_1/schemas/trip.csv b/inputs_snowflake/bike_share_1/schemas/trip.csv deleted file mode 100644 index dd55ffa99a28d31ebba7a5b1864d8cc478ddbde7..0000000000000000000000000000000000000000 --- a/inputs_snowflake/bike_share_1/schemas/trip.csv +++ /dev/null @@ -1,12 +0,0 @@ -column_name,column_description -id, -duration,The duration of the trip in seconds. -start_date,start date -start_station_name,The name of the start station -start_station_id,The ID of the start station -end_date,end date -end_station_name,The name of the end station -end_station_id,The ID of the end station -bike_id,The ID of the bike -subscription_type,subscription type -zip_code,zip code diff --git a/inputs_snowflake/bike_share_1/schemas/weather.csv b/inputs_snowflake/bike_share_1/schemas/weather.csv deleted file mode 100644 index c28b326fa2a69e692b8dfd0c29fa7739ab7ed542..0000000000000000000000000000000000000000 --- a/inputs_snowflake/bike_share_1/schemas/weather.csv +++ /dev/null @@ -1,25 +0,0 @@ -column_name,column_description -date, -max_temperature_f,max temperature in Fahrenheit degree -mean_temperature_f,mean temperature in Fahrenheit degree -min_temperature_f,min temperature in Fahrenheit degree -max_dew_point_f,max dew point in Fahrenheit degree -mean_dew_point_f,mean dew point in Fahrenheit degree -min_dew_point_f,min dew point in Fahrenheit degree -max_humidity,max humidity -mean_humidity,mean humidity -min_humidity,min humidity -max_sea_level_pressure_inches,max sea level pressure in inches -mean_sea_level_pressure_inches,mean sea level pressure in inches -min_sea_level_pressure_inches,min sea level pressure in inches -max_visibility_miles,max visibility in miles -mean_visibility_miles,mean visibility in miles -min_visibility_miles,min visibility in miles -max_wind_speed_mph,max wind Speed in mph -mean_wind_speed_mph,mean wind Speed in mph -max_gust_speed_mph,max gust Speed in mph -precipitation_inches,precipitation in inches -cloud_cover,cloud cover -events, -wind_dir_degrees,wind direction degrees -zip_code,zip code diff --git a/inputs_snowflake/book_publishing_company/schemas/authors.csv b/inputs_snowflake/book_publishing_company/schemas/authors.csv deleted file mode 100644 index 7b43754c87c1b2230d0cba8813a84d338bea6cc4..0000000000000000000000000000000000000000 --- a/inputs_snowflake/book_publishing_company/schemas/authors.csv +++ /dev/null @@ -1,10 +0,0 @@ -column_name,column_description -au_id,unique number identifying authors -au_lname,author last name -au_fname,author first name -phone,phone number -address,address -city,city -state,state -zip,zip code -contract,contract status diff --git a/inputs_snowflake/book_publishing_company/schemas/discounts.csv b/inputs_snowflake/book_publishing_company/schemas/discounts.csv deleted file mode 100644 index 39c27eaba60a94b271a0102e211eaec52f4a0bd5..0000000000000000000000000000000000000000 --- a/inputs_snowflake/book_publishing_company/schemas/discounts.csv +++ /dev/null @@ -1,6 +0,0 @@ -column_name,column_description -discounttype,discount type -stor_id,store id -lowqty,low quantity (quantity floor) -highqty,high quantity (max quantity) -discount,discount diff --git a/inputs_snowflake/book_publishing_company/schemas/employee.csv b/inputs_snowflake/book_publishing_company/schemas/employee.csv deleted file mode 100644 index 9bf2695c2257d5a92e91d48cdaa00849c92d7510..0000000000000000000000000000000000000000 --- a/inputs_snowflake/book_publishing_company/schemas/employee.csv +++ /dev/null @@ -1,9 +0,0 @@ -column_name,column_description -emp_id,unique number identifying employees -fname,first name of employees -minit,middle name -lname,last name -job_id,number identifying jobs -job_lvl,job level -pub_id,id number identifying publishers -hire_date,hire date diff --git a/inputs_snowflake/book_publishing_company/schemas/jobs.csv b/inputs_snowflake/book_publishing_company/schemas/jobs.csv deleted file mode 100644 index 70b4b9b6a73e93d6daa9a5690e3881757be63787..0000000000000000000000000000000000000000 --- a/inputs_snowflake/book_publishing_company/schemas/jobs.csv +++ /dev/null @@ -1,5 +0,0 @@ -column_name,column_description -job_id,unique id number identifying the jobs -job_desc,job description -min_lvl,min job level -max_lvl,max job level diff --git a/inputs_snowflake/book_publishing_company/schemas/pub_info.csv b/inputs_snowflake/book_publishing_company/schemas/pub_info.csv deleted file mode 100644 index a135508b12a261ccdbb759207206b27e1084938c..0000000000000000000000000000000000000000 --- a/inputs_snowflake/book_publishing_company/schemas/pub_info.csv +++ /dev/null @@ -1,4 +0,0 @@ -column_name,column_description -pub_id,unique id number identifying publications -logo,logo of publications -pr_info,publisher's information diff --git a/inputs_snowflake/book_publishing_company/schemas/publishers.csv b/inputs_snowflake/book_publishing_company/schemas/publishers.csv deleted file mode 100644 index 9e352a4d53e277bdf58e9cfe2c9885c0f8024a4a..0000000000000000000000000000000000000000 --- a/inputs_snowflake/book_publishing_company/schemas/publishers.csv +++ /dev/null @@ -1,6 +0,0 @@ -column_name,column_description -pub_id,unique id number identifying publisher -pub_name,publisher name -city,city -state,state -country,country diff --git a/inputs_snowflake/book_publishing_company/schemas/roysched.csv b/inputs_snowflake/book_publishing_company/schemas/roysched.csv deleted file mode 100644 index 74037c220f6ff1da22279732c240763716f2ab8d..0000000000000000000000000000000000000000 --- a/inputs_snowflake/book_publishing_company/schemas/roysched.csv +++ /dev/null @@ -1,5 +0,0 @@ -column_name,column_description -title_id,unique id number identifying title -lorange,low range -hirange,high range -royalty,royalty diff --git a/inputs_snowflake/book_publishing_company/schemas/sales.csv b/inputs_snowflake/book_publishing_company/schemas/sales.csv deleted file mode 100644 index 748c31c7cc825fe1848fce9d7e519b54a919bb3b..0000000000000000000000000000000000000000 --- a/inputs_snowflake/book_publishing_company/schemas/sales.csv +++ /dev/null @@ -1,7 +0,0 @@ -column_name,column_description -stor_id,id number identifying stores -ord_num,id number identifying the orders -ord_date,the date of the order -qty,quantity of sales -payterms,payments -title_id,id number identifying titles diff --git a/inputs_snowflake/book_publishing_company/schemas/stores.csv b/inputs_snowflake/book_publishing_company/schemas/stores.csv deleted file mode 100644 index 6c3d0b983c62c455c069360750595fa76220ae5c..0000000000000000000000000000000000000000 --- a/inputs_snowflake/book_publishing_company/schemas/stores.csv +++ /dev/null @@ -1,7 +0,0 @@ -column_name,column_description -stor_id,unique id number of stores -stor_name, -stor_address, -city,city name -state,state code -zip,zip code diff --git a/inputs_snowflake/book_publishing_company/schemas/titleauthor.csv b/inputs_snowflake/book_publishing_company/schemas/titleauthor.csv deleted file mode 100644 index 7bd26cf133124214a6524148026b1d4fabd9c683..0000000000000000000000000000000000000000 --- a/inputs_snowflake/book_publishing_company/schemas/titleauthor.csv +++ /dev/null @@ -1,5 +0,0 @@ -column_name,column_description -au_id,author id -title_id,title id -au_ord,author ordering -royaltyper,royaltyper diff --git a/inputs_snowflake/book_publishing_company/schemas/titles.csv b/inputs_snowflake/book_publishing_company/schemas/titles.csv deleted file mode 100644 index 33b7656a85970a3ec828b69efdc79afcf708b83d..0000000000000000000000000000000000000000 --- a/inputs_snowflake/book_publishing_company/schemas/titles.csv +++ /dev/null @@ -1,11 +0,0 @@ -column_name,column_description -title_id,title id -title,title -type,type of titles -pub_id,publisher id -price,price -advance,pre-paid amount -royalty,royalty -ytd_sales,year to date sales -notes,notes if any -pubdate,publication date diff --git a/inputs_snowflake/books/schemas/address.csv b/inputs_snowflake/books/schemas/address.csv deleted file mode 100644 index e5f80253397854336e9d2f534f770a86849fce1d..0000000000000000000000000000000000000000 --- a/inputs_snowflake/books/schemas/address.csv +++ /dev/null @@ -1,6 +0,0 @@ -column_name,column_description -address_id,the unique identifier of the address -street_number,the street number of the address -street_name,the street name -city,the city where the address belongs -country_id,the id of the country where the address belongs diff --git a/inputs_snowflake/books/schemas/address_status.csv b/inputs_snowflake/books/schemas/address_status.csv deleted file mode 100644 index 3ad141e8622737424c887f23dd3de2e0b86f4a14..0000000000000000000000000000000000000000 --- a/inputs_snowflake/books/schemas/address_status.csv +++ /dev/null @@ -1,3 +0,0 @@ -column_name,column_description -status_id,the unique identifier of the status -address_status,the status of the address diff --git a/inputs_snowflake/books/schemas/author.csv b/inputs_snowflake/books/schemas/author.csv deleted file mode 100644 index 18e414b07250ff29d7714f048d06a3711051fa95..0000000000000000000000000000000000000000 --- a/inputs_snowflake/books/schemas/author.csv +++ /dev/null @@ -1,3 +0,0 @@ -column_name,column_description -author_id,the unique identifier of the author -author_name,the name of the author diff --git a/inputs_snowflake/books/schemas/book.csv b/inputs_snowflake/books/schemas/book.csv deleted file mode 100644 index c08c04ffb6ce740cf68bc72e3026c61a5381ccb0..0000000000000000000000000000000000000000 --- a/inputs_snowflake/books/schemas/book.csv +++ /dev/null @@ -1,10 +0,0 @@ -column_name,column_description -book_id,the unique identifier of the book -title,the title of the book -isbn13,the International Standard Book Number of the book -language_id,"the id of the book language -Maps to book_language (language_id)" -num_pages,the number of the pages -publication_date,the publication date of the book -publisher_id,"the id of the publisher -Maps to publisher (publisher_id)" diff --git a/inputs_snowflake/books/schemas/book_author.csv b/inputs_snowflake/books/schemas/book_author.csv deleted file mode 100644 index 5e23db4bd6dfc6aa94ff5f8de0bd0930b8017e44..0000000000000000000000000000000000000000 --- a/inputs_snowflake/books/schemas/book_author.csv +++ /dev/null @@ -1,3 +0,0 @@ -column_name,column_description -book_id,the id of the book Maps to book(book_id) -author_id,the id of the author Maps to author(author_id) diff --git a/inputs_snowflake/books/schemas/book_language.csv b/inputs_snowflake/books/schemas/book_language.csv deleted file mode 100644 index d95efcc06eec39247424466a9b59050f5d095f7e..0000000000000000000000000000000000000000 --- a/inputs_snowflake/books/schemas/book_language.csv +++ /dev/null @@ -1,4 +0,0 @@ -column_name,column_description -language_id,the unique identifier of the language -language_code,the language code -language_name,the language name diff --git a/inputs_snowflake/books/schemas/country.csv b/inputs_snowflake/books/schemas/country.csv deleted file mode 100644 index 4c850227e5c16cc158d07c07478ecb1c859ecfa7..0000000000000000000000000000000000000000 --- a/inputs_snowflake/books/schemas/country.csv +++ /dev/null @@ -1,3 +0,0 @@ -column_name,column_description -country_id,the unique identifier of the country -country_name,the country name diff --git a/inputs_snowflake/books/schemas/cust_order.csv b/inputs_snowflake/books/schemas/cust_order.csv deleted file mode 100644 index 617c7fec850c956fe00445e7d044745cc51592c7..0000000000000000000000000000000000000000 --- a/inputs_snowflake/books/schemas/cust_order.csv +++ /dev/null @@ -1,9 +0,0 @@ -column_name,column_description -order_id,the unique identifier of the customer order -order_date,the date of the order -customer_id,"the id of the customer -Maps to customer(customer_Id)" -shipping_method_id,"the id of the shipping method -Maps to shipping_method(method_id)" -dest_address_id,"the id of the destination address -Maps to address(address_id)" diff --git a/inputs_snowflake/books/schemas/customer.csv b/inputs_snowflake/books/schemas/customer.csv deleted file mode 100644 index 2122270da7311145e1877099e821214b22438718..0000000000000000000000000000000000000000 --- a/inputs_snowflake/books/schemas/customer.csv +++ /dev/null @@ -1,5 +0,0 @@ -column_name,column_description -customer_id,the unique identifier of the customer -first_name,the first name of the customer -last_name,the last name of the customer -email,the email of the customer diff --git a/inputs_snowflake/books/schemas/customer_address.csv b/inputs_snowflake/books/schemas/customer_address.csv deleted file mode 100644 index 553505187be4632bdab0c3c2ee5d63092cd91e0f..0000000000000000000000000000000000000000 --- a/inputs_snowflake/books/schemas/customer_address.csv +++ /dev/null @@ -1,6 +0,0 @@ -column_name,column_description -customer_id,"the id of the customer -Maps to customer(customer_id)" -address_id,"the id of the address -Maps to address(address_id)" -status_id,the id of the address status diff --git a/inputs_snowflake/books/schemas/order_history.csv b/inputs_snowflake/books/schemas/order_history.csv deleted file mode 100644 index a21f213257c904417bed25738ea4a9a1ff290247..0000000000000000000000000000000000000000 --- a/inputs_snowflake/books/schemas/order_history.csv +++ /dev/null @@ -1,7 +0,0 @@ -column_name,column_description -history_id,the unique identifier of the order history -order_id,"the id of the order -Maps to cust_order(order_id)" -status_id,"the id of the order -Maps to order_status(status_id)" -status_date,the date of the status updated diff --git a/inputs_snowflake/books/schemas/order_line.csv b/inputs_snowflake/books/schemas/order_line.csv deleted file mode 100644 index 317a2fc2473d1a84298a482ae26bc31b687e466f..0000000000000000000000000000000000000000 --- a/inputs_snowflake/books/schemas/order_line.csv +++ /dev/null @@ -1,7 +0,0 @@ -column_name,column_description -line_id,the unique identifier of the order line -order_id,"the id of the order -Maps to cust_order(order_id)" -book_id,"the id of the book -Maps to book(book_id)" -price,the price of the order diff --git a/inputs_snowflake/books/schemas/order_status.csv b/inputs_snowflake/books/schemas/order_status.csv deleted file mode 100644 index 7f1a7f89ac5c337ec4750c77a1ca2f3840ebdddb..0000000000000000000000000000000000000000 --- a/inputs_snowflake/books/schemas/order_status.csv +++ /dev/null @@ -1,3 +0,0 @@ -column_name,column_description -status_id,the unique identifier of the order status -status_value,the status value diff --git a/inputs_snowflake/books/schemas/publisher.csv b/inputs_snowflake/books/schemas/publisher.csv deleted file mode 100644 index b77a986b0868ba469636165d19aaf024ca22290a..0000000000000000000000000000000000000000 --- a/inputs_snowflake/books/schemas/publisher.csv +++ /dev/null @@ -1,3 +0,0 @@ -column_name,column_description -publisher_id,the unique identifier of the publisher -publisher_name,the name of the publisher diff --git a/inputs_snowflake/books/schemas/shipping_method.csv b/inputs_snowflake/books/schemas/shipping_method.csv deleted file mode 100644 index 978e6240082dd10bbf50cd7a40f1fc87a8d29705..0000000000000000000000000000000000000000 --- a/inputs_snowflake/books/schemas/shipping_method.csv +++ /dev/null @@ -1,4 +0,0 @@ -column_name,column_description -method_id,the unique identifier of the method -method_name,the method name -cost,the cost of the shipping method diff --git a/inputs_snowflake/california_schools/data_model.yaml b/inputs_snowflake/california_schools/data_model.yaml deleted file mode 100644 index 5f534834eb2ba07fa636b55578866d606b5ac453..0000000000000000000000000000000000000000 --- a/inputs_snowflake/california_schools/data_model.yaml +++ /dev/null @@ -1,21 +0,0 @@ -models: - - name: ca__schools - description: Each record represents a school. - columns: - - name: cdscode - description: Unique identifier for the school. - - name: county - description: The county of the school. - - name: school_name - description: The name of the school. - - name: percent_eligible_free_meals_for_k_12 - description: The percentage of eligible free meals for k-12 of the school - - name: percent_eligible_free_meals_for_ages_5_17 - description: The percentage of eligible free meals for ages 5 to 17 of the school - - name: SAT_excellence_rate - description: Percentage of test takers whose total SAT scores are greater than or equal to 1500 among all test takers of the school - - name: has_more_than_30_difference_in_enrollments_between_K_12_and_ages_5_17 - description: Set to 1 if the school has more than 30 differences in enrollments between K-12 and ages 5-17, otherwise, set to 0 - - name: sum_of_average_score_for_all_subjects - description: The sum of average score for all subjects of the school, replace NULL values with 0. - \ No newline at end of file diff --git a/inputs_snowflake/california_schools/schemas/frpm.csv b/inputs_snowflake/california_schools/schemas/frpm.csv deleted file mode 100644 index 35cef8e07314c91914026c6093da37b4df5dff98..0000000000000000000000000000000000000000 --- a/inputs_snowflake/california_schools/schemas/frpm.csv +++ /dev/null @@ -1,30 +0,0 @@ -column_name,column_description -CDSCode,CDSCode -Academic_Year,Academic Year -County_Code,County Code -District_Code,District Code -School_Code,School Code -County_Name,County Code -District_Name,District Name -School_Name,School Name -District_Type,District Type -School_Type,School Type -Educational_Option_Type,Educational Option Type -NSLP_Provision_Status,NSLP Provision Status -Charter_School_Y_N,Charter School (Y/N) -Charter_School_Number,Charter School Number -Charter_Funding_Type,Charter Funding Type -IRC, -Low_Grade,Low Grade -High_Grade,High Grade -Enrollment_K_12,Enrollment (K-12) -Free_Meal_Count_K_12,Free Meal Count (K-12) -Percent___Eligible_Free_K_12, -FRPM_Count_K_12,Free or Reduced Price Meal Count (K-12) -Percent___Eligible_FRPM_K_12, -Enrollment_Ages_5_17,Enrollment (Ages 5-17) -Free_Meal_Count_Ages_5_17,Free Meal Count (Ages 5-17) -percent___eligible_free_ages_5_17, -FRPM_Count_Ages_5_17, -Percent___Eligible_FRPM_Ages_5_17, -2013_14_CALPADS_Fall_1_Certification_Status,2013-14 CALPADS Fall 1 Certification Status diff --git a/inputs_snowflake/california_schools/schemas/satscores.csv b/inputs_snowflake/california_schools/schemas/satscores.csv deleted file mode 100644 index 06d520179a9a9b0cc237f8e719fe8e0d5260388c..0000000000000000000000000000000000000000 --- a/inputs_snowflake/california_schools/schemas/satscores.csv +++ /dev/null @@ -1,12 +0,0 @@ -column_name,column_description -cds,California Department Schools -rtype,rtype -sname,school name -dname,district segment -cname,county name -enroll12,enrollment (1st-12nd grade) -NumTstTakr,Number of Test Takers in this school -AvgScrRead,average scores in Reading -AvgScrMath,average scores in Math -AvgScrWrite,average scores in writing -NumGE1500,Number of Test Takers Whose Total SAT Scores Are Greater or Equal to 1500 diff --git a/inputs_snowflake/california_schools/schemas/schools.csv b/inputs_snowflake/california_schools/schemas/schools.csv deleted file mode 100644 index 6985c535c45a50d5ca4524f4d14037c3f38a7e71..0000000000000000000000000000000000000000 --- a/inputs_snowflake/california_schools/schemas/schools.csv +++ /dev/null @@ -1,50 +0,0 @@ -column_name,column_description -CDSCode,CDSCode -NCESDist,"This field represents the 7-digit National Center for Educational Statistics (NCES) school district identification number. The first 2 digits identify the state and the last 5 digits identify the school district. Combined, they make a unique 7-digit ID for each school district." -NCESSchool,This field represents the 5-digit NCES school identification number. The NCESSchool combined with the NCESDist form a unique 12-digit ID for each school. -StatusType,This field identifies the status of the district. -County,County name -District,District -School,School -Street,Street -StreetAbr,"The abbreviated street address of the school, district, or administrative authority’s physical location." -City,City -Zip,Zip -State,State -MailStreet,MailStreet -MailStrAbr, -MailCity, -MailZip, -MailState, -Phone,Phone -Ext,"The phone number extension of the school, district, or administrative authority." -Website,"The website address of the school, district, or administrative authority." -OpenDate,The date the school opened. -ClosedDate,The date the school closed. -Charter,This field identifies a charter school. -CharterNum,"The charter school number," -FundingType,Indicates the charter school funding type -DOC,District Ownership Code -DOCType,The District Ownership Code Type is the text description of the DOC category. -SOC,The School Ownership Code is a numeric code used to identify the type of school. -SOCType,The School Ownership Code Type is the text description of the type of school. -EdOpsCode,The Education Option Code is a short text description of the type of education offered. -EdOpsName,Educational Option Name -EILCode,The Educational Instruction Level Code is a short text description of the institution's type relative to the grade range served. -EILName,The Educational Instruction Level Name is the long text description of the institution’s type relative to the grade range served. -GSoffered,"The grade span offered is the lowest grade and the highest grade offered or supported by the school, district, or administrative authority. This field might differ from the grade span served as reported in the most recent certified California Longitudinal Pupil Achievement (CALPADS) Fall 1 data collection." -GSserved,It is the lowest grade and the highest grade of student enrollment as reported in the most recent certified CALPADS Fall 1 data collection. Only K–12 enrollment is reported through CALPADS. This field may differ from the grade span offered. -Virtual,"This field identifies the type of virtual instruction offered by the school. Virtual instruction is instruction in which students and teachers are separated by time and/or location, and interaction occurs via computers and/or telecommunications technologies. " -Magnet,This field identifies whether a school is a magnet school and/or provides a magnet program. -Latitude,"The angular distance (expressed in degrees) between the location of the school, district, or administrative authority and the equator measured north to south." -Longitude,"The angular distance (expressed in degrees) between the location of the school, district, or administrative authority and the prime meridian (Greenwich, England) measured from west to east." -AdmFName1,administrator's first name -AdmLName1,administrator's last name -AdmEmail1,administrator's email address -AdmFName2, -AdmLName2, -AdmEmail2, -AdmFName3, -AdmLName3, -AdmEmail3, -LastUpdate, diff --git a/inputs_snowflake/car_retails/data_model.yaml b/inputs_snowflake/car_retails/data_model.yaml deleted file mode 100644 index 3770e02af8151e9237dbd6ac40ee91d5bcc341bf..0000000000000000000000000000000000000000 --- a/inputs_snowflake/car_retails/data_model.yaml +++ /dev/null @@ -1,58 +0,0 @@ -models: - - name: car_retails__customers - description: Each record represents a customer. - columns: - - name: customernumber - description: Unique identifier for the customer. - - name: customername - description: Name of the customer. - - name: country - description: Country where the customer is located. - - name: has_credit_limit_not_more_than_100000 - description: Set to 1 if the credit limit of the customer is not more than $100,000; otherwise, set to 0. - - name: total_payments_2003 - description: Total payments made by the customer in 2003, replace NULL values with 0. - - name: has_paid_more_than_three_times_in_2003 - description: Set to 1 if the customer has made more than three payments in 2003; otherwise, set to 0. - - name: total_actual_profit_gained - description: Total actual profit gained from the customer, replace NULL values with 0. - - name: total_price_of_product_shipped_in_2003 - description: Total price of products shipped to the customer in 2003, replace NULL values with 0. - - name: car_retails__employees - description: Each record represents an employee. - columns: - - name: employeenumber - description: Unique identifier for the employee. - - name: officecode - description: Office code where the employee is located. - - name: name - description: The name of the employee, formed by concatenating the first name and last name with a space in between. - - name: number_of_customers - description: Number of customers the employee is responsible for, replace NULL values with 0. - - name: is_in_Sydney - description: Set to 1 if the employee is located in Sydney; otherwise, set to 0. - - name: product_name_of_the_highest_amount_of_order - description: Name of the product with the highest total amount paid across all orders handled by the employee; with ties broken by the ascending order of the product name. - - name: customer_made_highest_payment - description: Name of the customer who made the highest total payment to the employee, with ties broken by the descending order of the customer name. - - name: highest_customer_credit_limit - description: The highest credit limit among the customers the employee is responsible for. - - name: car_retails__products - description: Each record represents a product. - columns: - - name: productcode - description: Unique identifier for the product. - - name: productname - description: Name of the product. - - name: buyprice - description: Price at which the product is bought. - - name: number_of_product_ordered - description: Number of the product has been ordered, replace NULL values with 0. - - name: expected_profit_per_piece - description: Expected profit per piece of the product. - - name: num_of_customers - description: Number of customers who have ordered the product, replace NULL values with 0. - - name: total_quantity_sold_in_2003 - description: Total quantity of the product sold in 2003, replace NULL values with 0. - - name: average_actual_profit - description: Average actual profit per unit sold for the product. \ No newline at end of file diff --git a/inputs_snowflake/car_retails/schemas/customers.csv b/inputs_snowflake/car_retails/schemas/customers.csv deleted file mode 100644 index 5b9e4c870dcc08b38f5b4b7bf90c4bfb25eba789..0000000000000000000000000000000000000000 --- a/inputs_snowflake/car_retails/schemas/customers.csv +++ /dev/null @@ -1,14 +0,0 @@ -column_name,column_description -customerNumber,unique id number of customer -customerName,the name when the customer registered -contactLastName,contact last name -contactFirstName,contact first name -phone,phone -addressLine1,addressLine1 -addressLine2,addressLine2 -city,city -state,state -postalCode,postalCode -country,country -salesRepEmployeeNumber,sales representative employee number -creditLimit,credit limit diff --git a/inputs_snowflake/car_retails/schemas/employees.csv b/inputs_snowflake/car_retails/schemas/employees.csv deleted file mode 100644 index ee8581f9a1791d7462ca374ead37b9ee11133a12..0000000000000000000000000000000000000000 --- a/inputs_snowflake/car_retails/schemas/employees.csv +++ /dev/null @@ -1,9 +0,0 @@ -column_name,column_description -employeeNumber,unique string ID of the employees -lastName,last name of employees -firstName,first name of employees -extension,extension number -email,email -officeCode,office code of the employees -reportsTo,represents for organization structure such as who reports to whom -jobTitle,job title diff --git a/inputs_snowflake/car_retails/schemas/offices.csv b/inputs_snowflake/car_retails/schemas/offices.csv deleted file mode 100644 index 53756f72c297b4009c00e5ab712e14b73e654be4..0000000000000000000000000000000000000000 --- a/inputs_snowflake/car_retails/schemas/offices.csv +++ /dev/null @@ -1,10 +0,0 @@ -column_name,column_description -officeCode,unique ID of the office -city, -phone,phone number -addressLine1,addressLine1 -addressLine2,addressLine2 -state, -country,country -postalCode,postalCode -territory,territory diff --git a/inputs_snowflake/car_retails/schemas/orderdetails.csv b/inputs_snowflake/car_retails/schemas/orderdetails.csv deleted file mode 100644 index 9e0111e8d0586e7a0920f5278d1abf916db4a45a..0000000000000000000000000000000000000000 --- a/inputs_snowflake/car_retails/schemas/orderdetails.csv +++ /dev/null @@ -1,6 +0,0 @@ -column_name,column_description -orderNumber,order number -productCode,product code -quantityOrdered,quantity ordered -priceEach,price for each -orderLineNumber,order Line Number diff --git a/inputs_snowflake/car_retails/schemas/orders.csv b/inputs_snowflake/car_retails/schemas/orders.csv deleted file mode 100644 index cbd772762f41a45049fd0484b700c691a284cc0e..0000000000000000000000000000000000000000 --- a/inputs_snowflake/car_retails/schemas/orders.csv +++ /dev/null @@ -1,8 +0,0 @@ -column_name,column_description -orderNumber,unique order number -orderDate,order date -requiredDate,required Date -shippedDate,shipped Date -status,status -comments,comments -customerNumber,customer number diff --git a/inputs_snowflake/car_retails/schemas/payments.csv b/inputs_snowflake/car_retails/schemas/payments.csv deleted file mode 100644 index 132068a0252f855a31edbf1beca0c3c32af92e9c..0000000000000000000000000000000000000000 --- a/inputs_snowflake/car_retails/schemas/payments.csv +++ /dev/null @@ -1,5 +0,0 @@ -column_name,column_description -customerNumber,customer number -checkNumber,check Number -paymentDate,payment Date -amount,amount diff --git a/inputs_snowflake/car_retails/schemas/productlines.csv b/inputs_snowflake/car_retails/schemas/productlines.csv deleted file mode 100644 index a4e583a79a1426ddd62c8323c1f9338750563097..0000000000000000000000000000000000000000 --- a/inputs_snowflake/car_retails/schemas/productlines.csv +++ /dev/null @@ -1,3 +0,0 @@ -column_name,column_description -productline,unique product line name -textdescription,text description diff --git a/inputs_snowflake/car_retails/schemas/products.csv b/inputs_snowflake/car_retails/schemas/products.csv deleted file mode 100644 index 14f05a1daa6420099de134d5d0c4a19325dd3c6b..0000000000000000000000000000000000000000 --- a/inputs_snowflake/car_retails/schemas/products.csv +++ /dev/null @@ -1,10 +0,0 @@ -column_name,column_description -productCode,unique product code -productName,product name -productLine,product line name -productScale,product scale -productVendor,product vendor -productDescription,product description -quantityInStock,quantity in stock -buyPrice,buy price from vendors -MSRP,Manufacturer Suggested Retail Price diff --git a/inputs_snowflake/card_games/data_model.yaml b/inputs_snowflake/card_games/data_model.yaml deleted file mode 100644 index 8f2d7161d82aa9e4579c8642ffe264f8c15a484d..0000000000000000000000000000000000000000 --- a/inputs_snowflake/card_games/data_model.yaml +++ /dev/null @@ -1,20 +0,0 @@ -models: - - name: card_games__sets - description: Each record represents a set. - columns: - - name: id - description: Unique identifier for the set. - - name: name - description: The name of the set. - - name: setCode - description: The set code of the set. - - name: num_cards - description: The number of cards in the set, replace NULL values with 0. - - name: num_translations - description: The number of translations of the card set, replace NULL values with 0. - - name: has_Japanese_translation_and_only_available_in_non_foil - description: Set to 1 if the card set has Japanses translation and is only available non-foil. - - name: per_cards_with_a_converted_mana_cost_10 - description: The percentage of the cards with a converted Mana Cost of 10 in the set. - - name: card_has_highest_converted_mana_cost - description: The name of card in the set with the highest converted mana cost, with ties broken by the ascending order of the card name \ No newline at end of file diff --git a/inputs_snowflake/card_games/schemas/card_sets.csv b/inputs_snowflake/card_games/schemas/card_sets.csv deleted file mode 100644 index b6ddacf91fbaf553f8c23940b0026fe99847fd0b..0000000000000000000000000000000000000000 --- a/inputs_snowflake/card_games/schemas/card_sets.csv +++ /dev/null @@ -1,22 +0,0 @@ -column_name,column_description -id,unique id identifying this set -baseSetSize,The number of cards in the set. -block,The block name the set was in. -booster,A breakdown of possibilities and weights of cards in a booster pack. -code,The set code for the set. -isFoilOnly,If the set is only available in foil. -isForeignOnly,If the set is available only outside the United States of America. -isNonFoilOnly,If the set is only available in non-foil. -isOnlineOnly,If the set is only available in online game variations. -isPartialPreview,If the set is still in preview (spoiled). Preview sets do not have complete data. -keyruneCode,The matching Keyrune code for set image icons. -mcmId,The Magic Card Marketset identifier. -mcmIdExtras,The split Magic Card Market set identifier if a set is printed in two sets. This identifier represents the second set's identifier. -mcmName, -mtgoCode,The set code for the set as it appears on Magic: The Gathering Online -name,The name of the set. -parentCode,"The parent set code for set variations like promotions, guild kits, etc." -releaseDate,The release date in ISO 8601 format for the set. -tcgplayerGroupId,The group identifier of the set on TCGplayer -totalSetSize,"The total number of cards in the set, including promotional and related supplemental products but excluding Alchemy modifications - however those cards are included in the set itself." -type,The expansion type of the set. diff --git a/inputs_snowflake/card_games/schemas/cards.csv b/inputs_snowflake/card_games/schemas/cards.csv deleted file mode 100644 index ba890c028aaa67a0f8097909e9cccb677c1beb34..0000000000000000000000000000000000000000 --- a/inputs_snowflake/card_games/schemas/cards.csv +++ /dev/null @@ -1,75 +0,0 @@ -column_name,column_description -id, -artist,The name of the artist that illustrated the card art. -asciiName,The ASCII(opens new window) (Basic/128) code formatted card name with no special unicode characters. -availability,A list of the card's available printing types. -borderColor,The color of the card border. -cardKingdomFoilId,card Kingdom Foil Id -cardKingdomId,card Kingdom Id -colorIdentity,"A list of all the colors found in manaCost, colorIndicator, and text" -colorIndicator,A list of all the colors in the color indicator (The symbol prefixed to a card's types). -colors,A list of all the colors in manaCost and colorIndicator. -convertedManaCost,The converted mana cost of the card. Use the manaValue property. -duelDeck,The indicator for which duel deck the card is in. -edhrecRank,The card rank on EDHRec -faceConvertedManaCost,The converted mana cost or mana value for the face for either half or part of the card. -faceName,The name on the face of the card. -flavorName,The promotional card name printed above the true card name on special cards that has no game function. -flavorText,The italicized text found below the rules text that has no game function. -frameEffects,The visual frame effects. -frameVersion,The version of the card frame style. -hand,The starting maximum hand size total modifier. -hasAlternativeDeckLimit,If the card allows a value other than 4 copies in a deck. -hasContentWarning,If the card marked by Wizards of the Coast (opens new window) for having sensitive content. See this official article (opens new window) for more information. -hasFoil,If the card can be found in foil -hasNonFoil,If the card can be found in non-foil -isAlternative,If the card is an alternate variation to an original printing -isFullArt,If the card has full artwork. -isOnlineOnly,If the card is only available in online game variations. -isOversized,If the card is oversized. -isPromo,If the card is a promotional printing. -isReprint,If the card has been reprinted. -isReserved,If the card is on the Magic: The Gathering Reserved List (opens new window) -isStarter,If the card is found in a starter deck such as Planeswalker/Brawl decks. -isStorySpotlight,If the card is a Story Spotlight card. -isTextless,If the card does not have a text box. -isTimeshifted,If the card is time shifted -keywords,A list of keywords found on the card. -layout,"The type of card layout. For a token card, this will be ""token""" -leadershipSkills,A list of formats the card is legal to be a commander in -life,The starting life total modifier. A plus or minus character precedes an integer. -loyalty,The starting loyalty value of the card. -manaCost,The mana cost of the card wrapped in brackets for each value. -mcmId, -mcmMetaId, -mtgArenaId, -mtgjsonV4Id, -mtgoFoilId, -mtgoId, -multiverseId, -name,The name of the card. -number,The number of the card -originalReleaseDate,original Release Date -originalText,original Text -originalType,original Type -otherFaceIds,other Face Ids -power,The power of the card. -printings,"A list of set printing codes the card was printed in, formatted in uppercase." -promoTypes,A list of promotional types for a card. -purchaseUrls,Links that navigate to websites where the card can be purchased. -rarity,The card printing rarity. -scryfallId, -scryfallIllustrationId, -scryfallOracleId, -setCode,The set printing code that the card is from. -side,The identifier of the card side. -subtypes,A list of card subtypes found after em-dash. -supertypes,A list of card supertypes found before em-dash. -tcgplayerProductId, -text,The rules text of the card. -toughness,The toughness of the card. -type,"The type of the card as visible, including any supertypes and subtypes." -types,"A list of all card types of the card, including Un‑sets and gameplay variants." -uuid,The universal unique identifier (v5) generated by MTGJSON. Each entry is unique. -variations, -watermark,The name of the watermark on the card. diff --git a/inputs_snowflake/card_games/schemas/foreign_data.csv b/inputs_snowflake/card_games/schemas/foreign_data.csv deleted file mode 100644 index 60e0ecb6e7324746dda013f9473966315acd3785..0000000000000000000000000000000000000000 --- a/inputs_snowflake/card_games/schemas/foreign_data.csv +++ /dev/null @@ -1,9 +0,0 @@ -column_name,column_description -id,unique id number identifying this row of data -flavorText,The foreign flavor text of the card. -language,The foreign language of card. -multiverseid,The foreign multiverse identifier of the card. -name,The foreign name of the card. -text,The foreign text ruling of the card. -type,The foreign type of the card. Includes any supertypes and subtypes. -uuid, diff --git a/inputs_snowflake/card_games/schemas/legalities.csv b/inputs_snowflake/card_games/schemas/legalities.csv deleted file mode 100644 index 1d8a5cb42ff895b78c5a48b43d526613e5fa9e67..0000000000000000000000000000000000000000 --- a/inputs_snowflake/card_games/schemas/legalities.csv +++ /dev/null @@ -1,5 +0,0 @@ -column_name,column_description -id,unique id identifying this legality -format,format of play -status, -uuid, diff --git a/inputs_snowflake/card_games/schemas/rulings.csv b/inputs_snowflake/card_games/schemas/rulings.csv deleted file mode 100644 index 7ab99c3668515674aa3b877882d842b46be920f7..0000000000000000000000000000000000000000 --- a/inputs_snowflake/card_games/schemas/rulings.csv +++ /dev/null @@ -1,5 +0,0 @@ -column_name,column_description -id,unique id identifying this ruling -date,date -text,description about this ruling -uuid, diff --git a/inputs_snowflake/card_games/schemas/set_translations.csv b/inputs_snowflake/card_games/schemas/set_translations.csv deleted file mode 100644 index 00156b1e81ed06aa921fbbb8a05bbb65130ad5c0..0000000000000000000000000000000000000000 --- a/inputs_snowflake/card_games/schemas/set_translations.csv +++ /dev/null @@ -1,5 +0,0 @@ -column_name,column_description -id,unique id identifying this set -language,language of this card set -setCode,the set code for this set -translation,translation of this card set diff --git a/inputs_snowflake/cars/data_model.yaml b/inputs_snowflake/cars/data_model.yaml deleted file mode 100644 index 6f2b9beb099b4cd25793fe438c95a00f223b5867..0000000000000000000000000000000000000000 --- a/inputs_snowflake/cars/data_model.yaml +++ /dev/null @@ -1,18 +0,0 @@ -models: - - name: countries - description: Each record represents a country. - columns: - - name: origin - description: The unique identifier for the origin country. - - name: country - description: the origin country of the car. - - name: fastest_car - description: Name of the fastest car produced in the country, with ties broken by the ascending order of the car name. Fastest car is determined by the highest acceleration. - - name: most_fuel_efficient_car - description: Name of the most fuel-efficient car produced in the country, with ties broken by the descending order of the car name. - - name: num_cars - description: Number of cars produced in the country; different model years are counted as different cars. Replace NULL values with 0. - - name: num_car_worth_over_35000_and_acceleration_14 - description: Number of cars produced in the country that are worth over $35,000 and have an acceleration of 14, different model years are counted as different cars, replace NULL values with 0. - - name: avg_car_price - description: Average price of cars produced in the country, where different model years are counted as different cars. \ No newline at end of file diff --git a/inputs_snowflake/cars/schemas/country.csv b/inputs_snowflake/cars/schemas/country.csv deleted file mode 100644 index dbb75ed17d979938b2feb791f947611fae43e6f6..0000000000000000000000000000000000000000 --- a/inputs_snowflake/cars/schemas/country.csv +++ /dev/null @@ -1,3 +0,0 @@ -column_name,column_description -origin,the unique identifier for the origin country -country,the origin country of the car diff --git a/inputs_snowflake/cars/schemas/data.csv b/inputs_snowflake/cars/schemas/data.csv deleted file mode 100644 index bad468853137bd93cd999a0c09a00afc4fdad360..0000000000000000000000000000000000000000 --- a/inputs_snowflake/cars/schemas/data.csv +++ /dev/null @@ -1,10 +0,0 @@ -column_name,column_description -id,unique ID for each car -mpg,mileage of the car in miles per gallon -cylinders,the number of cylinders present in the car -displacement,engine displacement in cubic mm -horsepower,horse power associated with the car -weight,weight of the car in lbs -acceleration,acceleration of the car in miles per squared hour -model,the year when the car model was introduced in the market -car_name,name of the car diff --git a/inputs_snowflake/cars/schemas/price.csv b/inputs_snowflake/cars/schemas/price.csv deleted file mode 100644 index 8d287f31e66856e4575fd3b25763a856e790fbb3..0000000000000000000000000000000000000000 --- a/inputs_snowflake/cars/schemas/price.csv +++ /dev/null @@ -1,3 +0,0 @@ -column_name,column_description -ID,unique ID for each car -price,price of the car in USD diff --git a/inputs_snowflake/cars/schemas/production.csv b/inputs_snowflake/cars/schemas/production.csv deleted file mode 100644 index 2ac01a996e9731757158b9e664c719fa7a9a5696..0000000000000000000000000000000000000000 --- a/inputs_snowflake/cars/schemas/production.csv +++ /dev/null @@ -1,4 +0,0 @@ -column_name,column_description -ID,the id of the car -model_year,year when the car model was introduced in the market -country,country id to which the car belongs diff --git a/inputs_snowflake/chicago_crime/data_model.yaml b/inputs_snowflake/chicago_crime/data_model.yaml deleted file mode 100644 index a2cd67ba352a12be8f710d66cd75569e7359c2ba..0000000000000000000000000000000000000000 --- a/inputs_snowflake/chicago_crime/data_model.yaml +++ /dev/null @@ -1,39 +0,0 @@ -models: - - name: community_areas - description: Each record represents a community area. - columns: - - name: community_area_no - description: Unique identifier for the community area. - - name: community_area_name - description: Name of the community area. - - name: population - description: Population of the community area, convert to integer. - - name: num_neighborhoods - description: Number of neighborhoods in the community area, replace NULL values with 0. - - name: num_crimes - description: Number of crimes reported in the community area, replace NULL values with 0. - - name: num_pocket_picking_thefts - description: Number of pocket-picking thefts reported in the community area, replace NULL values with 0. - - name: per_under_500_thefts - description: Percentage of thefts in the community area that are $500 and under. - - name: more_than_average_solicit_for_prostitutes_reported - description: Set to 1 if the number of solicitations for prostitutes reported in the community area is more than the average number of solicitations for prostitutes reported in all community areas; otherwise, set to 0. - - name: districts - description: Each record represents a district. - columns: - - name: district_no - description: Unique identifier for the district. - - name: district_name - description: Name of the district. - - name: email - description: Email address to contact district administrators. - - name: num_crimes_Jan_2018 - description: Number of crimes reported in January 2018 in the district, replace NULL values with 0. - - name: num_crimes - description: Number of crimes reported in the district, replace NULL values with 0. - - name: diff_bewteen_vehicular_hijackings_and_aggravated_vehicular_hijackings - description: Difference between the number of vehicular hijackings and the number of aggravated vehicular hijackings reported in the district. - - name: per_crimes_heppened_inside_the_house - description: Percentage of crimes reported in the district that happened inside the house (location description is 'HOUSE'). - - name: num_domestic_violence - description: Number of domestic violence cases reported in the district, replace NULL values with 0. \ No newline at end of file diff --git a/inputs_snowflake/chicago_crime/schemas/Community_Area.csv b/inputs_snowflake/chicago_crime/schemas/Community_Area.csv deleted file mode 100644 index 75889e180b9d909718ba6def47b36e60867b1734..0000000000000000000000000000000000000000 --- a/inputs_snowflake/chicago_crime/schemas/Community_Area.csv +++ /dev/null @@ -1,5 +0,0 @@ -column_name,column_description -community_area_no,unique community area number -community_area_name,community area name -side,district -population,population of the community diff --git a/inputs_snowflake/chicago_crime/schemas/Crime.csv b/inputs_snowflake/chicago_crime/schemas/Crime.csv deleted file mode 100644 index 11c4753c8c07a1b33ab1b0bbde3bbab1a14deab2..0000000000000000000000000000000000000000 --- a/inputs_snowflake/chicago_crime/schemas/Crime.csv +++ /dev/null @@ -1,16 +0,0 @@ -column_name,column_description -report_no,unique Numeric identifier of the crime report. -case_number,Case number assigned to the reported crime. -date,Date of the occurrence of the incident being reported -block,A redacted address indicating in which city block the incident occurred -iucr_no,Illinois Uniform Crime Reporting code: a four digit code used to classify criminal incidents when taking reports. -location_description,A description of the kind of area where incident occurred -arrest,A true/false value indicating if an arrest has been made -domestic,A true/false value indicating if the incident is as case of domestic violence -beat, -district_no,A number indicating the geographic subdivision of the police district where the incident occurred -ward_no,A two digit number identifying the legislative district (ward) where the incident occurred. -community_area_no,A number identifying one of 77 geographic areas where the incident occurred -fbi_code_no,A code identifying the type of crime reported according to the classification scheme used by the FBI. -latitude,The latitude where incident is reported to have occurred. -longitude,The longitude where incident is reported to have occurred. diff --git a/inputs_snowflake/chicago_crime/schemas/District.csv b/inputs_snowflake/chicago_crime/schemas/District.csv deleted file mode 100644 index 031f20dbdeb56370ce7396ccc4f46c8dd6c40888..0000000000000000000000000000000000000000 --- a/inputs_snowflake/chicago_crime/schemas/District.csv +++ /dev/null @@ -1,11 +0,0 @@ -column_name,column_description -district_no,unique number identifying the district -district_name, name of the district -address,Street address of the police district building -zip_code,ZIP code of the police district building -commander,Name of the district's commanding officer -email,Email address to contact district administrators -phone,Main telephone number for the district -fax,Fax number for the district -tty,Number of the district teletype machine. -twitter,The district twitter handle. diff --git a/inputs_snowflake/chicago_crime/schemas/FBI_Code.csv b/inputs_snowflake/chicago_crime/schemas/FBI_Code.csv deleted file mode 100644 index 751b76879f14a1299931f4178d183460bac8b61c..0000000000000000000000000000000000000000 --- a/inputs_snowflake/chicago_crime/schemas/FBI_Code.csv +++ /dev/null @@ -1,5 +0,0 @@ -column_name,column_description -fbi_code_no,unique code made by fbi to classify the crime cases -title,Short description of the kind of crime -description,Detailed description of the kind of crime -crime_against,States who the crime is against. diff --git a/inputs_snowflake/chicago_crime/schemas/IUCR.csv b/inputs_snowflake/chicago_crime/schemas/IUCR.csv deleted file mode 100644 index 3e58bcf761dbb679ccbdec43ffd9fdffd4fb2787..0000000000000000000000000000000000000000 --- a/inputs_snowflake/chicago_crime/schemas/IUCR.csv +++ /dev/null @@ -1,5 +0,0 @@ -column_name,column_description -iucr_no,Unique identifier for the incident classification -primary_description,The general description of the incident classification -secondary_description,The specific description of the incident classification -index_code,"Uses values ""I"" and ""N"" to indicate crimes " diff --git a/inputs_snowflake/chicago_crime/schemas/Neighborhood.csv b/inputs_snowflake/chicago_crime/schemas/Neighborhood.csv deleted file mode 100644 index 4f9f3a82546fd400832b6cee811903f432eac113..0000000000000000000000000000000000000000 --- a/inputs_snowflake/chicago_crime/schemas/Neighborhood.csv +++ /dev/null @@ -1,3 +0,0 @@ -column_name,column_description -neighborhood_name,The neighborhood name as used in everyday communication -community_area_no,The community area in which most of the neighborhood is located diff --git a/inputs_snowflake/chicago_crime/schemas/Ward.csv b/inputs_snowflake/chicago_crime/schemas/Ward.csv deleted file mode 100644 index 92b2da818c9c68087afc4e934f8256056840390f..0000000000000000000000000000000000000000 --- a/inputs_snowflake/chicago_crime/schemas/Ward.csv +++ /dev/null @@ -1,14 +0,0 @@ -column_name,column_description -ward_no, -alderman_first_name, -alderman_last_name, -alderman_name_suffix, -ward_office_address, -ward_office_zip, -ward_email, -ward_office_phone, -ward_office_fax, -city_hall_office_room, -city_hall_office_phone, -city_hall_office_fax, -Population, diff --git a/inputs_snowflake/citeseer/data_model.yaml b/inputs_snowflake/citeseer/data_model.yaml deleted file mode 100644 index db7134d4311cab4e7988cca7d22f6e402946dd9e..0000000000000000000000000000000000000000 --- a/inputs_snowflake/citeseer/data_model.yaml +++ /dev/null @@ -1,18 +0,0 @@ -models: - - name: citeseer_paper - description: Each record represents a paper. - columns: - - name: paper_id - description: Unique identifier for the paper. - - name: class_label - description: Class label of the paper. - - name: num_cited_word - description: Number of cited words in the paper, replace NULL values with 0. - - name: cited_word_class - description: Set to '>50' if the paper contains more than 50 cited words, '20~50' if it contains between 20 and 50 cited words, or '<20' if it contains fewer than 20 cited words. - - name: under_agents_classification - description: Set to 1 if the paper is classified under the 'Agents' category; otherwise, set to 0. - - name: cited_word1002 - description: Set to 1 if the paper has cited word1002; otherwise, set to 0. - - name: ML_and_cited_butz01algorithmic - description: Set to 1 if the paper is classified as ML and cited butz01algorithmic; otherwise, set to 0. \ No newline at end of file diff --git a/inputs_snowflake/citeseer/schemas/cites.csv b/inputs_snowflake/citeseer/schemas/cites.csv deleted file mode 100644 index b8ef49600411c7dcdef4b12a40a7ff7df621db51..0000000000000000000000000000000000000000 --- a/inputs_snowflake/citeseer/schemas/cites.csv +++ /dev/null @@ -1,3 +0,0 @@ -column_name,column_description -cited_paper_id,cited_paper_id is the ID of the paper being cited -citing_paper_id,citing_paper_id stands for the paper which contains the citation diff --git a/inputs_snowflake/citeseer/schemas/content.csv b/inputs_snowflake/citeseer/schemas/content.csv deleted file mode 100644 index b5c714c298ef97d482e0e250a255b9c6c8934d8c..0000000000000000000000000000000000000000 --- a/inputs_snowflake/citeseer/schemas/content.csv +++ /dev/null @@ -1,3 +0,0 @@ -column_name,column_description -paper_id,unique string ID of the paper -word_cited_id,rtype diff --git a/inputs_snowflake/citeseer/schemas/paper.csv b/inputs_snowflake/citeseer/schemas/paper.csv deleted file mode 100644 index 09825d96706152713974fd56f3870738d27aff0f..0000000000000000000000000000000000000000 --- a/inputs_snowflake/citeseer/schemas/paper.csv +++ /dev/null @@ -1,3 +0,0 @@ -column_name,column_description -paper_id,unique string ID of the paper -class_label, diff --git a/inputs_snowflake/codebase_comments/data_model.yaml b/inputs_snowflake/codebase_comments/data_model.yaml deleted file mode 100644 index 532a73c662c69314ec0b55b1894a611ac3296129..0000000000000000000000000000000000000000 --- a/inputs_snowflake/codebase_comments/data_model.yaml +++ /dev/null @@ -1,20 +0,0 @@ -models: - - name: repository - description: Each record represents a repository. - columns: - - name: repo_id - description: Unique identifier for the repository. - - name: url - description: URL of the repository. - - name: stars - description: Stars the repository has received - - name: number_of_solution_path_need_compiled - description: Number of solution paths that need to be compiled if the user wants to implement the repository, replace NULL values with 0. A solution path is considered to need compilation refers to WasCompiled = 0. - - name: has_forks_higher_than_half_of_watchers - description: Set to 1 if the number of forks is higher than half of the number of watchers; otherwise, set to 0. - - name: average_time_needed_for_the_solutions - description: Average processed time needed to implement the solutions in the repository. - - name: percentage_of_solutions_compiled_XML - description: Among all methods whose comments are in XML format within the repository, the percentage of those methods whose associated solution needs to be compiled (WasCompiled = 0). - - name: has_solution_without_compilation - description: Set to 1 if the repository has at least one solution that does not need to be compiled; otherwise, set to 0. A solution is considered to not need compilation refers to WasCompiled = 1. \ No newline at end of file diff --git a/inputs_snowflake/codebase_comments/schemas/Method.csv b/inputs_snowflake/codebase_comments/schemas/Method.csv deleted file mode 100644 index ffcb8f91efa54e1571ed765a67fffc1c3e299baf..0000000000000000000000000000000000000000 --- a/inputs_snowflake/codebase_comments/schemas/Method.csv +++ /dev/null @@ -1,12 +0,0 @@ -column_name,column_description -Id,"unique id number -that identifies methods" -Name,name of methods -FullComment,full comment of this method -Summary,summary of the method -ApiCalls,linearized sequenced of API calls -CommentIsXml,whether the comment is XML format or not -SampledAt,the time of sampling -SolutionId,id number of solutions -Lang,language code of method -NameTokenized,tokenized name diff --git a/inputs_snowflake/codebase_comments/schemas/Repo.csv b/inputs_snowflake/codebase_comments/schemas/Repo.csv deleted file mode 100644 index 288ba13fa9d9dfa32c9ce09a297d3b3c1ce42a6c..0000000000000000000000000000000000000000 --- a/inputs_snowflake/codebase_comments/schemas/Repo.csv +++ /dev/null @@ -1,7 +0,0 @@ -column_name,column_description -id,unique id to identify repositories -url,github address of repository -stars,stars this repository has received -forks,forks that the repository has received -watchers,how many watchers of this repository -processedtime,how much processed time of downloading this repository diff --git a/inputs_snowflake/codebase_comments/schemas/Solution.csv b/inputs_snowflake/codebase_comments/schemas/Solution.csv deleted file mode 100644 index fbe0ed5599026a70fa5fc0809ded5a88a5747198..0000000000000000000000000000000000000000 --- a/inputs_snowflake/codebase_comments/schemas/Solution.csv +++ /dev/null @@ -1,6 +0,0 @@ -column_name,column_description -Id,unique id to identify this solution -RepoId,id of repository -Path,path of this solution -ProcessedTime,processed time -WasCompiled,whether this solution needs to be compiled or not diff --git a/inputs_snowflake/codebase_comments/schemas/method_parameter.csv b/inputs_snowflake/codebase_comments/schemas/method_parameter.csv deleted file mode 100644 index 09cdaebb0cbda60edb70b32c9c054762bac6f082..0000000000000000000000000000000000000000 --- a/inputs_snowflake/codebase_comments/schemas/method_parameter.csv +++ /dev/null @@ -1,5 +0,0 @@ -column_name,column_description -Id,unique id number identifying method parameters -MethodId, -Type,type of the method -Name,name of the method diff --git a/inputs_snowflake/codebase_community/schemas/badges.csv b/inputs_snowflake/codebase_community/schemas/badges.csv deleted file mode 100644 index d0ee9537648cc70467c7be2d0248fd4ec6020499..0000000000000000000000000000000000000000 --- a/inputs_snowflake/codebase_community/schemas/badges.csv +++ /dev/null @@ -1,5 +0,0 @@ -column_name,column_description -Id,the badge id -UserId,the unique id of the user -Name,the badge name the user obtained -Date,the date that the user obtained the badge \ No newline at end of file diff --git a/inputs_snowflake/codebase_community/schemas/comments.csv b/inputs_snowflake/codebase_community/schemas/comments.csv deleted file mode 100644 index 2af2753379ddf84f92e194df8cbdffcb0113e63f..0000000000000000000000000000000000000000 --- a/inputs_snowflake/codebase_community/schemas/comments.csv +++ /dev/null @@ -1,8 +0,0 @@ -column_name,column_description -Id,the comment Id -PostId,the unique id of the post -Score,rating score -Text,the detailed content of the comment -CreationDate,the creation date of the comment -UserId,the id of the user who post the comment -UserDisplayName,user's display name diff --git a/inputs_snowflake/codebase_community/schemas/postHistory.csv b/inputs_snowflake/codebase_community/schemas/postHistory.csv deleted file mode 100644 index 8c9773f7f022bbd42e2984d901c33f26fd0afa34..0000000000000000000000000000000000000000 --- a/inputs_snowflake/codebase_community/schemas/postHistory.csv +++ /dev/null @@ -1,10 +0,0 @@ -column_name,column_description -Id,the post history id -PostHistoryTypeId,the id of the post history type -PostId,the unique id of the post -RevisionGUID,the revision globally unique id of the post -CreationDate,the creation date of the post -UserId,the user who post the post -Text,the detailed content of the post -Comment,comments of the post -UserDisplayName,user's display name diff --git a/inputs_snowflake/codebase_community/schemas/postLinks.csv b/inputs_snowflake/codebase_community/schemas/postLinks.csv deleted file mode 100644 index 0719305a53aab54661890884f130c3cbd2a8fe02..0000000000000000000000000000000000000000 --- a/inputs_snowflake/codebase_community/schemas/postLinks.csv +++ /dev/null @@ -1,6 +0,0 @@ -column_name,column_description -Id,the post link id -CreationDate,the creation date of the post link -PostId,the post id -RelatedPostId,the id of the related post -LinkTypeId,the id of the link type diff --git a/inputs_snowflake/codebase_community/schemas/posts.csv b/inputs_snowflake/codebase_community/schemas/posts.csv deleted file mode 100644 index a136ea3069b8d5af3900d7087ba94556ae3d87be..0000000000000000000000000000000000000000 --- a/inputs_snowflake/codebase_community/schemas/posts.csv +++ /dev/null @@ -1,22 +0,0 @@ -column_name,column_description -Id,the post id -PostTypeId,the id of the post type -AcceptedAnswerId,the accepted answer id of the post -CreaionDate,the creation date of the post -Score,the score of the post -ViewCount,the view count of the post -Body,the body of the post -OwnerUserId,the id of the owner user -LasActivityDate,the last activity date -Title,the title of the post -Tags,the tag of the post -AnswerCount,the total number of answers of the post -CommentCount,the total number of comments of the post -FavoriteCount,the total number of favorites of the post -LastEditorUserId,the id of the last editor -LastEditDate,the last edit date -CommunityOwnedDate,the community owned date -ParentId,the id of the parent post -ClosedDate,the closed date of the post -OwnerDisplayName,the display name of the post owner -LastEditorDisplayName,the display name of the last editor diff --git a/inputs_snowflake/codebase_community/schemas/tags.csv b/inputs_snowflake/codebase_community/schemas/tags.csv deleted file mode 100644 index 58f05c9a916cfa4e296780dafb3152c2f3af3358..0000000000000000000000000000000000000000 --- a/inputs_snowflake/codebase_community/schemas/tags.csv +++ /dev/null @@ -1,6 +0,0 @@ -column_name,column_description -Id,the tag id -TagName,the name of the tag -Count,the count of posts that contain this tag -ExcerptPostId,the excerpt post id of the tag -WikiPostId,the wiki post id of the tag diff --git a/inputs_snowflake/codebase_community/schemas/users.csv b/inputs_snowflake/codebase_community/schemas/users.csv deleted file mode 100644 index af8356412a2ddafc511d8c855a9254ec59842462..0000000000000000000000000000000000000000 --- a/inputs_snowflake/codebase_community/schemas/users.csv +++ /dev/null @@ -1,15 +0,0 @@ -column_name,column_description -Id,the user id -Reputation,the user's reputation -CreationDate,the creation date of the user account -DisplayName,the user's display name -LastAccessDate,the last access date of the user account -WebsiteUrl,the website url of the user account -Location,user's location -AboutMe,the self introduction of the user -Views,the number of views -UpVotes,the number of upvotes -DownVotes,the number of downvotes -AccountId,the unique id of the account -Age,user's age -ProfileImageUrl,the profile image url diff --git a/inputs_snowflake/codebase_community/schemas/votes.csv b/inputs_snowflake/codebase_community/schemas/votes.csv deleted file mode 100644 index 60616c87b1d515e550826ead8f42f34335338c47..0000000000000000000000000000000000000000 --- a/inputs_snowflake/codebase_community/schemas/votes.csv +++ /dev/null @@ -1,6 +0,0 @@ -column_name,column_description -Id,the vote id -PostId,the id of the post that is voted -VoteTypeId,the id of the vote type -CreationDate,the creation date of the vote -UserId,the id of the voter diff --git a/inputs_snowflake/coinmarketcap/data_model.yaml b/inputs_snowflake/coinmarketcap/data_model.yaml deleted file mode 100644 index 47d7d546f6520c2c58061f36bcface64e7608d28..0000000000000000000000000000000000000000 --- a/inputs_snowflake/coinmarketcap/data_model.yaml +++ /dev/null @@ -1,20 +0,0 @@ -models: - - name: coinmarket__coins - description: Each record represents a coin. - columns: - - name: coin_id - description: Unique identifier for the coin. - - name: coin_name - description: Name of the coin. - - name: coin_status - description: Status of the coin. - - name: highest_price - description: Maximum value of highest price observed for the coin across all dates. Highest price refers to the high column in the source data. - - name: date_lowest_price - description: Date of the row with the smallest lowest price for the coin, with ties broken by the ascending order of the date. Lowest price refers to the low column in the source data. - - name: is_above_average_20180428 - description: Set to 1 if the price of the coin on 2018-04-28 is above the average price of all coins on 2018-04-28; otherwise, set to 0. - - name: average_price - description: Average price of the coin. - - name: date_with_greatest_price_decline - description: the date of transactions with the greatest decline in percent change in percent change in the first hour, with ties broken by the descending order of the date \ No newline at end of file diff --git a/inputs_snowflake/coinmarketcap/schemas/Coins.csv b/inputs_snowflake/coinmarketcap/schemas/Coins.csv deleted file mode 100644 index 3e7025644ef49b55ab9884a5239eb2dac32413dd..0000000000000000000000000000000000000000 --- a/inputs_snowflake/coinmarketcap/schemas/Coins.csv +++ /dev/null @@ -1,16 +0,0 @@ -column_name,column_description -id,unique id number identifying coins -name,name of coins -slug,slug names of coins -symbol,symbol of names of coins -status,status of coins -category,category of coins -description,description of coins -subreddit,name of coins on reddit -notice,notice if any -tags,tags of coins -tag_names,tag names of coins -website,website introduction of coins -platform_id,id number of the platform -date_added,the added date -date_launched,lanched date diff --git a/inputs_snowflake/coinmarketcap/schemas/Historical.csv b/inputs_snowflake/coinmarketcap/schemas/Historical.csv deleted file mode 100644 index b0103c81bcf07f976862893fbacb89a6704a508b..0000000000000000000000000000000000000000 --- a/inputs_snowflake/coinmarketcap/schemas/Historical.csv +++ /dev/null @@ -1,21 +0,0 @@ -column_name,column_description -date,"transaction date -" -coin_id,id number referring to coins -cmc_rank,CMC rank is a metric used by CoinMarketCap to rank the relative popularity of different cryptocurrencies. -market_cap,Market capitalization refers to how much a coin is worth as determined by the coin market. -price,how much is a coin -open,the price at which a cryptocurrency (coin) opens at a time period -high,highest price -low,lowest price -close,"the price at which a cryptocurrency (coin) closes at a time period, for example at the end of the day." -time_high,the time to achieve highest price -time_low,the time to achieve lowest price -volume_24h,the total value of cryptocurrency coined traded in the past 24 hours. -percent_change_1h,price percentage change in the first hour -percent_change_24h,price percentage change in the first 24 hours -percent_change_7d,price percentage change in the first 7 days -circulating_supply,the best approximation of the number of coins that are circulating in the market and in the general public's hands. -total_supply,the total amount of coins in existence right now -max_supply,Max Supply is the best approximation of the maximum amount of coins that will ever exist in the lifetime of the cryptocurrency. -num_market_pairs,number of market pairs across all exchanges trading each currency. diff --git a/inputs_snowflake/college_completion/data_model.yaml b/inputs_snowflake/college_completion/data_model.yaml deleted file mode 100644 index e3703d566734405512b1c61020dc1ee0a3e105d9..0000000000000000000000000000000000000000 --- a/inputs_snowflake/college_completion/data_model.yaml +++ /dev/null @@ -1,16 +0,0 @@ -models: - - name: states - description: Each record represents a state. - columns: - - name: state - description: Institution state - - name: institute_with_most_number_of_American_Indian - description: Institution with most number of American Indian students in the state, with ties broken by the ascending order of the institute name - - name: average_median_SAT_value_for_institutes - description: Average median SAT value for institutes in the state - - name: num_graduate_cohort_in_2012_from_private_institute_for_profit - description: Number of graduate cohort in 2012 from private institute for profit in the state, replace NULL values with 0. - - name: per_of_4_year_public_schools - description: Percentage of 4 year public schools in the state - - name: institution_with_the_highest_freshman_retention_percentage - description: Institution with the highest freshman retention percentage in the state, with ties broken by the ascending order of the institute name \ No newline at end of file diff --git a/inputs_snowflake/college_completion/schemas/institution_details.csv b/inputs_snowflake/college_completion/schemas/institution_details.csv deleted file mode 100644 index ea982313a0c94c2eabcd402d004a5771f5cd79b7..0000000000000000000000000000000000000000 --- a/inputs_snowflake/college_completion/schemas/institution_details.csv +++ /dev/null @@ -1,63 +0,0 @@ -column_name,column_description -unitid,unique Education Unit ID number -chronname,Institution name -city,Institution city -state,Institution state -level,Level of institution -control,Control of institution -basic,Carnegie Foundation for the Advancement of Teaching Basic Classification (2010 version) -hbcu,Denotes Historically Black College and Universities -flagship,Denotes Public flagship institutions -long_x,Institution longitude -lat_y,Institution latitude -site,Institution Web site address -student_count,Total number of undergraduates in 2010 -awards_per_value,"Completions per 100 FTE (full-time equivalency) undergraduate students (average 2011, 2012, and 2013)" -awards_per_state_value,"Completions per 100 FTE (full-time equivalency) undergraduate students, state and sector average" -awards_per_natl_value,"Completions per 100 FTE (full-time equivalency) undergraduate students, national sector average" -exp_award_value,Estimated educational spending per academic award in 2013. Includes all certificates and degrees -exp_award_state_value,"Spending per completion, state and sector average" -exp_award_natl_value,"Spending per completion, national sector average" -exp_award_percentile, -ft_pct,Percentage of undergraduates who attend full-time -fte_value,total number of full-time equivalent undergraduates -fte_percentile, -med_sat_value,Median estimated SAT value for incoming students -med_sat_percentile,Institution's percent rank for median SAT value within sector -aid_value,The average amount of student aid going to undergraduate recipients -aid_percentile,Institution's percent rank for average amount of student aid going to undergraduate recipients within sector -endow_value,End-of-year endowment value per full-time equivalent student -endow_percentile,Institution's percent rank for endowment value per full-time equivalent student within sector -grad_100_value,"percentage of first-time, full-time, degree-seeking undergraduates who complete a degree or certificate program within 100 percent of expected time (bachelor's-seeking group at 4-year institutions)" -grad_100_percentile,Institution's percent rank for completers within 100 percent of normal time within sector -grad_150_value,"percentage of first-time, full-time, degree-seeking undergraduates who complete a degree or certificate program within 150 percent of expected time (bachelor's-seeking group at 4-year institutions)" -grad_150_percentile,Institution's percent rank for completers within 150 percent of normal time within sector -pell_value,percentage of undergraduates receiving a Pell Grant -pell_percentile,Institution's percent rank for undergraduate Pell recipients within sector -retain_value,share of freshman students retained for a second year -retain_percentile,Institution's percent rank for freshman retention percentage within sector -ft_fac_value,"Percentage of employees devoted to instruction, research or public service who are full-time and do not work for an associated medical school" -ft_fac_percentile,Institution's percent rank for full-time faculty share within sector -vsa_year,Most recent year of Student Success and Progress Rate data available from the Voluntary System of Accountability -vsa_grad_after4_first,"First-time, full-time students who graduated from this institution within four years" -vsa_grad_elsewhere_after4_first,"First-time, full-time students who graduated from another institution within four years" -vsa_enroll_after4_first,"First-time, full-time students who are still enrolled at this institution after four years" -vsa_enroll_elsewhere_after4_first,"First-time, full-time students who are enrolled at another institution after four years" -vsa_grad_after6_first,"First-time, full-time students who graduated from this institution within six years" -vsa_grad_elsewhere_after6_first,"First-time, full-time students who graduated from another institution within six years" -vsa_enroll_after6_first,"First-time, full-time students who are still enrolled at this institution after six years" -vsa_enroll_elsewhere_after6_first,"First-time, full-time students who are enrolled at another institution after six years" -vsa_grad_after4_transfer,Full-time transfer students who graduated from this institution within four years -vsa_grad_elsewhere_after4_transfer,Full-time transfer students who graduated from this institution within four years -vsa_enroll_after4_transfer,Full-time transfer students who are still enrolled at this institution after four years -vsa_enroll_elsewhere_after4_transfer,Full-time transfer students who are enrolled at another institution after four years -vsa_grad_after6_transfer,Full-time transfer students who graduated from this institution within six years -vsa_grad_elsewhere_after6_transfer,Full-time transfer students who graduated from another institution within six years -vsa_enroll_after6_transfer,Full-time transfer students who are still enrolled at this institution after six years -vsa_enroll_elsewhere_after6_transfer,Full-time transfer students who are enrolled at another institution after six years -similar, -state_sector_ct, -carnegie_ct, -counted_pct, -nicknames, -cohort_size, diff --git a/inputs_snowflake/college_completion/schemas/institution_grads.csv b/inputs_snowflake/college_completion/schemas/institution_grads.csv deleted file mode 100644 index 7a0d7a83ad9c1189ba9f3aa624cf26f6f1f61d61..0000000000000000000000000000000000000000 --- a/inputs_snowflake/college_completion/schemas/institution_grads.csv +++ /dev/null @@ -1,11 +0,0 @@ -column_name,column_description -unitid,Education Unit ID number -year,year of data release -gender,gender of students -race,race/ethnicity of students -cohort,degree-seeking cohort type -grad_cohort,"Number of first-time, full-time, degree-seeking students in the cohort being tracked, minus any exclusions" -grad_100,Number of students who graduated within 100 percent of normal/expected time -grad_150,Number of students who graduated within 150 percent of normal/expected time -grad_100_rate,Percentage of students who graduated within 100 percent of normal/expected time -grad_150_rate,Percentage of students who graduated within 150 percent of normal/expected time diff --git a/inputs_snowflake/computer_student/schemas/advisedBy.csv b/inputs_snowflake/computer_student/schemas/advisedBy.csv deleted file mode 100644 index 165935448faf8b532696dec16d87e9581ad02eee..0000000000000000000000000000000000000000 --- a/inputs_snowflake/computer_student/schemas/advisedBy.csv +++ /dev/null @@ -1,3 +0,0 @@ -column_name,column_description -p_id,id number identifying each person -p_id_dummy,the id number identifying the advisor diff --git a/inputs_snowflake/computer_student/schemas/course.csv b/inputs_snowflake/computer_student/schemas/course.csv deleted file mode 100644 index 086b81fa56a37d2493db006e7b63ccdbab8bf8b8..0000000000000000000000000000000000000000 --- a/inputs_snowflake/computer_student/schemas/course.csv +++ /dev/null @@ -1,3 +0,0 @@ -column_name,column_description -course_id,unique id number identifying courses -courseLevel,course level diff --git a/inputs_snowflake/computer_student/schemas/person.csv b/inputs_snowflake/computer_student/schemas/person.csv deleted file mode 100644 index 01ffc4fb2cae55bf44847922a61d2a382f05027d..0000000000000000000000000000000000000000 --- a/inputs_snowflake/computer_student/schemas/person.csv +++ /dev/null @@ -1,7 +0,0 @@ -column_name,column_description -p_id,the unique number identifying each person -professor,whether the person is a professor -student,whether the person is a student -hasPosition,whether the person has a position in the faculty -inPhase,the phase of qualification the person is undergoing -yearsInProgram,the year of the program the person is at diff --git a/inputs_snowflake/computer_student/schemas/taught_by.csv b/inputs_snowflake/computer_student/schemas/taught_by.csv deleted file mode 100644 index 8fd1a0a1310213bae5ea6f529d15dcc682f135b7..0000000000000000000000000000000000000000 --- a/inputs_snowflake/computer_student/schemas/taught_by.csv +++ /dev/null @@ -1,3 +0,0 @@ -column_name,column_description -course_id,the identification number identifying each course -p_id,the identification number identifying each person diff --git a/inputs_snowflake/cookbook/data_model.yaml b/inputs_snowflake/cookbook/data_model.yaml deleted file mode 100644 index c649d2b1306578f86c62962b4ff5e0f6b64f1c25..0000000000000000000000000000000000000000 --- a/inputs_snowflake/cookbook/data_model.yaml +++ /dev/null @@ -1,20 +0,0 @@ -models: - - name: recipes - description: Each record represents a recipe. - columns: - - name: recipe_id - description: Unique identifier for the recipe - - name: title - description: Title of the recipe - - name: prep_min - description: Preparation time in minutes for the recipe - - name: num_ingredients - description: Number of ingredients in the recipe, replace NULL values with 0. - - name: includes_baking_soda_and_serves_10_or_more_people - description: Set to 1 if the recipe includes baking soda and serves 10 or more people, otherwise, set to 0 - - name: contains_vitamin_that_helps_vision - description: Set to 1 if the recipe contains a vitamin that helps vision in dim light, otherwise, set to 0 - - name: is_good_for_wound_healing - description: Set to 1 if the recipe is good for wound healing, otherwise, set to 0 - - name: contains_cheese_and_calories_greater_than_200 - description: Set to 1 if the recipe contains cheese and the calories are greater than 200, otherwise, set to 0. Contains cheese refers to ingredients that include the word "cheese" in their name. \ No newline at end of file diff --git a/inputs_snowflake/cookbook/schemas/Ingredient.csv b/inputs_snowflake/cookbook/schemas/Ingredient.csv deleted file mode 100644 index a0b892b973ca2a0efca8b4abcb0859cccc781c07..0000000000000000000000000000000000000000 --- a/inputs_snowflake/cookbook/schemas/Ingredient.csv +++ /dev/null @@ -1,5 +0,0 @@ -column_name,column_description -ingredient_id,the unique identifier for the ingredient -category,the category of the ingredient -name,the name of the ingredient -plural,the plural suffix of the ingredient diff --git a/inputs_snowflake/cookbook/schemas/Nutrition.csv b/inputs_snowflake/cookbook/schemas/Nutrition.csv deleted file mode 100644 index 3353d1b756881c4f809eea13e9df6b09ff82b81b..0000000000000000000000000000000000000000 --- a/inputs_snowflake/cookbook/schemas/Nutrition.csv +++ /dev/null @@ -1,17 +0,0 @@ -column_name,column_description -recipe_id,the id of the recipe -protein,the protein content in the recipe -carbo,the carbo content in the recipe -alcohol,the alcohol content in the recipe -total_fat,the total fat content in the recipe -sat_fat,the saturated fat content in the recipe -cholestrl,the cholesterol content in the recipe -sodium,the sodium content in the recipe -iron,the iron content in the recipe -vitamin_c,the vitamin c content in the recipe -vitamin_a,the vitamin a content in the recipe -fiber,the fiber a content in the recipe -pcnt_cal_carb,percentage of carbo in total nutrient composition -pcnt_cal_fat,percentage of fat in total nutrient composition -pcnt_cal_prot,percentage of protein in total nutrient composition -calories,the calories of the recipe diff --git a/inputs_snowflake/cookbook/schemas/Quantity.csv b/inputs_snowflake/cookbook/schemas/Quantity.csv deleted file mode 100644 index a3649b473bf03fdbf1d456b21fda2f9da613dd6f..0000000000000000000000000000000000000000 --- a/inputs_snowflake/cookbook/schemas/Quantity.csv +++ /dev/null @@ -1,9 +0,0 @@ -column_name,column_description -quantity_id,the unique identifier for the quantity -recipe_id,the id of the recipe -ingredient_id,the id of the ingredient -max_qty,the max quantity of the ingredient -min_qty,the min quantity of the ingredient -unit,the unit of the ingredient -preparation, -optional,whether the ingredient is optional diff --git a/inputs_snowflake/cookbook/schemas/Recipe.csv b/inputs_snowflake/cookbook/schemas/Recipe.csv deleted file mode 100644 index 7b08986df03fed8ae35feee6b2c0a8cc44725294..0000000000000000000000000000000000000000 --- a/inputs_snowflake/cookbook/schemas/Recipe.csv +++ /dev/null @@ -1,12 +0,0 @@ -column_name,column_description -recipe_id,the unique identifier for the recipe -title,the title of the recipe -subtitle,the subtitle of the recipe -servings,the number of people the recipe can serve -yield_unit,the unit of the yield for the recipe -prep_min,the preparation minute of the recipe -cook_min,the cooked minute of the recipe -stnd_min,the stand minute of the price -source,the source of the recipe -intro,the introduction of the recipe -directions,the directions of the recipe diff --git a/inputs_snowflake/cs_semester/schemas/RA.csv b/inputs_snowflake/cs_semester/schemas/RA.csv deleted file mode 100644 index e9417709d228632595afee504b1a7520b7434ef8..0000000000000000000000000000000000000000 --- a/inputs_snowflake/cs_semester/schemas/RA.csv +++ /dev/null @@ -1,6 +0,0 @@ -column_name,column_description -student_id,the id numbe representing each student -capability,"the capability of student on research -(Evaluated by the professor)" -prof_id,professor who advises this student -salary,the salary of this student. diff --git a/inputs_snowflake/cs_semester/schemas/course.csv b/inputs_snowflake/cs_semester/schemas/course.csv deleted file mode 100644 index 2315c82e579ef84f7cba8d2a0f8865beea3b0f22..0000000000000000000000000000000000000000 --- a/inputs_snowflake/cs_semester/schemas/course.csv +++ /dev/null @@ -1,5 +0,0 @@ -column_name,column_description -course_id,unique id representing the course -name,name of the course -credit,credit of the course -diff,difficulty of the course diff --git a/inputs_snowflake/cs_semester/schemas/prof.csv b/inputs_snowflake/cs_semester/schemas/prof.csv deleted file mode 100644 index c9662ae9c663c2ba99670363dcf6e48e2749ffb0..0000000000000000000000000000000000000000 --- a/inputs_snowflake/cs_semester/schemas/prof.csv +++ /dev/null @@ -1,9 +0,0 @@ -column_name,column_description -prof_id,unique id for professors -gender,gender of the professor -first_name,the first name of the professor -last_name,the last name of the professor -email,email of the professor -popularity,popularity of the professor -teachingability,the teaching ability of the professor -graduate_from,the school where the professor graduated from diff --git a/inputs_snowflake/cs_semester/schemas/registration.csv b/inputs_snowflake/cs_semester/schemas/registration.csv deleted file mode 100644 index dcb941a8be43446ebcb56abae07cb2d3c4055922..0000000000000000000000000000000000000000 --- a/inputs_snowflake/cs_semester/schemas/registration.csv +++ /dev/null @@ -1,5 +0,0 @@ -column_name,column_description -course_id,the id of courses -student_id,the id of students -grade,the grades that the students acquire in this course -sat,student satisfaction with the course diff --git a/inputs_snowflake/cs_semester/schemas/student.csv b/inputs_snowflake/cs_semester/schemas/student.csv deleted file mode 100644 index ba18a8003dc4c68087e6f33a5cc413efdbdd08c5..0000000000000000000000000000000000000000 --- a/inputs_snowflake/cs_semester/schemas/student.csv +++ /dev/null @@ -1,9 +0,0 @@ -column_name,column_description -student_id,the unique id to identify students -f_name,the first name of the student -l_name,the last name of the student -phone_number,phone number -email,email -intelligence,intelligence of the student -gpa,gpa -type,type of the student diff --git a/inputs_snowflake/debit_card_specializing/data_model.yaml b/inputs_snowflake/debit_card_specializing/data_model.yaml deleted file mode 100644 index 8bc6b828ba5cfecb7c34286659201235e14d39e2..0000000000000000000000000000000000000000 --- a/inputs_snowflake/debit_card_specializing/data_model.yaml +++ /dev/null @@ -1,20 +0,0 @@ -models: - - name: debit_card__customers - description: Each record represents a customer. - columns: - - name: customerid - description: The unique identifier for the customer. - - name: segment - description: The segment the customer belongs to. - - name: currency - description: The currency the customer uses. - - name: consumption_in_2012 - description: The total amount the customer consumed in 2012, replace NULL values with 0. - - name: consumption_decrease_rate_from_2012_to_2013 - description: The rate of decrease in consumption from 2012 to 2013, expressed as a fraction. - - name: avg_price_per_single_item - description: The average price per single item the customer pays. - - name: amount_spent_at_gas_station - description: The total amount the customer spent at gas stations, replace NULL values with 0. - - name: paid_in_euro_and_avg_monthly_consumption_over_1000 - description: Set to 1 if the customer paid in euro and has a monthly consumption of over 1000, otherwise, set to 0 \ No newline at end of file diff --git a/inputs_snowflake/debit_card_specializing/schemas/customers.csv b/inputs_snowflake/debit_card_specializing/schemas/customers.csv deleted file mode 100644 index ea406d012d66ad0f42477c6e396bedd16255ad3a..0000000000000000000000000000000000000000 --- a/inputs_snowflake/debit_card_specializing/schemas/customers.csv +++ /dev/null @@ -1,4 +0,0 @@ -column_name,column_description -CustomerID,identification of the customer -Segment,client segment -Currency,Currency diff --git a/inputs_snowflake/debit_card_specializing/schemas/gasstations.csv b/inputs_snowflake/debit_card_specializing/schemas/gasstations.csv deleted file mode 100644 index ca80788de0fdb53949823dec7120b20d2c857180..0000000000000000000000000000000000000000 --- a/inputs_snowflake/debit_card_specializing/schemas/gasstations.csv +++ /dev/null @@ -1,5 +0,0 @@ -column_name,column_description -GasStationID,Gas Station ID -ChainID,Chain ID -Country, -Segment,chain segment diff --git a/inputs_snowflake/debit_card_specializing/schemas/products.csv b/inputs_snowflake/debit_card_specializing/schemas/products.csv deleted file mode 100644 index d892a666fb120b0bd3230bd4582a21d7105131e6..0000000000000000000000000000000000000000 --- a/inputs_snowflake/debit_card_specializing/schemas/products.csv +++ /dev/null @@ -1,3 +0,0 @@ -column_name,column_description -ProductID,Product ID -Description,Description diff --git a/inputs_snowflake/debit_card_specializing/schemas/transactions_1k.csv b/inputs_snowflake/debit_card_specializing/schemas/transactions_1k.csv deleted file mode 100644 index e5165c1b3a646bae5ff844695da30a40b693ee1b..0000000000000000000000000000000000000000 --- a/inputs_snowflake/debit_card_specializing/schemas/transactions_1k.csv +++ /dev/null @@ -1,10 +0,0 @@ -column_name,column_description -TransactionID,Transaction ID -Date,Date -Time,Time -CustomerID,Customer ID -CardID,Card ID -GasStationID,Gas Station ID -ProductID,Product ID -Amount,Amount -Price,Price diff --git a/inputs_snowflake/debit_card_specializing/schemas/yearmonth.csv b/inputs_snowflake/debit_card_specializing/schemas/yearmonth.csv deleted file mode 100644 index b6748f3084014425fbb919a6c510cc80d32b79e2..0000000000000000000000000000000000000000 --- a/inputs_snowflake/debit_card_specializing/schemas/yearmonth.csv +++ /dev/null @@ -1,4 +0,0 @@ -column_name,column_description -CustomerID,Customer ID -Date,Date -Consumption,consumption diff --git a/inputs_snowflake/disney/data_model.yaml b/inputs_snowflake/disney/data_model.yaml deleted file mode 100644 index a5bb50dd86ae19773d6075130d30c271591502e7..0000000000000000000000000000000000000000 --- a/inputs_snowflake/disney/data_model.yaml +++ /dev/null @@ -1,16 +0,0 @@ -models: - - name: directors - description: Each record represents a director. - columns: - - name: director_name - description: Name of the director. - - name: num_comedy_movies - description: The number of comedy movies the director has directed, replace NULL values with 0. - - name: num_adventure_movies - description: The number of adventure movies the director has directed, replace NULL values with 0. - - name: total_movie_revenue - description: The total revenue of the movies the director has directed, replace NULL values with 0. - - name: movie_with_most_voice_actors - description: The movie with the most voice actors the director has directed, with ties broken by the ascending order of the movie name - - name: movie_with_highest_total_gross - description: The movie with the highest total gross the director has directed, with ties broken by the descending order of the movie name diff --git a/inputs_snowflake/disney/schemas/characters.csv b/inputs_snowflake/disney/schemas/characters.csv deleted file mode 100644 index 841111246a71055dc5d13f32c819aa8259fcd6a0..0000000000000000000000000000000000000000 --- a/inputs_snowflake/disney/schemas/characters.csv +++ /dev/null @@ -1,6 +0,0 @@ -column_name,column_description -movie_title,unique title of the movie -release_date,The release date of the movie. -hero,The main character of the movie. -villian,The villain of the movie. -song,A song associated with the movie. diff --git a/inputs_snowflake/disney/schemas/director.csv b/inputs_snowflake/disney/schemas/director.csv deleted file mode 100644 index b75c97c2fa13e8487c125c0bd9b98694170f41a5..0000000000000000000000000000000000000000 --- a/inputs_snowflake/disney/schemas/director.csv +++ /dev/null @@ -1,3 +0,0 @@ -column_name,column_description -name,unique movie name -director,the name of the director diff --git a/inputs_snowflake/disney/schemas/movies_total_gross.csv b/inputs_snowflake/disney/schemas/movies_total_gross.csv deleted file mode 100644 index 72b89391bc555165f961d89c5389bfe361cf2c68..0000000000000000000000000000000000000000 --- a/inputs_snowflake/disney/schemas/movies_total_gross.csv +++ /dev/null @@ -1,7 +0,0 @@ -column_name,column_description -movie_title,movie title -release_date,release date -genre,genre of the movie -mpaa_rating,Motion Picture Association of America of the disney movie -total_gross,The total gross of the movie. -inflation_adjusted_gross,The inflation-adjusted gross of the movie. diff --git a/inputs_snowflake/disney/schemas/revenue.csv b/inputs_snowflake/disney/schemas/revenue.csv deleted file mode 100644 index 7d4e0440fb5e2eda014dc37ee043174b1f80c082..0000000000000000000000000000000000000000 --- a/inputs_snowflake/disney/schemas/revenue.csv +++ /dev/null @@ -1,8 +0,0 @@ -column_name,column_description -year,The year the movie was released. -studio_entertainment_ni_1,The studio entertainment segment of the Walt Disney Company. -disney_consumer_products_ni_2,The consumer products segment of the Walt Disney Company. -disney_interactive_ni_3__rev_1,The interactive segment of the Walt Disney Company. -walt_disney_parks_and_resorts,The parks and resorts segment of the Walt Disney Company. -disney_media_networks,The media networks segment of the Walt Disney Company. -total,The total box office gross for the movie. diff --git a/inputs_snowflake/disney/schemas/voice_actors.csv b/inputs_snowflake/disney/schemas/voice_actors.csv deleted file mode 100644 index ce675b664d97a9100ad9c49fd924d5be4a87dead..0000000000000000000000000000000000000000 --- a/inputs_snowflake/disney/schemas/voice_actors.csv +++ /dev/null @@ -1,4 +0,0 @@ -column_name,column_description -character,The unique name of the character. -voice_actor,The name of the voice actor. -movie,The name of the movie. diff --git a/inputs_snowflake/donor/data_model.yaml b/inputs_snowflake/donor/data_model.yaml deleted file mode 100644 index 5c7e29a2a7298e576b01a3538b2a1ce507d6faa9..0000000000000000000000000000000000000000 --- a/inputs_snowflake/donor/data_model.yaml +++ /dev/null @@ -1,20 +0,0 @@ -models: - - name: donor__projects - description: Each record represents a donor project. - columns: - - name: project_id - description: Unique identifier for the project. - - name: school_city - description: The city where the school is located. - - name: school_id - description: Unique identifier for the school where the teacher who created a project works. - - name: percentage_lacking_amount_total - description: The percentage of the total amount that is lacking for the project, including the optional price of the project. Leave NULL if the project cost including optional tip is 0. - - name: total_price_of_resources - description: The total price of the resources needed for the project, replace NULL values with 0. - - name: has_resources_provided_by_LLM - description: Set to 1 if the project has resources provided by 'Lakeshore Learning Materials', otherwise, set to 0 - - name: item_cost_most - description: The item with the most cost (rounded to 2 decimal places) in the project, with ties broken by the ascending order of the item name - - name: avg_amount_donation - description: The average amount of donation for the project, excluding optional support (tip). diff --git a/inputs_snowflake/donor/schemas/donations.csv b/inputs_snowflake/donor/schemas/donations.csv deleted file mode 100644 index e2f0ae246d2e210c0a33b279663d1cebc03d0cc8..0000000000000000000000000000000000000000 --- a/inputs_snowflake/donor/schemas/donations.csv +++ /dev/null @@ -1,22 +0,0 @@ -column_name,column_description -donationid,unique donation identifier -projectid,project identifier that received the donation -donor_acctid,donor that made a donation -donor_city,donation city -donor_state,donation state -donor_zip,donation zip code -is_teacher_acct,whether donor is also a teacher -donation_timestamp,the time of donation -donation_to_project,"amount to project, excluding optional support (tip)" -donation_optional_support,amount of optional support -donation_total,donated amount -dollar_amount,donated amount in US dollars -donation_included_optional_support,whether optional support (tip) was included for DonorsChoose.org -donation_message,donation comment/message. -for_honoree, -payment_included_acct_credit, -payment_included_campaign_gift_card, -payment_included_web_purchased_gift_card, -payment_method, -payment_was_promo_matched, -via_giving_page, diff --git a/inputs_snowflake/donor/schemas/essays.csv b/inputs_snowflake/donor/schemas/essays.csv deleted file mode 100644 index 8eda5036f6ad50e4b9023e689f728f2f01960361..0000000000000000000000000000000000000000 --- a/inputs_snowflake/donor/schemas/essays.csv +++ /dev/null @@ -1,7 +0,0 @@ -column_name,column_description -projectid,unique project identifier -teacher_acctid,teacher id that created a project -title,title of the project -short_description,short description of a project -need_statement,need statement of a project -essay,complete project essay diff --git a/inputs_snowflake/donor/schemas/projects.csv b/inputs_snowflake/donor/schemas/projects.csv deleted file mode 100644 index d3d2c0924cfcb8ab4f2800c6a89f0826e06b13fb..0000000000000000000000000000000000000000 --- a/inputs_snowflake/donor/schemas/projects.csv +++ /dev/null @@ -1,36 +0,0 @@ -column_name,column_description -projectid,project's unique identifier -teacher_acctid,teacher's unique identifier (teacher that created a project) -schoolid,school's identifier (school where teacher works) -school_ncesid,Public National Center for Ed Statistics id -school_latitude,latitude of school -school_longitude,longitude of school -school_city,city where the school is located -school_state,state where the school is located -school_zip,zipcode of school -school_metro,metro where the school is located -school_district,district where the school is located -school_county,country where the school is located -school_charter,whether it is a public charter school or not (no private schools in the dataset) -school_magnet,whether a public magnet school or not -school_year_round,whether it is a public year round school or not -school_nlns,whether it is a public Nonleafy Normal Stature school or not -school_kipp,whether it is a public Knowledge Power Program school or not -school_charter_ready_promise,whether it is a public ready promise school or not -teacher_prefix,teacher's gender -teacher_teach_for_america,Teach for America or not -teacher_ny_teaching_fellow,New York teaching fellow or not -primary_focus_subject,main subject for which project materials are intended -primary_focus_area,main subject area for which project materials are intended -secondary_focus_subject,secondary subject -secondary_focus_area,secondary subject area -resource_type,main type of resources requested by a project -poverty_level,school's poverty level -grade_level,grade level for which project materials are intended -fulfillment_labor_materials, cost of fulfillment -total_price_excluding_optional_support,project cost excluding optional tip that donors give to DonorsChoose.org while funding a project -total_price_including_optional_support,project cost including optional tip that donors give to DonorsChoose.org while funding a project -students_reached,number of students impacted by a project (if funded) -eligible_double_your_impact_match," project was eligible for a 50% off offer by a corporate partner (logo appears on a project, like Starbucks or Disney)" -eligible_almost_home_match,project was eligible for a $100 boost offer by a corporate partner -date_posted,data a project went live on the site diff --git a/inputs_snowflake/donor/schemas/resources.csv b/inputs_snowflake/donor/schemas/resources.csv deleted file mode 100644 index f9fa61a16a08d75ccd51a59355c9375a89bfbfdc..0000000000000000000000000000000000000000 --- a/inputs_snowflake/donor/schemas/resources.csv +++ /dev/null @@ -1,10 +0,0 @@ -column_name,column_description -resourceid,unique resource id -projectid,project id that requested resources for a classroom -vendorid,vendor id that supplies resources to a project -vendor_name,vendor name -project_resource_type,type of resource -item_name,resource name -item_number,resource item identifier -item_unit_price,unit price of the resource -item_quantity,number of a specific item requested by a teacher diff --git a/inputs_snowflake/european_football_1/data_model.yaml b/inputs_snowflake/european_football_1/data_model.yaml deleted file mode 100644 index 48e13c48661094b6a2580cdf8bc4d71bd603145a..0000000000000000000000000000000000000000 --- a/inputs_snowflake/european_football_1/data_model.yaml +++ /dev/null @@ -1,20 +0,0 @@ -models: - - name: eu_foolball__divisions - description: Each record represents a division. - columns: - - name: division - description: Division id. - - name: name - description: Name of the division. - - name: country - description: Country of the division. - - name: num_teams_2012 - description: The number of teams in the division in the 2012 season, replace NULL values with 0. - - name: highest_final_time_score_2021 - description: The highest total goals scored in a single match (from both home and away team) in the division during the 2021 season. - - name: num_0_0_games - description: The number of games that ended with a 0-0 score in the division, replace NULL values with 0. - - name: per_games_drawn - description: The percentage of games that ended in a draw in the division. - - name: team_with_highest_win_percentage_as_local - description: The team with the highest win percentage as the local team in the division, with ties broken by the ascending order of the team name \ No newline at end of file diff --git a/inputs_snowflake/european_football_1/schemas/divisions.csv b/inputs_snowflake/european_football_1/schemas/divisions.csv deleted file mode 100644 index 14b983e57fb3e6926ee72f552a42122b2a344602..0000000000000000000000000000000000000000 --- a/inputs_snowflake/european_football_1/schemas/divisions.csv +++ /dev/null @@ -1,4 +0,0 @@ -column_name,column_description -division,division id -name,name of the division -country,country of the division diff --git a/inputs_snowflake/european_football_1/schemas/matchs.csv b/inputs_snowflake/european_football_1/schemas/matchs.csv deleted file mode 100644 index d7d1b009f5b7add23a023040c35569b4e0d8f7e5..0000000000000000000000000000000000000000 --- a/inputs_snowflake/european_football_1/schemas/matchs.csv +++ /dev/null @@ -1,9 +0,0 @@ -column_name,column_description -div,Division Id -date,Match Date -hometeam,Name of Home Team -awayteam,Name of Away Team -fthg,Final-time Home-team Goals -ftag,Final-time Away-team Goals -ftr,Final-time Results -season,season of the match diff --git a/inputs_snowflake/european_football_2/schemas/Country.csv b/inputs_snowflake/european_football_2/schemas/Country.csv deleted file mode 100644 index c49e68819e221b0b8ce5d564c7172db07f1f18d0..0000000000000000000000000000000000000000 --- a/inputs_snowflake/european_football_2/schemas/Country.csv +++ /dev/null @@ -1,3 +0,0 @@ -column_name,column_description -id,the unique id for countries -name,country name diff --git a/inputs_snowflake/european_football_2/schemas/League.csv b/inputs_snowflake/european_football_2/schemas/League.csv deleted file mode 100644 index 36c851cb7f65a93e95427cb24928fc0df265fd12..0000000000000000000000000000000000000000 --- a/inputs_snowflake/european_football_2/schemas/League.csv +++ /dev/null @@ -1,4 +0,0 @@ -column_name,column_description -id,the unique id for leagues -country_id,the unique id for countries -name,league name diff --git a/inputs_snowflake/european_football_2/schemas/Player.csv b/inputs_snowflake/european_football_2/schemas/Player.csv deleted file mode 100644 index 693ae537c36bd14c1aeacc2985f7b8ea5e2419ff..0000000000000000000000000000000000000000 --- a/inputs_snowflake/european_football_2/schemas/Player.csv +++ /dev/null @@ -1,8 +0,0 @@ -column_name,column_description -id,the unique id for players -player_api_id,the id of the player api -player_name,player name -player_fifa_api_id,the id of the player fifa api -birthday,the player's birthday -height,the player's height -weight,the player's weight diff --git a/inputs_snowflake/european_football_2/schemas/Player_Attributes.csv b/inputs_snowflake/european_football_2/schemas/Player_Attributes.csv deleted file mode 100644 index 44099dad86d22578a55f7700cbfbb6e097b1a730..0000000000000000000000000000000000000000 --- a/inputs_snowflake/european_football_2/schemas/Player_Attributes.csv +++ /dev/null @@ -1,43 +0,0 @@ -column_name,column_description -id,the unique id for players -player_fifa_api_id,the id of the player fifa api -player_api_id,the id of the player api -date,date -overall_rating,the overall rating of the player -potential,potential of the player -preferred_foot,the player's preferred foot when attacking -attacking_work_rate,the player's attacking work rate -defensive_work_rate,the player's defensive work rate -crossing,the player's crossing score -finishing,the player's finishing rate -heading_accuracy,the player's heading accuracy -short_passing,the player's short passing score -volleys,the player's volley score -dribbling,the player's dribbling score -curve,the player's curve score -free_kick_accuracy,the player's free kick accuracy -long_passing,the player's long passing score -ball_control,the player's ball control score -acceleration,the player's acceleration score -sprint_speed,the player's sprint speed -agility,the player's agility -reactions,the player's reactions score -balance,the player's balance score -shot_power,the player's shot power -jumping,the player's jumping score -stamina,the player's stamina score -strength,the player's strength score -long_shots,the player's long shots score -aggression,the player's aggression score -interceptions,the player's interceptions score -positioning,the player's positioning score -vision,the player's vision score -penalties,the player's penalties score -marking,the player's markingscore -standing_tackle,the player's standing tackle score -sliding_tackle,the player's sliding tackle score -gk_diving,the player's goalkeep diving score -gk_handling,the player's goalkeep diving score -gk_kicking,the player's goalkeep kicking score -gk_positioning,the player's goalkeep positioning score -gk_reflexes,the player's goalkeep reflexes score diff --git a/inputs_snowflake/european_football_2/schemas/Team.csv b/inputs_snowflake/european_football_2/schemas/Team.csv deleted file mode 100644 index eb4fd17b44405473ce26501af2206d195c415dfe..0000000000000000000000000000000000000000 --- a/inputs_snowflake/european_football_2/schemas/Team.csv +++ /dev/null @@ -1,6 +0,0 @@ -column_name,column_description -id,the unique id for teams -team_api_id,the id of the team api -team_fifa_api_id,the id of the team fifa api -team_long_name,the team's long name -team_short_name,the team's short name diff --git a/inputs_snowflake/european_football_2/schemas/Team_Attributes.csv b/inputs_snowflake/european_football_2/schemas/Team_Attributes.csv deleted file mode 100644 index 5d41be51e671ba1162b0fff232a7395a5e89da8c..0000000000000000000000000000000000000000 --- a/inputs_snowflake/european_football_2/schemas/Team_Attributes.csv +++ /dev/null @@ -1,26 +0,0 @@ -column_name,column_description -id,the unique id for teams -team_fifa_api_id,the id of the team fifa api -team_api_id,the id of the team api -date,Date -buildUpPlaySpeed,the speed in which attacks are put together -buildUpPlaySpeedClass,the speed class -buildUpPlayDribbling,the tendency/ frequency of dribbling -buildUpPlayDribblingClass,the dribbling class -buildUpPlayPassing,affects passing distance and support from teammates -buildUpPlayPassingClass,the passing class -buildUpPlayPositioningClass,A team's freedom of movement in the 1st two thirds of the pitch -chanceCreationPassing,Amount of risk in pass decision and run support -chanceCreationPassingClass,the chance creation passing class -chanceCreationCrossing,The tendency / frequency of crosses into the box -chanceCreationCrossingClass,the chance creation crossing class -chanceCreationShooting,The tendency / frequency of shots taken -chanceCreationShootingClass,the chance creation shooting class -chanceCreationPositioningClass,A team�s freedom of movement in the final third of the pitch -defencePressure,Affects how high up the pitch the team will start pressuring -defencePressureClass,the defence pressure class -defenceAggression,Affect the team�s approach to tackling the ball possessor -defenceAggressionClass,the defence aggression class -defenceTeamWidth,Affects how much the team will shift to the ball side -defenceTeamWidthClass,the defence team width class -defenceDefenderLineClass,Affects the shape and strategy of the defence diff --git a/inputs_snowflake/european_football_2/schemas/matches.csv b/inputs_snowflake/european_football_2/schemas/matches.csv deleted file mode 100644 index f5f19918394118b89676fd112629b9577d0894b9..0000000000000000000000000000000000000000 --- a/inputs_snowflake/european_football_2/schemas/matches.csv +++ /dev/null @@ -1,116 +0,0 @@ -column_name,column_description -id,the unique id for matches -country_id,country id -league_id,league id -season,the season of the match -stage,the stage of the match -date,the date of the match -match_api_id,the id of the match api -home_team_api_id,the id of the home team api -away_team_api_id,the id of the away team api -home_team_goal,the goal of the home team -away_team_goal,the goal of the away team -home_player_X1, -home_player_X2, -home_player_X3, -home_player_X4, -home_player_X5, -home_player_X6, -home_player_X7, -home_player_X8, -home_player_X9, -home_player_X10, -home_player_X11, -away_player_X1, -away_player_X2, -away_player_X3, -away_player_X4, -away_player_X5, -away_player_X6, -away_player_X7, -away_player_X8, -away_player_X9, -away_player_X10, -away_player_X11, -home_player_Y1, -home_player_Y2, -home_player_Y3, -home_player_Y4, -home_player_Y5, -home_player_Y6, -home_player_Y7, -home_player_Y8, -home_player_Y9, -home_player_Y10, -home_player_Y11, -away_player_Y1, -away_player_Y2, -away_player_Y3, -away_player_Y4, -away_player_Y5, -away_player_Y6, -away_player_Y7, -away_player_Y8, -away_player_Y9, -away_player_Y10, -away_player_Y11, -home_player_1, -home_player_2, -home_player_3, -home_player_4, -home_player_5, -home_player_6, -home_player_7, -home_player_8, -home_player_9, -home_player_10, -home_player_11, -away_player_1, -away_player_2, -away_player_3, -away_player_4, -away_player_5, -away_player_6, -away_player_7, -away_player_8, -away_player_9, -away_player_10, -away_player_11, -goal,the goal of the match -shoton,the shot on goal of the match -shotoff,"the shot off goal of the match, which is the opposite of shot on" -foulcommit,the fouls occurred in the match -card,the cards given in the match -crosses,Balls sent into the opposition team's area from a wide position in the match -corner,Ball goes out of play for a corner kick in the match -possession,The duration from a player taking over the ball in the match -B365H, -B365D, -B365A, -BWH, -BWD, -BWA, -IWH, -IWD, -IWA, -LBH, -LBD, -LBA, -PSH, -PSD, -PSA, -WHH, -WHD, -WHA, -SJH, -SJD, -SJA, -VCH, -VCD, -VCA, -GBH, -GBD, -GBA, -BSH, -BSD, -BSA, diff --git a/inputs_snowflake/facebook_ads/schemas/account_history.csv b/inputs_snowflake/facebook_ads/schemas/account_history.csv deleted file mode 100644 index d073e5f706d919d5e23f5732a0b993cda8be07c2..0000000000000000000000000000000000000000 --- a/inputs_snowflake/facebook_ads/schemas/account_history.csv +++ /dev/null @@ -1,4 +0,0 @@ -column_name,column_description -id,The ID of the ad account. -name,Name of the account. -_fivetran_synced,When the record was last synced by Fivetran. diff --git a/inputs_snowflake/facebook_ads/schemas/ad_history.csv b/inputs_snowflake/facebook_ads/schemas/ad_history.csv deleted file mode 100644 index 07f1f8630f0dde046553bced47c1d185758999e5..0000000000000000000000000000000000000000 --- a/inputs_snowflake/facebook_ads/schemas/ad_history.csv +++ /dev/null @@ -1,9 +0,0 @@ -column_name,column_description -id,The ID of this ad. -account_id,The ID of the ad account that this ad belongs to. -ad_set_id,ID of the ad set that contains the ad. -campaign_id,Ad campaign that contains this ad. -creative_id,The ID of the ad creative to be used by this ad. -name,Name of the ad. -_fivetran_synced,When the record was last synced by Fivetran. -updated_time,The timestamp of the last update of a record. diff --git a/inputs_snowflake/facebook_ads/schemas/ad_set_history.csv b/inputs_snowflake/facebook_ads/schemas/ad_set_history.csv deleted file mode 100644 index f711eae9d879c23a221e34df0338136a89dadca4..0000000000000000000000000000000000000000 --- a/inputs_snowflake/facebook_ads/schemas/ad_set_history.csv +++ /dev/null @@ -1,7 +0,0 @@ -column_name,column_description -id,The ID of the ad set. -account_id,The ID of the ad account that this ad set belongs to. -campaign_id,Ad campaign that contains this ad set. -name,The name of the ad set. -_fivetran_synced,When the record was last synced by Fivetran. -updated_time,The timestamp of the last update of a record. diff --git a/inputs_snowflake/facebook_ads/schemas/basic_ad.csv b/inputs_snowflake/facebook_ads/schemas/basic_ad.csv deleted file mode 100644 index 5078ceace42206b238c25ae0b43385783b634d02..0000000000000000000000000000000000000000 --- a/inputs_snowflake/facebook_ads/schemas/basic_ad.csv +++ /dev/null @@ -1,8 +0,0 @@ -column_name,column_description -ad_id,The ID of the ad the report relates to. -date,The date of the reported performance. -account_id,The ID of the ad account that this ad belongs to. -impressions,The number of impressions the ad had on the given day. -inline_link_clicks,The number of clicks the ad had on the given day. -spend,The spend on the ad in the given day. -reach,The number of people who saw any content from your Page or about your Page. This metric is estimated. diff --git a/inputs_snowflake/facebook_ads/schemas/basic_ad_action_values.csv b/inputs_snowflake/facebook_ads/schemas/basic_ad_action_values.csv deleted file mode 100644 index 0b81228300aa8c497b3c6f9d4671666b9f4a575b..0000000000000000000000000000000000000000 --- a/inputs_snowflake/facebook_ads/schemas/basic_ad_action_values.csv +++ /dev/null @@ -1,10 +0,0 @@ -column_name,column_description -_7_d_click,"Conversion metric value using an attribution window of ""7 days after clicking the ad"". Not included in downstream models by default, but can be added using the `facebook_ads__basic_ad_actions_passthrough_metrics` var." -_fivetran_id,Defunct field. -_fivetran_synced,When the record was last synced by Fivetran. -action_type,"The kind of actions taken on your ad, Page, app or event after your ad was served to someone, even if they didn't click on it. Action types include Page likes, app installs, conversions, event responses and more. Actions prepended by app_custom_event come from mobile app events and actions prepended by offsite_conversion come from the Facebook Pixel. -" -ad_id,The ID of the ad the report relates to. -date,The date of the reported performance. -index,Index reflecting the `action_type` tracked for this ad on this day. Column of not much consequence. -value,Monetary value associated with the convesion action using the default attribution window. diff --git a/inputs_snowflake/facebook_ads/schemas/basic_ad_actions.csv b/inputs_snowflake/facebook_ads/schemas/basic_ad_actions.csv deleted file mode 100644 index bd83f1725d3a1a3635485cf2e17b668fb64b3666..0000000000000000000000000000000000000000 --- a/inputs_snowflake/facebook_ads/schemas/basic_ad_actions.csv +++ /dev/null @@ -1,12 +0,0 @@ -column_name,column_description -_1_d_view,"Conversion metric value using an attribution window of ""1 day after viewing the ad"". Not included in downstream models by default, but can be added using the `facebook_ads__basic_ad_actions_passthrough_metrics` var." -_7_d_click,"Conversion metric value using an attribution window of ""7 days after clicking the ad"". Not included in downstream models by default, but can be added using the `facebook_ads__basic_ad_actions_passthrough_metrics` var." -_fivetran_id,Defunct field. -_fivetran_synced,When the record was last synced by Fivetran. -action_type,"The kind of actions taken on your ad, Page, app or event after your ad was served to someone, even if they didn't click on it. Action types include Page likes, app installs, conversions, event responses and more. Actions prepended by app_custom_event come from mobile app events and actions prepended by offsite_conversion come from the Facebook Pixel. -" -ad_id,The ID of the ad the report relates to. -date,The date of the reported performance. -index,Index reflecting the `action_type` tracked for this ad on this day. Column of not much consequence. -inline,"Conversion metric value using the attribution window that occurs on the ad itself. Not included in downstream models by default, but can be added using the `facebook_ads__basic_ad_actions_passthrough_metrics` var." -value,Conversion metric value using the default attribution window. diff --git a/inputs_snowflake/facebook_ads/schemas/campaign_history.csv b/inputs_snowflake/facebook_ads/schemas/campaign_history.csv deleted file mode 100644 index 98ed328cd08251ff52406a5126deb366e5679e29..0000000000000000000000000000000000000000 --- a/inputs_snowflake/facebook_ads/schemas/campaign_history.csv +++ /dev/null @@ -1,6 +0,0 @@ -column_name,column_description -id,The ID of the campaign. -account_id,The ID of the ad account that this campaign belongs to. -name,The name of the campaign. -_fivetran_synced,When the record was last synced by Fivetran. -updated_time,The timestamp of the last update of a record. diff --git a/inputs_snowflake/facebook_ads/schemas/creative_history.csv b/inputs_snowflake/facebook_ads/schemas/creative_history.csv deleted file mode 100644 index 6a7b7d5b276adba6b2baa87bb7bcd358b957ea07..0000000000000000000000000000000000000000 --- a/inputs_snowflake/facebook_ads/schemas/creative_history.csv +++ /dev/null @@ -1,16 +0,0 @@ -column_name,column_description -_fivetran_id,Unique record identifier -page_link,URL destination of Facebook ads. -template_page_link,URL destination of Facebook dynamic ads. -id,Unique ID for an ad creative. -account_id,Ad account ID for the account this ad creative belongs to. -name,Name of this ad creative as seen in the ad account's library. -url_tags,"A set of query string parameters which will replace or be appended to urls clicked from page post ads, message of the post, and canvas app install creatives only." -_fivetran_synced,When the record was last synced by Fivetran. -asset_feed_spec_link_urls,Link to the asset feed spec -object_story_link_data_child_attachments,Link of the object story child attachments -object_story_link_data_caption,Link of the object story caption -object_story_link_data_description,Link of the object story description -object_story_link_data_link,Link of the object story link -object_story_link_data_message,Link of the object story message -template_app_link_spec_ios,Link of the object story spec for ios diff --git a/inputs_snowflake/financial/schemas/account.csv b/inputs_snowflake/financial/schemas/account.csv deleted file mode 100644 index b32f66453763a4a37878cb4e6ef8a3ee1b5813df..0000000000000000000000000000000000000000 --- a/inputs_snowflake/financial/schemas/account.csv +++ /dev/null @@ -1,5 +0,0 @@ -column_name,column_description -account_id,the id of the account -district_id,location of branch -frequency,frequency of the acount -date,the creation date of the account diff --git a/inputs_snowflake/financial/schemas/card.csv b/inputs_snowflake/financial/schemas/card.csv deleted file mode 100644 index 02325752d826edff7a6fbc4787a6bfe789490f03..0000000000000000000000000000000000000000 --- a/inputs_snowflake/financial/schemas/card.csv +++ /dev/null @@ -1,5 +0,0 @@ -column_name,column_description -card_id,id number of credit card -disp_id,disposition id -type,type of credit card -issued,the date when the credit card issued diff --git a/inputs_snowflake/financial/schemas/client.csv b/inputs_snowflake/financial/schemas/client.csv deleted file mode 100644 index 82dbed26331ad7c3cbf26c73e40d17ac7fdfae0e..0000000000000000000000000000000000000000 --- a/inputs_snowflake/financial/schemas/client.csv +++ /dev/null @@ -1,5 +0,0 @@ -column_name,column_description -client_id,the unique number -gender, -birth_date,birth date -district_id,location of branch diff --git a/inputs_snowflake/financial/schemas/disp.csv b/inputs_snowflake/financial/schemas/disp.csv deleted file mode 100644 index c5c73d98d7bfb03ce1ad6f8be3a9fdfc4311c487..0000000000000000000000000000000000000000 --- a/inputs_snowflake/financial/schemas/disp.csv +++ /dev/null @@ -1,5 +0,0 @@ -column_name,column_description -disp_id,unique number of identifying this row of record -client_id,id number of client -account_id,id number of account -type,type of disposition diff --git a/inputs_snowflake/financial/schemas/district.csv b/inputs_snowflake/financial/schemas/district.csv deleted file mode 100644 index f2bbd773eb1e23dbd77c19d62b0852e97413d017..0000000000000000000000000000000000000000 --- a/inputs_snowflake/financial/schemas/district.csv +++ /dev/null @@ -1,17 +0,0 @@ -column_name,column_description -district_id,location of branch -A2,district_name -A3,region -A4, -A5,municipality < district < region -A6,municipality < district < region -A7,municipality < district < region -A8,municipality < district < region -A9, -A10,ratio of urban inhabitants -A11,average salary -A12,unemployment rate 1995 -A13,unemployment rate 1996 -A14,no. of entrepreneurs per 1000 inhabitants -A15,no. of committed crimes 1995 -A16,no. of committed crimes 1996 diff --git a/inputs_snowflake/financial/schemas/loan.csv b/inputs_snowflake/financial/schemas/loan.csv deleted file mode 100644 index 8e8f44feebebd76f65daf52f520c7b1adb57d9f5..0000000000000000000000000000000000000000 --- a/inputs_snowflake/financial/schemas/loan.csv +++ /dev/null @@ -1,8 +0,0 @@ -column_name,column_description -loan_id,the id number identifying the loan data -account_id,the id number identifying the account -date,the date when the loan is approved -amount,approved amount -duration,loan duration -payments,monthly payments -status,repayment status diff --git a/inputs_snowflake/financial/schemas/orders.csv b/inputs_snowflake/financial/schemas/orders.csv deleted file mode 100644 index 26e7c8898ffed9d0438b958ed5a7cd9030489de1..0000000000000000000000000000000000000000 --- a/inputs_snowflake/financial/schemas/orders.csv +++ /dev/null @@ -1,7 +0,0 @@ -column_name,column_description -order_id,identifying the unique order -account_id,id number of account -bank_to,bank of the recipient -account_to,account of the recipient -amount,debited amount -k_symbol,purpose of the payment diff --git a/inputs_snowflake/financial/schemas/trans.csv b/inputs_snowflake/financial/schemas/trans.csv deleted file mode 100644 index a39474d4e6d5c2614c3de3795cb8fd65a1661242..0000000000000000000000000000000000000000 --- a/inputs_snowflake/financial/schemas/trans.csv +++ /dev/null @@ -1,11 +0,0 @@ -column_name,column_description -trans_id,transaction id -account_id, -date,date of transaction -type,+/- transaction -operation,mode of transaction -amount,amount of money -balance,balance after transaction -k_symbol, -bank, -account, diff --git a/inputs_snowflake/food_inspection/data_model.yaml b/inputs_snowflake/food_inspection/data_model.yaml deleted file mode 100644 index 7f390d31c9aa3ede89def04d92204142f4a0eb45..0000000000000000000000000000000000000000 --- a/inputs_snowflake/food_inspection/data_model.yaml +++ /dev/null @@ -1,20 +0,0 @@ -models: - - name: restaurants - description: Each record represents a restaurant. - columns: - - name: business_id - description: Unique identifier for the restaurant. - - name: name - description: Name of the restaurant. - - name: owner_name - description: Name of the owner of the restaurant. - - name: num_high_risk_violations - description: The number of high-risk violations the restaurant has, replace NULL values with 0. - - name: num_of_inspections_because_of_complaint - description: The number of inspections the restaurant has because of a complaint, replace NULL values with 0. Because of a complaint refers to type = 'Complaint'. - - name: violation_per_inspection - description: The average number of violations per inspection the restaurant has. - - name: lowest_inspection_score - description: The lowest inspection score the restaurant has. - - name: meets_all_required_standards_for_4_consecutive_years - description: 1 if there exists a run of 4 or more consecutive calendar years in which every year of the run contains at least one inspection with score = 100. Otherwise 0. \ No newline at end of file diff --git a/inputs_snowflake/food_inspection/schemas/businesses.csv b/inputs_snowflake/food_inspection/schemas/businesses.csv deleted file mode 100644 index 0d1b93166b97a01ef2d2387cb23fd1d3de29ea61..0000000000000000000000000000000000000000 --- a/inputs_snowflake/food_inspection/schemas/businesses.csv +++ /dev/null @@ -1,17 +0,0 @@ -column_name,column_description -business_id,the unique id of the business -name,the name of the eatery -address,the eatery address -city,the city where the eatery is located in -postal_code,the postal code of the eatery -latitude,the latitude of the position -longitude,the longitude of the position -phone_number,the phone number of the eatery -tax_code,the tax code of the eatery -business_certificate,the business certificate number -application_date,the application date of the eatery -owner_name,the owner's name -owner_address,the owner's address -owner_city,the city where the owner is located -owner_state,the state where the owner is located -owner_zip,the zip code of the owner diff --git a/inputs_snowflake/food_inspection/schemas/inspections.csv b/inputs_snowflake/food_inspection/schemas/inspections.csv deleted file mode 100644 index bc02937c864849c7dc1035416f3605d2f8f4a534..0000000000000000000000000000000000000000 --- a/inputs_snowflake/food_inspection/schemas/inspections.csv +++ /dev/null @@ -1,5 +0,0 @@ -column_name,column_description -business_id,the unique id of the business -score,the inspection score -date,the inspection date -type,the inspection type diff --git a/inputs_snowflake/food_inspection/schemas/violations.csv b/inputs_snowflake/food_inspection/schemas/violations.csv deleted file mode 100644 index 6388619fd3fe27420233466a97b6928676a6068e..0000000000000000000000000000000000000000 --- a/inputs_snowflake/food_inspection/schemas/violations.csv +++ /dev/null @@ -1,7 +0,0 @@ -column_name,column_description -business_id,the unique id of the business -date,the date of the violation -violation_type_id,the unique type id of the violation -risk_category,"risk category -High / Moderate / Low risk" -description,the description of the violation diff --git a/inputs_snowflake/food_inspection_2/data_model.yaml b/inputs_snowflake/food_inspection_2/data_model.yaml deleted file mode 100644 index ecf554e12f94c4cd7f1a25ee58b056edfc029fd6..0000000000000000000000000000000000000000 --- a/inputs_snowflake/food_inspection_2/data_model.yaml +++ /dev/null @@ -1,39 +0,0 @@ -models: - - name: employees - description: Each record represents an employee. - columns: - - name: employee_id - description: Unique identifier for the employee. - - name: last_name - description: Last name of the employee. - - name: first_name - description: First name of the employee. - - name: num_inspections - description: The number of inspections the employee has conducted, replace NULL values with 0. - - name: is_under_Gregory_Cardenas - description: Set to 1 if the employee is under the supervision of Gregory Cardenas, otherwise, set to 0 - - name: total_amount_of_fine - description: The total amount of fine given by the employee, replace NULL values with 0. - - name: inspection_pass_rate - description: The inspection pass rate of the employee. Pass rate is calculated as the number of inspections with results = 'Pass' divided by the total number of inspections. - - name: is_Sanitarian_and_has_inspected_the_facility_Burbank - description: Set to 1 if the employee is a Sanitarian and has inspected the facility whose DBA name is 'Burbank', otherwise, set to 0 - - name: businesses - description: Each record represents a facility. - columns: - - name: license_no - description: Unique identifier for the facility. - - name: dba_name - description: The dba name of the facility. - - name: facility_type - description: The type of facility. - - name: at_least_5_failed_inspection_bewteen_20100101_20151231 - description: Set to 1 if the facility has at least 5 failed inspections between 1/1/2010 and 12/31/2015, otherwise, set to 0 - - name: total_fine_2014 - description: The total fine the facility received in 2014, replace NULL values with 0. - - name: per_failed_inspections - description: The percentage of failed inspections the facility has. - - name: has_paid_at_least_250_fine - description: Set to 1 if the facility has paid at least $250 in fines for any single violation, otherwise, set to 0 - - name: num_violations - description: The number of violations the facility has, replace NULL values with 0. \ No newline at end of file diff --git a/inputs_snowflake/food_inspection_2/schemas/employee.csv b/inputs_snowflake/food_inspection_2/schemas/employee.csv deleted file mode 100644 index 34dcf195b8a7506259f25be75099ee1bf06c77af..0000000000000000000000000000000000000000 --- a/inputs_snowflake/food_inspection_2/schemas/employee.csv +++ /dev/null @@ -1,12 +0,0 @@ -column_name,column_description -employee_id,the unique id for the employee -first_name,first name of the employee -last_name,last name of the employee -address,physical street address of the employee -city,city of the employee's address -state,state of the customer's address -zip,postal code of the employee's address -phone,telephone number to reach the customer -title,career title of the employee -salary,the salary of the employee -supervisor,the employee id of the employee's supervisor diff --git a/inputs_snowflake/food_inspection_2/schemas/establishment.csv b/inputs_snowflake/food_inspection_2/schemas/establishment.csv deleted file mode 100644 index 08777fd3363c2a9d9af778fc664cebf5b655f9d8..0000000000000000000000000000000000000000 --- a/inputs_snowflake/food_inspection_2/schemas/establishment.csv +++ /dev/null @@ -1,13 +0,0 @@ -column_name,column_description -license_no,the license number of the facility -dba_name,the dba name of the facility -aka_name,the aka name of the facility -facility_type,the facility type -risk_level,the risk level of the facility -address,physical street address of the facility -city,city of the facility's address -state,state of the facility's address -zip,postal code of the facility's address -latitude,the latitude of the facility -longitude,the longitude of the facility -ward,the ward number of the facility diff --git a/inputs_snowflake/food_inspection_2/schemas/inspection.csv b/inputs_snowflake/food_inspection_2/schemas/inspection.csv deleted file mode 100644 index 38f47ec30f44ee83c83b6898143c94d0a73f2749..0000000000000000000000000000000000000000 --- a/inputs_snowflake/food_inspection_2/schemas/inspection.csv +++ /dev/null @@ -1,8 +0,0 @@ -column_name,column_description -inspection_id,the unique id for the inspection -inspection_date,the date of the inspection -inspection_type,the type of the inspection -results,the inspection results -employee_id,the id of the employee who is responsible for the inspection -license_no,the license number of the facility that is inspected -followup_to,the id of inspections that this inspection is following up diff --git a/inputs_snowflake/food_inspection_2/schemas/inspection_point.csv b/inputs_snowflake/food_inspection_2/schemas/inspection_point.csv deleted file mode 100644 index 7812a65edb3eac844e01fe21386343f122ae47d9..0000000000000000000000000000000000000000 --- a/inputs_snowflake/food_inspection_2/schemas/inspection_point.csv +++ /dev/null @@ -1,7 +0,0 @@ -column_name,column_description -point_id,the unique id for the inspection point -Description,the specific description of the inspection results -category,the inspection category -code,the sanitary operating requirement code -fine,the fines for food safety problems -point_level,point level diff --git a/inputs_snowflake/food_inspection_2/schemas/violation.csv b/inputs_snowflake/food_inspection_2/schemas/violation.csv deleted file mode 100644 index 805812528a52be958dfd442452060994388286a7..0000000000000000000000000000000000000000 --- a/inputs_snowflake/food_inspection_2/schemas/violation.csv +++ /dev/null @@ -1,5 +0,0 @@ -column_name,column_description -inspection_id,the unique id for the inspection -point_id,the inspection point id -fine,the fine of the violation -inspector_comment,the comment of the inspector diff --git a/inputs_snowflake/formula_1/data_model.yaml b/inputs_snowflake/formula_1/data_model.yaml deleted file mode 100644 index d60beab54714fd141b036ec2b2a21bd60a1e0165..0000000000000000000000000000000000000000 --- a/inputs_snowflake/formula_1/data_model.yaml +++ /dev/null @@ -1,20 +0,0 @@ -models: - - name: formula__drivers - description: Each record represents a driver. - columns: - - name: driverId - description: Unique identifier for the driver. - - name: fullname - description: Full name of the driver. Concatenate the first name and last name with a space separating them. - - name: nationality - description: The nationality of the driver. - - name: num_winnings - description: The number of races where the driver finished first; replace NULL values with 0. - - name: year_and_race_of_fastest_lap - description: Concatenate the year and the name of the race, separated by a space, in which the driver had his fastest lap, with ties broken by the ascending of the year first, then descending order of the name of the race - - name: points_recorded_for_first_race - description: The points recorded for the driver's first race event, with ties broken by the descending order of the points. - - name: num_accidents - description: The number of accidents the driver has been involved in, replace NULL values with 0. Accident refers to status = "Accident". - - name: avg_pit_stop_duration - description: The average duration (in milliseconds) of the pit stops the driver has made. \ No newline at end of file diff --git a/inputs_snowflake/formula_1/schemas/circuits.csv b/inputs_snowflake/formula_1/schemas/circuits.csv deleted file mode 100644 index 876356a02e1774478ab4201db9558808f14a4245..0000000000000000000000000000000000000000 --- a/inputs_snowflake/formula_1/schemas/circuits.csv +++ /dev/null @@ -1,9 +0,0 @@ -column_name,column_description -circuitId,unique identification number of the circuit -circuitRef,circuit reference name -name,full name of circuit -location,location of circuit -country,country of circuit -lat,latitude of location of circuit -lng,longitude of location of circuit -url,url diff --git a/inputs_snowflake/formula_1/schemas/constructor_results.csv b/inputs_snowflake/formula_1/schemas/constructor_results.csv deleted file mode 100644 index 9ee4152fd2d4ff7082cb91bdabd4b7038c007dc7..0000000000000000000000000000000000000000 --- a/inputs_snowflake/formula_1/schemas/constructor_results.csv +++ /dev/null @@ -1,6 +0,0 @@ -column_name,column_description -constructorResultsId,constructor Results Id -raceId,race id -constructorId,constructor id -points,points -status,status diff --git a/inputs_snowflake/formula_1/schemas/constructor_standings.csv b/inputs_snowflake/formula_1/schemas/constructor_standings.csv deleted file mode 100644 index 18db00dfb00948cbe61f0174392b1a7bc3c1ac82..0000000000000000000000000000000000000000 --- a/inputs_snowflake/formula_1/schemas/constructor_standings.csv +++ /dev/null @@ -1,8 +0,0 @@ -column_name,column_description -constructorStandingsId,unique identification of the constructor standing records -raceId,id number identifying which races -constructorId,id number identifying which id -points,how many points acquired in each race -position,position or track of circuits -positionText, -wins,wins diff --git a/inputs_snowflake/formula_1/schemas/constructors.csv b/inputs_snowflake/formula_1/schemas/constructors.csv deleted file mode 100644 index b0b9f85a5b49ce7ad5610117e122b4b3fc93f40e..0000000000000000000000000000000000000000 --- a/inputs_snowflake/formula_1/schemas/constructors.csv +++ /dev/null @@ -1,6 +0,0 @@ -column_name,column_description -constructorId,the unique identification number identifying constructors -constructorRef,Constructor Reference name -name,full name of the constructor -nationality,nationality of the constructor -url,the introduction website of the constructor diff --git a/inputs_snowflake/formula_1/schemas/driverStandings.csv b/inputs_snowflake/formula_1/schemas/driverStandings.csv deleted file mode 100644 index 88a3f30fb931088a34e300854cc2b262a29972fa..0000000000000000000000000000000000000000 --- a/inputs_snowflake/formula_1/schemas/driverStandings.csv +++ /dev/null @@ -1,8 +0,0 @@ -column_name,column_description -driverStandingsId,the unique identification number identifying driver standing records -raceId,id number identifying which races -driverId,id number identifying which drivers -points,how many points acquired in each race -position,position or track of circuits -wins,wins -positionText, diff --git a/inputs_snowflake/formula_1/schemas/drivers.csv b/inputs_snowflake/formula_1/schemas/drivers.csv deleted file mode 100644 index ad2f518e42acb0366e32583a2eb8d7fe1206bd5e..0000000000000000000000000000000000000000 --- a/inputs_snowflake/formula_1/schemas/drivers.csv +++ /dev/null @@ -1,10 +0,0 @@ -column_name,column_description -driverId,the unique identification number identifying each driver -driverRef,driver reference name -number,number -code,abbreviated code for drivers -forename,forename -surname,surname -dob,date of birth -nationality,nationality of drivers -url,the introduction website of the drivers diff --git a/inputs_snowflake/formula_1/schemas/lap_times.csv b/inputs_snowflake/formula_1/schemas/lap_times.csv deleted file mode 100644 index 7bc0dc7828d8ada0951590346537bed1eadeebb2..0000000000000000000000000000000000000000 --- a/inputs_snowflake/formula_1/schemas/lap_times.csv +++ /dev/null @@ -1,7 +0,0 @@ -column_name,column_description -raceId,the identification number identifying race -driverId,the identification number identifying each driver -lap,lap number -position,position or track of circuits -time,lap time -milliseconds,milliseconds diff --git a/inputs_snowflake/formula_1/schemas/pitStops.csv b/inputs_snowflake/formula_1/schemas/pitStops.csv deleted file mode 100644 index f7a9a56ae5c57e368695298cdb81dae2e2c4656c..0000000000000000000000000000000000000000 --- a/inputs_snowflake/formula_1/schemas/pitStops.csv +++ /dev/null @@ -1,8 +0,0 @@ -column_name,column_description -raceId,the identification number identifying race -driverId,the identification number identifying each driver -stop,stop number -lap,lap number -time,time -duration,duration time -milliseconds,milliseconds diff --git a/inputs_snowflake/formula_1/schemas/qualifying.csv b/inputs_snowflake/formula_1/schemas/qualifying.csv deleted file mode 100644 index 32006fdf0cba5b64ea76d2be70f8aa69d3e00b00..0000000000000000000000000000000000000000 --- a/inputs_snowflake/formula_1/schemas/qualifying.csv +++ /dev/null @@ -1,10 +0,0 @@ -column_name,column_description -qualifyId,the unique identification number identifying qualifying -raceId,the identification number identifying each race -driverId,the identification number identifying each driver -constructorId,constructor Id -number,number -position,position or track of circuit -q1,time in qualifying 1 -q2,time in qualifying 2 -q3,time in qualifying 3 diff --git a/inputs_snowflake/formula_1/schemas/races.csv b/inputs_snowflake/formula_1/schemas/races.csv deleted file mode 100644 index f5f25d36a44d494a312c04cf4952a9905d002cbd..0000000000000000000000000000000000000000 --- a/inputs_snowflake/formula_1/schemas/races.csv +++ /dev/null @@ -1,9 +0,0 @@ -column_name,column_description -raceId,the unique identification number identifying the race -year,year -round,round -circuitId,circuit Id -name,name of the race -date,duration time -time,time of the location -url,introduction of races diff --git a/inputs_snowflake/formula_1/schemas/results.csv b/inputs_snowflake/formula_1/schemas/results.csv deleted file mode 100644 index 455504b3d34f0106d7d04e76570bf5b47a56822a..0000000000000000000000000000000000000000 --- a/inputs_snowflake/formula_1/schemas/results.csv +++ /dev/null @@ -1,19 +0,0 @@ -column_name,column_description -resultId,the unique identification number identifying race result -raceId,the identification number identifying the race -driverId,the identification number identifying the driver -constructorId,the identification number identifying which constructors -number,number -grid,the number identifying the area where cars are set into a grid formation in order to start the race. -position,The finishing position -positionText, -positionOrder,the finishing order of positions -points,points -laps,lap number -time,finish time -milliseconds,the actual finishing time of drivers in milliseconds -fastestLap,fastest lap number -rank,starting rank positioned by fastest lap speed -fastestLapTime,fastest Lap Time -fastestLapSpeed,fastest Lap Speed -statusId,status ID diff --git a/inputs_snowflake/formula_1/schemas/seasons.csv b/inputs_snowflake/formula_1/schemas/seasons.csv deleted file mode 100644 index d9980aab4eafbbda8b8720be9119355a758127d2..0000000000000000000000000000000000000000 --- a/inputs_snowflake/formula_1/schemas/seasons.csv +++ /dev/null @@ -1,3 +0,0 @@ -column_name,column_description -year,the unique identification number identifying the race -url,website link of season race introduction diff --git a/inputs_snowflake/formula_1/schemas/status.csv b/inputs_snowflake/formula_1/schemas/status.csv deleted file mode 100644 index bb8bca734db185d0f04410c1694a76cc6f1d0c2e..0000000000000000000000000000000000000000 --- a/inputs_snowflake/formula_1/schemas/status.csv +++ /dev/null @@ -1,3 +0,0 @@ -column_name,column_description -statusId,the unique identification number identifying status -status,full name of status diff --git a/inputs_snowflake/genes/data_model.yaml b/inputs_snowflake/genes/data_model.yaml deleted file mode 100644 index 312ab5bf51d078bd0544e8171813e0f64eb49982..0000000000000000000000000000000000000000 --- a/inputs_snowflake/genes/data_model.yaml +++ /dev/null @@ -1,16 +0,0 @@ -models: - - name: genes__genes - description: Each record represents a gene. - columns: - - name: geneid - description: Unique identifier for the gene. - - name: paired_gene_highest_expression_correlation_score - description: The paired gene with the highest expression correlation score, with ties broken by the ascending order of the geneid - - name: located_in_cytoplasm_and_have_7_chromosomes - description: Set to 1 if the gene is located in the cytoplasm and has 7 chromosomes, otherwise, set to 0. Located in the cytoplasm refers to classification.localization = 'cytoplasm'. - - name: paired_gene_lowest_expression_correlation_score - description: The paired gene with the lowest expression correlation score, with ties broken by the ascending order of the geneid - - name: interaction_with_genes_located_in_the_nucleus_and_is_positively_correlated - description: set to 1 if the gene's interaction is with genes located in the nucleus in which it is positively correlated. Locate in the nucleus refers to classification.localization = 'nucleus'. - - name: num_functions - description: The number of functions the gene has, replace NULL values with 0. \ No newline at end of file diff --git a/inputs_snowflake/genes/schemas/Classification.csv b/inputs_snowflake/genes/schemas/Classification.csv deleted file mode 100644 index 47c3a5c5aa4e83f5baf6b7bc5fb609bd6fd4b538..0000000000000000000000000000000000000000 --- a/inputs_snowflake/genes/schemas/Classification.csv +++ /dev/null @@ -1,3 +0,0 @@ -column_name,column_description -GeneID,unique identifier number of genes -Localization,location diff --git a/inputs_snowflake/genes/schemas/Genes.csv b/inputs_snowflake/genes/schemas/Genes.csv deleted file mode 100644 index 85ca79d28bf30a018346a78759a14a15b248976e..0000000000000000000000000000000000000000 --- a/inputs_snowflake/genes/schemas/Genes.csv +++ /dev/null @@ -1,10 +0,0 @@ -column_name,column_description -GeneID,identifier number of genes -Essential,essential -Class,class -Complex,Complex -Phenotype,Phenotype -Motif,Motif -Chromosome,Chromosome -Function,Function -Localization, diff --git a/inputs_snowflake/genes/schemas/Interactions.csv b/inputs_snowflake/genes/schemas/Interactions.csv deleted file mode 100644 index 123037e5773ec2d69b97942023bc4aa186bb7ea0..0000000000000000000000000000000000000000 --- a/inputs_snowflake/genes/schemas/Interactions.csv +++ /dev/null @@ -1,5 +0,0 @@ -column_name,column_description -GeneID1,identifier number of genes -GeneID2,identifier number of genes -Type,Type -Expression_Corr,Expression correlation score diff --git a/inputs_snowflake/github/schemas/issue.csv b/inputs_snowflake/github/schemas/issue.csv deleted file mode 100644 index a4e0c1454240c4f3786ec3adc55bfc22bd94ff33..0000000000000000000000000000000000000000 --- a/inputs_snowflake/github/schemas/issue.csv +++ /dev/null @@ -1,15 +0,0 @@ -column_name,column_description -id,System generated unique id for the issue. This is not the number that appears in the URL. -body,The text of the main description of the issue. -locked,Boolean indicating whether the issue is locked. -closed_at,"Timestamp of when the issue was closed, NULL for issues that are open." -created_at,Timestamp of when the issue was created. -milestone_id,Foreign key that references the milestone table representing the current milestone the issue is in. -number,"The issue number within a repository. Is unique by repository, but not across repositories." -pull_request,Boolean for is the issue is a pull request (true) ot regular issue (false) -repository_id,Foreign key that references the repository table. -state,Whether the issue is open or closed. -title,Title of the issue. -updated_at,Timestamp of when the last update was made to the issue. -user_id,"Foreign key that references the user table, representing the user that created the issue." -_fivetran_synced,Timestamp of when Fivetran synced a record diff --git a/inputs_snowflake/github/schemas/issue_assignee.csv b/inputs_snowflake/github/schemas/issue_assignee.csv deleted file mode 100644 index 4cda0d219cd5a1945e6ec9738a6f0ed6f21768b1..0000000000000000000000000000000000000000 --- a/inputs_snowflake/github/schemas/issue_assignee.csv +++ /dev/null @@ -1,4 +0,0 @@ -column_name,column_description -issue_id,Foreign key that references the issue table -user_id,Foreign key that references the user table -_fivetran_synced,Timestamp of when Fivetran synced a record \ No newline at end of file diff --git a/inputs_snowflake/github/schemas/issue_closed_history.csv b/inputs_snowflake/github/schemas/issue_closed_history.csv deleted file mode 100644 index 5c5bdd69a3807ba62781372c95606f4ced5835b1..0000000000000000000000000000000000000000 --- a/inputs_snowflake/github/schemas/issue_closed_history.csv +++ /dev/null @@ -1,7 +0,0 @@ -column_name,column_description -issue_id,Foreign key that references the issue table -updated_at,Timestamp of when the action took place -closed,Boolean variable for if the issue was closed (true) or re-opened (false) -_fivetran_synced,Timestamp of when Fivetran synced a record -COMMIT_SHA, -ACTOR_ID, diff --git a/inputs_snowflake/github/schemas/issue_comment.csv b/inputs_snowflake/github/schemas/issue_comment.csv deleted file mode 100644 index 8cd0c5e8a323477341669f2884340dbcdb2cee47..0000000000000000000000000000000000000000 --- a/inputs_snowflake/github/schemas/issue_comment.csv +++ /dev/null @@ -1,8 +0,0 @@ -column_name,column_description -id,System generated unique id for the issue comment. -issue_id,Foreign key that references the issue table -user_id,Foreign key that references the user table -created_at,Timestamp of when the issue comment was created. -_fivetran_synced,Timestamp of when Fivetran synced a record -UPDATED_AT, -BODY, diff --git a/inputs_snowflake/github/schemas/issue_label.csv b/inputs_snowflake/github/schemas/issue_label.csv deleted file mode 100644 index c7e01642c902866fc8f66e4f16678de0c1d5b265..0000000000000000000000000000000000000000 --- a/inputs_snowflake/github/schemas/issue_label.csv +++ /dev/null @@ -1,4 +0,0 @@ -column_name,column_description -issue_id,Foreign key that references the issue table -label_id,Unique identifier of the used label -_fivetran_synced,Timestamp of when Fivetran synced a record diff --git a/inputs_snowflake/github/schemas/issue_merged.csv b/inputs_snowflake/github/schemas/issue_merged.csv deleted file mode 100644 index 7c9f19749ff932f18f2df6a9911c8b96f4dac6c8..0000000000000000000000000000000000000000 --- a/inputs_snowflake/github/schemas/issue_merged.csv +++ /dev/null @@ -1,6 +0,0 @@ -column_name,column_description -issue_id,Foreign key that references the issue table. This table will only reference issues that are pull requests -merged_at,Timestamp of when the code merge took place -_fivetran_synced,Timestamp of when Fivetran synced a record -COMMIT_SHA, -ACTOR_ID, diff --git a/inputs_snowflake/github/schemas/label.csv b/inputs_snowflake/github/schemas/label.csv deleted file mode 100644 index 6197620943958bf9c443d04461077862f7d7a21a..0000000000000000000000000000000000000000 --- a/inputs_snowflake/github/schemas/label.csv +++ /dev/null @@ -1,8 +0,0 @@ -column_name,column_description -id,Unique identifier of the Github label -_fivetran_synced,Timestamp of the record being synced by Fivetran -color,The color of the label -description,The description of the label indicating the purpose -is_default,Boolean flagging if the label is default on creation -name,Name of the label -url,Url where the label was used diff --git a/inputs_snowflake/github/schemas/pull_request.csv b/inputs_snowflake/github/schemas/pull_request.csv deleted file mode 100644 index 13f95122ee07ff78ca7958bebf2e2dc72dcecda3..0000000000000000000000000000000000000000 --- a/inputs_snowflake/github/schemas/pull_request.csv +++ /dev/null @@ -1,15 +0,0 @@ -column_name,column_description -id,System generated unique id for the pull request. -issue_id,Foreign key that references the issue table. -head_repo_id,"Foreign key that references the repository table, referencing the current branch." -head_user_id,"Foreign key that references the user table, referencing who created the current branch." -_fivetran_synced,Timestamp of when Fivetran synced a record -HEAD_REF, -MERGE_COMMIT_SHA, -HEAD_SHA, -BASE_USER_ID, -BASE_LABEL, -BASE_REF, -BASE_SHA, -BASE_REPO_ID, -HEAD_LABEL, diff --git a/inputs_snowflake/github/schemas/pull_request_review.csv b/inputs_snowflake/github/schemas/pull_request_review.csv deleted file mode 100644 index 81afdd1a5eb6d004adb79a4c26670dea293b5615..0000000000000000000000000000000000000000 --- a/inputs_snowflake/github/schemas/pull_request_review.csv +++ /dev/null @@ -1,9 +0,0 @@ -column_name,column_description -id,System generated unique id for the pull request review. -pull_request_id,Foreign key that references the pull request table. -submitted_at,Timestamp of when the request for review was submitted. -state,"Whether the review was an approval, request for change, comment, dismissal." -user_id,"Foreign key that references the user table, representing the user that reviewed the pull request." -_fivetran_synced,Timestamp of when Fivetran synced a record -COMMIT_SHA, -BODY, diff --git a/inputs_snowflake/github/schemas/repo_team.csv b/inputs_snowflake/github/schemas/repo_team.csv deleted file mode 100644 index f006f263455e30269cd08083804914dfaf9b9d8f..0000000000000000000000000000000000000000 --- a/inputs_snowflake/github/schemas/repo_team.csv +++ /dev/null @@ -1,5 +0,0 @@ -column_name,column_description -repository_id,Reference to the respective repository for the record. -team_id,Reference to the respective team for the record. -_fivetran_synced,Timestamp of when Fivetran synced a record -PERMISSION, diff --git a/inputs_snowflake/github/schemas/repository.csv b/inputs_snowflake/github/schemas/repository.csv deleted file mode 100644 index c54b5c25c0487b9787ed8459f01c287e4bd0ba0a..0000000000000000000000000000000000000000 --- a/inputs_snowflake/github/schemas/repository.csv +++ /dev/null @@ -1,13 +0,0 @@ -column_name,column_description -id,System generated unique id for the repository. -created_at,Timestamp of when the repository was created. -full_name,The name of the git repository. -private,Boolean field indicating whether the repository is private (true) or public (false). -_fivetran_synced,Timestamp of when Fivetran synced a record -DEFAULT_BRANCH, -OWNER_ID, -FORK, -ARCHIVED, -LANGUAGE, -NAME, -DESCRIPTION, diff --git a/inputs_snowflake/github/schemas/requested_reviewer_history.csv b/inputs_snowflake/github/schemas/requested_reviewer_history.csv deleted file mode 100644 index e9e09760a107c0519cc03e94c8f1e602993efee0..0000000000000000000000000000000000000000 --- a/inputs_snowflake/github/schemas/requested_reviewer_history.csv +++ /dev/null @@ -1,7 +0,0 @@ -column_name,column_description -pull_request_id,Foreign key that references the pull request table. -created_at,Timestamp of when the review was submitted. -requested_id,"Foreign key that references the user table, representing the user that was requested to review a PR." -removed,Boolean variable indicating if the requester was removed from the PR (true) or added to the PR (false). -_fivetran_synced,Timestamp of when Fivetran synced a record -ACTOR_ID, diff --git a/inputs_snowflake/github/schemas/team.csv b/inputs_snowflake/github/schemas/team.csv deleted file mode 100644 index c9bcead1720207112b76eff7cd3c07dfe2397ec4..0000000000000000000000000000000000000000 --- a/inputs_snowflake/github/schemas/team.csv +++ /dev/null @@ -1,9 +0,0 @@ -column_name,column_description -id,System generated unique id for the team. -description,User created description of the team. -name,User created name of the team. -parent_id,Reference to the parent team. -privacy,Type of privacy permissions associated with the team. -slug,Url friendly version of the team name. -_fivetran_synced,Timestamp of when Fivetran synced a record -ORG_ID, diff --git a/inputs_snowflake/github/schemas/users.csv b/inputs_snowflake/github/schemas/users.csv deleted file mode 100644 index 24479785004c38abcf0fc3db20f0fb08f70b701a..0000000000000000000000000000000000000000 --- a/inputs_snowflake/github/schemas/users.csv +++ /dev/null @@ -1,14 +0,0 @@ -column_name,column_description -id,System generated unique id for the user. -login,The alias the user uses to login to github. -name,The name of the user -company,The company of the user. -_fivetran_synced,Timestamp of when Fivetran synced a record -CREATED_AT, -LOCATION, -UPDATED_AT, -BLOG, -SITE_ADMIN, -HIREABLE, -BIO, -TYPE, diff --git a/inputs_snowflake/hockey/data_model.yaml b/inputs_snowflake/hockey/data_model.yaml deleted file mode 100644 index 05ab55babc68e4fdda465dc06e294ac9b680b75c..0000000000000000000000000000000000000000 --- a/inputs_snowflake/hockey/data_model.yaml +++ /dev/null @@ -1,35 +0,0 @@ -models: - - name: hockey__goalies - description: Each record represents a goalie. - columns: - - name: playerid - description: Unique identifier for the goalie. - - name: namegiven - description: Given name of the goalie. - - name: height - description: Height of the goalie. - - name: number_of_seasons_played - description: The number of seasons the goalie has played, replace NULL values with 0. - - name: has_more_lost_than_won_games - description: Set to 1 if the goalie has more lost than won games, otherwise, set to 0 - - name: total_goal_againsts - description: The total number of goals against by the goalie, replace NULL values with 0. - - name: played_5000_minutes_in_the_all_the_season_played - description: Set to 1 if the goalie has played 5000 minutes in total across all the seasons played, otherwise, set to 0 - - name: defensive_success_rate_in_the_postseason_of_2011 - description: The defensive success rate (in percentage) of the goalie in the postseason of 2011 - - name: hockey__teams - description: Each record represents a team. - columns: - - name: team_id - description: Unique identifier for the team. - - name: num_victories - description: The number of victories the team has across all the seasons played, replace NULL values with 0. - - name: highest_total_points_got_in_a_year - description: The highest total points the team got in a year. - - name: power_play_percentage_in_2011 - description: The power play percentage of the team in 2011. - - name: num_bench_minor_penalties - description: The number of bench minor penalties the team has across all the seasons played, replace NULL values with 0. - - name: num_ties - description: The number of ties the team has across all the seasons played, replace NULL values with 0. \ No newline at end of file diff --git a/inputs_snowflake/hockey/schemas/AwardsCoaches.csv b/inputs_snowflake/hockey/schemas/AwardsCoaches.csv deleted file mode 100644 index f743860b7a75fb2746db2512e35f7b64dfce5f18..0000000000000000000000000000000000000000 --- a/inputs_snowflake/hockey/schemas/AwardsCoaches.csv +++ /dev/null @@ -1,5 +0,0 @@ -column_name,column_description -coachid,string ID of the coach -award,awards that the coach achieve -year,year of award -lgid,league abbreviated name diff --git a/inputs_snowflake/hockey/schemas/AwardsMisc.csv b/inputs_snowflake/hockey/schemas/AwardsMisc.csv deleted file mode 100644 index bd0940ae91bbf9a198a068af796186a036ac8693..0000000000000000000000000000000000000000 --- a/inputs_snowflake/hockey/schemas/AwardsMisc.csv +++ /dev/null @@ -1,7 +0,0 @@ -column_name,column_description -name,unique name of awards -id,"id number of players or coaches, etc." -award,awarder -year,year of the award -lgid,league abbreviated name -note,note if needed diff --git a/inputs_snowflake/hockey/schemas/AwardsPlayers.csv b/inputs_snowflake/hockey/schemas/AwardsPlayers.csv deleted file mode 100644 index 1e6759ab11aa589de156187de816e928f0c23b6b..0000000000000000000000000000000000000000 --- a/inputs_snowflake/hockey/schemas/AwardsPlayers.csv +++ /dev/null @@ -1,7 +0,0 @@ -column_name,column_description -playerid,string ID of players -award,award name -year,year of award -lgid,league abbreviated name -note,note if needed -pos,position of players diff --git a/inputs_snowflake/hockey/schemas/Coaches.csv b/inputs_snowflake/hockey/schemas/Coaches.csv deleted file mode 100644 index 3d5a147ce3f7035f3bfa08f30916ad865b951576..0000000000000000000000000000000000000000 --- a/inputs_snowflake/hockey/schemas/Coaches.csv +++ /dev/null @@ -1,15 +0,0 @@ -column_name,column_description -coachID,number identifying coaches -year,In which year did the coach teach this team -tmID,team abbreviated name -lgID,league abbreviated name -stint,stint -notes,note if needed -g,number of games -w,number of wins -l,number of loses -t,number of ties -postg,number of post-season games -postw,number of post-season wins -postl,number of post-season loses -postt,number of post-season ties diff --git a/inputs_snowflake/hockey/schemas/CombinedShutouts.csv b/inputs_snowflake/hockey/schemas/CombinedShutouts.csv deleted file mode 100644 index 5248eadbac1dfcabe1232dabda1455c7cc741663..0000000000000000000000000000000000000000 --- a/inputs_snowflake/hockey/schemas/CombinedShutouts.csv +++ /dev/null @@ -1,9 +0,0 @@ -column_name,column_description -year,year -month,month -date,day -tmID,team abbreviated name -oppID,Team ID of opponent -R_P,regular / postseason -IDgoalie1,ID of first goalie -IDgoalie2,ID of second goalie diff --git a/inputs_snowflake/hockey/schemas/Goalies.csv b/inputs_snowflake/hockey/schemas/Goalies.csv deleted file mode 100644 index fe1faadad5fef8af7d5af9ca441327c8138fec4d..0000000000000000000000000000000000000000 --- a/inputs_snowflake/hockey/schemas/Goalies.csv +++ /dev/null @@ -1,24 +0,0 @@ -column_name,column_description -playerID,id number identifying the player -year,year -stint,order of appearance in a season -tmID,team abbreviated name -lgID,league abbreviated name -GP,Games played -Min,Minutes of appearance -W,wins -L,loses -T_OL,Ties / overtime losses -ENG,Empty net goals -SHO,Shutouts -GA,Goals against -SA,Shots against -PostGP,Postseason games played -PostMin,Postseason minutes -PostW,Postseason wins -PostL,Postseason loses -PostT,Postseason ties -PostENG,Postseason empty net goals -PostGA,Postseason goals against -PostSA,Postseason shots against -PostSHO,Postseason shutouts diff --git a/inputs_snowflake/hockey/schemas/GoaliesSC.csv b/inputs_snowflake/hockey/schemas/GoaliesSC.csv deleted file mode 100644 index 6edf7b830dd3e78ed1a1c1739e906b58d356b871..0000000000000000000000000000000000000000 --- a/inputs_snowflake/hockey/schemas/GoaliesSC.csv +++ /dev/null @@ -1,12 +0,0 @@ -column_name,column_description -playerID,id number identifying the player -year,year -tmID,team abbreviated name -lgID,league abbreviated name -GP,Games played -Min,Minutes of appearance -W,Wins -L,Loses -T,Ties -SHO,Shutouts -GA,Goals against diff --git a/inputs_snowflake/hockey/schemas/HOF.csv b/inputs_snowflake/hockey/schemas/HOF.csv deleted file mode 100644 index c162cc7393f2ad199a4262957766511a9b386b25..0000000000000000000000000000000000000000 --- a/inputs_snowflake/hockey/schemas/HOF.csv +++ /dev/null @@ -1,5 +0,0 @@ -column_name,column_description -year,year of hall of fame -hofID,hall of fame id -name,name -category,category diff --git a/inputs_snowflake/hockey/schemas/Master.csv b/inputs_snowflake/hockey/schemas/Master.csv deleted file mode 100644 index 4345dbcefcc719b0cfc1323ae5cba19c9e48c15b..0000000000000000000000000000000000000000 --- a/inputs_snowflake/hockey/schemas/Master.csv +++ /dev/null @@ -1,32 +0,0 @@ -column_name,column_description -playerID,id number identifying the player -coachID,coach id number -hofID,hall of fame id -firstName,first name -lastName,last name -nameNote,note about name -nameGiven,Given name -nameNick,Nickname -height,height -weight,weight -shootCatch,Shooting hand (or catching hand for goalies) -legendsID,ID at Legends Of Hockey -ihdbID,ID at the Internet Hockey Database -hrefID,ID at Hockey-Reference.com -firstNHL,First NHL season -lastNHL,Last NHL season -firstWHA,First WHA season -lastWHA,Last WHA season -pos, -birthYear,birth Year -birthMon,birth Month -birthDay,birth Day -birthCountry,birth Country -birthState,birth State -birthCity,birth city -deathYear,death year -deathMon,death month -deathDay,death day -deathCountry,death country -deathState,death state -deathCity,death city diff --git a/inputs_snowflake/hockey/schemas/Scoring.csv b/inputs_snowflake/hockey/schemas/Scoring.csv deleted file mode 100644 index aadc5a5ecddc26c425d6a88d8a0b88e456373047..0000000000000000000000000000000000000000 --- a/inputs_snowflake/hockey/schemas/Scoring.csv +++ /dev/null @@ -1,32 +0,0 @@ -column_name,column_description -playerID,player ID -year,play year -stint,Stint (order of appearance in a season) -tmID,team id -lgID,league id -pos,position -GP,game played -G,goals -A,assists -Pts,points -PIM,Penalty minutes -p_n,Plus / minus -PPG,Power play goals -PPA,Power play assists -SHG,Shorthanded goals -SHA,Shorthanded assists -GWG,Game-winning goals -GTG,Game-tying goals -SOG,Shots on goal -PostGP,Postseason games played -PostG,Postseason goals -PostA,Postseason assists -PostPts,Postseason points -PostPIM,Postseason penalty minutes -Post_p_n,Postseason Plus / minus -PostPPG,Postseason power play goals -PostPPA,Postseason power play assists -PostSHG,Postseason Shorthanded goals -PostSHA,Postseason Shorthanded assists -PostGWG,Postseason game-winning goals -PostSOG,Postseason shots on goal diff --git a/inputs_snowflake/hockey/schemas/ScoringSC.csv b/inputs_snowflake/hockey/schemas/ScoringSC.csv deleted file mode 100644 index a2e5098dedd870d8e9fda599f8992f12ed789de9..0000000000000000000000000000000000000000 --- a/inputs_snowflake/hockey/schemas/ScoringSC.csv +++ /dev/null @@ -1,11 +0,0 @@ -column_name,column_description -playerID,id number identifying the player -year,year -tmID,team abbreviated name -lgID,league abbreviated name -pos,position -GP,Games played -G,goals -A,assists -Pts,points -PIM,Penalty minutes diff --git a/inputs_snowflake/hockey/schemas/ScoringShootout.csv b/inputs_snowflake/hockey/schemas/ScoringShootout.csv deleted file mode 100644 index 46d2ad4ba7cb1047c9cb31a93040adc41f0467c7..0000000000000000000000000000000000000000 --- a/inputs_snowflake/hockey/schemas/ScoringShootout.csv +++ /dev/null @@ -1,8 +0,0 @@ -column_name,column_description -playerid,id number identifying the player -year,year -stint,stint -tmid,team abbreviated name -s,shots -g,goals -gdg,game deciding goals diff --git a/inputs_snowflake/hockey/schemas/ScoringSup.csv b/inputs_snowflake/hockey/schemas/ScoringSup.csv deleted file mode 100644 index 236b9da08f8fc9dca7c188e4f0f18efd28dd121a..0000000000000000000000000000000000000000 --- a/inputs_snowflake/hockey/schemas/ScoringSup.csv +++ /dev/null @@ -1,5 +0,0 @@ -column_name,column_description -playerid,string ID of players -year, -ppa,Power play assists -sha,Shorthanded assists diff --git a/inputs_snowflake/hockey/schemas/SeriesPost.csv b/inputs_snowflake/hockey/schemas/SeriesPost.csv deleted file mode 100644 index 7c8a22be4166ed07b82d4c0ae7115c6b732e17de..0000000000000000000000000000000000000000 --- a/inputs_snowflake/hockey/schemas/SeriesPost.csv +++ /dev/null @@ -1,14 +0,0 @@ -column_name,column_description -year,year -round,round -series,series -tmIDWinner,Team ID of winner -lgIDWinner,League ID of winner -tmIDLoser,Team ID of winner -lgIDLoser,league id of loser -W,wins -L,loses -T,ties -GoalsWinner,goals for winner -GoalsLoser,goals for loser -note,note diff --git a/inputs_snowflake/hockey/schemas/TeamSplits.csv b/inputs_snowflake/hockey/schemas/TeamSplits.csv deleted file mode 100644 index 50377f646c757e1208cc4e0fc4cbde26872dc744..0000000000000000000000000000000000000000 --- a/inputs_snowflake/hockey/schemas/TeamSplits.csv +++ /dev/null @@ -1,31 +0,0 @@ -column_name,column_description -year,year -lgid,league ID number -tmid,team ID -hw,home wins -hl,home loses -ht,home ties -rw,Road wins -rl,Road loses -rt,Road ties -octw,October wins -octl,October loses -octt,October ties -novw,November wins -novl,November loses -novt,November ties -decw,December wins -decl,December loses -dect,December ties -janw,January wins -janl,January loses -jant,January ties -febw,February wins -febl,February loses -febt,February ties -marw,March wins -marl,March loses -mart,March ties -aprw,April wins -aprl,April loses -aprt,April ties diff --git a/inputs_snowflake/hockey/schemas/TeamVsTeam.csv b/inputs_snowflake/hockey/schemas/TeamVsTeam.csv deleted file mode 100644 index 78d4e9fb470e89b680560ec59e862d24e68ec59b..0000000000000000000000000000000000000000 --- a/inputs_snowflake/hockey/schemas/TeamVsTeam.csv +++ /dev/null @@ -1,8 +0,0 @@ -column_name,column_description -year,year -lgid,league ID number -tmid,team ID -oppid,opponent ID -w,wins -l,loses -t,ties diff --git a/inputs_snowflake/hockey/schemas/Teams.csv b/inputs_snowflake/hockey/schemas/Teams.csv deleted file mode 100644 index ca37a5c670049e544f3f84b03af6134516540389..0000000000000000000000000000000000000000 --- a/inputs_snowflake/hockey/schemas/Teams.csv +++ /dev/null @@ -1,28 +0,0 @@ -column_name,column_description -year,year -lgID,league ID number -tmID,team ID -franchID,Franchise ID -confID,Conference ID -divID,Division ID -rank,Final standing -playoff,playoff results -G,games -W,wins -L,loses -T,ties -OTL,Overtime losses -Pts,points -SoW,Shootout wins -SoL,Shootout loses -GF,Goals for -GA,goals against -name,Full team name -PIM,Penalty minutes -BenchMinor,Bench minors (minutes) -PPG,Power play goals -PPC,Power play chances -SHA,Shorthanded goals against -PKG,Power play goals against -PKC,Penalty kill chances -SHF,Shorthanded goals for diff --git a/inputs_snowflake/hockey/schemas/TeamsPost.csv b/inputs_snowflake/hockey/schemas/TeamsPost.csv deleted file mode 100644 index 0c863a975d4f1293dea8c650521b6bcab898f4d0..0000000000000000000000000000000000000000 --- a/inputs_snowflake/hockey/schemas/TeamsPost.csv +++ /dev/null @@ -1,18 +0,0 @@ -column_name,column_description -year,year -lgid,league ID number -tmid,team ID -g,Games -w,wins -l,loses -t,ties -gf,goals for -ga,goals against -pim,penalty minutes -benchminor,Bench minors (minutes) -ppg,Power play goals -ppc,Power play chances -sha,Shorthanded goals against -pkg,Power play goals against -pkc,Penalty kill chances -shf,Shorthanded goals for diff --git a/inputs_snowflake/hockey/schemas/TeamsSC.csv b/inputs_snowflake/hockey/schemas/TeamsSC.csv deleted file mode 100644 index 57fdb8548ab8cbcf0819c959f150180cd28d3662..0000000000000000000000000000000000000000 --- a/inputs_snowflake/hockey/schemas/TeamsSC.csv +++ /dev/null @@ -1,11 +0,0 @@ -column_name,column_description -year,year -lgid,league ID number -tmid,team ID -g,Games -w,wins -l,loses -t,ties -gf,goals for -ga,goals against -pim,penalty minutes diff --git a/inputs_snowflake/hockey/schemas/abbrev.csv b/inputs_snowflake/hockey/schemas/abbrev.csv deleted file mode 100644 index e9b24c82849bc99242ff205d4f87b7d851314c35..0000000000000000000000000000000000000000 --- a/inputs_snowflake/hockey/schemas/abbrev.csv +++ /dev/null @@ -1,4 +0,0 @@ -column_name,column_description -Type,type of hockey games -Code,abbreviated codes -Fullname,full names of code diff --git a/inputs_snowflake/hockey/schemas/goalies_shootout.csv b/inputs_snowflake/hockey/schemas/goalies_shootout.csv deleted file mode 100644 index 759ec2bb2281229f9bd605a8773dd60b91d73761..0000000000000000000000000000000000000000 --- a/inputs_snowflake/hockey/schemas/goalies_shootout.csv +++ /dev/null @@ -1,9 +0,0 @@ -column_name,column_description -playerID, -year,year -stint,stint -tmID,team abbreviated name -W,Wins -L,Loses -SA,Shots against -GA,Goals against diff --git a/inputs_snowflake/hockey/schemas/team_half.csv b/inputs_snowflake/hockey/schemas/team_half.csv deleted file mode 100644 index 5306c3bb2a6595d062a0e461fa1488cb1181c75e..0000000000000000000000000000000000000000 --- a/inputs_snowflake/hockey/schemas/team_half.csv +++ /dev/null @@ -1,12 +0,0 @@ -column_name,column_description -year,year -lgID,league ID number -tmID,team ID -half,First or second half of season -rank,Final standing for the half -G,Games -W,wins -L,loses -T,ties -GF,goals for -GA,goal against diff --git a/inputs_snowflake/human_resources/data_model.yaml b/inputs_snowflake/human_resources/data_model.yaml deleted file mode 100644 index 6fa84c4c96b87fe3da8db153a9e6170d5e554c9a..0000000000000000000000000000000000000000 --- a/inputs_snowflake/human_resources/data_model.yaml +++ /dev/null @@ -1,39 +0,0 @@ -models: - - name: positions - description: Each record represents a position - columns: - - name: position_id - description: Unique identifier for the position - - name: position_title - description: Title of the position - - name: education_required - description: Education required for the position - - name: num_poor_performing_employees - description: Number of poor performing employees in the position, replace NULL values with 0. - - name: num_female_employees - description: Number of female employees in the position, replace NULL values with 0. - - name: per_salary_over_20000 - description: Percentage of employees with a salary over $20,000 a year in the position - - name: avg_salary - description: Average salary of employees in the position - - name: has_maximum_salary_no_more_than_70000 - description: Set to 1 if the maximum salary for the position is no more than $70,000, otherwise, set to 0 - - name: locations - description: Each record represents a location - columns: - - name: location_id - description: Unique identifier for the location - - name: location_state - description: State of the location - - name: location_address - description: The detailed address of the location - - name: num_employees - description: Number of employees at the location, replace NULL values with 0. - - name: highest_paid_employee - description: The full name of the highest paid employee at the location, with ties broken by ascending order of the employee's last name. The full name concatenates the first name and last name with a space separating them. - - name: num_of_trainee - description: The number of employees who are Trainees work at the location, replace NULL values with 0. - - name: num_Account_Representatives_with_Average_performance - description: The number of Account Representatives with 'Average' performance at the location, replace NULL values with 0. - - name: num_employees_have_good_perfomance - description: The number of employees who have 'Good' joob performance at the location, replace NULL values with 0. \ No newline at end of file diff --git a/inputs_snowflake/human_resources/schemas/employee.csv b/inputs_snowflake/human_resources/schemas/employee.csv deleted file mode 100644 index 08e4f1a79e13ba1fdca5c36f93ad7f41cfcc5d16..0000000000000000000000000000000000000000 --- a/inputs_snowflake/human_resources/schemas/employee.csv +++ /dev/null @@ -1,10 +0,0 @@ -column_name,column_description -ssn,employee's ssn -lastname,employee's last name -firstname,employee's first name -hiredate,employee's hire date -salary,employee's salary -gender,employee's gender -performance,employee's performance -positionID,the unique id for position -locationID,the unique id for location diff --git a/inputs_snowflake/human_resources/schemas/location.csv b/inputs_snowflake/human_resources/schemas/location.csv deleted file mode 100644 index fa28308ea2343696733fd9d13d1f52c12af496b1..0000000000000000000000000000000000000000 --- a/inputs_snowflake/human_resources/schemas/location.csv +++ /dev/null @@ -1,7 +0,0 @@ -column_name,column_description -locationID,the unique id for location -locationcity,the location city -address,the detailed address of the location -state,the state abbreviation -zipcode,zip code of the location -officephone,the office phone number of the location diff --git a/inputs_snowflake/human_resources/schemas/position.csv b/inputs_snowflake/human_resources/schemas/position.csv deleted file mode 100644 index 18fc996929e00e125ef311701de748217fa7efaa..0000000000000000000000000000000000000000 --- a/inputs_snowflake/human_resources/schemas/position.csv +++ /dev/null @@ -1,6 +0,0 @@ -column_name,column_description -positionID,the unique id for position -positiontitle,the position title -educationrequired,the required education year -minsalary,minimum salary of this position -maxsalary,maximum salary of this position diff --git a/inputs_snowflake/ice_hockey_draft/data_model.yaml b/inputs_snowflake/ice_hockey_draft/data_model.yaml deleted file mode 100644 index 803285e72b28c124ae55cb2151e880b87bafaa9d..0000000000000000000000000000000000000000 --- a/inputs_snowflake/ice_hockey_draft/data_model.yaml +++ /dev/null @@ -1,21 +0,0 @@ -models: - - name: players - description: Each record represents a player - columns: - - name: elite_id - description: Unique identifier for the player - - name: player_name - description: Name of the player - - name: player_height_in_cm - description: Height of the player in cm - - name: num_games_played - description: Number of games played by the player, replace NULL values with 0. - - name: diff_goals_bewteen_Rs_and_Pf - description: The difference in the number of goals the player scored during the regular season versus the playoffs, calculated as regular season minus playoffs. Leave it as NULL if any data is missing. - - name: total_penalty_minutes_season_1997_1998 - description: Total penalty minutes for the player during the 1997-1998 season, replace NULL values with 0. - - name: num_goals_for_Rimouski_Oceanic_in_playoff - description: Number of goals scored by the player for the Rimouski Oceanic during the playoffs, replace NULL values with 0. - - name: player_BMI - description: Body Mass Index of the player - \ No newline at end of file diff --git a/inputs_snowflake/ice_hockey_draft/schemas/PlayerInfo.csv b/inputs_snowflake/ice_hockey_draft/schemas/PlayerInfo.csv deleted file mode 100644 index 60aa86b4e796a79c7d737f3cdb4bd62f455ca436..0000000000000000000000000000000000000000 --- a/inputs_snowflake/ice_hockey_draft/schemas/PlayerInfo.csv +++ /dev/null @@ -1,21 +0,0 @@ -column_name,column_description -ELITEID,the unique number identifying the players who attended the draft -PlayerName,the name of the player -birthdate,the birthdate of the player -birthyear,the birth year of the player -birthmonth,the birth month of the player -birthday,the birthday of the player -birthplace,the player of the birthplace -nation,the nation of the player -height,the id number identifying heights -weight,the id number identifying weights -position_info,position information of the player -shoots, -draftyear,draft year -draftround,draft round -overall,overall orders of draft picks -overallby,drafted by which team -CSS_rank,Central Scouting Service ranking -sum_7yr_GP,Total NHL games played in player’s first 7 years of NHL career -sum_7yr_TOI,Total NHL Time on Ice in player’s first 7 years of NHL career -GP_greater_than_0,Played a game or not in player’s first 7 years of NHL career diff --git a/inputs_snowflake/ice_hockey_draft/schemas/SeasonStatus.csv b/inputs_snowflake/ice_hockey_draft/schemas/SeasonStatus.csv deleted file mode 100644 index 995f56338e15c49b5444f51ab54cac85153c6d1c..0000000000000000000000000000000000000000 --- a/inputs_snowflake/ice_hockey_draft/schemas/SeasonStatus.csv +++ /dev/null @@ -1,12 +0,0 @@ -column_name,column_description -ELITEID,the id number of the players -SEASON,season when players are playing -TEAM,which team the player belong to -LEAGUE,league -GAMETYPE,type of games -GP,number of games -G,Goals in Draft Year -A,Assists in Draft Year -P,Points in Draft Year -PIM,Penalty Minutes in Draft Year -PLUSMINUS,Goal Differential in Draft Year diff --git a/inputs_snowflake/ice_hockey_draft/schemas/height_info.csv b/inputs_snowflake/ice_hockey_draft/schemas/height_info.csv deleted file mode 100644 index 29d30c6cc6cdc68a0d3823f0bfdd9a47417dda06..0000000000000000000000000000000000000000 --- a/inputs_snowflake/ice_hockey_draft/schemas/height_info.csv +++ /dev/null @@ -1,4 +0,0 @@ -column_name,column_description -height_id,the unique height id -height_in_cm,height in cm -height_in_inch,height in inch diff --git a/inputs_snowflake/ice_hockey_draft/schemas/weight_info.csv b/inputs_snowflake/ice_hockey_draft/schemas/weight_info.csv deleted file mode 100644 index b80890a884306df0246bafd476bfa0a183c04506..0000000000000000000000000000000000000000 --- a/inputs_snowflake/ice_hockey_draft/schemas/weight_info.csv +++ /dev/null @@ -1,4 +0,0 @@ -column_name,column_description -weight_id,the unique weight id -weight_in_kg,weight in kg -weight_in_lbs,weight in lbs diff --git a/inputs_snowflake/image_and_language/schemas/ATT_CLASSES.csv b/inputs_snowflake/image_and_language/schemas/ATT_CLASSES.csv deleted file mode 100644 index 4f36fbc1c9b2bd04240a49453baf230dffc7c397..0000000000000000000000000000000000000000 --- a/inputs_snowflake/image_and_language/schemas/ATT_CLASSES.csv +++ /dev/null @@ -1,3 +0,0 @@ -column_name,column_description -ATT_CLASS_ID,the unique attribute class ids -ATT_CLASS,the corresponding classes for attributes diff --git a/inputs_snowflake/image_and_language/schemas/IMG_OBJ.csv b/inputs_snowflake/image_and_language/schemas/IMG_OBJ.csv deleted file mode 100644 index 79d415163379d494989f1a26e15905987daa46b8..0000000000000000000000000000000000000000 --- a/inputs_snowflake/image_and_language/schemas/IMG_OBJ.csv +++ /dev/null @@ -1,8 +0,0 @@ -column_name,column_description -IMG_ID,the id representing images -OBJ_SAMPLE_ID,the id of the object sample -OBJ_CLASS_ID,the id indicating class of the objects -X,x coordinate -Y,y coordinate -W,width of the bounding box of the object -H,height of the bounding box of the object diff --git a/inputs_snowflake/image_and_language/schemas/IMG_OBJ_ATT.csv b/inputs_snowflake/image_and_language/schemas/IMG_OBJ_ATT.csv deleted file mode 100644 index e34ed5a1814d7fe4e44ac13c5246c78aa459cfe5..0000000000000000000000000000000000000000 --- a/inputs_snowflake/image_and_language/schemas/IMG_OBJ_ATT.csv +++ /dev/null @@ -1,4 +0,0 @@ -column_name,column_description -IMG_ID,id number of each image -ATT_CLASS_ID,attribute class number for image -OBJ_SAMPLE_ID,object sample id diff --git a/inputs_snowflake/image_and_language/schemas/IMG_REL.csv b/inputs_snowflake/image_and_language/schemas/IMG_REL.csv deleted file mode 100644 index 0625bb0f93bc20d852be480f8d8a6fb985e59a3e..0000000000000000000000000000000000000000 --- a/inputs_snowflake/image_and_language/schemas/IMG_REL.csv +++ /dev/null @@ -1,5 +0,0 @@ -column_name,column_description -IMG_ID,the image id -PRED_CLASS_ID,the prediction relationship class between objects -OBJ1_SAMPLE_ID,the sample id of the first object -OBJ2_SAMPLE_ID,the sample id of the second object diff --git a/inputs_snowflake/image_and_language/schemas/OBJ_CLASSES.csv b/inputs_snowflake/image_and_language/schemas/OBJ_CLASSES.csv deleted file mode 100644 index 7d808a4eeca8ef48ce59098f013683d56024e8c8..0000000000000000000000000000000000000000 --- a/inputs_snowflake/image_and_language/schemas/OBJ_CLASSES.csv +++ /dev/null @@ -1,3 +0,0 @@ -column_name,column_description -OBJ_CLASS_ID,unique id number identifying object classes -OBJ_CLASS,the explanation about object classes diff --git a/inputs_snowflake/image_and_language/schemas/PRED_CLASSES.csv b/inputs_snowflake/image_and_language/schemas/PRED_CLASSES.csv deleted file mode 100644 index 642012333ba6eb4103b8df6050ada49b415dc4e8..0000000000000000000000000000000000000000 --- a/inputs_snowflake/image_and_language/schemas/PRED_CLASSES.csv +++ /dev/null @@ -1,3 +0,0 @@ -column_name,column_description -pred_class_id,the unique prediction id for the class -pred_class,the caption for the prediction class id diff --git a/inputs_snowflake/instagram_business/schemas/media_history.csv b/inputs_snowflake/instagram_business/schemas/media_history.csv deleted file mode 100644 index 54117d6dfd21fa4ab58867fc1fabf39f925f2c01..0000000000000000000000000000000000000000 --- a/inputs_snowflake/instagram_business/schemas/media_history.csv +++ /dev/null @@ -1,17 +0,0 @@ -column_name,column_description -_fivetran_id,Fivetran's internal ID for this record -_fivetran_synced,When this record was last synced with Fivetran -caption,The caption of the post or story -carousel_album_id,The ID of the carousel album this post or story belongs to -created_time,The timestamp this post or story was created -id,The media ID of this post or story -ig_id,The Instagram media ID of this post or story -is_comment_enabled,Whether comments are enabled for this post or story -is_story,Whether this is a story -media_type,"Media type. Can be CAROUSEL_ALBUM, IMAGE, or VIDEO." -media_url,"Media URL. Will be omitted from responses if the media contains copyrighted material, or has been flagged for a copyright violation." -permalink,Permanent URL to the media. -shortcode,Shortcode to the media. -thumbnail_url,Media thumbnail URL. Only available on VIDEO media. -user_id,ID of the user who posted this post or story -username,Username of user who created the media. diff --git a/inputs_snowflake/instagram_business/schemas/media_insights.csv b/inputs_snowflake/instagram_business/schemas/media_insights.csv deleted file mode 100644 index c374da9fa95985f5686bdf17c2c5c921defa02a7..0000000000000000000000000000000000000000 --- a/inputs_snowflake/instagram_business/schemas/media_insights.csv +++ /dev/null @@ -1,28 +0,0 @@ -column_name,column_description -_fivetran_id,Fivetran's internal ID for this record -_fivetran_synced,When this record was last synced with Fivetran -carousel_album_engagement,Total number of likes and IG Comments on the album IG Media object. -carousel_album_impressions,Total number of times the album IG Media object has been seen -carousel_album_reach,Total number of unique Instagram accounts that have seen the album IG Media object. -carousel_album_saved,Total number of unique Instagram accounts that have saved the album IG Media object. -carousel_album_video_views,Total number of unique Instagram accounts that have viewed video IG Media within the album. -comment_count,Total number of comments on the IG Media object. -id,The media ID of this post or story -like_count,Total number of likes on the IG Media object. -story_exits,Number of times someone exited the story IG Media object. -story_impressions,Total number of times the story IG Media object has been seen. -story_reach,Total number of unique Instagram accounts that have seen the story IG Media object. -story_replies,Total number of replies to the story IG Media object. -story_taps_back,Total number of taps to see this story IG Media object's next photo or video. -story_taps_forward,Total number of taps to see this story IG Media object's previous photo or video. -video_photo_engagement,Total number of likes and IG Comments on the video IG Media object. -video_photo_impressions,Total number of times the video IG Media object has been seen. -video_photo_reach,Total number of unique Instagram accounts that have seen the video IG Media object. -video_photo_saved,Total number of unique Instagram accounts that have saved the video IG Media object. -video_views,Total number of times the video IG Media object has been viewed. -reel_comments,Total number of comments on the reel IG Media object. -reel_likes,Total number of likes on the reel IG Media object. -reel_plays,Total number of times the reel IG Media object has been played. -reel_reach,Total number of unique Instagram accounts that have seen the reel IG Media object. -reel_shares,Total number of times the reel IG Media object has been shared. -reel_total_interactions,Total number of interactions the reel IG Media object had. diff --git a/inputs_snowflake/instagram_business/schemas/user_history.csv b/inputs_snowflake/instagram_business/schemas/user_history.csv deleted file mode 100644 index 314e27f69ab4ed62461cfce9fe56c0c5c2b4fa2c..0000000000000000000000000000000000000000 --- a/inputs_snowflake/instagram_business/schemas/user_history.csv +++ /dev/null @@ -1,11 +0,0 @@ -column_name,column_description -_fivetran_id,Fivetran's internal ID for this record -_fivetran_synced,When this record was last synced with Fivetran -followers_count,Total number of followers of this user. -follows_count,Total number of users this user follows. -id,The user ID of this user. -ig_id,The Instagram user ID of this user. -media_count,Total number of media this user has posted. -name,The name of this user. -username,The username of this user. -website,The website linked in the profile of this user. diff --git a/inputs_snowflake/language_corpus/schemas/biwords.csv b/inputs_snowflake/language_corpus/schemas/biwords.csv deleted file mode 100644 index be845d120ad4921902ddbad20801538b2e5c94fa..0000000000000000000000000000000000000000 --- a/inputs_snowflake/language_corpus/schemas/biwords.csv +++ /dev/null @@ -1,5 +0,0 @@ -column_name,column_description -lid,language id -w1st,The word id of the first word of the biwords pair. -w2nd,The word id of the second word of the biwords pair. -occurrences,times of this pair appears in this language/page diff --git a/inputs_snowflake/language_corpus/schemas/langs.csv b/inputs_snowflake/language_corpus/schemas/langs.csv deleted file mode 100644 index f4ac258647ff63f62904e49a6fa500aae72a570b..0000000000000000000000000000000000000000 --- a/inputs_snowflake/language_corpus/schemas/langs.csv +++ /dev/null @@ -1,6 +0,0 @@ -column_name,column_description -lid,language id -lang,language name -locale,The locale of the language -pages,total pages of Wikipedia in this language -words,total number of words in this pages diff --git a/inputs_snowflake/language_corpus/schemas/langs_words.csv b/inputs_snowflake/language_corpus/schemas/langs_words.csv deleted file mode 100644 index dc48df3b5d4d731a0a29c63cd9282468fe5925b8..0000000000000000000000000000000000000000 --- a/inputs_snowflake/language_corpus/schemas/langs_words.csv +++ /dev/null @@ -1,4 +0,0 @@ -column_name,column_description -lid,language id -wid,The word id of the Catalan language -occurrences,repetitions of this word in this language diff --git a/inputs_snowflake/language_corpus/schemas/pages.csv b/inputs_snowflake/language_corpus/schemas/pages.csv deleted file mode 100644 index 20ae1ac503b3f21d8d1877f1620cc2583bc22229..0000000000000000000000000000000000000000 --- a/inputs_snowflake/language_corpus/schemas/pages.csv +++ /dev/null @@ -1,7 +0,0 @@ -column_name,column_description -pid,page id of Wikipedia about Catalan language -lid,language id -page,wikipedia page id -revision,wikipedia revision page id -title,The title of this Catalan language Wikipedia page -words,number of different words in this page diff --git a/inputs_snowflake/language_corpus/schemas/pages_words.csv b/inputs_snowflake/language_corpus/schemas/pages_words.csv deleted file mode 100644 index 3db18f072877b37d5c787b5146487a0cf5a3390d..0000000000000000000000000000000000000000 --- a/inputs_snowflake/language_corpus/schemas/pages_words.csv +++ /dev/null @@ -1,4 +0,0 @@ -column_name,column_description -pid,page id of Wikipedia about Catalan language -wid,The word id of the Catalan language -occurrences,times of this word appears into this page diff --git a/inputs_snowflake/language_corpus/schemas/words.csv b/inputs_snowflake/language_corpus/schemas/words.csv deleted file mode 100644 index 87838efc840b83245179e11af43bb68d8b640680..0000000000000000000000000000000000000000 --- a/inputs_snowflake/language_corpus/schemas/words.csv +++ /dev/null @@ -1,4 +0,0 @@ -column_name,column_description -wid,The word id of the Catalan language -word,The word itself -occurrences,The occurrences of the specific word diff --git a/inputs_snowflake/law_episode/data_model.yaml b/inputs_snowflake/law_episode/data_model.yaml deleted file mode 100644 index 61c626b8abc415a377fd512418b969f686f0f5ae..0000000000000000000000000000000000000000 --- a/inputs_snowflake/law_episode/data_model.yaml +++ /dev/null @@ -1,39 +0,0 @@ -models: - - name: law_episode__episode - description: Each record represents an episode - columns: - - name: episode_id - description: The unique identifier of the episode - - name: title - description: The title of the episode - - name: episode - description: the sequential number of the episode within a specific season - - name: number_of_keywords - description: The number of keywords in the episode, replace NULL values with 0. - - name: number_of_crews_in_art - description: the number of crews in the Art Department that the episode has, replace NULL values with 0. - - name: number_of_nominations - description: the number of nominations that the episode has, replace NULL values with 0. Nominations include both nominations and winners. - - name: ratio_of_American_casts - description: The percentage of casts in the episode who was born in America. - - name: number_of_1_star_votes - description: the number of 1-star votes that the episode has, replace NULL values with 0. - - name: law_episode__person - description: Each record represents a person - columns: - - name: person_id - description: The unique identifier of the person - - name: name - description: The name of the person - - name: birth_country - description: The country where the person was born - - name: organization_most_awards - description: the organization in which the person win the most awards, with ties broken by the ascending order of the organization - - name: percentage_of_episodes_appeared_in_series - description: The percentage of episodes in which a person appeared, relative to the total number of episodes in the series. - - name: has_won_at_least_3_awards - description: set to 1 if the person has won at least 3 awards, otherwise, set to 0 - - name: number_of_times_credited - description: the number of times that the person shows up in the on-screen credits, replace NULL values with 0. - - name: average_star_rating - description: The average star rating of the episodes the person has worked on, calculated as a weighted average using data from the Vote table. \ No newline at end of file diff --git a/inputs_snowflake/law_episode/schemas/Award.csv b/inputs_snowflake/law_episode/schemas/Award.csv deleted file mode 100644 index c9259f058e281501dbf0b08ae31bdd9ad7b7ff7d..0000000000000000000000000000000000000000 --- a/inputs_snowflake/law_episode/schemas/Award.csv +++ /dev/null @@ -1,11 +0,0 @@ -column_name,column_description -award_id,the unique identifier for the award nomination -organization,the name of the organization that grants the award -year,the year of the nomination for the award -award_category,the class of the award -award,the specific award -series,the name of the Law & Order series that has been nominated -episode_id,the id of the episode that has been nominated -person_id,the id of the person that has been nominated -role,the role that has been nominated -result,the nomination result diff --git a/inputs_snowflake/law_episode/schemas/Credit.csv b/inputs_snowflake/law_episode/schemas/Credit.csv deleted file mode 100644 index 5fd21b9d3445ffe316a9cb8a028c79644af27753..0000000000000000000000000000000000000000 --- a/inputs_snowflake/law_episode/schemas/Credit.csv +++ /dev/null @@ -1,6 +0,0 @@ -column_name,column_description -episode_id,the id of the episode to which the credit information pertains -person_id,the id of the person to which the credit information pertains -category,the kind of credit being recognized -role,the role for which the person is being recognized -credited,whether the credit was displayed in the credits at the end of the episode diff --git a/inputs_snowflake/law_episode/schemas/Episode.csv b/inputs_snowflake/law_episode/schemas/Episode.csv deleted file mode 100644 index fbc8cdc6a1e256f71c91924b10bf86880f036808..0000000000000000000000000000000000000000 --- a/inputs_snowflake/law_episode/schemas/Episode.csv +++ /dev/null @@ -1,12 +0,0 @@ -column_name,column_description -episode_id,the unique identifier of the episode -series,the name of the series -season,a number indicating the season of the episode -episode,the sequential number of the episode within a specific season -number_in_series,the overall sequence number of episode in the entire series -title,the title of the episode -summary,a brief description of what happens in the episode -air_date,the date the episode was initially broadcast in the United States -episode_image,a link to an image from the episode -rating,the weighted average of the votes received for the episode -votes,the total number of rating votes for the episode diff --git a/inputs_snowflake/law_episode/schemas/Keyword.csv b/inputs_snowflake/law_episode/schemas/Keyword.csv deleted file mode 100644 index c2fb57255a7c32a76bf70d3bd12183dc2a2344ef..0000000000000000000000000000000000000000 --- a/inputs_snowflake/law_episode/schemas/Keyword.csv +++ /dev/null @@ -1,3 +0,0 @@ -column_name,column_description -episode_id,the id of the episode -keyword,the keyword that is relevant for the episode diff --git a/inputs_snowflake/law_episode/schemas/Person.csv b/inputs_snowflake/law_episode/schemas/Person.csv deleted file mode 100644 index 1ae35caf39388fc74a10daf84e82db35afcba090..0000000000000000000000000000000000000000 --- a/inputs_snowflake/law_episode/schemas/Person.csv +++ /dev/null @@ -1,10 +0,0 @@ -column_name,column_description -person_id,the unique identifier for the person -name,the name of the person -birthdate,the date the person was born -birth_name,the name parents gave to the person shortly after birth -birth_place,the place where a person was born. -birth_region,the geographical area describing where a person was born that is larger than the birth place -birth_country,the name of the country where the person was born -height_meters,how tall the person is in meters -nickname,the nickname the person goes by diff --git a/inputs_snowflake/law_episode/schemas/Vote.csv b/inputs_snowflake/law_episode/schemas/Vote.csv deleted file mode 100644 index 8b2bd90b524cb290bdbe3fe36dacc78739424ca0..0000000000000000000000000000000000000000 --- a/inputs_snowflake/law_episode/schemas/Vote.csv +++ /dev/null @@ -1,5 +0,0 @@ -column_name,column_description -episode_id,the id of the episode -stars,a number between 1 and 10 indicating how much the viewer enjoyed the episode -votes,"The total number of viewers that gave the specific episode the number of stars indicated in the ""stars"" column" -percent,"The percent of viewers that gave the specific episode the number of stars indicated in the ""stars"" column" diff --git a/inputs_snowflake/legislator/data_model.yaml b/inputs_snowflake/legislator/data_model.yaml deleted file mode 100644 index 67bc65671cc63198b898491fcfcb4f86ad3c335e..0000000000000000000000000000000000000000 --- a/inputs_snowflake/legislator/data_model.yaml +++ /dev/null @@ -1,20 +0,0 @@ -models: - - name: current_legislators - description: Each record represents a current legislator. - columns: - - name: bioguide_id - description: The unique identifier of the legislator. - - name: gender_bio - description: The gender of the legislator. - - name: full_name - description: The official full name of the legislator - - name: num_served_terms - description: The number of terms the current legislator has served, replace NULL values with 0. - - name: has_served_in_Maine - description: Set to 1 if the current legislator has served in Maine, 0 otherwise. - - name: is_male_but_is_not_senator - description: Set to 1 if the current legislator is male but is not a senator, 0 otherwise. - - name: is_Jewish_but_does_not_have_facebook - description: Set to 1 if the current legislator is Jewish but does not have a Facebook account, 0 otherwise. - - name: has_a_nickname - description: Set to 1 if the current legislator has a nickname, 0 otherwise. \ No newline at end of file diff --git a/inputs_snowflake/legislator/schemas/current_terms.csv b/inputs_snowflake/legislator/schemas/current_terms.csv deleted file mode 100644 index 729a77ae2abce97af355257d366420441ab27b4f..0000000000000000000000000000000000000000 --- a/inputs_snowflake/legislator/schemas/current_terms.csv +++ /dev/null @@ -1,24 +0,0 @@ -column_name,column_description -address,the address of this legislator -bioguide,The alphanumeric ID for this legislator -caucus,caucus -chamber,chamber -class,class -contact_form,The website URL of the contact page on the legislator's official website -district,district -end,the end of the term -fax,"The fax number of the legislator's Washington, D.C. office" -last,the last known number -name, -office,office -party,The political party of the legislator. -party_affiliations,This field is present if the legislator changed party or caucus affiliation during the term. -phone,"The phone number of the legislator's Washington, D.C. office" -relation, -rss_url,The URL to the official website's RSS feed -start,"The date legislative service began: the date the legislator was sworn in, if known, or else the beginning of the legislator's term. " -state,state code -state_rank,"whether they are the ""junior"" or ""senior"" senator" -title,title of the legislator -type,The type of the term. -url,The official website URL of the legislator diff --git a/inputs_snowflake/legislator/schemas/historical.csv b/inputs_snowflake/legislator/schemas/historical.csv deleted file mode 100644 index 336ce09f37b1ceec854178191c052383a5b05bd6..0000000000000000000000000000000000000000 --- a/inputs_snowflake/legislator/schemas/historical.csv +++ /dev/null @@ -1,27 +0,0 @@ -column_name,column_description -ballotpedia_id,"The ballotpedia.org page name for the person (spaces are given as spaces, not underscores)." -bioguide_previous_id,The previous alphanumeric ID for this legislator -bioguide_id,The alphanumeric ID for this legislator -birthday_bio,"The legislator's birthday," -cspan_id,"The numeric ID for this legislator on C-SPAN's video website," -fec_id, A list of IDs for this legislator in Federal Election Commission data. -first_name,first name of the legislator -gender_bio,gender of the legislator -google_entity_id_id,google entity id -govtrack_id,The numeric ID for this legislator on GovTrack.us -house_history_alternate_id,The alternative numeric ID for this legislator -house_history_id,The numeric ID for this legislator on http://history.house.gov/People/Search/ -icpsr_id,"The numeric ID for this legislator in Keith Poole's VoteView.com website, originally based on an ID system by the Interuniversity Consortium for Political and Social Research (stored as an integer)." -last_name,last name of the legislator -lis_id,The alphanumeric ID for this legislator found in Senate roll call votes -maplight_id,The numeric ID for this legislator on maplight.org -middle_name,the middle name of the legislator -nickname_name,nickname of the legislator -official_full_name,official full name -opensecrets_id,The alphanumeric ID for this legislator on OpenSecrets.org. -religion_bio,The legislator's religion. -suffix_name,suffix name -thomas_id,The numeric ID for this legislator on http://thomas.gov and http://beta.congress.gov. -votesmart_id,The numeric ID for this legislator on VoteSmart.org -wikidata_id,the id for wikidata -wikipedia_id, The Wikipedia page name for the person diff --git a/inputs_snowflake/legislator/schemas/historical_terms.csv b/inputs_snowflake/legislator/schemas/historical_terms.csv deleted file mode 100644 index dbda4125a5b9d3b564b446ff7d2ee3f56efcd4e1..0000000000000000000000000000000000000000 --- a/inputs_snowflake/legislator/schemas/historical_terms.csv +++ /dev/null @@ -1,24 +0,0 @@ -column_name,column_description -bioguide,The alphanumeric ID for this legislator -address,the address of this legislator -chamber,chamber -class,class -contact_form,The website URL of the contact page on the legislator's official website -district,district -end,the end of the term -fax,"The fax number of the legislator's Washington, D.C. office" -last,the last known number -middle, -name, -office,office -party,The political party of the legislator. -party_affiliations,This field is present if the legislator changed party or caucus affiliation during the term. -phone,"The phone number of the legislator's Washington, D.C. office" -relation, -rss_url,The URL to the official website's RSS feed -start,"The date legislative service began: the date the legislator was sworn in, if known, or else the beginning of the legislator's term. " -state,state code -state_rank,"whether they are the ""junior"" or ""senior"" senator" -title,title of the legislator -type,The type of the term. -url,The official website URL of the legislator diff --git a/inputs_snowflake/legislator/schemas/legislator_current.csv b/inputs_snowflake/legislator/schemas/legislator_current.csv deleted file mode 100644 index 546fa2a59270da61bf7396f7591e73725a21e9b4..0000000000000000000000000000000000000000 --- a/inputs_snowflake/legislator/schemas/legislator_current.csv +++ /dev/null @@ -1,25 +0,0 @@ -column_name,column_description -ballotpedia_id,"The ballotpedia.org page name for the person (spaces are given as spaces, not underscores)." -bioguide_id,The alphanumeric ID for this legislator -birthday_bio,"The legislator's birthday," -cspan_id,"The numeric ID for this legislator on C-SPAN's video website," -fec_id, A list of IDs for this legislator in Federal Election Commission data. -first_name,first name of the legislator -gender_bio,gender of the legislator -google_entity_id_id,google entity id -govtrack_id,The numeric ID for this legislator on GovTrack.us -house_history_id,The numeric ID for this legislator on http://history.house.gov/People/Search/ -icpsr_id,"The numeric ID for this legislator in Keith Poole's VoteView.com website, originally based on an ID system by the Interuniversity Consortium for Political and Social Research (stored as an integer)." -last_name,last name of the legislator -lis_id,The alphanumeric ID for this legislator found in Senate roll call votes -maplight_id,The numeric ID for this legislator on maplight.org -middle_name,the middle name of the legislator -nickname_name,nickname of the legislator -official_full_name,official full name -opensecrets_id,The alphanumeric ID for this legislator on OpenSecrets.org. -religion_bio,The legislator's religion. -suffix_name,suffix name -thomas_id,The numeric ID for this legislator on http://thomas.gov and http://beta.congress.gov. -votesmart_id,The numeric ID for this legislator on VoteSmart.org -wikidata_id,the id for wikidata -wikipedia_id, The Wikipedia page name for the person diff --git a/inputs_snowflake/legislator/schemas/social_media.csv b/inputs_snowflake/legislator/schemas/social_media.csv deleted file mode 100644 index 921496fde14dc4e37b33acd0747092503a41d251..0000000000000000000000000000000000000000 --- a/inputs_snowflake/legislator/schemas/social_media.csv +++ /dev/null @@ -1,12 +0,0 @@ -column_name,column_description -bioguide,The unique alphanumeric ID for this legislator -facebook,The username of the current official Facebook presence of the legislator. -facebook_id,The numeric ID of the current official Facebook presence of the legislator. -govtrack,The numeric ID for this legislator on GovTrack.us -instagram,The current official Instagram handle of the legislator. -instagram_id,The numeric ID of the current official Instagram handle of the legislator. -thomas,The numeric ID for this legislator on http://thomas.gov and http://beta.congress.gov. -twitter,The current official Twitter handle of the legislator. -twitter_id,The numeric ID of the current official twitter handle of the legislator. -youtube,The current official YouTube username of the legislator. -youtube_id,The current official YouTube channel ID of the legislator. diff --git a/inputs_snowflake/lever/schemas/application.csv b/inputs_snowflake/lever/schemas/application.csv deleted file mode 100644 index 2628374024371b1a4ed5969c1f6c7a17269098d2..0000000000000000000000000000000000000000 --- a/inputs_snowflake/lever/schemas/application.csv +++ /dev/null @@ -1,20 +0,0 @@ -column_name,column_description -id,Unique ID of the application. -archived_at,Timestamp of when the application was last archived. -archived_reason_id,Foreign key referencing the id of the ARCHIVE_REASON for which the application was last archived. -comments,Any additional comments from the candidate included in the job application. -company,The candidate's current company or organization. -created_at,Timestamp of when the application was created. -posting_hiring_manager_id,"Foreign key referencing the id of the USER who is the job posting's hiring manager, at the time the application was submitted. -" -posting_id,Foreign key referencing the job POSTING for which the candidate applied. -posting_owner_id,"Foreign key referencing the id of the USER who owns this posting at the time the candidate applied. -" -referrer_id,The user ID of the candidate's referrer. -requisition_for_hire_id,"If the application was archived as hired against a requisition, a foreign key referencing the id of the REQUISITION against which the application was hired. -" -type,"Type of the application. An application can be of type referral, user, or posting. Applications of type referral are created when a user refers a candidate for a job posting. Applications have type user when they are applied manually to a posting in Lever. Applications have type posting when a candidate applies to a job posting through your company's jobs page. -" -opportunity_id,Foreign key referencing the id of the OPPORTUNITY associated with this application. -_fivetran_synced,Timestamp of when Fivetran synced a record. -candidate_id, diff --git a/inputs_snowflake/lever/schemas/archive_reason.csv b/inputs_snowflake/lever/schemas/archive_reason.csv deleted file mode 100644 index 7f7c0a84391d1c9a4b6bf20ba9cdbea7dec2f14e..0000000000000000000000000000000000000000 --- a/inputs_snowflake/lever/schemas/archive_reason.csv +++ /dev/null @@ -1,5 +0,0 @@ -column_name,column_description -id,Unique id of the archive reason. -text,Name of the archive reason as shown in the Lever UI. -_fivetran_deleted,Boolean that is true if the archive reason has been soft-deleted. -_fivetran_synced,Timestamp of when Fivetran synced a record. diff --git a/inputs_snowflake/lever/schemas/contact_email.csv b/inputs_snowflake/lever/schemas/contact_email.csv deleted file mode 100644 index 0b46e9d43c6e1b662d709490b8283a8a9af68aae..0000000000000000000000000000000000000000 --- a/inputs_snowflake/lever/schemas/contact_email.csv +++ /dev/null @@ -1,4 +0,0 @@ -column_name,column_description -contact_id,Unique ID of the contact in Lever. -email,Contact's email address. -_fivetran_synced,Timestamp of when Fivetran synced a record. diff --git a/inputs_snowflake/lever/schemas/contact_link.csv b/inputs_snowflake/lever/schemas/contact_link.csv deleted file mode 100644 index fc85595f453ca85d02fd4b250ddf4759643b8370..0000000000000000000000000000000000000000 --- a/inputs_snowflake/lever/schemas/contact_link.csv +++ /dev/null @@ -1,4 +0,0 @@ -column_name,column_description -contact_id,Unique id of the contact associated with one or more opportunities. -link,Url of the individual link. -_fivetran_synced,Timestamp of when Fivetran synced a record. diff --git a/inputs_snowflake/lever/schemas/contact_phone.csv b/inputs_snowflake/lever/schemas/contact_phone.csv deleted file mode 100644 index a738cd53ee467cd11901e06e53a49d11b4eb23f8..0000000000000000000000000000000000000000 --- a/inputs_snowflake/lever/schemas/contact_phone.csv +++ /dev/null @@ -1,6 +0,0 @@ -column_name,column_description -contact_id,Unique ID of the contact in Lever. -index,The index of this phone number for this contact (there can be multiple phone numbers per contact). -type,"Type of phone number, either ""mobile"", ""home"", ""work"", ""skype"", or ""other""." -value,The contact's provided phone number. -_fivetran_synced,Timestamp of when Fivetran synced a record. diff --git a/inputs_snowflake/lever/schemas/feedback_form.csv b/inputs_snowflake/lever/schemas/feedback_form.csv deleted file mode 100644 index e7f5fdeffb4b8429817aeb168f620f27860394f2..0000000000000000000000000000000000000000 --- a/inputs_snowflake/lever/schemas/feedback_form.csv +++ /dev/null @@ -1,15 +0,0 @@ -column_name,column_description -id,Unique id of the feedback form. -completed_at,Timestamp of when the feedback form was completed. -created_at,Timestamp of when the feedback form was created. -creator_id,Foreign key referencing the USER who completed and submitted the feedback. -deleted_at,Timestamp of when the feedback form was deleted. -instructions,Form instructions. -interview_id,Foreign key referencing the INTERVIEW for which the feedback is directed. -score_system_value,Overall rating (1-4 scale) to the candidate. -template_id,Foreign key referencing the TEMPLATE_FIELD that this form used. -text,Form title. This can be edited in Feedback and Form Settings. -type,Form type. Feedback forms are of type interview. -opportunity_id,Foreign key referencing the OPPORTUNITY that the candidate was interviewed for. -_fivetran_synced,Timestamp of when Fivetran synced a record. -candidate_id, diff --git a/inputs_snowflake/lever/schemas/feedback_form_field.csv b/inputs_snowflake/lever/schemas/feedback_form_field.csv deleted file mode 100644 index 708057e16a7d135d9bf31ecb044d2adad23827c7..0000000000000000000000000000000000000000 --- a/inputs_snowflake/lever/schemas/feedback_form_field.csv +++ /dev/null @@ -1,12 +0,0 @@ -column_name,column_description -feedback_form_id,Foreign key referencing the FEEDBACK_FORM that this field is found in. -field_index,Numerical index of the field's position in the feedback form. -value_index,Index of the value(s) provided for this field. This is relevant if the field is an array. todo -code_language,Programming language if the interview assessed coding. -currency,The three-character ISO 4217 Currency Code specifying what currency this field captures. -value_date,"If the field is a date-type, this is the value." -value_decimal,"If the field is a decimal, this is the value." -value_file_id,Foreign key referencing the FILE that was provided as the field value. -value_number,"If the field is a numeric, this is the value." -value_text,"If the field is a text field, this is the content of the value." -_fivetran_synced,Timestamp of when Fivetran synced a record. diff --git a/inputs_snowflake/lever/schemas/interview.csv b/inputs_snowflake/lever/schemas/interview.csv deleted file mode 100644 index 9bd94c42e15f86c389838103e111a4a149db4992..0000000000000000000000000000000000000000 --- a/inputs_snowflake/lever/schemas/interview.csv +++ /dev/null @@ -1,21 +0,0 @@ -column_name,column_description -id,Unique ID of the interview. -canceled_at,"Timestamp of when the interview was canceled, if canceled." -created_at,Timestamp of when the interview was created. -creator_id,Foreign key referencing the USER who created the interview in lever. -date,Date + time at which the interview was set to occur. -duration,"Interview duration in minutes, minimum value is 1." -feedback_reminder,"Frequency of feedback reminders (i.e. once, daily, frequently, none). Defaults to 'frequently' which is every 6 hours. -" -gcal_event_url,Google calendar event url. -location,"Interview location. Usually the name of a booked conference room but can also be a phone number to call. -" -note,Interview note. -panel_id,Unique id of the PANEL this interview belongs to. -stage_id,"Foreign key referencing the STAGE that the candidate was in at the time the interview was scheduled. -" -subject,Subject of the interview. -timezone,Name of timezone in which interview was scheduled to occur. -opportunity_id,Foreign key referencing the OPPORTUNITY being interviewed for. -_fivetran_synced,Timestamp of when Fivetran synced a record. -candidate_id, diff --git a/inputs_snowflake/lever/schemas/interview_feedback.csv b/inputs_snowflake/lever/schemas/interview_feedback.csv deleted file mode 100644 index 5d6be70e08d9e9de38063c7f7ba169a3d9702015..0000000000000000000000000000000000000000 --- a/inputs_snowflake/lever/schemas/interview_feedback.csv +++ /dev/null @@ -1,4 +0,0 @@ -column_name,column_description -feedback_form_id,Foreign key referencing the FEEDBACK_FORM submitted for this interview. -interview_id,Foreign key referencing the INTERVIEW that was given feedback for. -_fivetran_synced,Timestamp of when Fivetran synced a record. diff --git a/inputs_snowflake/lever/schemas/interview_user.csv b/inputs_snowflake/lever/schemas/interview_user.csv deleted file mode 100644 index e231e688d49c49fab7276881d22eb3941aa94e4a..0000000000000000000000000000000000000000 --- a/inputs_snowflake/lever/schemas/interview_user.csv +++ /dev/null @@ -1,4 +0,0 @@ -column_name,column_description -interview_id,Foreign key referencing the INTERVIEW that was given. -user_id,Foreign key referencing the USER that interviewed the candidate. -_fivetran_synced,Timestamp of when Fivetran synced a record. diff --git a/inputs_snowflake/lever/schemas/interviewer_user.csv b/inputs_snowflake/lever/schemas/interviewer_user.csv deleted file mode 100644 index e231e688d49c49fab7276881d22eb3941aa94e4a..0000000000000000000000000000000000000000 --- a/inputs_snowflake/lever/schemas/interviewer_user.csv +++ /dev/null @@ -1,4 +0,0 @@ -column_name,column_description -interview_id,Foreign key referencing the INTERVIEW that was given. -user_id,Foreign key referencing the USER that interviewed the candidate. -_fivetran_synced,Timestamp of when Fivetran synced a record. diff --git a/inputs_snowflake/lever/schemas/offer.csv b/inputs_snowflake/lever/schemas/offer.csv deleted file mode 100644 index b5e91ec2068e41c31d2257b90d1ca892aafe51a1..0000000000000000000000000000000000000000 --- a/inputs_snowflake/lever/schemas/offer.csv +++ /dev/null @@ -1,8 +0,0 @@ -column_name,column_description -id,Unique ID of the offer. -candidate_id,Unique ID of the candidate or opportunity?? -created_at,Timestamp of when the offer was created. -creator_id,Foreign key referencing the USER who created the offer. -status,"A string describing the current status of the offer. Can include: draft - the offer is still under construction approval-sent - the offer needs approval approved - the offer has been approved sent - the offer has been sent through Lever sent-manually - the offer has been sent to the candidate outside of Lever opened - the candidate has opened the offer denied - the candidate denied the offer signed - the candidate signed the offer -" -_fivetran_synced,Timestamp of when Fivetran synced a record. diff --git a/inputs_snowflake/lever/schemas/opportunity.csv b/inputs_snowflake/lever/schemas/opportunity.csv deleted file mode 100644 index fa409d92eeba3f7ca6f1e633d50e48fbf9c67e99..0000000000000000000000000000000000000000 --- a/inputs_snowflake/lever/schemas/opportunity.csv +++ /dev/null @@ -1,30 +0,0 @@ -column_name,column_description -id,Unique ID of the opportunity. -archived_at,Timestamp of when the opportunity was archived. -archived_reason_id,Foreign key referencing the ARCHIVE_REASON for which the opportunity was archived. -contact,Foreign key referencing the CONTACT info of the candidate applying in this opportunity. -created_at,"Timestamp of when the opportunity was created (ie when the candidate clicked ""apply"" on your company website). -" -data_protection_contact_allowed,"Boolean that is true if relevant data policy regulations allow for contacting this opportunity's candidate. -" -data_protection_contact_expires_at,Timestamp of when this permission/data policy expires. -data_protection_store_allowed,"Boolean that is true if relevant data policy regulations allow for storing this opportunity record. -" -data_protection_store_expires_at,Timestamp of when this permission/data policy expires. -headline,"Contact headline, typically a list of previous companies where the contact has worked or schools that the contact has attended. -" -is_anonymized,"Boolean that is true if the opportunity has been anonymized (therefore fully anonymizing the contact and removing their *personal* information). -" -last_advanced_at,"Timestamp of when the candidate advanced to their current stage in the hiring pipeline. -" -last_interaction_at,"Timestamp of when the Opportunity profile was last interacted with. See interactions [here](https://help.lever.co/hc/en-us/articles/205697619). -" -location,Current contact location of the candidate. -name,Contact full name. -origin,"The way in which the opportunity was added to lever. Includes 'agency', 'applied', 'internal', 'referred', 'sourced', and 'university'. -" -owner_id,Foreign key referencing the id of the USER who owns this opportunity. -snoozed_until,Timestamp of when the current snooze period of this opportunity ends (if snoozed). -stage_id,Foreign key referencing the ID of the current stage of the opportunity. -updated_at,Timestamp of when the opportunity was last updated in lever. -_fivetran_synced,Timestamp of when Fivetran synced a record. diff --git a/inputs_snowflake/lever/schemas/opportunity_source.csv b/inputs_snowflake/lever/schemas/opportunity_source.csv deleted file mode 100644 index 73c6168aa9ef25909dce434b8a7c39455e9743f9..0000000000000000000000000000000000000000 --- a/inputs_snowflake/lever/schemas/opportunity_source.csv +++ /dev/null @@ -1,4 +0,0 @@ -column_name,column_description -opportunity_id,Foreign key referencing the OPPORTUNITY that was sourced. -source,Where this opportunity was sourced from (ie 'linkedin'). -_fivetran_synced,Timestamp of when Fivetran synced a record. diff --git a/inputs_snowflake/lever/schemas/opportunity_stage_history.csv b/inputs_snowflake/lever/schemas/opportunity_stage_history.csv deleted file mode 100644 index 1a66cdd8d041f6af49b479871a4efec29cb17946..0000000000000000000000000000000000000000 --- a/inputs_snowflake/lever/schemas/opportunity_stage_history.csv +++ /dev/null @@ -1,7 +0,0 @@ -column_name,column_description -opportunity_id,Foreign key referencing the id of the OPPORTUNITY. -updated_at,Timestamp of when the opportunity was changed to this stage. -stage_id,Foreign key referencing the STAGE that the opportunity was changed to. -updater_id,Foreign key referencing the USER who changed the opportunity stage. -to_stage_index,The index of the stage in the pipeline at the time the stage change occurred. -_fivetran_synced,Timestamp of when Fivetran synced a record. diff --git a/inputs_snowflake/lever/schemas/opportunity_tag.csv b/inputs_snowflake/lever/schemas/opportunity_tag.csv deleted file mode 100644 index f5adf9bc5be245df95dd8ab640635ccbf748934e..0000000000000000000000000000000000000000 --- a/inputs_snowflake/lever/schemas/opportunity_tag.csv +++ /dev/null @@ -1,4 +0,0 @@ -column_name,column_description -opportunity_id,Foreign key referencing the OPPORTUNITY that was tagged. -tag,Text of the tag associated with this opportunity. -_fivetran_synced,Timestamp of when Fivetran synced a record. diff --git a/inputs_snowflake/lever/schemas/posting.csv b/inputs_snowflake/lever/schemas/posting.csv deleted file mode 100644 index 0cba8307f4baa5dedddbd7ab8db439669fb10933..0000000000000000000000000000000000000000 --- a/inputs_snowflake/lever/schemas/posting.csv +++ /dev/null @@ -1,24 +0,0 @@ -column_name,column_description -id,Unique ID of the job posting. -_fivetran_deleted,Boolean that is true if the posting has been soft-deleted. -categories_commitment,"Tag for job position work type (e.g. Full-time, Part-time, Internship)." -categories_department,"Tag for the department to which the job posting's team belongs, if present." -categories_level,"Tag for job posting level (e.g. Senior, Junior). Note - this has been deprecated by Lever but is currently maintained for backward compatibility. -" -categories_location,Tag for job position location. -categories_team,"Tag for the team to which the job posting belongs (a sub-category of department). -" -content_closing,"Closing statement on the job posting, in plaintext." -content_closing_html,"Closing statement on job posting, as styled HTML." -content_description,"Job posting description that is shown at the top of the job's page, as plaintext." -content_description_html,"Job posting description that is shown at the top of the job's page, in HTML." -created_at,Timestamp of when the posting was created in Lever. -creator_id,Foreign key referencing the id of the USER who created the job posting. -owner_id,"Foreign key referencing the id of the USER who owns the posting. The posting owner is the individual who is directly responsible for managing all candidates who are applied to that role. -" -requisition_code,Array of requisition codes associated with this posting. -state,"Current status of the posting, which may include 'published', 'internal' (called 'unlisted' in the UI), 'closed', 'draft', 'pending' (awaiting approval), and 'rejected'. -" -text,Title of the job posting role. -updated_at,Timestamp of when the posting was last updated. -_fivetran_synced,Timestamp of when Fivetran synced a record. diff --git a/inputs_snowflake/lever/schemas/posting_interview.csv b/inputs_snowflake/lever/schemas/posting_interview.csv deleted file mode 100644 index 2cbda5f44d61d944564b1683a8869a7090a18950..0000000000000000000000000000000000000000 --- a/inputs_snowflake/lever/schemas/posting_interview.csv +++ /dev/null @@ -1,4 +0,0 @@ -column_name,column_description -interview_id,Foreign key referencing the INTERVIEW for this job posting. -posting_id,Foreign key referencing the POSTING that was interviewed for. -_fivetran_synced,Timestamp of when Fivetran synced a record. diff --git a/inputs_snowflake/lever/schemas/posting_tag.csv b/inputs_snowflake/lever/schemas/posting_tag.csv deleted file mode 100644 index fd79406ca4d3b4d40404db3a257ebfef6ee643d3..0000000000000000000000000000000000000000 --- a/inputs_snowflake/lever/schemas/posting_tag.csv +++ /dev/null @@ -1,5 +0,0 @@ -column_name,column_description -posting_id,Foreign key referencing the id of the job POSTING. -tag,Text of the posting's individual tag. -_fivetran_deleted,Boolean that is true if the posting-tag association has been deleted. -_fivetran_synced,Timestamp of when Fivetran synced a record. diff --git a/inputs_snowflake/lever/schemas/requisition.csv b/inputs_snowflake/lever/schemas/requisition.csv deleted file mode 100644 index 39a0abb6625c8adb648811d3757c31959d5ba2ae..0000000000000000000000000000000000000000 --- a/inputs_snowflake/lever/schemas/requisition.csv +++ /dev/null @@ -1,24 +0,0 @@ -column_name,column_description -id,Unique id of the requisition. -_fivetran_deleted,Boolean that is true if the requisition has been soft-deleted. -backfill,"Boolean that is true if the requisition represents a backfill or new headcount. If unspecified, defaults to false. -" -compensation_band_currency,The ISO currency code associated with the requisition's compensation band. -compensation_band_interval,The string representing the interval of payment for the compensation band. -compensation_band_max,The high bound for the compensation band. -compensation_band_min,The low bound for the compensation band. -created_at,Timestamp of when the requisition was first created. -creator_id,Foreign key referencing the USER who created the requisition. -employment_status,"The work type of the requisition ('full-time', 'part-time', 'intern', 'contractor', or 'temp-worker')." -headcount_hired,"The number of filled seats / openings on the requisition, or the string, 'unlimited'." -headcount_infinite,todo!!! -headcount_total,Total headcount allotted for this requisition. -hiring_manager_id,Foreign key referencing the USER who is the hiring manager for this requisition. -internal_notes,"Free form text for notes and meta-data about the requisition, visible to anyone who can see the requisition in Lever." -location,The location associated with the requisition. -name,The human-readable name for the requisition. -owner_id,Foreign key referencing the USER who owns the requisition. -requisition_code,The unique HRIS requisition code. -status,"The status of the requisition. Can be 'open', 'onHold', 'closed', or 'draft'." -team,The team associated with the requisition -_fivetran_synced,Timestamp of when Fivetran synced a record. diff --git a/inputs_snowflake/lever/schemas/requisition_offer.csv b/inputs_snowflake/lever/schemas/requisition_offer.csv deleted file mode 100644 index 92348533f86c21c246ec231387d2f42df3fea3f0..0000000000000000000000000000000000000000 --- a/inputs_snowflake/lever/schemas/requisition_offer.csv +++ /dev/null @@ -1,5 +0,0 @@ -column_name,column_description -offer_id,Foriegn key referencing the OFFER for the requisition. -requisition_id,Foriegn key referencing the REQUISITION which the offer was made against. -_fivetran_deleted,Boolean that is true if the offer-requisition relationship has been soft-deleted. -_fivetran_synced,Timestamp of when Fivetran synced a record. diff --git a/inputs_snowflake/lever/schemas/requisition_posting.csv b/inputs_snowflake/lever/schemas/requisition_posting.csv deleted file mode 100644 index 609e6e702cd7193e5731a13620480f94fb486af6..0000000000000000000000000000000000000000 --- a/inputs_snowflake/lever/schemas/requisition_posting.csv +++ /dev/null @@ -1,5 +0,0 @@ -column_name,column_description -posting_id,Foreign key referencing the POSTING created for this requisition. -requisition_id,Foreign key referencing the REQUISITION associated with this posting. -_fivetran_deleted,Boolean that is true if the requisition-posting relationship has been soft-deleted. -_fivetran_synced,Timestamp of when Fivetran synced a record. diff --git a/inputs_snowflake/lever/schemas/resume.csv b/inputs_snowflake/lever/schemas/resume.csv deleted file mode 100644 index a07b2a02c20365c1b0bc7063dd4c3d7cd2f560f0..0000000000000000000000000000000000000000 --- a/inputs_snowflake/lever/schemas/resume.csv +++ /dev/null @@ -1,10 +0,0 @@ -column_name,column_description -id,Unique id of the resume file. -created_at,Timestamp of when the resume was created in Lever. -file_download_url,Resume file download URL. -file_ext,Resume file extension. -file_name,Name of the file uploaded. -file_uploaded_at,Timestamp of when the file was uploaded. -opportunity_id,Foreign key referencing the OPPORTUNITY associated with this resume. -_fivetran_synced,Timestamp of when Fivetran synced a record. -candidate_id, diff --git a/inputs_snowflake/lever/schemas/stage.csv b/inputs_snowflake/lever/schemas/stage.csv deleted file mode 100644 index 2944695a38c32cb979b629d701ed6b002d23d908..0000000000000000000000000000000000000000 --- a/inputs_snowflake/lever/schemas/stage.csv +++ /dev/null @@ -1,5 +0,0 @@ -column_name,column_description -id,Unique id of the stage. -text,Title of the stage. -_fivetran_synced,Timestamp of when Fivetran synced a record. -_fivetran_deleted,Timestamp of when Fivetran marked a record as deleted diff --git a/inputs_snowflake/lever/schemas/user.csv b/inputs_snowflake/lever/schemas/user.csv deleted file mode 100644 index 826cc62a4a6a1a76d1d003632b5d5d462d171e90..0000000000000000000000000000000000000000 --- a/inputs_snowflake/lever/schemas/user.csv +++ /dev/null @@ -1,13 +0,0 @@ -column_name,column_description -id,Unique id of the user. -_fivetran_deleted,Boolean that is true if the user has been soft-deleted. -access_role,"The user's access role, which can be 'super admin', 'admin', 'team member', 'limited team member', or 'interviewer'. Information on what the roles entail can be found [here](https://help.lever.co/hc/en-us/articles/360042645691-What-are-the-differences-between-access-roles-in-Lever-#:~:text=There%20are%205%20different%20access,information%2C%20and%20permission%20granting%20privileges). -" -created_at,Timestamp of when the user was created. -deactivated_at,Timestamp of when the user was deactivated (null for active users). -email,The user's email address. -external_directory_id,"Unique ID of the user in an external HR directory, if provided." -name,User's preferred name. -photo,"URL for user's gravatar, if enabled." -username,"Username, extracted from user's email address." -_fivetran_synced,Timestamp of when Fivetran synced a record. diff --git a/inputs_snowflake/linkedin/schemas/ad_analytics_by_campaign.csv b/inputs_snowflake/linkedin/schemas/ad_analytics_by_campaign.csv deleted file mode 100644 index 4b90c1c20b55e8a4486b21c891dbc58b6de4d428..0000000000000000000000000000000000000000 --- a/inputs_snowflake/linkedin/schemas/ad_analytics_by_campaign.csv +++ /dev/null @@ -1,63 +0,0 @@ -column_name,column_description -campaign_id,The ID of the related campaign. -day,The day of the activity. -clicks,The count of chargeable clicks. -impressions,"This is the count of ""impressions"" for Direct Ads and Sponsored Updates and ""sends"" for InMails." -cost_in_local_currency,The cost of the ads in the local currency. -cost_in_usd,The cost of the ads in the USD. -conversion_value_in_local_currency,"The value generated by your conversions, displayed in your LinkedIn account's local currency." -external_website_conversions,The actions taken on your website that you've defined as valuable to your business after clicking on LinkedIn ads. -one_click_leads,Leads submitted after clicking on LinkedIn ads. -comments, -viral_other_engagements, -viral_comment_likes, -viral_impressions, -comment_likes, -card_clicks, -one_click_lead_form_opens, -viral_full_screen_plays, -text_url_clicks, -follows, -viral_company_page_clicks, -lead_generation_mail_contact_info_shares, -viral_video_first_quartile_completions, -viral_landing_page_clicks, -viral_external_website_conversions, -viral_external_website_post_view_conversions, -video_views, -viral_video_starts, -viral_one_click_leads, -action_clicks, -video_starts, -full_screen_plays, -external_website_post_view_conversions, -video_completions, -viral_card_clicks, -viral_video_third_quartile_completions, -landing_page_clicks, -video_third_quartile_completions, -viral_external_website_post_click_conversions, -approximate_unique_impressions, -opens, -viral_video_views, -lead_generation_mail_interested_clicks, -shares, -external_website_post_click_conversions, -video_first_quartile_completions, -viral_card_impressions, -total_engagements, -viral_clicks, -other_engagements, -viral_one_click_lead_form_opens, -likes, -viral_video_midpoint_completions, -viral_video_completions, -viral_follows, -video_midpoint_completions, -viral_comments, -viral_likes, -card_impressions, -viral_shares, -company_page_clicks, -ad_unit_clicks, -viral_total_engagements, diff --git a/inputs_snowflake/linkedin/schemas/ad_analytics_by_creative.csv b/inputs_snowflake/linkedin/schemas/ad_analytics_by_creative.csv deleted file mode 100644 index 09bac7bc17a2da51394ae6209b2ec5bc36840183..0000000000000000000000000000000000000000 --- a/inputs_snowflake/linkedin/schemas/ad_analytics_by_creative.csv +++ /dev/null @@ -1,63 +0,0 @@ -column_name,column_description -creative_id,The ID of the related creative. -day,The day of the activity. -clicks,The count of chargeable clicks. -impressions,"This is the count of ""impressions"" for Direct Ads and Sponsored Updates and ""sends"" for InMails." -cost_in_local_currency,The cost of the ads in the local currency. -cost_in_usd,The cost of the ads in the USD. -conversion_value_in_local_currency,"The value generated by your conversions, displayed in your LinkedIn account's local currency." -external_website_conversions,The actions taken on your website that you've defined as valuable to your business after clicking on LinkedIn ads. -one_click_leads,Leads submitted after clicking on LinkedIn ads. -other_engagements, -viral_impressions, -video_third_quartile_completions, -one_click_lead_form_opens, -opens, -viral_other_engagements, -viral_video_third_quartile_completions, -comment_likes, -viral_external_website_post_view_conversions, -viral_external_website_post_click_conversions, -viral_video_views, -external_website_post_click_conversions, -viral_shares, -viral_external_website_conversions, -viral_full_screen_plays, -viral_video_starts, -viral_likes, -landing_page_clicks, -approximate_unique_impressions, -viral_video_midpoint_completions, -video_completions, -viral_clicks, -viral_video_first_quartile_completions, -viral_follows, -likes, -viral_company_page_clicks, -comments, -lead_generation_mail_interested_clicks, -card_clicks, -text_url_clicks, -viral_one_click_leads, -video_starts, -video_midpoint_completions, -shares, -viral_card_impressions, -external_website_post_view_conversions, -action_clicks, -follows, -video_first_quartile_completions, -video_views, -viral_comment_likes, -viral_one_click_lead_form_opens, -full_screen_plays, -company_page_clicks, -ad_unit_clicks, -total_engagements, -viral_landing_page_clicks, -viral_total_engagements, -viral_card_clicks, -card_impressions, -viral_comments, -viral_video_completions, -lead_generation_mail_contact_info_shares, diff --git a/inputs_snowflake/linkedin/schemas/campaign_group_history.csv b/inputs_snowflake/linkedin/schemas/campaign_group_history.csv deleted file mode 100644 index a5d590a001b5fdbd6877e964265544bc563a2682..0000000000000000000000000000000000000000 --- a/inputs_snowflake/linkedin/schemas/campaign_group_history.csv +++ /dev/null @@ -1,6 +0,0 @@ -column_name,column_description -id,Unique internal ID representing the campaign group. -last_modified_time,The timestamp of when the version was updated. -account_id,The ID of the account the campaign group belongs to. -created_time,The timestamp of when the campaign group was created. -name,A label for the campaign group. diff --git a/inputs_snowflake/linkedin/schemas/campaign_history.csv b/inputs_snowflake/linkedin/schemas/campaign_history.csv deleted file mode 100644 index 37dc590bb1a985f8939165b38be5e48e60cac87b..0000000000000000000000000000000000000000 --- a/inputs_snowflake/linkedin/schemas/campaign_history.csv +++ /dev/null @@ -1,8 +0,0 @@ -column_name,column_description -id,Unique internal ID representing the campaign. -last_modified_time,The timestamp of when the version was updated. -account_id,The ID of the account the campaign belongs to. -campaign_group_id,The ID of the campaign group the campaign belongs to. -created_time,The timestamp of when the campaign was created. -name,A label for the campaign. -version_tag,An integer representation of the version of the campaign. diff --git a/inputs_snowflake/linkedin/schemas/creative_history.csv b/inputs_snowflake/linkedin/schemas/creative_history.csv deleted file mode 100644 index 3f6c5146594fceb30d2396c367427f564f96c070..0000000000000000000000000000000000000000 --- a/inputs_snowflake/linkedin/schemas/creative_history.csv +++ /dev/null @@ -1,14 +0,0 @@ -column_name,column_description -id,Unique internal ID representing the creative. -last_modified_at,The timestamp of when the version was updated (Linkedin Ads post-January 2023 API Update). -created_time,The timestamp of when the creative was created (Linkedin Ads pre-January 2023 API Update). -campaign_id,The ID of the campaign the creative belongs to. -click_uri,Deprecated url field. Please refer to the text_ad_landing_page and spotlight_landing_page fields for relevant landing page information. -text_ad_landing_page,"The URL where the member should be redirected to, on clicking the text ad." -spotlight_landing_page,"The URL where the member should be redirected to, on clicking the spotlight ad." -intended_status,"ACTIVE - Creative creation is complete and creative is available for review and serve. -PAUSED - Creative creation is complete and creative is current, but should temporarily not be served. This status is not valid upon creation. -DRAFT - Creative creation is incomplete and may still be edited. -ARCHIVED - Creative creation is complete, but creative should not be served and should be separated from non-archived creatives in any UI. -CANCELED - Creative is permanently canceled. -" diff --git a/inputs_snowflake/linkedin/schemas/linkedin_account_history.csv b/inputs_snowflake/linkedin/schemas/linkedin_account_history.csv deleted file mode 100644 index 793a63c177bcb49c6f4a15c903f724849e1743d5..0000000000000000000000000000000000000000 --- a/inputs_snowflake/linkedin/schemas/linkedin_account_history.csv +++ /dev/null @@ -1,7 +0,0 @@ -column_name,column_description -id,Unique internal ID representing the account. -last_modified_time,The timestamp of when the version was updated. -created_time,The timestamp of when the account was created. -name,A label for the account. -currency,"The ISO 4217 currency code of the account, such as 'USD' for United States Dollar (default)." -version_tag,An integer representation of the version of the account. diff --git a/inputs_snowflake/mailchimp/data_model.yaml b/inputs_snowflake/mailchimp/data_model.yaml deleted file mode 100644 index 6bb20eaafad79d573cc434c34a8224944d6fdd60..0000000000000000000000000000000000000000 --- a/inputs_snowflake/mailchimp/data_model.yaml +++ /dev/null @@ -1,491 +0,0 @@ -models: - - name: mailchimp__lists - description: Each record represents a list in Mailchimp, enriched with campaign metrics, (optionally) automation metrics and information about members. - columns: - - name: list_id - description: The unique ID of a list. - - name: date_created - description: The date and time that a list was created. - format: YYYY-MM-DD HH:MM:SS - - name: name - description: The name of a list. - - name: list_rating - description: An auto-generated activity score for the list (0-5). - - name: beamer_address - description: The list's email beamer address. - - name: contact_address_1 - description: The street address for the list contact. - - name: contact_city - description: The city for the list contact. - - name: contact_company - description: The company name for the list. - - name: contact_country - description: A two-character ISO3166 country code. Defaults to US if invalid. - - name: contact_state - description: The state for the list contact. - - name: contact_zip - description: The postal or zip code for the list contact. - - name: default_from_email - description: The default from email for campaigns sent to a list. - - name: default_from_name - description: The default from name for campaigns sent to a list. - - name: default_language - description: The default language for a lists's forms. - - name: email_type_option - description: Whether the list supports multiple formats for emails. When set to true, subscribers can choose whether they want to receive HTML or plain-text emails. When set to false, subscribers will receive HTML emails, with a plain-text alternative backup. - - name: permission_reminder - description: The permission reminder for a list. - - name: subscribe_url_long - description: The full version of a list's subscribe form (host will vary). - - name: subscribe_url_short - description: Mailchimp's EepURL shortened version of a list's subscribe form. - - name: use_archive_bar - description: Whether campaigns for this list use the Archive Bar in archives by default. - - name: visibility - description: Whether this list is public or private. - - name: count_members - description: The number of members in a list. - - name: most_recent_signup_timestamp - description: The date of the most recent signup to a list. - format: YYYY-MM-DD HH:MM:SS - - name: campaign_sends - description: The number of sent emails from campaigns. Set to 0 if NULL. - - name: campaign_opens - description: The number of open events from campaign emails. The same email being opened multiple times is included in this metric. Set to 0 if NULL. - - name: campaign_clicks - description: The number of click events from campaign emails. The same email being clicked multiple times is included in this metric. Set to 0 if NULL. - - name: campaign_unique_opens - description: The unique number of emails opened from campaign emails. If a given email to a user was opened multiple times, it will only count once in this metric. This is the metric for opens that is reported by Mailchimp. Set to 0 if NULL. - - name: campaign_unique_clicks - description: The unique number of emails clicked from campaign emails. If a given email to a user was clicked multiple times, it will only count once in this metric. This is the metric for clicks that is reported by Mailchimp. Set to 0 if NULL. - - name: campaign_unsubscribes - description: The number of users who have unsubscribed from campaign emails. Set to 0 if NULL. - - name: automation_sends - description: The number of sent emails from automations. Set to 0 if NULL. - - name: automation_opens - description: The number of open events from automation emails. The same email being opened multiple times is included in this metric. Set to 0 if NULL. - - name: automation_clicks - description: The number of click events from automation emails. The same email being clicked multiple times is included in this metric. Set to 0 if NULL. - - name: automation_unique_opens - description: The unique number of emails opened from automation emails. If a given email to a user was opened multiple times, it will only count once in this metric. This is the metric for opens that is reported by Mailchimp. Set to 0 if NULL. - - name: automation_unique_clicks - description: The unique number of emails clicked from automation emails. If a given email to a user was clicked multiple times, it will only count once in this metric. This is the metric for clicks that is reported by Mailchimp. Set to 0 if NULL. - - name: automation_unsubscribes - description: The number of users who have unsubscribed from automation emails. Set to 0 if NULL. - - - name: mailchimp__members - description: Each record represents a member in Mailchimp, enriched with campaign metrics and (optionally) automation metrics. - columns: - - name: member_id - description: The ID of the member. - - name: email_address - description: Email address for a subscriber. - - name: email_client - description: The list member's email client. - - name: email_type - description: Type of email this member asked to get ('html' or 'text'). - - name: status - description: Subscriber's current status. Possible Values:subscribed, unsubscribed, cleaned, pending, transactional, archived - - name: list_id - description: The ID of the list the member belongs to. - - name: signup_timestamp - description: The date and time the subscriber signed up for the list. - format: YYYY-MM-DD HH:MM:SS - - name: opt_in_timestamp - description: The date and time the subscribe confirmed their opt-in status. - format: YYYY-MM-DD HH:MM:SS - - name: last_changed_timestamp - description: The date and time the member's info was last changed. - format: YYYY-MM-DD HH:MM:SS - - name: country_code - description: The member's unique code for the location country. - - name: dstoff - description: The member's offset for timezones where daylight saving time is observed. - - name: gmtoff - description: The member's time difference in hours from GMT. - - name: opt_in_ip_address - description: The IP address the subscriber used to confirm their opt-in status. - - name: signup_ip_address - description: IP address the subscriber signed up from. - - name: language - description: If set/detected, the subscriber's language. - - name: latitude - description: The member's location latitude. - - name: longitude - description: The member's location longitude. - - name: member_rating - description: Star rating for this member, between 1 and 5. - - name: timezone - description: The timezone for the member's location. - - name: unique_email_id - description: An identifier for the address across all of Mailchimp. - - name: vip - description: VIP status for subscriber. - - name: campaign_sends - description: The number of sent emails from campaigns. Set to 0 if NULL. - - name: campaign_opens - description: The number of open events from campaign emails. The same email being opened multiple times is included in this metric. Set to 0 if NULL. - - name: campaign_clicks - description: The number of click events from campaign emails. The same email being clicked multiple times is included in this metric. Set to 0 if NULL. - - name: campaign_unique_opens - description: The unique number of emails opened from campaign emails. If a given email to a user was opened multiple times, it will only count once in this metric. This is the metric for opens that is reported by Mailchimp. Set to 0 if NULL. - - name: campaign_unique_clicks - description: The unique number of emails clicked from campaign emails. If a given email to a user was clicked multiple times, it will only count once in this metric. This is the metric for clicks that is reported by Mailchimp. Set to 0 if NULL. - - name: campaign_unsubscribes - description: The number of users who have unsubscribed from campaign emails. Set to 0 if NULL. - - name: automation_sends - description: The number of sent emails from automations. Set to 0 if NULL. - - name: automation_opens - description: The number of open events from automation emails. The same email being opened multiple times is included in this metric. Set to 0 if NULL. - - name: automation_clicks - description: The number of click events from automation emails. The same email being clicked multiple times is included in this metric. Set to 0 if NULL. - - name: automation_unique_opens - description: The unique number of emails opened from automation emails. If a given email to a user was opened multiple times, it will only count once in this metric. This is the metric for opens that is reported by Mailchimp. Set to 0 if NULL. - - name: automation_unique_clicks - description: The unique number of emails clicked from automation emails. If a given email to a user was clicked multiple times, it will only count once in this metric. This is the metric for clicks that is reported by Mailchimp. Set to 0 if NULL. - - name: automation_unsubscribes - description: The number of users who have unsubscribed from automation emails. Set to 0 if NULL. - - - name: mailchimp__campaigns - description: Each record represents a campaign in Mailchimp, enriched with click, open and unsubscribe metrics. - columns: - - name: campaign_id - description: The ID of the campaign in Mailchimp. - - name: segment_id - description: The ID of the Segment a campaign was sent to. - - name: create_timestamp - description: The date and time the campaign was created. - format: YYYY-MM-DD HH:MM:SS - - name: send_timestamp - description: The date and time a campaign was sent. - format: YYYY-MM-DD HH:MM:SS - - name: list_id - description: The ID of the List a campaign was sent to. - - name: reply_to_email - description: The reply-to email address for the campaign. - - name: campaign_type - description: The type of campaign sent. Possible values:regular, plaintext, absplit, variate, rss. - - name: title - description: The title of the campaign. - - name: archive_url - description: The link to the campaign's archive version in ISO 8601 format. - - name: authenticate - description: Whether Mailchimp authenticated the campaign. Defaults to true. - - name: auto_footer - description: Automatically append Mailchimp's default footer to the campaign. - - name: auto_tweet - description: Automatically tweet a link to the campaign archive page when the campaign is sent. - - name: clicktale - description: The custom slug for ClickTale tracking (max of 50 bytes). - - name: content_type - description: How the campaign's content is put together ('template', 'drag_and_drop', 'html', 'url'). - - name: drag_and_drop - description: Whether the campaign uses the drag-and-drop editor. - - name: fb_comments - description: Allows Facebook comments on the campaign (also force-enables the Campaign Archive toolbar). Defaults to true. - - name: from_name - description: The 'from' name on the campaign (not an email address). - - name: google_analytics - description: The custom slug for Google Analytics tracking (max of 50 bytes). - - name: inline_css - description: Automatically inline the CSS included with the campaign content. - - name: long_archive_url - description: The original link to the campaign's archive version. - - name: status - description: The current status of the campaign. - - name: subject_line - description: The subject line for the campaign. - - name: template_id - description: The ID for the template used in this campaign. - - name: timewarp - description: Send this campaign using Timewarpe_this - - name: to_name - description: The campaign's custom 'To' name. Typically the first name merge field. - - name: track_ecomm_360 - description: Whether to enable eCommerce360 tracking. - - name: track_goals - description: Whether to enable Goal tracking. - - name: track_html_clicks - description: Whether to track clicks in the HTML version of the campaign. Defaults to true. Cannot be set to false for variate campaigns. - - name: track_opens - description: Whether to track opens. Defaults to true. Cannot be set to false for variate campaigns. - - name: track_text_clicks - description: Whether to track clicks in the plain-text version of the campaign. Defaults to true. Cannot be set to false for variate campaigns. - - name: use_conversation - description: Use Mailchimp Conversation feature to manage out-of-office replies. - - name: sends - description: The number of sent emails from campaigns. Set to 0 if NULL. - - name: opens - description: The number of open events from campaign emails. The same email being opened multiple times is included in this metric. Set to 0 if NULL. - - name: clicks - description: The number of click events from campaign emails. The same email being clicked multiple times is included in this metric. Set to 0 if NULL. - - name: unique_opens - description: The unique number of emails opened from campaign emails. If a given email to a user was opened multiple times, it will only count once in this metric. This is the metric for opens that is reported by Mailchimp. Set to 0 if NULL. - - name: unique_clicks - description: The unique number of emails clicked from campaign emails. If a given email to a user was clicked multiple times, it will only count once in this metric. This is the metric for clicks that is reported by Mailchimp. Set to 0 if NULL. - - name: unsubscribes - description: The number of users who have unsubscribed from campaign emails. Set to 0 if NULL. - - - name: mailchimp__campaign_recipients - description: Each record represents the send of a campaign email, enriched with click, open and unsubscribe metrics. - columns: - - name: email_id - description: The ID of the email sent. Surrogate key generated from 'campaign_id' and 'member_id'. Use the dbt utils package to generate the surrogate key. - - name: campaign_id - description: The ID of the campaign a sent email is from. - - name: member_id - description: The ID of the member an email was sent to. - - name: list_id - description: The ID of the list the campaign was sent to. - - name: segment_id - description: The ID of the segment the campaign was sent to. - - name: opens - description: The number of open events from campaign emails. The same email being opened multiple times is included in this metric. Set to 0 if NULL. - - name: unique_opens - description: The unique number of emails opened from campaign emails. If a given email to a user was opened multiple times, it will only count once in this metric. This is the metric for opens that is reported by Mailchimp. Set to 0 if NULL. - - name: clicks - description: The number of click events from campaign emails. The same email being clicked multiple times is included in this metric. Set to 0 if NULL. - - name: unique_clicks - description: The unique number of emails clicked from campaign emails. If a given email to a user was clicked multiple times, it will only count once in this metric. This is the metric for clicks that is reported by Mailchimp. Set to 0 if NULL. - - name: was_opened - description: Whether the email sent was opened. Set to False if NULL. - - name: was_clicked - description: Whether the email sent was clicked. Set to False if NULL. - - name: send_timestamp - description: The date and time a campaign was sent. - format: YYYY-MM-DD HH:MM:SS - - name: first_open_timestamp - description: The timestamp of the first open for an email. - format: YYYY-MM-DD HH:MM:SS - - name: time_to_open_minutes - description: The time from send to open in minutes. - - name: time_to_open_hours - description: The time from send to open in hours. - - name: time_to_open_days - description: The time from send to open in days. - - name: was_unsubscribed - description: Whether the user unsubscribed via the sent email. Set to False if NULL, otherwise True. - - - name: mailchimp__campaign_activities - description: Each record represents an activity taken in relation to a campaign email, enriched with data about when the campaign was sent and the lag between send and the activity. - columns: - - name: action_type - description: One of the following actions:'open', 'click', or 'bounce' - - name: campaign_id - description: The unique ID for the sent campaign. - - name: member_id - description: The ID of the member the activity relates to. - - name: list_id - description: The ID of the list the email was sent to. - - name: activity_timestamp - description: The timestamp when the activity occurred. - format: YYYY-MM-DD HH:MM:SS - - name: ip_address - description: The IP address recorded for the action. - - name: url - description: If the action is a 'click', the URL on which the member clicked. - - name: activity_id - description: The ID of the activity/event. Surrogate key generated in dbt from 'action_type', 'campaign_id', 'member_id', and 'activity_timestamp'. Use the dbt utils package to generate the surrogate key. - - name: email_id - description: The ID of the email sent. Surrogate key generated in dbt from 'campaign_id' and 'member_id'. Use the dbt utils package to generate the surrogate key. - - name: send_timestamp - description: The time the campaign was sent. - format: YYYY-MM-DD HH:MM:SS - - name: time_since_send_minutes - description: The time from send to activity in minutes. - - name: time_since_send_hours - description: The time from send to activity in hours. - - name: time_since_send_days - description: The time from send to activity in days. - - - name: mailchimp__automations - description: Each record represents an automation in Mailchimp, enriched with click, open and unsubscribe metrics. (Enabled if you are using automations.) - columns: - - name: automation_id - description: The ID of the automation in Mailchimp. - - name: list_id - description: The ID of the List an automation was sent to. - - name: segment_id - description: The ID of the Segment an automation was sent to. - - name: segment_text - description: Description of the segment. Formatted as a string marked up with HTML. - - name: started_timestamp - description: The date and time the Automation was started. - format: YYYY-MM-DD HH:MM:SS - - name: created_timestamp - description: The date and time the Automation was created. - format: YYYY-MM-DD HH:MM:SS - - name: status - description: The current status of the Automation. Possible Values:save, paused, sending - - name: title - description: The title of the Automation. - - name: trigger_settings - description: Available triggers for Automation workflows. - - name: sends - description: The number of sent emails from campaigns. Set to 0 if NULL. - - name: opens - description: The number of open events from campaign emails. The same email being opened multiple times is included in this metric. Set to 0 if NULL. - - name: clicks - description: The number of click events from campaign emails. The same email being clicked multiple times is included in this metric. Set to 0 if NULL. - - name: unique_opens - description: The unique number of emails opened from campaign emails. If a given email to a user was opened multiple times, it will only count once in this metric. This is the metric for opens that is reported by Mailchimp. Set to 0 if NULL. - - name: unique_clicks - description: The unique number of emails clicked from campaign emails. If a given email to a user was clicked multiple times, it will only count once in this metric. This is the metric for clicks that is reported by Mailchimp. Set to 0 if NULL. - - name: unsubscribes - description: The number of users who have unsubscribed from campaign emails. Set to 0 if NULL. - - - name: mailchimp__automation_emails - description: Each record represents an automation email (that make up automations), enriched with click, open and unsubscribe metrics. (Enabled if you are using automations.) - columns: - - name: automation_email_id - description: The ID for the automation email that relates to the activity. - - name: automation_id - description: The ID of the automation an email relates to. - - name: created_timestamp - description: The date and time the automation email was created. - format: YYYY-MM-DD HH:MM:SS - - name: started_timestamp - description: The date and time the automation email was started. - format: YYYY-MM-DD HH:MM:SS - - name: send_timestamp - description: The date and time the automation email was sent. - format: YYYY-MM-DD HH:MM:SS - - name: from_name - description: The 'from' name on the automation email (not an email address). - - name: reply_to - description: The reply-to email address for the automation. - - name: status - description: The current status of the automation email. - - name: subject_line - description: The subject line for the automation email. - - name: title - description: The title of the automation email. - - name: archive_url - description: The link to the automation email's archive version in ISO 8601 format. - - name: authenticate - description: Whether Mailchimp authenticated the automation email. Defaults to true. - - name: auto_footer - description: Automatically append Mailchimp's default footer to the automation email. - - name: auto_tweet - description: Automatically tweet a link to the automation email archive page when the automation email is sent. - - name: content_type - description: How the automation email's content is put together ('template', 'drag_and_drop', 'html', 'url'). - - name: delay_action - description: The action that triggers the delay of an Automation email. - - name: delay_action_description - description: The user-friendly description of the action that triggers an Automation email. - - name: delay_amount - description: The delay amount for an Automation email. - - name: delay_full_description - description: The user-friendly description of the delay and trigger action settings for an Automation email. - - name: delay_type - description: The type of delay for an Automation email. - - name: drag_and_drop - description: Whether the automation email uses the drag-and-drop editor. - - name: fb_comments - description: Allows Facebook comments on the automation email (also force-enables the Campaign Archive toolbar). Defaults to true. - - name: google_analytics - description: The custom slug for Google Analytics tracking (max of 50 bytes). - - name: inline_css - description: Automatically inline the CSS included with the automation email content. - - name: position - description: The position of an Automation email in a workflow. - - name: template_id - description: The ID for the template used in this automation email. - - name: track_ecomm_360 - description: Whether to enable eCommerce360 tracking. - - name: track_goals - description: Whether to enable Goal tracking. - - name: track_html_clicks - description: Whether to track clicks in the HTML version of the automation email. Defaults to true. Cannot be set to false for variate campaigns. - - name: track_opens - description: Whether to track opens. Defaults to true. Cannot be set to false for variate automation emails. - - name: track_text_clicks - description: Whether to track clicks in the plain-text version of the automation email. Defaults to true. Cannot be set to false for variate campaigns. - - name: list_id - description: The ID of the List this automation email is being sent to. - - name: segment_id - description: The ID of the Segment this automation email is being sent to. - - name: sends - description: The number of sent emails from automation. Set to 0 if NULL. - - name: opens - description: The number of open events from automation emails. The same email being opened multiple times is included in this metric. Set to 0 if NULL. - - name: clicks - description: The number of click events from automation emails. The same email being clicked multiple times is included in this metric. Set to 0 if NULL. - - name: unique_opens - description: The unique number of emails opened from automation emails. If a given email to a user was opened multiple times, it will only count once in this metric. This is the metric for opens that is reported by Mailchimp. Set to 0 if NULL. - - name: unique_clicks - description: The unique number of emails clicked from automation emails. If a given email to a user was clicked multiple times, it will only count once in this metric. This is the metric for clicks that is reported by Mailchimp. Set to 0 if NULL. - - name: unsubscribes - description: The number of users who have unsubscribed from automation emails. Set to 0 if NULL. - - - name: mailchimp__automation_activities - description: Each record represents an activity taken in relation to a automation email. - columns: - - name: action_type - description: One of the following actions:'open', 'click', or 'bounce' - - name: automation_email_id - description: The ID for the automation email that relates to the activity. - - name: member_id - description: The ID of the member the activity relates to. - - name: list_id - description: The ID of the list the email was sent to. - - name: activity_timestamp - description: The timestamp when the activity occurred. - format: YYYY-MM-DD HH:MM:SS - - name: ip_address - description: The IP address recorded for the action. - - name: url - description: If the action is a 'click', the URL on which the member clicked. - - name: activity_id - description: The ID of the activity/event. Surrogate key generated in dbt from 'action_type', 'automation_email_id', 'member_id', and 'activity_timestamp'. Use the dbt utils package to generate the surrogate key. - - name: automation_id - description: The ID for the automation that relates to the activity. - - name: segment_id - description: The ID for the Segment that relates to the activity. - - - name: mailchimp__segments - description: Each record represents a segment in Mailchimp, enriched with campaign metrics and (optionally) automation metrics. (Enabled if you are using segments.) - columns: - - name: segment_id - description: The ID for the Segment from Mailchimp - - name: list_id - description: The ID of the List the segment is part of. - - name: list_name - description: The name of the List the segment is part of. - - name: member_count - description: The number of members in the segment. - - name: segment_name - description: The name of the segment. - - name: segment_type - description: The type of segment - - name: updated_timestamp - description: The date and time the segment was last updated. - format: YYYY-MM-DD HH:MM:SS - - name: created_timestamp - description: The date and time the segment was created. - format: YYYY-MM-DD HH:MM:SS - - name: campaign_sends - description: The number of sent emails from campaigns. Set the value to 0 if it is NULL. - - name: campaign_opens - description: The number of open events from campaign emails. The same email being opened multiple times is included in this metric. Set the value to 0 if it is NULL. - - name: campaign_clicks - description: The number of click events from campaign emails. The same email being clicked multiple times is included in this metric. Set the value to 0 if it is NULL. - - name: campaign_unique_opens - description: The unique number of emails opened from campaign emails. If a given email to a user was opened multiple times, it will only count once in this metric. This is the metric for opens that is reported by Mailchimp. Set the value to 0 if it is NULL. - - name: campaign_unique_clicks - description: The unique number of emails clicked from campaign emails. If a given email to a user was clicked multiple times, it will only count once in this metric. This is the metric for clicks that is reported by Mailchimp. Set the value to 0 if it is NULL. - - name: campaign_unsubscribes - description: The number of users who have unsubscribed from campaign emails. Set the value to 0 if it is NULL. - - name: automation_sends - description: The number of sent emails from automations. Set the value to 0 if it is NULL. - - name: automation_opens - description: The number of open events from automation emails. The same email being opened multiple times is included in this metric. Set the value to 0 if it is NULL. - - name: automation_clicks - description: The number of click events from automation emails. The same email being clicked multiple times is included in this metric. Set the value to 0 if it is NULL. - - name: automation_unique_opens - description: The unique number of emails opened from automation emails. If a given email to a user was opened multiple times, it will only count once in this metric. This is the metric for opens that is reported by Mailchimp. Set the value to 0 if it is NULL. - - name: automation_unique_clicks - description: The unique number of emails clicked from automation emails. If a given email to a user was clicked multiple times, it will only count once in this metric. This is the metric for clicks that is reported by Mailchimp. Set the value to 0 if it is NULL. - - name: automation_unsubscribes - description: The number of users who have unsubscribed from automation emails. Set the value to 0 if it is NULL. \ No newline at end of file diff --git a/inputs_snowflake/mailchimp/schemas/automation.csv b/inputs_snowflake/mailchimp/schemas/automation.csv deleted file mode 100644 index 74a7d14c1757ab6a234acaf37973bd1d1e4c4d86..0000000000000000000000000000000000000000 --- a/inputs_snowflake/mailchimp/schemas/automation.csv +++ /dev/null @@ -1,13 +0,0 @@ -column_name,column_description -id,The ID of the automation in Mailchimp. -list_id,The ID of the List an automation was sent to. -segment_id,The ID of the Segment an automation was sent to. -segment_text,The field describing the Segment an automation was sent to. -start_time,The date and time the Automation was started. -create_time,The date and time the Automation was created. -status,"The current status of the Automation. Possible Values: save, paused, sending -" -title,The title of the Automation. -trigger_settings,Available triggers for Automation workflows. -_fivetran_synced,UTC timestamp that indicates the time when Fivetran last successfully synced the row. -_fivetran_deleted,Boolean that is true if the row has been soft-deleted from the source. diff --git a/inputs_snowflake/mailchimp/schemas/automation_email.csv b/inputs_snowflake/mailchimp/schemas/automation_email.csv deleted file mode 100644 index 771d035a528a48e70b2b3a14cdc60b0b73bc0127..0000000000000000000000000000000000000000 --- a/inputs_snowflake/mailchimp/schemas/automation_email.csv +++ /dev/null @@ -1,34 +0,0 @@ -column_name,column_description -id,The ID of the email. -automation_id,The ID of the automation an email relates to. -create_time,The date and time the automation email was created. -start_time,The date and time the automation email was started. -send_time,The date and time the automation email was sent. -from_name,The 'from' name on the automation email (not an email address). -reply_to,The reply-to email address for the automation. -status,The current status of the automation email. -subject_line,The subject line for the automation email. -title,The title for the automation email. -archive_url,The link to the automation email's archive version in ISO 8601 format. -authenticate,Whether Mailchimp authenticated the automation email. Defaults to true. -auto_footer,Automatically append Mailchimp's default footer to the automation email. -auto_tweet,Automatically tweet a link to the automation email archive page when the automation email is sent. -content_type,"How the automation email's content is put together ('template', 'drag_and_drop', 'html', 'url')." -delay_action,The action that triggers the delay of an Automation email. -delay_action_description,The user-friendly description of the action that triggers an Automation email. -delay_amount,The delay amount for an Automation email. -delay_full_description,The user-friendly description of the delay and trigger action settings for an Automation email. -delay_type,The type of delay for an Automation email. -drag_and_drop,Whether the automation email uses the drag-and-drop editor. -fb_comments,Allows Facebook comments on the automation email (also force-enables the Campaign Archive toolbar). Defaults to true. -google_analytics,The custom slug for Google Analytics tracking (max of 50 bytes). -inline_css,Automatically inline the CSS included with the automation email content. -position,The position of an Automation email in a workflow. -template_id,The ID for the template used in this automation email. -track_ecomm_360,Whether to enable eCommerce360 tracking. -track_goals,Whether to enable Goal tracking. -track_html_clicks,Whether to track clicks in the HTML version of the automation email. Defaults to true. Cannot be set to false for variate campaigns. -track_opens,Whether to track opens. Defaults to true. Cannot be set to false for variate automation emails. -track_text_clicks,Whether to track clicks in the plain-text version of the automation email. Defaults to true. Cannot be set to false for variate campaigns. -_fivetran_synced,UTC timestamp that indicates the time when Fivetran last successfully synced the row. -_fivetran_deleted,Boolean that is true if the row has been soft-deleted from the source. diff --git a/inputs_snowflake/mailchimp/schemas/automation_recipient.csv b/inputs_snowflake/mailchimp/schemas/automation_recipient.csv deleted file mode 100644 index e208ff0aeb7e53c5561c1a9af003413bee6632dc..0000000000000000000000000000000000000000 --- a/inputs_snowflake/mailchimp/schemas/automation_recipient.csv +++ /dev/null @@ -1,5 +0,0 @@ -column_name,column_description -member_id,The ID of the member the automation was sent to. -automation_email_id,The ID for the automation email. -list_id,The ID of the List an automation was sent to. -_fivetran_synced,UTC timestamp that indicates the time when Fivetran last successfully synced the row. diff --git a/inputs_snowflake/mailchimp/schemas/automation_recipient_activity.csv b/inputs_snowflake/mailchimp/schemas/automation_recipient_activity.csv deleted file mode 100644 index 50594c9d8ec332b315a758d76c9e4cb02bcf242b..0000000000000000000000000000000000000000 --- a/inputs_snowflake/mailchimp/schemas/automation_recipient_activity.csv +++ /dev/null @@ -1,12 +0,0 @@ -column_name,column_description -action,"One of the following actions: 'open', 'click', or 'bounce' -" -automation_email_id,The ID for the automation email that relates to the activity. -member_id,The ID of the member the activity relates to. -list_id,The ID of the list the email was sent to. -timestamp,The timestamp when the activity occurred. -ip,The IP address recorded for the action. -url,"If the action is a 'click', the URL on which the member clicked." -bounce_type,"If the action is a 'bounce', the type of bounce received: 'hard', 'soft'. -" -_fivetran_synced,UTC timestamp that indicates the time when Fivetran last successfully synced the row. diff --git a/inputs_snowflake/mailchimp/schemas/campaign.csv b/inputs_snowflake/mailchimp/schemas/campaign.csv deleted file mode 100644 index e403ef0733e6db80ca2a6b5c972f396c469ddf89..0000000000000000000000000000000000000000 --- a/inputs_snowflake/mailchimp/schemas/campaign.csv +++ /dev/null @@ -1,43 +0,0 @@ -column_name,column_description -id,The ID of the campaign in Mailchimp. -segment_id,The ID of the Segment a campaign was sent to. -create_time,The date and time the campaign was created. -send_time,The date and time a campaign was sent. -list_id,The ID of the List a campaign was sent to. -reply_to,The reply-to email address for the campaign. -type,"The type of campaign sent. Possible values: regular, plaintext, absplit, variate, rss. -" -title,The title of the campaign. -archive_url,The link to the campaign's archive version in ISO 8601 format. -authenticate,Whether Mailchimp authenticated the campaign. Defaults to true. -auto_footer,Automatically append Mailchimp's default footer to the campaign. -auto_tweet,Automatically tweet a link to the campaign archive page when the campaign is sent. -clicktale,The custom slug for ClickTale tracking (max of 50 bytes). -content_type,"How the campaign's content is put together ('template', 'drag_and_drop', 'html', 'url')." -drag_and_drop,Whether the campaign uses the drag-and-drop editor. -fb_comments,Allows Facebook comments on the campaign (also force-enables the Campaign Archive toolbar). Defaults to true. -folder_id,"If the campaign is listed in a folder, the ID for that folder." -from_name,The 'from' name on the campaign (not an email address). -google_analytics,The custom slug for Google Analytics tracking (max of 50 bytes). -inline_css,Automatically inline the CSS included with the campaign content. -long_archive_url,The original link to the campaign's archive version. -status,The current status of the campaign. -subject_line,The subject line for the campaign. -template_id,The ID for the template used in this campaign. -test_size,"The percentage of recipients to send the test combinations to, must be a value between 10 and 100." -timewarp,Send this campaign using Timewarpe_this -to_name,The campaign's custom 'To' name. Typically the first name merge field. -track_ecomm_360,Whether to enable eCommerce360 tracking. -track_goals,Whether to enable Goal tracking. -track_html_clicks,Whether to track clicks in the HTML version of the campaign. Defaults to true. Cannot be set to false for variate campaigns. -track_opens,Whether to track opens. Defaults to true. Cannot be set to false for variate campaigns. -track_text_clicks,Whether to track clicks in the plain-text version of the campaign. Defaults to true. Cannot be set to false for variate campaigns. -use_conversation,Use Mailchimp Conversation feature to manage out-of-office replies. -wait_time,"The number of minutes to wait before choosing the winning campaign. The value of wait_time must be greater than 0 and in whole hours, specified in minutes." -winner_criteria,"The combination that performs the best. This may be determined automatically by click rate, open rate, or total revenue—or you may choose manually based on the reporting data you find the most valuable. For Multivariate Campaigns testing send_time, winner_criteria is ignored. For Multivariate Campaigns with 'manual' as the winner_criteria, the winner must be chosen in the Mailchimp web application. -" -winning_campaign_id,ID of the campaign that was sent to the remaining recipients based on the winning combination. -winning_combination_id,ID for the winning combination. -_fivetran_synced,UTC timestamp that indicates the time when Fivetran last successfully synced the row. -_fivetran_deleted,Boolean that is true if the row has been soft-deleted from the source. -segment_text,Description of the segment. Formatted as a string marked up with HTML. diff --git a/inputs_snowflake/mailchimp/schemas/campaign_recipient.csv b/inputs_snowflake/mailchimp/schemas/campaign_recipient.csv deleted file mode 100644 index 3c0a31baaccca1f1dd93460c14912b114ca405e0..0000000000000000000000000000000000000000 --- a/inputs_snowflake/mailchimp/schemas/campaign_recipient.csv +++ /dev/null @@ -1,6 +0,0 @@ -column_name,column_description -campaign_id,The ID of the campaign a sent email is from. -member_id,The ID of the member an email was sent to. -combination_id,The ID of the combination the member was part of for a campaign. -list_id,The ID of the list the campaign was sent to. -_fivetran_synced,UTC timestamp that indicates the time when Fivetran last successfully synced the row. diff --git a/inputs_snowflake/mailchimp/schemas/campaign_recipient_activity.csv b/inputs_snowflake/mailchimp/schemas/campaign_recipient_activity.csv deleted file mode 100644 index c8bee78c40a858d62a75417c2a5b1c928b8b4738..0000000000000000000000000000000000000000 --- a/inputs_snowflake/mailchimp/schemas/campaign_recipient_activity.csv +++ /dev/null @@ -1,13 +0,0 @@ -column_name,column_description -action,"One of the following actions: 'open', 'click', or 'bounce' -" -campaign_id,The unique ID for the sent campaign. -member_id,The ID of the member the activity relates to. -list_id,The ID of the list the email was sent to. -timestamp,The timestamp when the activity occurred. -ip,The IP address recorded for the action. -url,"If the action is a 'click', the URL on which the member clicked." -bounce_type,"If the action is a 'bounce', the type of bounce received: 'hard', 'soft'. -" -combination_id,The ID of the combination the member was part of for a campaign. -_fivetran_synced,UTC timestamp that indicates the time when Fivetran last successfully synced the row. diff --git a/inputs_snowflake/mailchimp/schemas/list.csv b/inputs_snowflake/mailchimp/schemas/list.csv deleted file mode 100644 index a6a15e4f7d716fde7f9ecf74eea9b5916d56c70c..0000000000000000000000000000000000000000 --- a/inputs_snowflake/mailchimp/schemas/list.csv +++ /dev/null @@ -1,24 +0,0 @@ -column_name,column_description -id,The unique ID of a list. -date_created,The date and time that a list was created. -name,The name of a list. -list_rating,An auto-generated activity score for the list (0-5). -beamer_address,The list's email beamer address. -contact_address_1,The street address for the list contact. -contact_city,The city for the list contact. -contact_company,The company name for the list. -contact_country,A two-character ISO3166 country code. Defaults to US if invalid. -contact_state,The state for the list contact. -contact_zip,The postal or zip code for the list contact. -default_from_email,The default from email for campaigns sent to a list. -default_from_name,The default from name for campaigns sent to a list. -default_language,The default language for a lists's forms. -email_type_option,"Whether the list supports multiple formats for emails. When set to true, subscribers can choose whether they want to receive HTML or plain-text emails. When set to false, subscribers will receive HTML emails, with a plain-text alternative backup. -" -permission_reminder,The permission reminder for a list. -subscribe_url_long,The full version of a list's subscribe form (host will vary). -subscribe_url_short,Mailchimp's EepURL shortened version of a list's subscribe form. -use_archive_bar,Whether campaigns for this list use the Archive Bar in archives by default. -visibility,Whether this list is public or private. -_fivetran_synced,UTC timestamp that indicates the time when Fivetran last successfully synced the row. -_fivetran_deleted,Boolean that is true if the row has been soft-deleted from the source. diff --git a/inputs_snowflake/mailchimp/schemas/member.csv b/inputs_snowflake/mailchimp/schemas/member.csv deleted file mode 100644 index 595d63c19995d33131cd36ef4cfd4b4ec7732b97..0000000000000000000000000000000000000000 --- a/inputs_snowflake/mailchimp/schemas/member.csv +++ /dev/null @@ -1,26 +0,0 @@ -column_name,column_description -id,The ID of the member. -email_address,Email address for a subscriber. -email_client,The list member's email client. -email_type,Type of email this member asked to get ('html' or 'text'). -status,"Subscriber's current status. Possible Values: subscribed, unsubscribed, cleaned, pending, transactional, archived -" -list_id,The ID of the list the member belongs to. -timestamp_signup,The date and time the subscriber signed up for the list. -timestamp_opt,The date and time the subscribe confirmed their opt-in status. -last_changed,The date and time the member's info was last changed. -country_code,The member's unique code for the location country. -dstoff,The member's offset for timezones where daylight saving time is observed. -gmtoff,The member's time difference in hours from GMT. -ip_opt,The IP address the subscriber used to confirm their opt-in status. -ip_signup,IP address the subscriber signed up from. -language,"If set/detected, the subscriber's language." -latitude,The member's location latitude. -longitude,The member's location longitude. -member_rating,"Star rating for this member, between 1 and 5." -timezone,The timezone for the member's location. -unique_email_id,An identifier for the address across all of Mailchimp. -vip,VIP status for subscriber. -_fivetran_synced,UTC timestamp that indicates the time when Fivetran last successfully synced the row. -merge_fname, -merge_lname, diff --git a/inputs_snowflake/mailchimp/schemas/segment.csv b/inputs_snowflake/mailchimp/schemas/segment.csv deleted file mode 100644 index d3655bd68e7e285827cf88dde4cbe0101042b7aa..0000000000000000000000000000000000000000 --- a/inputs_snowflake/mailchimp/schemas/segment.csv +++ /dev/null @@ -1,10 +0,0 @@ -column_name,column_description -id,The ID for the Segment from Mailchimp -list_id,The ID of the List the segment is part of. -member_count,The number of members in the segment. -name,The name of the segment. -type,The type of segment -updated_at,The date and time the segment was last updated. -created_at,The date and time the segment was created. -_fivetran_synced,UTC timestamp that indicates the time when Fivetran last successfully synced the row. -_fivetran_deleted,Boolean that is true if the row has been soft-deleted from the source. diff --git a/inputs_snowflake/mailchimp/schemas/segment_member.csv b/inputs_snowflake/mailchimp/schemas/segment_member.csv deleted file mode 100644 index 106f9233b6ce8cb94e1cf43aac4fdaf1428f5804..0000000000000000000000000000000000000000 --- a/inputs_snowflake/mailchimp/schemas/segment_member.csv +++ /dev/null @@ -1,6 +0,0 @@ -column_name,column_description -segment_id,The ID for the Segment from Mailchimp. -member_id,The ID of the member. -list_id,The ID of the List the segment is part of. -_fivetran_synced,UTC timestamp that indicates the time when Fivetran last successfully synced the row. -_fivetran_deleted,Boolean that is true if the row has been soft-deleted from the source. diff --git a/inputs_snowflake/mailchimp/schemas/unsubscribe.csv b/inputs_snowflake/mailchimp/schemas/unsubscribe.csv deleted file mode 100644 index 26921d346e7079ba677f6d0652b2a10289a800a8..0000000000000000000000000000000000000000 --- a/inputs_snowflake/mailchimp/schemas/unsubscribe.csv +++ /dev/null @@ -1,7 +0,0 @@ -column_name,column_description -campaign_id,The unique id for the campaign. -member_id,The ID of the member an email was sent to. -list_id,The unique ID for the list. -reason,Field expressing unsubscribe reason. -timestamp,The time and date the member unsubscribed. -_fivetran_synced,UTC timestamp that indicates the time when Fivetran last successfully synced the row. diff --git a/inputs_snowflake/marketo/data_model.yaml b/inputs_snowflake/marketo/data_model.yaml deleted file mode 100644 index 98caf01b8964ced4cef81a603a1e721e8b52a851..0000000000000000000000000000000000000000 --- a/inputs_snowflake/marketo/data_model.yaml +++ /dev/null @@ -1,255 +0,0 @@ -models: - - name: marketo__campaigns - description: Each record is Marketo campaign. - columns: - - name: campaign_id - description: ID of the campaign. - - name: campaign_name - description: Name of the campaign. - - name: campaign_type - description: Type of campaign, either 'batch' or 'trigger'. - - name: created_timestamp - description: Timestamp when the campaign was created. - format: YYYY-MM-DD HH:MM:SS - - name: description - description: Description of the campaign - - name: is_active - description: Whether the campaign is active. Only applicable to trigger campaigns. - - name: program_id - description: ID of the parent program, if applicable. - - name: updated_timestamp - description: Timestamp when the campaign was most recently updated. - format: YYYY-MM-DD HH:MM:SS - - name: workspace_name - description: Name of the parent workspace, if applicable. - - name: count_sends - description: Count of total sends from related email sends. Set the value to 0 if it is NULL. - - name: count_opens - description: Count of total opens from related email sends. Set the value to 0 if it is NULL. - - name: count_bounces - description: Count of total bounces from related email sends. Set the value to 0 if it is NULL. - - name: count_clicks - description: Count of total clicks from related email sends. Set the value to 0 if it is NULL. - - name: count_deliveries - description: Count of total deliveries from related email sends. Set the value to 0 if it is NULL. - - name: count_unsubscribes - description: Count of total unsubscribes from related email sends. Set the value to 0 if it is NULL. - - name: count_unique_opens - description: Count of unique opens from related email sends. Set the value to 0 if it is NULL. - - name: count_unique_clicks - description: Count of unique clicks from related email sends. Set the value to 0 if it is NULL. - - name: computed_url - description: The URL computed for the campaign, used for tracking or reference. - - name: flow_id - description: The ID of the flow associated with the campaign, defining the actions taken. - - name: folder_id - description: ID of the folder where the campaign is stored in Marketo. - - name: folder_type - description: Type of folder that stores the campaign. - - name: is_communication_limit_enabled - description: Whether the communication limit is enabled for the campaign. - - name: is_requestable - description: Indicates if the campaign can be requested externally. - - name: is_system - description: Whether the campaign is a system-level campaign. - - name: qualification_rule_type - description: Type of qualification rule governing campaign entry. - - name: qualification_rule_interval - description: Interval for the qualification rule, specifying campaign entry frequency. - - name: qualification_rule_unit - description: Unit for the qualification interval (e.g., hours, days). - - name: recurrence_start_at - description: Timestamp when the recurrence of the campaign starts. - format: YYYY-MM-DD HH:MM:SS - - name: recurrence_interval_type - description: Type of interval for the recurrence (e.g., daily, weekly). - - name: recurrence_interval - description: The value of the recurrence interval - - name: recurrence_weekday_only - description: Whether recurrence occurs only on weekdays. - - name: smart_list_id - description: ID of the smart list associated with the campaign, used for targeting. - - name: status - description: Current status of the campaign (e.g., active, paused). - - - name: marketo__email_sends - description: Each record is a sent email in Marketo to a user. The email send activity timestamp should be in the valid range of the email template's valid time range. Valid range is from when the version was created or last updated until the next version's update, and the latest version's range stays open (i.e., 2099-01-01 00:00:00.000). - columns: - - name: action_result - description: The outcome of a specific action performed within the Marketo platform. - - name: activity_id - description: The ID of the activity. - - name: activity_rank - description: Assigned rank for a given email_send_id, determined by ascending order of activity_timestamp. Earliest activity_timestamp gets rank 1. - - name: activity_timestamp - description: The timestamp the email was sent. - format: YYYY-MM-DD HH:MM:SS - - name: activity_type_id - description: The ID of the activity type. - - name: campaign_id - description: The ID of the email's campaign. - - name: campaign_run_id - description: The ID of the email's campaign run. - - name: choice_number - description: The choice number of the current step that triggered the activity. - - name: email_send_id - description: The inferred ID for the email sent. This is a surrogate key generated from primary_attribute_value_id, campaign_id, campaign_run_id, and lead_id. Use dbt utils package to generate the surrogate key. - - name: email_template_id - description: The ID of the email's template. - - name: lead_id - description: The ID of the lead related to the activity. - - name: primary_attribute_value - description: The primary attribute of the activity. - - name: primary_attribute_value_id - description: The ID of the primary attribute of the activity. - - name: step_id - description: The Id of the current step in the flow. - - name: count_opens - description: Count of total opens from related email sends. Set the value to 0 if it is NULL. - - name: count_bounces - description: Count of total bounces from related email sends. Set the value to 0 if it is NULL. - - name: count_clicks - description: Count of total clicks from related email sends. Set the value to 0 if it is NULL. - - name: count_deliveries - description: Count of total deliveries from related email sends. Set the value to 0 if it is NULL. - - name: count_unsubscribes - description: Count of total unsubscribes from related email sends. Set the value to 0 if it is NULL. - - name: was_opened - description: Whether the email send was opened. Set to True if the email was opened, False if it was not opened. - - name: was_bounced - description: Whether the email send bounced. Set to True if the email bounced, False if it did not. - - name: was_clicked - description: Whether the email send was clicked. Set to True if the email was clicked, False if it was not. - - name: was_delivered - description: Whether the email send was delivered. Set to True if the email was delivered, False if it was not. - - name: was_unsubscribed - description: Whether the email send resulted in the user unsubscribing. Set to True if the email was unsubscribed, False if it was not. - - name: program_id - description: The ID of the email send's program. - - name: is_operational - description: Whether the email send was operational. - - - name: marketo__email_templates - description: Each record is a version of an email template. - columns: - - name: created_timestamp - description: Timestamp the email template was created. - format: YYYY-MM-DD HH:MM:SS.fff - - name: description - description: Description of the email template. - - name: email_subject - description: Subject line of the email. - - name: email_template_history_id - description: ID of the version of the email template. This is a surrogate key generated from email_template_id and inferred_version. Use dbt utils package to generate the surrogate key. - - name: email_template_id - description: ID of the email template - - name: email_template_name - description: Name of the email template. - - name: email_template_status - description: Status filter for draft or approved versions. - - name: email_template_url - description: URL of the email template in the Marketo UI. - - name: folder_name - description: The name of the email template's folder. - - name: folder_id - description: The ID of the email template's folder. - - name: folder_type - description: The type of the email template's folder. - - name: folder_value - description: The value of the email template's folder. - - name: from_email - description: The 'From' address of the email. - - name: from_name - description: The 'From' name of the email. - - name: has_web_view_enabled - description: Whether 'View as Webpage' function is enabled for the email. - - name: inferred_version - description: Incrementing positive integer version of the email template. - - name: is_most_recent_version - description: Whether it is the most recent version of the email template. - - name: is_operational - description: Whether the email is operational. Operational emails bypass unsubscribe status. Defaults to false. - - name: is_text_only - description: Setting to include text-only version of email when sent. - - name: parent_template_id - description: ID of the parent template. - - name: program_id - description: The ID of the email template's program. - - name: publish_to_msi - description: Whether the email is published to Marketo Sales Insight. - - name: reply_email - description: Reply-To address of the Email. - - name: total_count_of_versions - description: Count of records for a given email_template_id. - - name: updated_timestamp - description: Timestamp the email template was last updated. - format: YYYY-MM-DD HH:MM:SS.fff - - name: valid_from - description: The timestamp from which this version of the email template became the current version - format: YYYY-MM-DD HH:MM:SS.fff - - name: valid_to - description: The timestamp at which this version stopped being the current version, i.e. the update timestamp of the next version. NULL for the most recent version, which has no successor. - - name: version_type - description: The type version of the email, either '1' or '2'. - - name: workspace_name - description: Name of the workspace. - - name: count_sends - description: Count of total sends from related email sends. Set the value to 0 if it is NULL. - - name: count_opens - description: Count of total opens from related email sends. Set the value to 0 if it is NULL. - - name: count_bounces - description: Count of total bounces from related email sends. Set the value to 0 if it is NULL. - - name: count_clicks - description: Count of total clicks from related email sends. Set the value to 0 if it is NULL. - - name: count_deliveries - description: Count of total deliveries from related email sends. Set the value to 0 if it is NULL. - - name: count_unsubscribes - description: Count of total unsubscribes from related email sends. Set the value to 0 if it is NULL. - - name: count_unique_opens - description: Count of unique opens from related email sends. Set the value to 0 if it is NULL. - - name: count_unique_clicks - description: Count of unique clicks from related email sends. Set the value to 0 if it is NULL. - - - name: marketo__programs - description: Each record is a Marketo program. - columns: - - name: program_id - description: ID of the program. - - name: channel - description: Channel of the program. - - name: created_timestamp - description: Timestamp the program was created at - format: YYYY-MM-DD HH:MM:SS - - name: program_name - description: Name of the program. - - name: program_status - description: Status of the program. Only valid for Email and engagement program types. Allowed values:locked, unlocked, on, off - - name: program_type - description: Type of the program. Allowed values:program, event, webinar, nurture - - name: sfdc_id - description: SFDC id of the program if linked to an SFDC campaign. - - name: sfdc_name - description: Name of the linked SFDC campaign if applicable. - - name: updated_timestamp - description: Timestamp the program was most recently updated. - format: YYYY-MM-DD HH:MM:SS - - name: url - description: URL of the program in the Marketo UI. - - name: workspace - description: Name of the workspace. - - name: count_sends - description: Count of total sends from related email sends. Set the value to 0 if it is NULL. - - name: count_opens - description: Count of total opens from related email sends. Set the value to 0 if it is NULL. - - name: count_bounces - description: Count of total bounces from related email sends. Set the value to 0 if it is NULL. - - name: count_clicks - description: Count of total clicks from related email sends. Set the value to 0 if it is NULL. - - name: count_deliveries - description: Count of total deliveries from related email sends. Set the value to 0 if it is NULL. - - name: count_unsubscribes - description: Count of total unsubscribes from related email sends. Set the value to 0 if it is NULL. - - name: count_unique_opens - description: Count of unique opens from related email sends. Set the value to 0 if it is NULL. - - name: count_unique_clicks - description: Count of unique clicks from related email sends. Set the value to 0 if it is NULL. \ No newline at end of file diff --git a/inputs_snowflake/marketo/schemas/activity_change_data_value.csv b/inputs_snowflake/marketo/schemas/activity_change_data_value.csv deleted file mode 100644 index 121347125f7cb447a8c39e0b703c6eff561595e4..0000000000000000000000000000000000000000 --- a/inputs_snowflake/marketo/schemas/activity_change_data_value.csv +++ /dev/null @@ -1,15 +0,0 @@ -column_name,column_description -api_method_name,"API method used for change, if applicable." -activity_date,Timestamp of the actvity. -activity_type_id,ID of the activity type. -campaign_id,"The ID of the related campaign, if applicable." -id,ID of the activity. -lead_id,Id of the lead associated to the activity. -modifying_user,"The user who instigated the change, if applicable." -new_value,New value after the change. -old_value,Old value before the change. -primary_attribute_value,Value of the primary attribute. -primary_attribute_value_id,ID of the primary attribute field. -reason,Reason for the data change. -request_id,ID of the request made. -source, diff --git a/inputs_snowflake/marketo/schemas/activity_click_email.csv b/inputs_snowflake/marketo/schemas/activity_click_email.csv deleted file mode 100644 index fabb4cbb2d8c7d7feed8cf71f6ff9d32629ca282..0000000000000000000000000000000000000000 --- a/inputs_snowflake/marketo/schemas/activity_click_email.csv +++ /dev/null @@ -1,17 +0,0 @@ -column_name,column_description -activity_date,The date of the activity. -activity_type_id,The ID of the activity type. -campaign_id,The ID of the email's campaign. -campaign_run_id,The ID of the email's campaign run. -choice_number,The choice number of the current step that triggered the activity. -device,The device type the activity occurred on. -email_template_id,The ID of the email's template. -id,ID of the activity. -is_mobile_device,Whether the activity occurred on a mobile device. -lead_id,The ID of the lead related to the activity. -link,The URL of the link clicked. -primary_attribute_value,The primary attribute of the activity. -primary_attribute_value_id,The ID of the primary attribute of the activity. -step_id,The Id of the current step in the flow. -user_agent,The Web browser user agent information obtained when the lead clicked the email link. -PLATFORM, diff --git a/inputs_snowflake/marketo/schemas/activity_delete_lead.csv b/inputs_snowflake/marketo/schemas/activity_delete_lead.csv deleted file mode 100644 index e5b87fbb4d70a1d6224626c67b8271fe13c60855..0000000000000000000000000000000000000000 --- a/inputs_snowflake/marketo/schemas/activity_delete_lead.csv +++ /dev/null @@ -1,10 +0,0 @@ -column_name,column_description -activity_date,The timestamp the lead was deleted. -activity_type_id,The ID of the activity type. -campaign_id,"The ID of the campaign related to the activity, if applicable." -campaign,"The name of the campaign related to the activity, if applicable." -id,ID of the activity. -lead_id,The ID of the lead related to the activity. -primary_attribute_value,The primary attribute of the activity. -primary_attribute_value_id,The ID of the primary attribute of the activity. -_fivetran_synced,Timestamp of when Fivetran synced a record diff --git a/inputs_snowflake/marketo/schemas/activity_email_bounced.csv b/inputs_snowflake/marketo/schemas/activity_email_bounced.csv deleted file mode 100644 index 3520a88feb0ec9738d2e5f473fb96d66dc5e966a..0000000000000000000000000000000000000000 --- a/inputs_snowflake/marketo/schemas/activity_email_bounced.csv +++ /dev/null @@ -1,16 +0,0 @@ -column_name,column_description -activity_date,The timestamp the email bounced. -activity_type_id,The ID of the activity type. -campaign_id,The ID of the email's campaign. -campaign_run_id,The ID of the email's campaign run. -category,The category associated with bounced email. -choice_number,The choice number of the current step that triggered the activity. -details,Details about why the email bounced. -email,The email address that bounced. -email_template_id,The ID of the email's template. -id,ID of the activity. -lead_id,The ID of the lead related to the activity. -primary_attribute_value,The primary attribute of the activity. -primary_attribute_value_id,The ID of the primary attribute of the activity. -step_id,The Id of the current step in the flow. -subcategory,The subcategory associated with bounced email. diff --git a/inputs_snowflake/marketo/schemas/activity_email_delivered.csv b/inputs_snowflake/marketo/schemas/activity_email_delivered.csv deleted file mode 100644 index 8b9c75acf0367389382f6250e60b787b4ff1526a..0000000000000000000000000000000000000000 --- a/inputs_snowflake/marketo/schemas/activity_email_delivered.csv +++ /dev/null @@ -1,12 +0,0 @@ -column_name,column_description -activity_date,The timestamp the email was delivered. -activity_type_id,The ID of the activity type. -campaign_id,The ID of the email's campaign. -campaign_run_id,The ID of the email's campaign run. -choice_number,The choice number of the current step that triggered the activity. -email_template_id,The ID of the email's template. -id,ID of the activity. -lead_id,The ID of the lead related to the activity. -primary_attribute_value,The primary attribute of the activity. -primary_attribute_value_id,The ID of the primary attribute of the activity. -step_id,The Id of the current step in the flow. diff --git a/inputs_snowflake/marketo/schemas/activity_merge_leads.csv b/inputs_snowflake/marketo/schemas/activity_merge_leads.csv deleted file mode 100644 index 5f90af4872e4cec7986218717fd7c6cb9f6c1b31..0000000000000000000000000000000000000000 --- a/inputs_snowflake/marketo/schemas/activity_merge_leads.csv +++ /dev/null @@ -1,13 +0,0 @@ -column_name,column_description -activity_date,The timestamp the lead was deleted. -activity_type_id,The ID of the activity type. -campaign_id,"The ID of the campaign related to the activity, if applicable." -id,ID of the activity. -lead_id,The ID of the lead related to the activity. -primary_attribute_value,The primary attribute of the activity. -primary_attribute_value_id,The ID of the primary attribute of the activity. -merge_ids,ID of the lead that the lead was merged into. -_fivetran_synced,Timestamp of when Fivetran synced a record -MERGE_SOURCE, -MASTER_UPDATED, -MERGED_IN_SALES, diff --git a/inputs_snowflake/marketo/schemas/activity_open_email.csv b/inputs_snowflake/marketo/schemas/activity_open_email.csv deleted file mode 100644 index 1fd2efce5592e583e8977ce862006528f067cc4b..0000000000000000000000000000000000000000 --- a/inputs_snowflake/marketo/schemas/activity_open_email.csv +++ /dev/null @@ -1,16 +0,0 @@ -column_name,column_description -activity_date,The timestamp the email was opened. -activity_type_id,The ID of the activity type. -campaign_id,The ID of the email's campaign. -campaign_run_id,The ID of the email's campaign run. -choice_number,The choice number of the current step that triggered the activity. -device,The device that was used to open the email. -email_template_id,The ID of the email's template. -id,ID of the activity. -is_mobile_device,Identifies whether a mobile device was used to open the email. -lead_id,The ID of the lead related to the activity. -platform,The platform that was used to open the email. -primary_attribute_value,The primary attribute of the activity. -primary_attribute_value_id,The ID of the primary attribute of the activity. -step_id,The Id of the current step in the flow. -user_agent,The web browser user agent information obtained when the email was opened. diff --git a/inputs_snowflake/marketo/schemas/activity_send_email.csv b/inputs_snowflake/marketo/schemas/activity_send_email.csv deleted file mode 100644 index 68b3127eca26d69e5ac5f62f0c950e0530d47a6c..0000000000000000000000000000000000000000 --- a/inputs_snowflake/marketo/schemas/activity_send_email.csv +++ /dev/null @@ -1,13 +0,0 @@ -column_name,column_description -action_result,The outcome of a specific action performed within the Marketo platform. -activity_date,The timestamp the email was sent. -activity_type_id,The ID of the activity type. -campaign_id,The ID of the email's campaign. -campaign_run_id,The ID of the email's campaign run. -choice_number,The choice number of the current step that triggered the activity. -email_template_id,The ID of the email's template. -id,ID of the activity. -lead_id,The ID of the lead related to the activity. -primary_attribute_value,The primary attribute of the activity. -primary_attribute_value_id,The ID of the primary attribute of the activity. -step_id,The Id of the current step in the flow. diff --git a/inputs_snowflake/marketo/schemas/activity_unsubscribe_email.csv b/inputs_snowflake/marketo/schemas/activity_unsubscribe_email.csv deleted file mode 100644 index b593b0574dd86cec257a8d925ea97eb8b0835f08..0000000000000000000000000000000000000000 --- a/inputs_snowflake/marketo/schemas/activity_unsubscribe_email.csv +++ /dev/null @@ -1,17 +0,0 @@ -column_name,column_description -activity_date,The timestamp the lead unsubscribed. -activity_type_id,The ID of the activity type. -campaign_id,The ID of the email's campaign. -campaign_run_id,The ID of the email's campaign run. -client_ip_address,The IP address of the client that unsubscribed. -email_template_id,The ID of the email's template. -form_fields,The query parameters contained within the URL. -id,ID of the activity. -lead_id,The ID of the lead related to the activity. -primary_attribute_value,The primary attribute of the activity. -primary_attribute_value_id,The ID of the primary attribute of the activity. -query_parameters,The query parameters contained within the URL. -referrer_url,The URL of the referrer used to identify where the form visit originated from. -user_agent,The web browser user agent information obtained when the lead unsubscribed. -webform_id,The ID of the unsubscribe web page. -webpage_id,The ID of the unsubscribe web form. diff --git a/inputs_snowflake/marketo/schemas/email_template_history.csv b/inputs_snowflake/marketo/schemas/email_template_history.csv deleted file mode 100644 index 475e1398de1130dcbd72c6fe26914d2eec3f8973..0000000000000000000000000000000000000000 --- a/inputs_snowflake/marketo/schemas/email_template_history.csv +++ /dev/null @@ -1,24 +0,0 @@ -column_name,column_description -created_at,Timestamp the email template was created. -description,Description of the email template. -folder_folder_name,The name of the email template's folder. -folder_id,The ID of the email template's folder. -folder_type,The type of the email template's folder. -folder_value,The value of the email template's folder. -from_email,The 'From' address of the email. -from_name,The 'From' name of the email. -id,ID of the email template. -name,Name of the email template. -operational,Whether the email is operational. Operational emails bypass unsubscribe status. Defaults to false. -program_id,The ID of the email template's program. -publish_to_msi,Whether the email is published to Marketo Sales Insight. -reply_email,Reply-To address of the Email. -status,Status filter for draft or approved versions. -subject,Subject line of the email. -template,ID of the parent template. -text_only,Setting to include text-only version of email when sent. -updated_at,Timestamp the email template was last updated. -url,URL of the email template in the Marketo UI. -version,"The type version of the email, either '1' or '2'." -web_view,Whether 'View as Webpage' function is enabled for the email. -workspace,Name of the workspace. diff --git a/inputs_snowflake/marketo/schemas/lead.csv b/inputs_snowflake/marketo/schemas/lead.csv deleted file mode 100644 index d40e06110996cb061ff2859739ad5675e4be55ca..0000000000000000000000000000000000000000 --- a/inputs_snowflake/marketo/schemas/lead.csv +++ /dev/null @@ -1,7 +0,0 @@ -column_name,column_description -id,Unique integer id of a lead record. -created_at,The timestamp each lead object was created at. -updated_at,The timestamp each lead object was last updated at. -email,The email address of the lead. -first_name,The first name of the lead. -last_name,The last name of the lead. diff --git a/inputs_snowflake/marketo/schemas/lead_describe.csv b/inputs_snowflake/marketo/schemas/lead_describe.csv deleted file mode 100644 index d17dc50274ddae7bdc4c06ace3a7e6e712ee95cf..0000000000000000000000000000000000000000 --- a/inputs_snowflake/marketo/schemas/lead_describe.csv +++ /dev/null @@ -1,9 +0,0 @@ -column_name,column_description -data_type,Datatype of the field. -display_name,UI display-name of the field. -id,Unique integer id of the field. -length,"Max length of the field. Only applicable to text, string, and text area." -restname,Description of REST API usage attributes. -restread_only,Whether the field is only available via the REST API. -soapname,Description of SOAP API usage attributes. -soapread_only,Whether the field is only available via the SOAP API. diff --git a/inputs_snowflake/marketo/schemas/marketo_campaign.csv b/inputs_snowflake/marketo/schemas/marketo_campaign.csv deleted file mode 100644 index ff4e6d90d7e2e82056353cdf133783f70862d4e9..0000000000000000000000000000000000000000 --- a/inputs_snowflake/marketo/schemas/marketo_campaign.csv +++ /dev/null @@ -1,27 +0,0 @@ -column_name,column_description -active,Whether the campaign is active. Only applicable to trigger campaigns. -created_at,Timestamp when the campaign was created. -description,Description of the campaign -id,Unique integer ID of the campaign. -name,Name of the campaign. -program_id,"ID of the parent program, if applicable." -type,"Type of campaign, either 'batch' or 'trigger'." -updated_at,Timestamp when the campaign was most recently updated. -workspace_name,"Name of the parent workspace, if applicable." -computed_url,The URL of the campaign in Marketo. -flow_id,The ID of the flow that the campaign is associated with. -folder_id,The ID of the folder that the campaign is stored in. -folder_type,The type of folder that the campaign is stored in. -is_communication_limit_enabled,Whether or not the campaign has a communication limit. -is_requestable,Whether or not the campaign can be requested by leads. -is_system,Whether or not the campaign is a system campaign. -qualification_rule_type,The type of qualification rule that the campaign uses. -qualification_rule_interval,The interval for the qualification rule. -qualification_rule_unit,The unit for the qualification rule. -recurrence_start_at,The start date and time for the recurrence. -recurrence_interval_type,The type of recurrence interval. -recurrence_interval,The value of the recurrence interval. -recurrence_weekday_only,Whether or not the recurrence is limited to weekdays. -smart_list_id,The ID of the smart list that the campaign is associated with. -status,The status of the campaign. -_fivetran_deleted,Boolean created by Fivetran to indicate whether the record has been deleted. diff --git a/inputs_snowflake/marketo/schemas/program.csv b/inputs_snowflake/marketo/schemas/program.csv deleted file mode 100644 index b949333a900f7f2b3cd14939784ca8477e693be2..0000000000000000000000000000000000000000 --- a/inputs_snowflake/marketo/schemas/program.csv +++ /dev/null @@ -1,19 +0,0 @@ -column_name,column_description -channel,Channel of the program. -created_at,Timestamp the program was created at. -description,Description of the program. -end_date,"End date of the program. Applicable to event, email, and webinar type programs." -id,ID of the program. -name,Name of the program. -sfdc_id,SFDC id of the program if linked to an SFDC campaign. -sfdc_name,Name of the linked SFDC campaign if applicable. -start_date,"Start date of program. Applicable to event, email and webinar type programs." -status,"Status of the program. Only valid for Email and engagement program types. -Allowed values: locked, unlocked, on, off -" -type,"Type of the program. Allowed values: program, event, webinar, nurture -" -updated_at,Timestamp the program was most recently updated. -url,URL of the program in the Marketo UI. -workspace,Name of the workspace. -_fivetran_deleted,Boolean created by Fivetran to indicate whether the record has been deleted. diff --git a/inputs_snowflake/mental_health_survey/data_model.yaml b/inputs_snowflake/mental_health_survey/data_model.yaml deleted file mode 100644 index da1d6146c774f496da37362fe6f93e2d59dfeee7..0000000000000000000000000000000000000000 --- a/inputs_snowflake/mental_health_survey/data_model.yaml +++ /dev/null @@ -1,18 +0,0 @@ -models: - - name: surveys - description: Each record represents a survey. - columns: - - name: survey_id - description: The unique identifier of the survey. - - name: description - description: The description of the survey. - - name: num_people_mental_illness - description: The number of people in the survey who was identified with mental illness (who responded ‘Yes’ to Question 34), replace NULL values with 0. - - name: num_questions_more_than_200_answers - description: The number of questions in the survey that received more than 200 answers, replace NULL values with 0. - - name: oldest_user_age - description: The age of the oldest user who answered the survey (question 'What is your age?') - - name: per_bring_mental_issue_in_interview - description: The percentage of people in the survey who would bring up a mental health issue with a potential employer in an interview. Only include respondents who answered that question. - - name: contains_work_city - description: Set to 1 if the survey contains the question "What country do you work in?", 0 otherwise. \ No newline at end of file diff --git a/inputs_snowflake/mental_health_survey/schemas/Answer.csv b/inputs_snowflake/mental_health_survey/schemas/Answer.csv deleted file mode 100644 index f19b1264052c790587fc197a248c7d4502c524fd..0000000000000000000000000000000000000000 --- a/inputs_snowflake/mental_health_survey/schemas/Answer.csv +++ /dev/null @@ -1,5 +0,0 @@ -column_name,column_description -AnswerText,The specific and detailed answer text of each question. -SurveyID,The id of each survey. -UserID,The id of different user. -QuestionID,The id of different questions. diff --git a/inputs_snowflake/mental_health_survey/schemas/Question.csv b/inputs_snowflake/mental_health_survey/schemas/Question.csv deleted file mode 100644 index adba0625c643f5a8b6941d7fc4746aafc6fea272..0000000000000000000000000000000000000000 --- a/inputs_snowflake/mental_health_survey/schemas/Question.csv +++ /dev/null @@ -1,3 +0,0 @@ -column_name,column_description -questiontext,The detailed text of the question. -questionid,The unique id of the question. diff --git a/inputs_snowflake/mental_health_survey/schemas/Survey.csv b/inputs_snowflake/mental_health_survey/schemas/Survey.csv deleted file mode 100644 index f1fe2edb6142eb5b17a40432b5eabb2d0c7b5e2b..0000000000000000000000000000000000000000 --- a/inputs_snowflake/mental_health_survey/schemas/Survey.csv +++ /dev/null @@ -1,3 +0,0 @@ -column_name,column_description -SurveyID,The unique id of each survey -Description,The Description of the specific survey. diff --git a/inputs_snowflake/menu/data_model.yaml b/inputs_snowflake/menu/data_model.yaml deleted file mode 100644 index 0efc9a0ef945198b6d1725289912bbbc367a0f91..0000000000000000000000000000000000000000 --- a/inputs_snowflake/menu/data_model.yaml +++ /dev/null @@ -1,20 +0,0 @@ -models: - - name: menus - description: Each record represents a menu. - columns: - - name: menu_id - description: Unique identifier of the menu. - - name: name - description: The name of the menu. - - name: sponsor - description: The sponsor of the menu. - - name: dish_with_highest_price - description: The dish with the highest price in the menu, with ties broken by dish name in ascending order. If every dish has a NULL price, return the alphabetically first dish. - - name: num_dishes_second_page - description: The number of dishes on the second page of the menu, replace NULL values with 0. - - name: has_clear_green_turtle_and_uses_dollars - description: Set to 1 if the menu has the dish "Clear green turtle" and uses dollars as their currency, 0 otherwise. Has the dish "Clear green turtle" refers to name = 'Clear green turtle'. Using dollars refers to currency = 'Dollars'. - - name: page_with_biggest_height - description: The page number with the biggest height in the menu, with ties broken by the ascending order of the page number - - name: avg_num_of_dishes_per_page - description: The average number of dishes per page in the menu, calculated as dish_count / page_count. \ No newline at end of file diff --git a/inputs_snowflake/menu/schemas/Dish.csv b/inputs_snowflake/menu/schemas/Dish.csv deleted file mode 100644 index 5b958f7c2a641490d695b825fa382e31c1b7c9b7..0000000000000000000000000000000000000000 --- a/inputs_snowflake/menu/schemas/Dish.csv +++ /dev/null @@ -1,10 +0,0 @@ -column_name,column_description -id,unique id number indicating the dishes -name,the name of the dish -description,description of the dish -menus_appeared,how many menus have this dish -times_appeared,how many times this dish appears in the menu -first_appeared,the year that this dish appears first -last_appeared,the year that this dish appears the last time -lowest_price,the lowest price of the dish -highest_price,the highest price of the dish diff --git a/inputs_snowflake/menu/schemas/Menu.csv b/inputs_snowflake/menu/schemas/Menu.csv deleted file mode 100644 index 3b27dc50fad66e3f24767425532ee8d88adf2f0f..0000000000000000000000000000000000000000 --- a/inputs_snowflake/menu/schemas/Menu.csv +++ /dev/null @@ -1,18 +0,0 @@ -column_name,column_description -id,the unique number identifying the menu -name,the name of the menu -sponsor,the sponsor of this menu -event,the event that the menu was created for -venue,the venue that the menu was created for -place,the location that the menu was used -physical_description,physical description of the menu -occasion,occasion of the menu -notes,notes -call_number,call number -date,the date that this menu was created -location,the location that the menu was used -currency,the currency that the menu was used -currency_symbol,the currency symbol -status,status of the menu -page_count,the number of pages of this menu -dish_count,the number of dishes of this menu diff --git a/inputs_snowflake/menu/schemas/MenuItem.csv b/inputs_snowflake/menu/schemas/MenuItem.csv deleted file mode 100644 index ae0e26990b9ba17ae2d0c01b350b9c5cd63fac7b..0000000000000000000000000000000000000000 --- a/inputs_snowflake/menu/schemas/MenuItem.csv +++ /dev/null @@ -1,10 +0,0 @@ -column_name,column_description -id,the unique id representing the menu item -menu_page_id,the id of menu page -price,the price of this dish (menu item) -high_price,high price of this dish -dish_id,the id of the dish -created_at,the dates when the item was created -updated_at,the dates when the item was updated -xpos,x-axis position of the dish in this menu page -ypos,y-axis position of the dish in this menu page diff --git a/inputs_snowflake/menu/schemas/MenuPage.csv b/inputs_snowflake/menu/schemas/MenuPage.csv deleted file mode 100644 index c102d547e6d83b71fb43cab8b32eb2355c5374d9..0000000000000000000000000000000000000000 --- a/inputs_snowflake/menu/schemas/MenuPage.csv +++ /dev/null @@ -1,8 +0,0 @@ -column_name,column_description -id,the unique id number indentifying the menupage -menu_id,the id of the menu -page_number,the page number -image_id,the id of the image -full_height,full height of the menu page -full_width,full width of the menu page -uuid, diff --git a/inputs_snowflake/microsoft_ads/data_model.yaml b/inputs_snowflake/microsoft_ads/data_model.yaml deleted file mode 100644 index 3183d0f883e643778957c7cba5b0e523a512a8d5..0000000000000000000000000000000000000000 --- a/inputs_snowflake/microsoft_ads/data_model.yaml +++ /dev/null @@ -1,255 +0,0 @@ -models: - - name: microsoft_ads__account_report - description: Each record in this table represents the daily clicks, impressions, spend (and if applicable other passthrough metrics) of ads by account, account timezone, device os, device type, network and currency code. Use the most recent record if multiple records exist. - columns: - - name: date_day - description: The date of the performance report. - format: YYYY-MM-DD - - name: account_name - description: The name of the account. - - name: account_id - description: The ID of the account. - - name: account_timezone - description: The time zone associated with this account. - - name: device_os - description: The device operating system associated with this record; values include but may not be limited to 'Windows', 'iOS', 'Android', 'Other', 'BlackBerry' and 'Unknown'. - - name: device_type - description: The device type associated with this record; values include but may not be limited to 'Computer', 'Smartphone', 'Tablet' and 'Unknown'. - - name: network - description: The network associated with this record. - - name: currency_code - description: The currency code associated with spend and, if applicable, other metrics associated with currency. - - name: clicks - description: The number of clicks that occurred by the grain of the report. Set the value to 0 if it is NULL. - - name: impressions - description: The number of impressions that occurred by the grain of the report. Set the value to 0 if it is NULL. - - name: spend - description: The amount of spend that occurred by the grain of the report. Set the value to 0 if it is NULL. - - name: conversions - description: Number of conversions, measured by completion of an action by a customer after viewing your ad. This will exclude any conversions where the convesion goal's ExcludeFromBidding property in Microsoft Ads is set to true. This field coalesces the source conversions_qualifed and conversions fields, and will be 0 if both are null. - - name: conversions_value - description: The revenue optionally reported by the advertiser as a result of the conversions figure. This will exclude revenue from conversions in which the conversion goal's ExcludeFromBidding property in Microsoft Ads is set to true. Set the value to 0 if it is NULL. - - name: all_conversions - description: Number of all conversions, measured by completion of an action by a customer after viewing your ad. This will include data from conversions regardless of the value of the conversion goal's ExcludeFromBidding property in Microsoft Ads. This field coalesces the source all_conversions_qualifed and all_conversions fields, and will be 0 if both are null. - - - name: microsoft_ads__ad_group_report - description: Each record in this table represents the daily clicks, impressions, spend (and if applicable other passthrough metrics) of ads by ad group, campaign, account, device os, device type, network and currency code. Use the most recent record if multiple records exist. - columns: - - name: date_day - description: The date of the performance report. - format: YYYY-MM-DD - - name: account_name - description: The name of the account. - - name: account_id - description: The ID of the account. - - name: campaign_name - description: The name of the campaign. - - name: campaign_id - description: The ID of the campaign. - - name: ad_group_name - description: The name of the corresponding ad group. - - name: ad_group_id - description: The ID of the corresponding ad group. - - name: device_os - description: The device operating system associated with this record; values include but may not be limited to 'Windows', 'iOS', 'Android', 'Other', 'BlackBerry' and 'Unknown'. - - name: device_type - description: The device type associated with this record; values include but may not be limited to 'Computer', 'Smartphone', 'Tablet' and 'Unknown'. - - name: network - description: The network associated with this record. - - name: currency_code - description: The currency code associated with spend and, if applicable, other metrics associated with currency. - - name: clicks - description: The number of clicks that occurred by the grain of the report. Set the value to 0 if it is NULL. - - name: impressions - description: The number of impressions that occurred by the grain of the report. Set the value to 0 if it is NULL. - - name: spend - description: The amount of spend that occurred by the grain of the report. Set the value to 0 if it is NULL. - - name: conversions - description: Number of conversions, measured by completion of an action by a customer after viewing your ad. This will exclude any conversions where the convesion goal's ExcludeFromBidding property in Microsoft Ads is set to true. This field coalesces the source conversions_qualifed and conversions fields, and will be 0 if both are null. - - name: conversions_value - description: The revenue optionally reported by the advertiser as a result of the conversions figure. This will exclude revenue from conversions in which the conversion goal's ExcludeFromBidding property in Microsoft Ads is set to true. Set the value to 0 if it is NULL. - - name: all_conversions - description: Number of all conversions, measured by completion of an action by a customer after viewing your ad. This will include data from conversions regardless of the value of the conversion goal's ExcludeFromBidding property in Microsoft Ads. This field coalesces the source all_conversions_qualifed and all_conversions fields, and will be 0 if both are null. - - name: all_conversions_value - description: The revenue reported by the advertiser as a result of the all_conversions figure. This will include revenue from conversions regardless of the value of the conversion goal's ExcludeFromBidding property in Microsoft Ads. Set the value to 0 if it is NULL. - - - name: microsoft_ads__ad_report - description: Each record in this table represents the daily clicks, impressions, spend (and if applicable other passthrough metrics) of ads by ad, ad group, campaign, account, ad type, device os, device type, network and currency code. Use the most recent record if multiple records exist. - columns: - - name: date_day - description: The date of the performance report. - format: YYYY-MM-DD - - name: account_name - description: The name of the account. - - name: account_id - description: The ID of the account. - - name: campaign_name - description: The name of the campaign. - - name: campaign_id - description: The ID of the campaign. - - name: ad_group_name - description: The name of the corresponding ad group. - - name: ad_group_id - description: The ID of the corresponding ad group. - - name: ad_name - description: The name of the corresponding ad; title_part_1 is used as the ad name as a proxy as one is not provided by the data source. - - name: ad_id - description: The ID of the corresponding ad. - - name: ad_type - description: The ad type associated with this record - - name: device_os - description: The device operating system associated with this record; values include but may not be limited to 'Windows', 'iOS', 'Android', 'Other', 'BlackBerry' and 'Unknown'. - - name: device_type - description: The device type associated with this record; values include but may not be limited to 'Computer', 'Smartphone', 'Tablet' and 'Unknown'. - - name: network - description: The network associated with this record. - - name: currency_code - description: The currency code associated with spend and, if applicable, other metrics associated with currency. - - name: clicks - description: The number of clicks that occurred by the grain of the report. Set the value to 0 if it is NULL. - - name: impressions - description: The number of impressions that occurred by the grain of the report. Set the value to 0 if it is NULL. - - name: spend - description: The amount of spend that occurred by the grain of the report. Set the value to 0 if it is NULL. - - name: conversions - description: Number of conversions, measured by completion of an action by a customer after viewing your ad. This will exclude any conversions where the convesion goal's ExcludeFromBidding property in Microsoft Ads is set to true. This field coalesces the source conversions_qualifed and conversions fields, and will be 0 if both are null. - - name: conversions_value - description: The revenue optionally reported by the advertiser as a result of the conversions figure. This will exclude revenue from conversions in which the conversion goal's ExcludeFromBidding property in Microsoft Ads is set to true. Set the value to 0 if it is NULL. - - name: all_conversions - description: Number of all conversions, measured by completion of an action by a customer after viewing your ad. This will include data from conversions regardless of the value of the conversion goal's ExcludeFromBidding property in Microsoft Ads. This field coalesces the source all_conversions_qualifed and all_conversions fields, and will be 0 if both are null. - - name: all_conversions_value - description: The revenue reported by the advertiser as a result of the all_conversions figure. This will include revenue from conversions regardless of the value of the conversion goal's ExcludeFromBidding property in Microsoft Ads. Set the value to 0 if it is NULL. - - - name: microsoft_ads__campaign_report - description: Each record in this table represents the daily clicks, impressions, spend (and if applicable other passthrough metrics) of ads by campaign, account, campaign type, campaign timezone, campaign status, device os, device type, network and currency code. Use the most recent record if multiple records exist. - columns: - - name: date_day - description: The date of the performance report. - format: YYYY-MM-DD - - name: account_name - description: The name of the account. - - name: account_id - description: The ID of the account. - - name: campaign_name - description: The name of the campaign. - - name: campaign_id - description: The ID of the campaign. - - name: campaign_type - description: The campaign type associated with this record - - name: campaign_timezone - description: The time zone associated with this campaign. - - name: campaign_status - description: The status of this campaign - - name: device_os - description: The device operating system associated with this record; values include but may not be limited to 'Windows', 'iOS', 'Android', 'Other', 'BlackBerry' and 'Unknown'. - - name: device_type - description: The device type associated with this record; values include but may not be limited to 'Computer', 'Smartphone', 'Tablet' and 'Unknown'. - - name: network - description: The network associated with this record. - - name: currency_code - description: The currency code associated with spend and, if applicable, other metrics associated with currency. - - name: clicks - description: The number of clicks that occurred by the grain of the report. Set the value to 0 if it is NULL. - - name: impressions - description: The number of impressions that occurred by the grain of the report. Set the value to 0 if it is NULL. - - name: spend - description: The amount of spend that occurred by the grain of the report. Set the value to 0 if it is NULL. - - name: conversions - description: Number of conversions, measured by completion of an action by a customer after viewing your ad. This will exclude any conversions where the convesion goal's ExcludeFromBidding property in Microsoft Ads is set to true. This field coalesces the source conversions_qualifed and conversions fields, and will be 0 if both are null. - - name: conversions_value - description: The revenue optionally reported by the advertiser as a result of the conversions figure. This will exclude revenue from conversions in which the conversion goal's ExcludeFromBidding property in Microsoft Ads is set to true. Set the value to 0 if it is NULL. - - name: all_conversions - description: Number of all conversions, measured by completion of an action by a customer after viewing your ad. This will include data from conversions regardless of the value of the conversion goal's ExcludeFromBidding property in Microsoft Ads. This field coalesces the source all_conversions_qualifed and all_conversions fields, and will be 0 if both are null. - - name: all_conversions_value - description: The revenue reported by the advertiser as a result of the all_conversions figure. This will include revenue from conversions regardless of the value of the conversion goal's ExcludeFromBidding property in Microsoft Ads. Set the value to 0 if it is NULL. - - - name: microsoft_ads__keyword_report - description: Each record in this table represents the daily clicks, impressions, spend (and if applicable other passthrough metrics) of ads by keyword, ad, ad group, campaign, account, device os, device type, network and currency code. Use the most recent record if multiple records exist. - columns: - - name: date_day - description: The date of the performance report. - format: YYYY-MM-DD - - name: account_name - description: The name of the account. - - name: account_id - description: The ID of the account. - - name: campaign_id - description: The ID of the campaign. - - name: ad_group_id - description: The ID of the corresponding ad group. - - name: ad_id - description: The ID of the corresponding ad. - - name: keyword_id - description: The ID of the keyword. - - name: match_type - description: The match type associated with this record; values contain but may not be limited to 'Broad', 'Exact', 'Phrase'. - - name: device_os - description: The device operating system associated with this record; values include but may not be limited to 'Windows', 'iOS', 'Android', 'Other', 'BlackBerry' and 'Unknown'. - - name: device_type - description: The device type associated with this record; values include but may not be limited to 'Computer', 'Smartphone', 'Tablet' and 'Unknown'. - - name: network - description: The network associated with this record. - - name: currency_code - description: The currency code associated with spend and, if applicable, other metrics associated with currency. - - name: clicks - description: The number of clicks that occurred by the grain of the report. Set the value to 0 if it is NULL. - - name: impressions - description: The number of impressions that occurred by the grain of the report. Set the value to 0 if it is NULL. - - name: spend - description: The amount of spend that occurred by the grain of the report. Set the value to 0 if it is NULL. - - name: conversions - description: Number of conversions, measured by completion of an action by a customer after viewing your ad. This will exclude any conversions where the convesion goal's ExcludeFromBidding property in Microsoft Ads is set to true. This field coalesces the source conversions_qualifed and conversions fields, and will be 0 if both are null. - - name: conversions_value - description: The revenue optionally reported by the advertiser as a result of the conversions figure. This will exclude revenue from conversions in which the conversion goal's ExcludeFromBidding property in Microsoft Ads is set to true. Set the value to 0 if it is NULL. - - name: all_conversions - description: Number of all conversions, measured by completion of an action by a customer after viewing your ad. This will include data from conversions regardless of the value of the conversion goal's ExcludeFromBidding property in Microsoft Ads. This field coalesces the source all_conversions_qualifed and all_conversions fields, and will be 0 if both are null. - - name: all_conversions_value - description: The revenue reported by the advertiser as a result of the all_conversions figure. This will include revenue from conversions regardless of the value of the conversion goal's ExcludeFromBidding property in Microsoft Ads. Set the value to 0 if it is NULL. - - - - name: microsoft_ads__search_report - description: Each record in this table represents the daily clicks, impressions, spend (and if applicable other passthrough metrics) of ads by search query, keyword, ad, ad group, campaign, account, device os, device type and network. Use the most recent record if multiple records exist. - columns: - - name: date_day - description: The date of the performance report. - format: YYYY-MM-DD - - name: account_name - description: The name of the account. - - name: account_id - description: The ID of the account. - - name: campaign_name - description: The name of the campaign. - - name: campaign_id - description: The ID of the campaign. - - name: ad_group_id - description: The ID of the corresponding ad group. - - name: ad_name - description: The name of the corresponding ad; title_part_1 is used as the ad name as a proxy as one is not provided by the data source. - - name: ad_id - description: The ID of the corresponding ad. - - name: keyword_id - description: The ID of the keyword. - - name: match_type - description: The match type associated with this record; values contain but may not be limited to 'Broad', 'Exact', 'Phrase'. - - name: search_query - description: The search query string associated with this record. - - name: device_os - description: The device operating system associated with this record; values include but may not be limited to 'Windows', 'iOS', 'Android', 'Other', 'BlackBerry' and 'Unknown'. - - name: device_type - description: The device type associated with this record; values include but may not be limited to 'Computer', 'Smartphone', 'Tablet' and 'Unknown'. - - name: network - description: The network associated with this record. - - name: clicks - description: The number of clicks that occurred by the grain of the report. Set the value to 0 if it is NULL. - - name: impressions - description: The number of impressions that occurred by the grain of the report. Set the value to 0 if it is NULL. - - name: spend - description: The amount of spend that occurred by the grain of the report. Set the value to 0 if it is NULL. - - name: conversions - description: Number of conversions, measured by completion of an action by a customer after viewing your ad. This will exclude any conversions where the convesion goal's ExcludeFromBidding property in Microsoft Ads is set to true. This field coalesces the source conversions_qualifed and conversions fields, and will be 0 if both are null. - - name: conversions_value - description: The revenue optionally reported by the advertiser as a result of the conversions figure. This will exclude revenue from conversions in which the conversion goal's ExcludeFromBidding property in Microsoft Ads is set to true. Set the value to 0 if it is NULL. - - name: all_conversions - description: Number of all conversions, measured by completion of an action by a customer after viewing your ad. This will include data from conversions regardless of the value of the conversion goal's ExcludeFromBidding property in Microsoft Ads. This field coalesces the source all_conversions_qualifed and all_conversions fields, and will be 0 if both are null. - - name: all_conversions_value - description: The revenue reported by the advertiser as a result of the all_conversions figure. This will include revenue from conversions regardless of the value of the conversion goal's ExcludeFromBidding property in Microsoft Ads. Set the value to 0 if it is NULL. diff --git a/inputs_snowflake/microsoft_ads/schemas/account_history.csv b/inputs_snowflake/microsoft_ads/schemas/account_history.csv deleted file mode 100644 index 047873d484083d189387eecf47681504a14b9523..0000000000000000000000000000000000000000 --- a/inputs_snowflake/microsoft_ads/schemas/account_history.csv +++ /dev/null @@ -1,6 +0,0 @@ -column_name,column_description -id,The ID of the account. -name,The name of the account. -last_modified_time,"The time each version of the object was last modified, i.e. when that version of the object was 'created'." -time_zone,The time zone associated with this record. -currency_code,"The currency code associated with spend and, if applicable, other metrics associated with currency." diff --git a/inputs_snowflake/microsoft_ads/schemas/account_performance_daily_report.csv b/inputs_snowflake/microsoft_ads/schemas/account_performance_daily_report.csv deleted file mode 100644 index f13618d077d65eeea4bbf08e2ac3371ad66c5987..0000000000000000000000000000000000000000 --- a/inputs_snowflake/microsoft_ads/schemas/account_performance_daily_report.csv +++ /dev/null @@ -1,18 +0,0 @@ -column_name,column_description -date,The date of the performance report. -account_id,The ID of the account. -device_os,"The device operating system associated with this record; values include but may not be limited to 'Windows', 'iOS', 'Android', 'Other', 'BlackBerry' and 'Unknown'." -device_type,"The device type associated with this record; values include but may not be limited to 'Computer', 'Smartphone', 'Tablet' and 'Unknown'." -network,The network associated with this record. -currency_code,"The currency code associated with spend and, if applicable, other metrics associated with currency." -ad_distribution,The distribution medium associated with this record. -bid_match_type,"The bid match type associated with this record; values include 'Broad', 'Exact', 'Phrase'." -delivered_match_type,"The delivered match type associated with this record; values include 'Broad', 'Exact', 'Phrase'." -top_vs_other,"The position of the ad associated with this record. For more information, refer to Microsoft [documentation](https://help.ads.microsoft.com/apex/index/22/en/14009)." -clicks,The number of clicks that occurred by the grain of the report. -impressions,The number of impressions that occurred by the grain of the report. -spend,The amount of spend that occurred by the grain of the report. -conversions_qualified,"Number of [conversions](https://learn.microsoft.com/en-us/advertising/reporting-service/conversionperformancereportcolumn?view=bingads-13#conversionsqualified), measured by completion of an action by a customer after viewing your ad. This will **exclude** any conversions where the conversion goal's [ExcludeFromBidding](https://learn.microsoft.com/en-us/advertising/campaign-management-service/conversiongoal?view=bingads-13#excludefrombidding) property in Microsoft Ads is set to true." -conversions,"Number of conversions, measured by completion of an action by a customer after viewing your ad. This will **exclude** any conversions where the convesion goal's [ExcludeFromBidding](https://learn.microsoft.com/en-us/advertising/campaign-management-service/conversiongoal?view=bingads-13#excludefrombidding) property in Microsoft Ads is set to true. This field coalesces the source `conversions_qualifed` and `conversions` fields, and will be 0 if both are null." -revenue,The revenue optionally reported by the advertiser as a result of the `conversions` figure. This will **exclude** revenue from conversions in which the conversion goal's [ExcludeFromBidding](https://learn.microsoft.com/en-us/advertising/campaign-management-service/conversiongoal?view=bingads-13#excludefrombidding) property in Microsoft Ads is set to true. -all_conversions_qualified,"Number of all conversions, measured by completion of an action by a customer after viewing your ad. This will **include** data from conversions regardless of the value of the conversion goal's [ExcludeFromBidding](https://learn.microsoft.com/en-us/advertising/campaign-management-service/conversiongoal?view=bingads-13#excludefrombidding) property in Microsoft Ads." diff --git a/inputs_snowflake/microsoft_ads/schemas/ad_group_history.csv b/inputs_snowflake/microsoft_ads/schemas/ad_group_history.csv deleted file mode 100644 index ae8db9f21a44fde54a802dbbd1f36de0a2f6b924..0000000000000000000000000000000000000000 --- a/inputs_snowflake/microsoft_ads/schemas/ad_group_history.csv +++ /dev/null @@ -1,7 +0,0 @@ -column_name,column_description -id,The ID of the corresponding ad group. -name,The name of the corresponding ad group. -campaign_id,The ID of the campaign. -modified_time,"The time each version of the object was last modified, i.e. when that version of the object was 'created'." -start_date,The date in which an ad group starts running. -status,The status of this ad group; diff --git a/inputs_snowflake/microsoft_ads/schemas/ad_group_performance_daily_report.csv b/inputs_snowflake/microsoft_ads/schemas/ad_group_performance_daily_report.csv deleted file mode 100644 index 803976717b45ed6c6594615db09c722aaa6eb48a..0000000000000000000000000000000000000000 --- a/inputs_snowflake/microsoft_ads/schemas/ad_group_performance_daily_report.csv +++ /dev/null @@ -1,23 +0,0 @@ -column_name,column_description -date,The date of the performance report. -account_id,The ID of the account. -campaign_id,The ID of the campaign. -ad_group_id,The ID of the corresponding ad group. -currency_code,"The currency code associated with spend and, if applicable, other metrics associated with currency." -device_os,"The device operating system associated with this record; values include but may not be limited to 'Windows', 'iOS', 'Android', 'Other', 'BlackBerry' and 'Unknown'." -device_type,"The device type associated with this record; values include but may not be limited to 'Computer', 'Smartphone', 'Tablet' and 'Unknown'." -network,The network associated with this record. -language,The language that the associated ad was viewed in. -ad_distribution,The distribution medium associated with this record. -bid_match_type,"The bid match type associated with this record; values include 'Broad', 'Exact', 'Phrase'." -delivered_match_type,"The delivered match type associated with this record; values include 'Broad', 'Exact', 'Phrase'." -top_vs_other,"The position of the ad associated with this record. For more information, refer to Microsoft [documentation](https://help.ads.microsoft.com/apex/index/22/en/14009)." -clicks,The number of clicks that occurred by the grain of the report. -impressions,The number of impressions that occurred by the grain of the report. -spend,The amount of spend that occurred by the grain of the report. -conversions_qualified,"Number of [conversions](https://learn.microsoft.com/en-us/advertising/reporting-service/conversionperformancereportcolumn?view=bingads-13#conversionsqualified), measured by completion of an action by a customer after viewing your ad. This will **exclude** any conversions where the conversion goal's [ExcludeFromBidding](https://learn.microsoft.com/en-us/advertising/campaign-management-service/conversiongoal?view=bingads-13#excludefrombidding) property in Microsoft Ads is set to true." -conversions,"Number of conversions, measured by completion of an action by a customer after viewing your ad. This will **exclude** any conversions where the convesion goal's [ExcludeFromBidding](https://learn.microsoft.com/en-us/advertising/campaign-management-service/conversiongoal?view=bingads-13#excludefrombidding) property in Microsoft Ads is set to true. This field coalesces the source `conversions_qualifed` and `conversions` fields, and will be 0 if both are null." -revenue,The revenue optionally reported by the advertiser as a result of the `conversions` figure. This will **exclude** revenue from conversions in which the conversion goal's [ExcludeFromBidding](https://learn.microsoft.com/en-us/advertising/campaign-management-service/conversiongoal?view=bingads-13#excludefrombidding) property in Microsoft Ads is set to true. -all_conversions_qualified,"Number of all conversions, measured by completion of an action by a customer after viewing your ad. This will **include** data from conversions regardless of the value of the conversion goal's [ExcludeFromBidding](https://learn.microsoft.com/en-us/advertising/campaign-management-service/conversiongoal?view=bingads-13#excludefrombidding) property in Microsoft Ads." -all_conversions,"Number of all conversions, measured by completion of an action by a customer after viewing your ad. This will **include** data from conversions regardless of the value of the conversion goal's [ExcludeFromBidding](https://learn.microsoft.com/en-us/advertising/campaign-management-service/conversiongoal?view=bingads-13#excludefrombidding) property in Microsoft Ads. This field coalesces the source `all_conversions_qualifed` and `all_conversions` fields, and will be 0 if both are null." -all_revenue,The revenue reported by the advertiser as a result of the `all_conversions` figure. This will **include** revenue from conversions regardless of the value of the conversion goal's [ExcludeFromBidding](https://learn.microsoft.com/en-us/advertising/campaign-management-service/conversiongoal?view=bingads-13#excludefrombidding) property in Microsoft Ads. diff --git a/inputs_snowflake/microsoft_ads/schemas/ad_history.csv b/inputs_snowflake/microsoft_ads/schemas/ad_history.csv deleted file mode 100644 index e912a4dfe30e8d0e229fea35ecac3f84d5c6ff70..0000000000000000000000000000000000000000 --- a/inputs_snowflake/microsoft_ads/schemas/ad_history.csv +++ /dev/null @@ -1,8 +0,0 @@ -column_name,column_description -id,The ID of the corresponding ad. -title_part_1,The name of the corresponding ad; title_part_1 is used as the ad name as a proxy as one is not provided by the data source. -final_url,The full URL that the ad links to. -ad_group_id,The ID of the corresponding ad group. -modified_time,"The time each version of the object was last modified, i.e. when that version of the object was 'created'." -status,The status of this ad; -type,The ad type associated with this record; diff --git a/inputs_snowflake/microsoft_ads/schemas/ad_performance_daily_report.csv b/inputs_snowflake/microsoft_ads/schemas/ad_performance_daily_report.csv deleted file mode 100644 index 510af82ee906b80426e2a2636a49b0afbf02010d..0000000000000000000000000000000000000000 --- a/inputs_snowflake/microsoft_ads/schemas/ad_performance_daily_report.csv +++ /dev/null @@ -1,24 +0,0 @@ -column_name,column_description -date,The date of the performance report. -account_id,The ID of the account. -campaign_id,The ID of the campaign. -ad_group_id,The ID of the corresponding ad group. -ad_id,The ID of the corresponding ad. -currency_code,"The currency code associated with spend and, if applicable, other metrics associated with currency." -device_os,"The device operating system associated with this record; values include but may not be limited to 'Windows', 'iOS', 'Android', 'Other', 'BlackBerry' and 'Unknown'." -device_type,"The device type associated with this record; values include but may not be limited to 'Computer', 'Smartphone', 'Tablet' and 'Unknown'." -network,The network associated with this record. -language,The language that the associated ad was viewed in. -ad_distribution,The distribution medium associated with this record. -bid_match_type,"The bid match type associated with this record; values include 'Broad', 'Exact', 'Phrase'." -delivered_match_type,"The delivered match type associated with this record; values include 'Broad', 'Exact', 'Phrase'." -top_vs_other,"The position of the ad associated with this record. For more information, refer to Microsoft [documentation](https://help.ads.microsoft.com/apex/index/22/en/14009)." -clicks,The number of clicks that occurred by the grain of the report. -impressions,The number of impressions that occurred by the grain of the report. -spend,The amount of spend that occurred by the grain of the report. -conversions_qualified,"Number of [conversions](https://learn.microsoft.com/en-us/advertising/reporting-service/conversionperformancereportcolumn?view=bingads-13#conversionsqualified), measured by completion of an action by a customer after viewing your ad. This will **exclude** any conversions where the conversion goal's [ExcludeFromBidding](https://learn.microsoft.com/en-us/advertising/campaign-management-service/conversiongoal?view=bingads-13#excludefrombidding) property in Microsoft Ads is set to true." -conversions,"Number of conversions, measured by completion of an action by a customer after viewing your ad. This will **exclude** any conversions where the convesion goal's [ExcludeFromBidding](https://learn.microsoft.com/en-us/advertising/campaign-management-service/conversiongoal?view=bingads-13#excludefrombidding) property in Microsoft Ads is set to true. This field coalesces the source `conversions_qualifed` and `conversions` fields, and will be 0 if both are null." -revenue,The revenue optionally reported by the advertiser as a result of the `conversions` figure. This will **exclude** revenue from conversions in which the conversion goal's [ExcludeFromBidding](https://learn.microsoft.com/en-us/advertising/campaign-management-service/conversiongoal?view=bingads-13#excludefrombidding) property in Microsoft Ads is set to true. -all_conversions_qualified,"Number of all conversions, measured by completion of an action by a customer after viewing your ad. This will **include** data from conversions regardless of the value of the conversion goal's [ExcludeFromBidding](https://learn.microsoft.com/en-us/advertising/campaign-management-service/conversiongoal?view=bingads-13#excludefrombidding) property in Microsoft Ads." -all_conversions,"Number of all conversions, measured by completion of an action by a customer after viewing your ad. This will **include** data from conversions regardless of the value of the conversion goal's [ExcludeFromBidding](https://learn.microsoft.com/en-us/advertising/campaign-management-service/conversiongoal?view=bingads-13#excludefrombidding) property in Microsoft Ads. This field coalesces the source `all_conversions_qualifed` and `all_conversions` fields, and will be 0 if both are null." -all_revenue,The revenue reported by the advertiser as a result of the `all_conversions` figure. This will **include** revenue from conversions regardless of the value of the conversion goal's [ExcludeFromBidding](https://learn.microsoft.com/en-us/advertising/campaign-management-service/conversiongoal?view=bingads-13#excludefrombidding) property in Microsoft Ads. diff --git a/inputs_snowflake/microsoft_ads/schemas/campaign_history.csv b/inputs_snowflake/microsoft_ads/schemas/campaign_history.csv deleted file mode 100644 index 810c9ab5cf1504e337ab3cced9c60d7412de6ac4..0000000000000000000000000000000000000000 --- a/inputs_snowflake/microsoft_ads/schemas/campaign_history.csv +++ /dev/null @@ -1,8 +0,0 @@ -column_name,column_description -id,The ID of the campaign. -name,The name of the campaign. -account_id,The ID of the account. -modified_time,"The time each version of the object was last modified, i.e. when that version of the object was 'created'." -type,The campaign type associated with this record -time_zone,The time zone associated with this record. -status,The status of this campaign diff --git a/inputs_snowflake/microsoft_ads/schemas/campaign_performance_daily_report.csv b/inputs_snowflake/microsoft_ads/schemas/campaign_performance_daily_report.csv deleted file mode 100644 index f3ed1b4237e03707fe524ea13bfe68d2f597497b..0000000000000000000000000000000000000000 --- a/inputs_snowflake/microsoft_ads/schemas/campaign_performance_daily_report.csv +++ /dev/null @@ -1,23 +0,0 @@ -column_name,column_description -date,The date of the performance report. -account_id,The ID of the account. -campaign_id,The ID of the campaign. -currency_code,"The currency code associated with spend and, if applicable, other metrics associated with currency." -device_os,"The device operating system associated with this record; values include but may not be limited to 'Windows', 'iOS', 'Android', 'Other', 'BlackBerry' and 'Unknown'." -device_type,"The device type associated with this record; values include but may not be limited to 'Computer', 'Smartphone', 'Tablet' and 'Unknown'." -network,The network associated with this record. -ad_distribution,The distribution medium associated with this record. -bid_match_type,"The bid match type associated with this record; values include 'Broad', 'Exact', 'Phrase'." -delivered_match_type,"The delivered match type associated with this record; values include 'Broad', 'Exact', 'Phrase'." -top_vs_other,"The position of the ad associated with this record. For more information, refer to Microsoft [documentation](https://help.ads.microsoft.com/apex/index/22/en/14009)." -clicks,The number of clicks that occurred by the grain of the report. -impressions,The number of impressions that occurred by the grain of the report. -spend,The amount of spend that occurred by the grain of the report. -budget_association_status,Indicates whether or not the campaign is currently spending from the budget mentioned in the BudgetName column. The possible values are `Current` and `Ended`. -budget_name,The name of the budget. This column will be empty for unshared budgets. -conversions_qualified,"Number of [conversions](https://learn.microsoft.com/en-us/advertising/reporting-service/conversionperformancereportcolumn?view=bingads-13#conversionsqualified), measured by completion of an action by a customer after viewing your ad. This will **exclude** any conversions where the conversion goal's [ExcludeFromBidding](https://learn.microsoft.com/en-us/advertising/campaign-management-service/conversiongoal?view=bingads-13#excludefrombidding) property in Microsoft Ads is set to true." -conversions,"Number of conversions, measured by completion of an action by a customer after viewing your ad. This will **exclude** any conversions where the convesion goal's [ExcludeFromBidding](https://learn.microsoft.com/en-us/advertising/campaign-management-service/conversiongoal?view=bingads-13#excludefrombidding) property in Microsoft Ads is set to true. This field coalesces the source `conversions_qualifed` and `conversions` fields, and will be 0 if both are null." -revenue,The revenue optionally reported by the advertiser as a result of the `conversions` figure. This will **exclude** revenue from conversions in which the conversion goal's [ExcludeFromBidding](https://learn.microsoft.com/en-us/advertising/campaign-management-service/conversiongoal?view=bingads-13#excludefrombidding) property in Microsoft Ads is set to true. -all_conversions_qualified,"Number of all conversions, measured by completion of an action by a customer after viewing your ad. This will **include** data from conversions regardless of the value of the conversion goal's [ExcludeFromBidding](https://learn.microsoft.com/en-us/advertising/campaign-management-service/conversiongoal?view=bingads-13#excludefrombidding) property in Microsoft Ads." -all_conversions,"Number of all conversions, measured by completion of an action by a customer after viewing your ad. This will **include** data from conversions regardless of the value of the conversion goal's [ExcludeFromBidding](https://learn.microsoft.com/en-us/advertising/campaign-management-service/conversiongoal?view=bingads-13#excludefrombidding) property in Microsoft Ads. This field coalesces the source `all_conversions_qualifed` and `all_conversions` fields, and will be 0 if both are null." -all_revenue,The revenue reported by the advertiser as a result of the `all_conversions` figure. This will **include** revenue from conversions regardless of the value of the conversion goal's [ExcludeFromBidding](https://learn.microsoft.com/en-us/advertising/campaign-management-service/conversiongoal?view=bingads-13#excludefrombidding) property in Microsoft Ads. diff --git a/inputs_snowflake/microsoft_ads/schemas/keyword_history.csv b/inputs_snowflake/microsoft_ads/schemas/keyword_history.csv deleted file mode 100644 index 984cdbabf26f8dfe643ea436febd63f75a5e7738..0000000000000000000000000000000000000000 --- a/inputs_snowflake/microsoft_ads/schemas/keyword_history.csv +++ /dev/null @@ -1,7 +0,0 @@ -column_name,column_description -id,The ID of the keyword. -name,The keyword(s) associated with this record. -modified_time,"The time each version of the object was last modified, i.e. when that version of the object was 'created'." -ad_group_id,The ID of the corresponding ad group. -match_type,"The match type associated with this record; values contain but may not be limited to 'Broad', 'Exact', 'Phrase'. Please refer to Microsoft Ad's [documentation](https://help.ads.microsoft.com/#apex/ads/en/50822/1)." -status,The status of this keyword diff --git a/inputs_snowflake/microsoft_ads/schemas/keyword_performance_daily_report.csv b/inputs_snowflake/microsoft_ads/schemas/keyword_performance_daily_report.csv deleted file mode 100644 index b5b655b108154e7be08143949cdf6bf848dea0e0..0000000000000000000000000000000000000000 --- a/inputs_snowflake/microsoft_ads/schemas/keyword_performance_daily_report.csv +++ /dev/null @@ -1,25 +0,0 @@ -column_name,column_description -date,The date of the performance report. -account_id,The ID of the account. -campaign_id,The ID of the campaign. -ad_group_id,The ID of the corresponding ad group. -ad_id,The ID of the corresponding ad. -keyword_id,The ID of the keyword. -currency_code,"The currency code associated with spend and, if applicable, other metrics associated with currency." -device_os,"The device operating system associated with this record; values include but may not be limited to 'Windows', 'iOS', 'Android', 'Other', 'BlackBerry' and 'Unknown'." -device_type,"The device type associated with this record; values include but may not be limited to 'Computer', 'Smartphone', 'Tablet' and 'Unknown'." -network,The network associated with this record. -language,The language that the associated ad was viewed in. -ad_distribution,The distribution medium associated with this record. -bid_match_type,"The bid match type associated with this record; values include 'Broad', 'Exact', 'Phrase'." -delivered_match_type,"The delivered match type associated with this record; values include 'Broad', 'Exact', 'Phrase'." -top_vs_other,"The position of the ad associated with this record. For more information, refer to Microsoft [documentation](https://help.ads.microsoft.com/apex/index/22/en/14009)." -clicks,The number of clicks that occurred by the grain of the report. -impressions,The number of impressions that occurred by the grain of the report. -spend,The amount of spend that occurred by the grain of the report. -conversions_qualified,"Number of [conversions](https://learn.microsoft.com/en-us/advertising/reporting-service/conversionperformancereportcolumn?view=bingads-13#conversionsqualified), measured by completion of an action by a customer after viewing your ad. This will **exclude** any conversions where the conversion goal's [ExcludeFromBidding](https://learn.microsoft.com/en-us/advertising/campaign-management-service/conversiongoal?view=bingads-13#excludefrombidding) property in Microsoft Ads is set to true." -conversions,"Number of conversions, measured by completion of an action by a customer after viewing your ad. This will **exclude** any conversions where the convesion goal's [ExcludeFromBidding](https://learn.microsoft.com/en-us/advertising/campaign-management-service/conversiongoal?view=bingads-13#excludefrombidding) property in Microsoft Ads is set to true. This field coalesces the source `conversions_qualifed` and `conversions` fields, and will be 0 if both are null." -revenue,The revenue optionally reported by the advertiser as a result of the `conversions` figure. This will **exclude** revenue from conversions in which the conversion goal's [ExcludeFromBidding](https://learn.microsoft.com/en-us/advertising/campaign-management-service/conversiongoal?view=bingads-13#excludefrombidding) property in Microsoft Ads is set to true. -all_conversions_qualified,"Number of all conversions, measured by completion of an action by a customer after viewing your ad. This will **include** data from conversions regardless of the value of the conversion goal's [ExcludeFromBidding](https://learn.microsoft.com/en-us/advertising/campaign-management-service/conversiongoal?view=bingads-13#excludefrombidding) property in Microsoft Ads." -all_conversions,"Number of all conversions, measured by completion of an action by a customer after viewing your ad. This will **include** data from conversions regardless of the value of the conversion goal's [ExcludeFromBidding](https://learn.microsoft.com/en-us/advertising/campaign-management-service/conversiongoal?view=bingads-13#excludefrombidding) property in Microsoft Ads. This field coalesces the source `all_conversions_qualifed` and `all_conversions` fields, and will be 0 if both are null." -all_revenue,The revenue reported by the advertiser as a result of the `all_conversions` figure. This will **include** revenue from conversions regardless of the value of the conversion goal's [ExcludeFromBidding](https://learn.microsoft.com/en-us/advertising/campaign-management-service/conversiongoal?view=bingads-13#excludefrombidding) property in Microsoft Ads. diff --git a/inputs_snowflake/microsoft_ads/schemas/search_performance_daily_report.csv b/inputs_snowflake/microsoft_ads/schemas/search_performance_daily_report.csv deleted file mode 100644 index d110c2102c68953fb4937900345768f8f5623053..0000000000000000000000000000000000000000 --- a/inputs_snowflake/microsoft_ads/schemas/search_performance_daily_report.csv +++ /dev/null @@ -1,24 +0,0 @@ -column_name,column_description -date,The date of the performance report. -account_id,The ID of the account. -campaign_id,The ID of the campaign. -ad_group_id,The ID of the corresponding ad group. -ad_id,The ID of the corresponding ad. -keyword_id,The ID of the keyword. -search_query,The search query string associated with this record. -device_os,"The device operating system associated with this record; values include but may not be limited to 'Windows', 'iOS', 'Android', 'Other', 'BlackBerry' and 'Unknown'." -device_type,"The device type associated with this record; values include but may not be limited to 'Computer', 'Smartphone', 'Tablet' and 'Unknown'." -network,The network associated with this record. -language,The language that the associated ad was viewed in. -bid_match_type,"The bid match type associated with this record; values include 'Broad', 'Exact', 'Phrase'." -delivered_match_type,"The delivered match type associated with this record; values include 'Broad', 'Exact', 'Phrase'." -top_vs_other,"The position of the ad associated with this record. For more information, refer to Microsoft [documentation](https://help.ads.microsoft.com/apex/index/22/en/14009)." -clicks,The number of clicks that occurred by the grain of the report. -impressions,The number of impressions that occurred by the grain of the report. -spend,The amount of spend that occurred by the grain of the report. -conversions_qualified,"Number of [conversions](https://learn.microsoft.com/en-us/advertising/reporting-service/conversionperformancereportcolumn?view=bingads-13#conversionsqualified), measured by completion of an action by a customer after viewing your ad. This will **exclude** any conversions where the conversion goal's [ExcludeFromBidding](https://learn.microsoft.com/en-us/advertising/campaign-management-service/conversiongoal?view=bingads-13#excludefrombidding) property in Microsoft Ads is set to true." -conversions,"Number of conversions, measured by completion of an action by a customer after viewing your ad. This will **exclude** any conversions where the convesion goal's [ExcludeFromBidding](https://learn.microsoft.com/en-us/advertising/campaign-management-service/conversiongoal?view=bingads-13#excludefrombidding) property in Microsoft Ads is set to true. This field coalesces the source `conversions_qualifed` and `conversions` fields, and will be 0 if both are null." -revenue,The revenue optionally reported by the advertiser as a result of the `conversions` figure. This will **exclude** revenue from conversions in which the conversion goal's [ExcludeFromBidding](https://learn.microsoft.com/en-us/advertising/campaign-management-service/conversiongoal?view=bingads-13#excludefrombidding) property in Microsoft Ads is set to true. -all_conversions_qualified,"Number of all conversions, measured by completion of an action by a customer after viewing your ad. This will **include** data from conversions regardless of the value of the conversion goal's [ExcludeFromBidding](https://learn.microsoft.com/en-us/advertising/campaign-management-service/conversiongoal?view=bingads-13#excludefrombidding) property in Microsoft Ads." -all_conversions,"Number of all conversions, measured by completion of an action by a customer after viewing your ad. This will **include** data from conversions regardless of the value of the conversion goal's [ExcludeFromBidding](https://learn.microsoft.com/en-us/advertising/campaign-management-service/conversiongoal?view=bingads-13#excludefrombidding) property in Microsoft Ads. This field coalesces the source `all_conversions_qualifed` and `all_conversions` fields, and will be 0 if both are null." -all_revenue,The revenue reported by the advertiser as a result of the `all_conversions` figure. This will **include** revenue from conversions regardless of the value of the conversion goal's [ExcludeFromBidding](https://learn.microsoft.com/en-us/advertising/campaign-management-service/conversiongoal?view=bingads-13#excludefrombidding) property in Microsoft Ads. diff --git a/inputs_snowflake/mondial_geo/schemas/borders.csv b/inputs_snowflake/mondial_geo/schemas/borders.csv deleted file mode 100644 index a16425e8cc853c1ff861e8aec834b50e66f547fe..0000000000000000000000000000000000000000 --- a/inputs_snowflake/mondial_geo/schemas/borders.csv +++ /dev/null @@ -1,4 +0,0 @@ -column_name,column_description -country1,a country code -country2,a country code -length,length of the border between country1 and country2 diff --git a/inputs_snowflake/mondial_geo/schemas/city.csv b/inputs_snowflake/mondial_geo/schemas/city.csv deleted file mode 100644 index cebd0fd2a2348bc44f7b84bbd1c9e487722fbb24..0000000000000000000000000000000000000000 --- a/inputs_snowflake/mondial_geo/schemas/city.csv +++ /dev/null @@ -1,7 +0,0 @@ -column_name,column_description -name,name of city -country,the code of the country where it belongs to -province,the name of the province where it belongs to -population,population of the city -longitude,geographic longitude -latitude,geographic latitude diff --git a/inputs_snowflake/mondial_geo/schemas/continent.csv b/inputs_snowflake/mondial_geo/schemas/continent.csv deleted file mode 100644 index afd7b2915bb330a233ddafaac5b7acfa06a85b1b..0000000000000000000000000000000000000000 --- a/inputs_snowflake/mondial_geo/schemas/continent.csv +++ /dev/null @@ -1,3 +0,0 @@ -column_name,column_description -Name,name of the continent -Area,total area of the continent. diff --git a/inputs_snowflake/mondial_geo/schemas/country.csv b/inputs_snowflake/mondial_geo/schemas/country.csv deleted file mode 100644 index e5f7037da209acef7fce2dcf02ce5776848d558c..0000000000000000000000000000000000000000 --- a/inputs_snowflake/mondial_geo/schemas/country.csv +++ /dev/null @@ -1,7 +0,0 @@ -column_name,column_description -Name,the country name -Code,country code -Capital,"the name of the capital," -Province,"the province where the capital belongs to," -Area,"the total area," -Population,the population number. diff --git a/inputs_snowflake/mondial_geo/schemas/desert.csv b/inputs_snowflake/mondial_geo/schemas/desert.csv deleted file mode 100644 index a495b547a06c0063ae1454c0fffc679926659c01..0000000000000000000000000000000000000000 --- a/inputs_snowflake/mondial_geo/schemas/desert.csv +++ /dev/null @@ -1,5 +0,0 @@ -column_name,column_description -name,the name of the desert -area,the total area of the desert -longitude,Longitude -latitude,Latitude diff --git a/inputs_snowflake/mondial_geo/schemas/economy.csv b/inputs_snowflake/mondial_geo/schemas/economy.csv deleted file mode 100644 index 35fa1834e641fe5cf1b83b4e99486ceec1f1ba31..0000000000000000000000000000000000000000 --- a/inputs_snowflake/mondial_geo/schemas/economy.csv +++ /dev/null @@ -1,7 +0,0 @@ -column_name,column_description -country,the country code -gdp,gross domestic product -agriculture,percentage of agriculture of the GDP -service,"percentage of services of the GDP," -industry,percentage of industry of the GDP -inflation,"inflation rate (per annum)," diff --git a/inputs_snowflake/mondial_geo/schemas/encompasses.csv b/inputs_snowflake/mondial_geo/schemas/encompasses.csv deleted file mode 100644 index d0b63ea5e0beaa63a0c38e313beef0ff334469ad..0000000000000000000000000000000000000000 --- a/inputs_snowflake/mondial_geo/schemas/encompasses.csv +++ /dev/null @@ -1,4 +0,0 @@ -column_name,column_description -Country,a country code -Continent,the continent name. -Percentage,how much of the area of a country belongs to the continent diff --git a/inputs_snowflake/mondial_geo/schemas/ethnicGroup.csv b/inputs_snowflake/mondial_geo/schemas/ethnicGroup.csv deleted file mode 100644 index de0939e9c09d06e6bbbef075ab4bb96dcbad279c..0000000000000000000000000000000000000000 --- a/inputs_snowflake/mondial_geo/schemas/ethnicGroup.csv +++ /dev/null @@ -1,4 +0,0 @@ -column_name,column_description -Country,the country code -Name,name of the ethnic group -Percentage,percentage of the ethnic group in this country. diff --git a/inputs_snowflake/mondial_geo/schemas/geo_desert.csv b/inputs_snowflake/mondial_geo/schemas/geo_desert.csv deleted file mode 100644 index 40f0e0d80df450a765f863f9f93ba5e9c34f6cd1..0000000000000000000000000000000000000000 --- a/inputs_snowflake/mondial_geo/schemas/geo_desert.csv +++ /dev/null @@ -1,4 +0,0 @@ -column_name,column_description -desert,the name of the desert -country,the country code where it is located -province,the province of this country diff --git a/inputs_snowflake/mondial_geo/schemas/geo_estuary.csv b/inputs_snowflake/mondial_geo/schemas/geo_estuary.csv deleted file mode 100644 index 014eb499b97d2e7f6eb1edf6d03455098c0f9e29..0000000000000000000000000000000000000000 --- a/inputs_snowflake/mondial_geo/schemas/geo_estuary.csv +++ /dev/null @@ -1,4 +0,0 @@ -column_name,column_description -river,the name of the river -country,the country code where it is located -province,the province of this country diff --git a/inputs_snowflake/mondial_geo/schemas/geo_island.csv b/inputs_snowflake/mondial_geo/schemas/geo_island.csv deleted file mode 100644 index f1865d9cd27d89140602a022a16ec719faafb171..0000000000000000000000000000000000000000 --- a/inputs_snowflake/mondial_geo/schemas/geo_island.csv +++ /dev/null @@ -1,4 +0,0 @@ -column_name,column_description -island,the name of the island -country,the country code where it is located -province,the province of this country diff --git a/inputs_snowflake/mondial_geo/schemas/geo_lake.csv b/inputs_snowflake/mondial_geo/schemas/geo_lake.csv deleted file mode 100644 index 7500904a9e59da13c529155a8a866cc97746f4d3..0000000000000000000000000000000000000000 --- a/inputs_snowflake/mondial_geo/schemas/geo_lake.csv +++ /dev/null @@ -1,4 +0,0 @@ -column_name,column_description -lake,the name of the lake -country,the country code where it is located -province,the province of this country diff --git a/inputs_snowflake/mondial_geo/schemas/geo_mountain.csv b/inputs_snowflake/mondial_geo/schemas/geo_mountain.csv deleted file mode 100644 index dff77c20c4148925a6834f11b2c9e6cae23e0232..0000000000000000000000000000000000000000 --- a/inputs_snowflake/mondial_geo/schemas/geo_mountain.csv +++ /dev/null @@ -1,4 +0,0 @@ -column_name,column_description -mountain,the name of the mountain -country,the country code where it is located -province,the province of this country diff --git a/inputs_snowflake/mondial_geo/schemas/geo_river.csv b/inputs_snowflake/mondial_geo/schemas/geo_river.csv deleted file mode 100644 index 014eb499b97d2e7f6eb1edf6d03455098c0f9e29..0000000000000000000000000000000000000000 --- a/inputs_snowflake/mondial_geo/schemas/geo_river.csv +++ /dev/null @@ -1,4 +0,0 @@ -column_name,column_description -river,the name of the river -country,the country code where it is located -province,the province of this country diff --git a/inputs_snowflake/mondial_geo/schemas/geo_sea.csv b/inputs_snowflake/mondial_geo/schemas/geo_sea.csv deleted file mode 100644 index 1c8b38027843c74d79c0b8a3e85bd1438f6d1a8e..0000000000000000000000000000000000000000 --- a/inputs_snowflake/mondial_geo/schemas/geo_sea.csv +++ /dev/null @@ -1,4 +0,0 @@ -column_name,column_description -sea,the name of the sea -country,the country code where it is located -province,the province of this country diff --git a/inputs_snowflake/mondial_geo/schemas/geo_source.csv b/inputs_snowflake/mondial_geo/schemas/geo_source.csv deleted file mode 100644 index 014eb499b97d2e7f6eb1edf6d03455098c0f9e29..0000000000000000000000000000000000000000 --- a/inputs_snowflake/mondial_geo/schemas/geo_source.csv +++ /dev/null @@ -1,4 +0,0 @@ -column_name,column_description -river,the name of the river -country,the country code where it is located -province,the province of this country diff --git a/inputs_snowflake/mondial_geo/schemas/is_member.csv b/inputs_snowflake/mondial_geo/schemas/is_member.csv deleted file mode 100644 index 53e6943cfd6adf3eeb170e688e884d3258b766b4..0000000000000000000000000000000000000000 --- a/inputs_snowflake/mondial_geo/schemas/is_member.csv +++ /dev/null @@ -1,4 +0,0 @@ -column_name,column_description -Country, -Organization, -Type, diff --git a/inputs_snowflake/mondial_geo/schemas/island.csv b/inputs_snowflake/mondial_geo/schemas/island.csv deleted file mode 100644 index 789b5185d1ec465e385eed10579164ca63efa8ba..0000000000000000000000000000000000000000 --- a/inputs_snowflake/mondial_geo/schemas/island.csv +++ /dev/null @@ -1,8 +0,0 @@ -column_name,column_description -Name,the name of the island -Islands,the group of islands where it belongs to -Area,the area of the island -Height,the maximal elevation of the island -Type, the type of the island -Longitude,Longitude -Latitude,Latitude diff --git a/inputs_snowflake/mondial_geo/schemas/islandIn.csv b/inputs_snowflake/mondial_geo/schemas/islandIn.csv deleted file mode 100644 index ccb5edb1657c7861237afc8feb188eba74f61f71..0000000000000000000000000000000000000000 --- a/inputs_snowflake/mondial_geo/schemas/islandIn.csv +++ /dev/null @@ -1,5 +0,0 @@ -column_name,column_description -Island, -Sea, -Lake, -River, diff --git a/inputs_snowflake/mondial_geo/schemas/lake.csv b/inputs_snowflake/mondial_geo/schemas/lake.csv deleted file mode 100644 index 9365a4f56b46c227dcb9f365fda8877bcbb85436..0000000000000000000000000000000000000000 --- a/inputs_snowflake/mondial_geo/schemas/lake.csv +++ /dev/null @@ -1,9 +0,0 @@ -column_name,column_description -Name,the name of the lake -Area,the total area of the lake -Depth, the depth of the lake -Altitude,the altitude (above sea level) of the lake -River,the river that flows out of the lake -Type,the type of the lake -Longitude,longitude of lake -Latitude,latitude of lake diff --git a/inputs_snowflake/mondial_geo/schemas/located.csv b/inputs_snowflake/mondial_geo/schemas/located.csv deleted file mode 100644 index e877b1f52f63b5ed47b2f6a1d6863d9ecbfab781..0000000000000000000000000000000000000000 --- a/inputs_snowflake/mondial_geo/schemas/located.csv +++ /dev/null @@ -1,7 +0,0 @@ -column_name,column_description -City,the name of the city -Country,the country code where the city belongs to -Province,the province where the city belongs to -River, the river where it is located at -Lake,the lake where it is located at -Sea,the sea where it is located at diff --git a/inputs_snowflake/mondial_geo/schemas/located_on.csv b/inputs_snowflake/mondial_geo/schemas/located_on.csv deleted file mode 100644 index c58671902200d51a9be6eff7af13e6cf73214ccf..0000000000000000000000000000000000000000 --- a/inputs_snowflake/mondial_geo/schemas/located_on.csv +++ /dev/null @@ -1,5 +0,0 @@ -column_name,column_description -City,the name of the city -Province, the province where the city belongs to -Country,the country code where the city belongs to -Island, the island it is (maybe only partially) located on diff --git a/inputs_snowflake/mondial_geo/schemas/mergeswith.csv b/inputs_snowflake/mondial_geo/schemas/mergeswith.csv deleted file mode 100644 index 3198514ac5f638e23fdf88cb6ca343ddab314dd5..0000000000000000000000000000000000000000 --- a/inputs_snowflake/mondial_geo/schemas/mergeswith.csv +++ /dev/null @@ -1,3 +0,0 @@ -column_name,column_description -sea1,the name of the mountain -sea2,the country code where it is located diff --git a/inputs_snowflake/mondial_geo/schemas/mountainonisland.csv b/inputs_snowflake/mondial_geo/schemas/mountainonisland.csv deleted file mode 100644 index 5cb444449add0d45d78e2e5a5f383de3380ab632..0000000000000000000000000000000000000000 --- a/inputs_snowflake/mondial_geo/schemas/mountainonisland.csv +++ /dev/null @@ -1,3 +0,0 @@ -column_name,column_description -mountain,the name of the mountain -island,the name of the island diff --git a/inputs_snowflake/mondial_geo/schemas/organization.csv b/inputs_snowflake/mondial_geo/schemas/organization.csv deleted file mode 100644 index a2f43722338b9b665ff41beacaf1f23d6a34784e..0000000000000000000000000000000000000000 --- a/inputs_snowflake/mondial_geo/schemas/organization.csv +++ /dev/null @@ -1,7 +0,0 @@ -column_name,column_description -Abbreviation, its abbreviation -Name,the full name of the organization -City,the city where the headquarters are located -Country, the code of the country where the headquarters are located -Province,"the name of the province where the headquarters are located," -Established,date of establishment diff --git a/inputs_snowflake/mondial_geo/schemas/politics.csv b/inputs_snowflake/mondial_geo/schemas/politics.csv deleted file mode 100644 index 84987f75b59d4ec9986b615afa436d06b2c4c3cb..0000000000000000000000000000000000000000 --- a/inputs_snowflake/mondial_geo/schemas/politics.csv +++ /dev/null @@ -1,5 +0,0 @@ -column_name,column_description -Country,the country code -Independence,date of independence -Dependent, the country code where the area belongs to -Government,type of government diff --git a/inputs_snowflake/mondial_geo/schemas/population.csv b/inputs_snowflake/mondial_geo/schemas/population.csv deleted file mode 100644 index 6b556d29e27fb4314fed7c2fcc64f1d36a38444b..0000000000000000000000000000000000000000 --- a/inputs_snowflake/mondial_geo/schemas/population.csv +++ /dev/null @@ -1,4 +0,0 @@ -column_name,column_description -country,the country code -population_growth,population growth rate -infant_mortality, infant mortality diff --git a/inputs_snowflake/mondial_geo/schemas/province.csv b/inputs_snowflake/mondial_geo/schemas/province.csv deleted file mode 100644 index 6073a1b6359a46a480908882fe71ee2d00241165..0000000000000000000000000000000000000000 --- a/inputs_snowflake/mondial_geo/schemas/province.csv +++ /dev/null @@ -1,7 +0,0 @@ -column_name,column_description -Name,the name of the administrative division -Country, the country code where it belongs to -Area,"the total area of the province," -Population,the population of the province -Capital,the name of the capital -CapProv,the name of the province where the capital belongs to diff --git a/inputs_snowflake/mondial_geo/schemas/religion.csv b/inputs_snowflake/mondial_geo/schemas/religion.csv deleted file mode 100644 index a5a4796ca15afe505f010085ce31ab879c84ce97..0000000000000000000000000000000000000000 --- a/inputs_snowflake/mondial_geo/schemas/religion.csv +++ /dev/null @@ -1,4 +0,0 @@ -column_name,column_description -Country,the country code -Name,name of the religion -Percentage,percentage of the language in this country diff --git a/inputs_snowflake/mondial_geo/schemas/river.csv b/inputs_snowflake/mondial_geo/schemas/river.csv deleted file mode 100644 index bcf8fb0872d712658777996201fbd0ce3926a8b7..0000000000000000000000000000000000000000 --- a/inputs_snowflake/mondial_geo/schemas/river.csv +++ /dev/null @@ -1,12 +0,0 @@ -column_name,column_description -Name,the name of the river -River,the river where it finally flows to -Lake,the lake where it finally flows to -Sea, the sea where it finally flows to -Length,the length of the river -SourceLongitude,the longitude of its source -SourceLatitude,the latitude of its source -Mountains,the mountains where its source is located -SourceAltitude, the elevation (above sea level) of its source -EstuaryLongitude,the coordinates of its estuary -EstuaryLatitude,the latitude of its estuary diff --git a/inputs_snowflake/mondial_geo/schemas/sea.csv b/inputs_snowflake/mondial_geo/schemas/sea.csv deleted file mode 100644 index ee53c151ff26440d1ef4a60c29f9090b76238fb7..0000000000000000000000000000000000000000 --- a/inputs_snowflake/mondial_geo/schemas/sea.csv +++ /dev/null @@ -1,3 +0,0 @@ -column_name,column_description -name,the name of the sea -depth,the maximal depth of the sea diff --git a/inputs_snowflake/mondial_geo/schemas/target.csv b/inputs_snowflake/mondial_geo/schemas/target.csv deleted file mode 100644 index 5f13ec7d0465e0919986aece284a90afd1aa1b7b..0000000000000000000000000000000000000000 --- a/inputs_snowflake/mondial_geo/schemas/target.csv +++ /dev/null @@ -1,3 +0,0 @@ -column_name,column_description -country, -target, diff --git a/inputs_snowflake/movie/schemas/actor.csv b/inputs_snowflake/movie/schemas/actor.csv deleted file mode 100644 index a1cc485a74eb3a10906717af5291e3344e689f89..0000000000000000000000000000000000000000 --- a/inputs_snowflake/movie/schemas/actor.csv +++ /dev/null @@ -1,11 +0,0 @@ -column_name,column_description -ActorID,the unique id for the actor -Name,actor's name -Date_of_Birth,actor's birth date -Birth_City,actor's birth city -Birth_Country,actor's birth country -Height_Inches,actor's height -Biography,actor's biography -Gender,actor's gender -Ethnicity,actor's ethnicity -NetWorth,actor's networth diff --git a/inputs_snowflake/movie/schemas/characters.csv b/inputs_snowflake/movie/schemas/characters.csv deleted file mode 100644 index 377f5eaebbdae3e1acdfa532583f8a38a216350e..0000000000000000000000000000000000000000 --- a/inputs_snowflake/movie/schemas/characters.csv +++ /dev/null @@ -1,7 +0,0 @@ -column_name,column_description -MovieID,the unique id for the movie -ActorID,the unique id for the actor -Character_Name,the name of the character -creditOrder,order of the character in the credit list -pay,the salary of the character -screentime,the screentime of the character diff --git a/inputs_snowflake/movie/schemas/movies.csv b/inputs_snowflake/movie/schemas/movies.csv deleted file mode 100644 index 1c2c305eaf0d132c42ec48267cb93a2dcf8d1ac3..0000000000000000000000000000000000000000 --- a/inputs_snowflake/movie/schemas/movies.csv +++ /dev/null @@ -1,12 +0,0 @@ -column_name,column_description -MovieID,the unique id for the movie -Title,the title of the movie -mpaa_rating,MPAA rating of the movie -Budget,the budget of the movie -Gross,the gross of the movie -release_date,release date -Genre,the genre of the movie -Runtime,the runtime of the movie -Rating,the rating of the movie -rating_count,the number of the ratings -Summary,the summary of the movie diff --git a/inputs_snowflake/movie_3/schemas/actor.csv b/inputs_snowflake/movie_3/schemas/actor.csv deleted file mode 100644 index 1f8a9125e0293fae75eddc062f70f66fcb187b5c..0000000000000000000000000000000000000000 --- a/inputs_snowflake/movie_3/schemas/actor.csv +++ /dev/null @@ -1,5 +0,0 @@ -column_name,column_description -actor_id,unique id number identifying the actor -first_name,First name of the actor -last_name,Last name of the actor -last_update,The time of the latest update diff --git a/inputs_snowflake/movie_3/schemas/address.csv b/inputs_snowflake/movie_3/schemas/address.csv deleted file mode 100644 index 741cc3dcf75ad1f792e59b23ddd668fb9580307e..0000000000000000000000000000000000000000 --- a/inputs_snowflake/movie_3/schemas/address.csv +++ /dev/null @@ -1,9 +0,0 @@ -column_name,column_description -address_id,unique id number identifying the address -address,The first address line -address2,the second address line -district, -city_id, -postal_code, -phone,phone number -last_update,The time of the latest update diff --git a/inputs_snowflake/movie_3/schemas/category.csv b/inputs_snowflake/movie_3/schemas/category.csv deleted file mode 100644 index 2fd88407dfbb34235907b88915fbbb76e83f5b38..0000000000000000000000000000000000000000 --- a/inputs_snowflake/movie_3/schemas/category.csv +++ /dev/null @@ -1,4 +0,0 @@ -column_name,column_description -category_id,unique id number identifying the category -name,name of the category -last_update,The time of the latest update diff --git a/inputs_snowflake/movie_3/schemas/country.csv b/inputs_snowflake/movie_3/schemas/country.csv deleted file mode 100644 index 765ac759dad7fb24cc2e15925ca53d15e0baeda2..0000000000000000000000000000000000000000 --- a/inputs_snowflake/movie_3/schemas/country.csv +++ /dev/null @@ -1,4 +0,0 @@ -column_name,column_description -country_id,unique id number identifying the country -country,number identifying the country -last_update,The time of the latest update diff --git a/inputs_snowflake/movie_3/schemas/customer.csv b/inputs_snowflake/movie_3/schemas/customer.csv deleted file mode 100644 index 29841808a1b111e2e0538bf3b429d2c1d5126aa1..0000000000000000000000000000000000000000 --- a/inputs_snowflake/movie_3/schemas/customer.csv +++ /dev/null @@ -1,10 +0,0 @@ -column_name,column_description -customer_id,unique id number identifying the country -store_id,unique id number identifying the store -first_name,First name of the customer -last_name,Last name of the customer -email,Email address of the customer -address_id,Address id number of the customer. -active,Wether the customer is active or not. -create_date,The date when the record is created. -last_update,The time of the latest update diff --git a/inputs_snowflake/movie_3/schemas/film.csv b/inputs_snowflake/movie_3/schemas/film.csv deleted file mode 100644 index 4396c6e7f58dd4969b9add057fad191688e9efbe..0000000000000000000000000000000000000000 --- a/inputs_snowflake/movie_3/schemas/film.csv +++ /dev/null @@ -1,13 +0,0 @@ -column_name,column_description -film_id,unique id number identifying the film -title,title of the film -description,main content of the film -release_year,the year when the film is released -language_id,the language id of the film -rental_duration,how long this film can be rent at once -rental_rate,the rate of renting this film -length,Duration time of the film screening -replacement_cost,cost of replacing this film -rating,The Motion Picture Association film rating -special_features,features of this film -last_update,The time of the latest update diff --git a/inputs_snowflake/movie_3/schemas/film_actor.csv b/inputs_snowflake/movie_3/schemas/film_actor.csv deleted file mode 100644 index 9e1a9dc0988bdeb90310f23cc407000074f42b79..0000000000000000000000000000000000000000 --- a/inputs_snowflake/movie_3/schemas/film_actor.csv +++ /dev/null @@ -1,4 +0,0 @@ -column_name,column_description -actor_id,unique id number identifying the actor -film_id,id number identifying the film -last_update,The time of the latest update diff --git a/inputs_snowflake/movie_3/schemas/film_category.csv b/inputs_snowflake/movie_3/schemas/film_category.csv deleted file mode 100644 index b4ad6b7985bd1d33a012d3166adfbdd7c283e67a..0000000000000000000000000000000000000000 --- a/inputs_snowflake/movie_3/schemas/film_category.csv +++ /dev/null @@ -1,4 +0,0 @@ -column_name,column_description -film_id,unique id number identifying the film -category_id,id number identifying the category -last_update,The time of the latest update diff --git a/inputs_snowflake/movie_3/schemas/film_text.csv b/inputs_snowflake/movie_3/schemas/film_text.csv deleted file mode 100644 index 1e851a9f553e486ed7f4dc5de303e81b2b87c7ad..0000000000000000000000000000000000000000 --- a/inputs_snowflake/movie_3/schemas/film_text.csv +++ /dev/null @@ -1,4 +0,0 @@ -column_name,column_description -film_id,unique id number identifying the film -title,title of the film -description,main content of the film diff --git a/inputs_snowflake/movie_3/schemas/inventory.csv b/inputs_snowflake/movie_3/schemas/inventory.csv deleted file mode 100644 index 8d7724e8e6077cedbebd2a4e0db4a6f2fe7733f2..0000000000000000000000000000000000000000 --- a/inputs_snowflake/movie_3/schemas/inventory.csv +++ /dev/null @@ -1,5 +0,0 @@ -column_name,column_description -inventory_id,unique id number identifying the inventory -film_id,unique id number identifying the film -store_id, id of the store -last_update,the last update time of the film diff --git a/inputs_snowflake/movie_3/schemas/language.csv b/inputs_snowflake/movie_3/schemas/language.csv deleted file mode 100644 index 3d68d335b3947e07e06502c15605908b00fbc25e..0000000000000000000000000000000000000000 --- a/inputs_snowflake/movie_3/schemas/language.csv +++ /dev/null @@ -1,4 +0,0 @@ -column_name,column_description -language_id,unique id number identifying the language -name,name of the language -last_update,The time of the latest update diff --git a/inputs_snowflake/movie_3/schemas/movie_city.csv b/inputs_snowflake/movie_3/schemas/movie_city.csv deleted file mode 100644 index 6970ca45109444d4c641346f8ac83958cf237a80..0000000000000000000000000000000000000000 --- a/inputs_snowflake/movie_3/schemas/movie_city.csv +++ /dev/null @@ -1,5 +0,0 @@ -column_name,column_description -city_id,unique id number identifying the city -city,name of the city -country_id,number identifying the country which the city belongs to -last_update,The time of the latest update diff --git a/inputs_snowflake/movie_3/schemas/payment.csv b/inputs_snowflake/movie_3/schemas/payment.csv deleted file mode 100644 index 6f5db4813f0366a242a77292cafd48e1dc82e7ce..0000000000000000000000000000000000000000 --- a/inputs_snowflake/movie_3/schemas/payment.csv +++ /dev/null @@ -1,8 +0,0 @@ -column_name,column_description -payment_id,unique id number identifying the payment -customer_id,unique id number identifying the customer -staff_id,unique id number identifying the staff -rental_id,unique id number identifying the rental -amount,the amount of payment -payment_date,the date when the payment ocurs -last_update,The time of the latest update diff --git a/inputs_snowflake/movie_3/schemas/rental.csv b/inputs_snowflake/movie_3/schemas/rental.csv deleted file mode 100644 index 2fdcc2900ef82bcac4cf1261f8c1b2ccb6368552..0000000000000000000000000000000000000000 --- a/inputs_snowflake/movie_3/schemas/rental.csv +++ /dev/null @@ -1,8 +0,0 @@ -column_name,column_description -rental_id,unique id number identifying the rental -rental_date,date when the rental occurs -inventory_id,id number identifying the inventory -customer_id,id number identifying the customer -return_date,date when the rental returns -staff_id,id number identifying the staff -last_update,The time of the latest update diff --git a/inputs_snowflake/movie_3/schemas/staff.csv b/inputs_snowflake/movie_3/schemas/staff.csv deleted file mode 100644 index 7e7930f66d84e592e254452c715048886001e917..0000000000000000000000000000000000000000 --- a/inputs_snowflake/movie_3/schemas/staff.csv +++ /dev/null @@ -1,12 +0,0 @@ -column_name,column_description -staff_id,unique id number identifying the staff -first_name,First name of the actor -last_name,Last name of the actor -address_id,id number identifying the address -picture, -email, -store_id,id number identifying the store -active,Whether the staff is active or not. -username,username to login the staff -password,password to login the staff -last_update,The time of the latest update diff --git a/inputs_snowflake/movie_3/schemas/store.csv b/inputs_snowflake/movie_3/schemas/store.csv deleted file mode 100644 index a47f173d7fb86fac3ef505deea2e5ca6f2183caf..0000000000000000000000000000000000000000 --- a/inputs_snowflake/movie_3/schemas/store.csv +++ /dev/null @@ -1,5 +0,0 @@ -column_name,column_description -store_id,unique id number identifying the store -manager_staff_id,id number identifying the manager staff -address_id,id number identifying the address -last_update,The time of the latest update diff --git a/inputs_snowflake/movie_platform/data_model.yaml b/inputs_snowflake/movie_platform/data_model.yaml deleted file mode 100644 index 4740f0bb820a01f360b967499041ae053941b889..0000000000000000000000000000000000000000 --- a/inputs_snowflake/movie_platform/data_model.yaml +++ /dev/null @@ -1,58 +0,0 @@ -models: - - name: movie_platform__list_users - description: Each record represents a list user - columns: - - name: user_id - description: The unique identifier of the user - - name: user_avatar_image_url - description: User profile image URL on Mubi - - name: user_cover_image_url - description: User profile cover image URL on Mubi - - name: latest_rated_movie - description: The latest movie the user rated, with ties broken by the ascending order of the movie title - - name: list_title_most_followers - description: The title of the list with the most followers created by the user, with ties broken by the ascending order of the list title - - name: description_list_most_followers - description: The description of the list with the most followers created by the user, with ties broken by the descending order of the list description - - name: first_list_created - description: The title of the first list created by the user, with ties broken by the ascending order of the list title - - name: average_followers_of_the_lists_created - description: The average number of followers of the lists created by the user - - name: movie_platform__movies - description: Each record represents a movie - columns: - - name: movie_id - description: The unique identifier of the movie - - name: movie_title - description: The title of the movie - - name: movie_url - description: URL to the movie page on Mubi - - name: avg_rating_score - description: The average rating score of the movie - - name: total_critic_comments - description: The total number of critic comments on the movie, replace NULL values with 0. - - name: percentage_subscribers_rated - description: The percentage of ratings submitted by subscribers among all ratings on the movie. - - name: critic_highest_number_likes - description: The critic made by the user rating the movie that received the highest number of likes, with ties broken by the ascending order of the critic. Exclude NULL values. - - name: percentage_highest_rating_score - description: The percentage of the movie's ratings that equal the highest rating score, where 'the highest rating score' is the maximum rating score across all movies - - name: movie_platform__directors - description: Each record represents a director - columns: - - name: director_id - description: The unique identifier of the director - - name: director_url - description: URL to the director page on Mubi - - name: director_name - description: The name of the director - - name: third_movie_directed - description: The title of the third movie directed by the director, with ties broken by the ascending order of the movie title - - name: highest_average_score_film - description: The title of the film with the highest average score directed by the director, with ties broken by the ascending order of the film id - - name: number_of_movies_directed_in_70s - description: The number of movies directed by the director in the 1970s, replace NULL values with 0. - - name: has_more_than_10_movies_1960_1985 - description: Set to 1 if the director has directed more than 10 movies between 1960 and 1985, 0 otherwise - - name: average_rating_score_of_most_popular_movie - description: The average rating score of the most popular movie directed by the director, if there are multiple movies with the same popularity, rank them by the descending order of the movie id and take the first one \ No newline at end of file diff --git a/inputs_snowflake/movie_platform/schemas/lists.csv b/inputs_snowflake/movie_platform/schemas/lists.csv deleted file mode 100644 index 9eeb73871ab2f7fe2f8ffa05bce385263b5b6f43..0000000000000000000000000000000000000000 --- a/inputs_snowflake/movie_platform/schemas/lists.csv +++ /dev/null @@ -1,15 +0,0 @@ -column_name,column_description -user_id,ID related to the user who created the list. -list_id,ID of the list on Mubi -list_title,Name of the list -list_movie_number,Number of movies added to the list -list_update_timestamp_utc,Last update timestamp for the list -list_creation_timestamp_utc,Creation timestamp for the list -list_followers,Number of followers on the list -list_url,URL to the list page on Mubi -list_comments,Number of comments on the list -list_description,List description made by the user -list_cover_image_url, -list_first_image_url, -list_second_image_url, -list_third_image_url, diff --git a/inputs_snowflake/movie_platform/schemas/lists_users.csv b/inputs_snowflake/movie_platform/schemas/lists_users.csv deleted file mode 100644 index 18e9b7e99843c0969b322b014935c0b43a2282d9..0000000000000000000000000000000000000000 --- a/inputs_snowflake/movie_platform/schemas/lists_users.csv +++ /dev/null @@ -1,11 +0,0 @@ -column_name,column_description -user_id,ID related to the user who created the list. -list_id,ID of the list on Mubi -list_update_date_utc,Last update date for the list -list_creation_date_utc,Creation date for the list -user_trialist,whether the user was a tralist when he created the list -user_subscriber,whether the user was a subscriber when he created the list -user_avatar_image_url,User profile image URL on Mubi -user_cover_image_url,User profile cover image URL on Mubi -user_eligible_for_trial,whether the user was eligible for trial when he created the list -user_has_payment_method,whether the user was a paying subscriber when he created the list diff --git a/inputs_snowflake/movie_platform/schemas/movies.csv b/inputs_snowflake/movie_platform/schemas/movies.csv deleted file mode 100644 index cae9e6a360b24e57680dfc40807babebf8290873..0000000000000000000000000000000000000000 --- a/inputs_snowflake/movie_platform/schemas/movies.csv +++ /dev/null @@ -1,11 +0,0 @@ -column_name,column_description -movie_id,ID related to the movie on Mubi -movie_title,Name of the movie -movie_release_year,Release year of the movie -movie_url,URL to the movie page on Mubi -movie_title_language,"By default, the title is in English." -movie_popularity,Number of Mubi users who love this movie -movie_image_url,Image URL to the movie on Mubi -director_id,ID related to the movie director on Mubi -director_name,Full Name of the movie director -director_url,URL to the movie director page on Mubi diff --git a/inputs_snowflake/movie_platform/schemas/ratings.csv b/inputs_snowflake/movie_platform/schemas/ratings.csv deleted file mode 100644 index 47a652367653027c12e4aaf4a5369b430c68b147..0000000000000000000000000000000000000000 --- a/inputs_snowflake/movie_platform/schemas/ratings.csv +++ /dev/null @@ -1,14 +0,0 @@ -column_name,column_description -movie_id,Movie ID related to the rating -rating_id,Rating ID on Mubi -rating_url,URL to the rating on Mubi -rating_score,Rating score ranging from 1 (lowest) to 5 (highest) -rating_timestamp_utc,Timestamp for the movie rating made by the user on Mubi -critic,Critic made by the user rating the movie. -critic_likes,Number of likes related to the critic made by the user rating the movie -critic_comments,Number of comments related to the critic made by the user rating the movie -user_id,ID related to the user rating the movie -user_trialist,whether user was a tralist when he rated the movie -user_subscriber, -user_eligible_for_trial, -user_has_payment_method, diff --git a/inputs_snowflake/movie_platform/schemas/ratings_users.csv b/inputs_snowflake/movie_platform/schemas/ratings_users.csv deleted file mode 100644 index 91b7cc43445a22d6446cbdc057351bfbccdfbc8c..0000000000000000000000000000000000000000 --- a/inputs_snowflake/movie_platform/schemas/ratings_users.csv +++ /dev/null @@ -1,9 +0,0 @@ -column_name,column_description -user_id,ID related to the user rating the movie -rating_date_utc,Rating date for the movie rating. -user_trialist,whether the user was a trialist when he rated the movie -user_subscriber,whether the user was a subscriber when he rated the movie -user_avatar_image_url,URL to the user profile image on Mubi -user_cover_image_url,URL to the user profile cover image on Mubi -user_eligible_for_trial,whether the user was eligible for trial when he rated the movie -user_has_payment_method,whether the user was a paying subscriber when he rated the movie diff --git a/inputs_snowflake/movielens/schemas/actors.csv b/inputs_snowflake/movielens/schemas/actors.csv deleted file mode 100644 index e9e31de5233f525b3f19973c7ead72eda9588edb..0000000000000000000000000000000000000000 --- a/inputs_snowflake/movielens/schemas/actors.csv +++ /dev/null @@ -1,4 +0,0 @@ -column_name,column_description -actorid,unique identificator number of actors -a_gender,actor gender -a_quality,actor quality diff --git a/inputs_snowflake/movielens/schemas/directors.csv b/inputs_snowflake/movielens/schemas/directors.csv deleted file mode 100644 index baa4d0324d052fa0b76fd99e1b1c820cff2542dd..0000000000000000000000000000000000000000 --- a/inputs_snowflake/movielens/schemas/directors.csv +++ /dev/null @@ -1,4 +0,0 @@ -column_name,column_description -directorid,unique identification number of actors directors -d_quality,director quality -avg_revenue,average revenue diff --git a/inputs_snowflake/movielens/schemas/movies.csv b/inputs_snowflake/movielens/schemas/movies.csv deleted file mode 100644 index 4b420d3d05a58f3c7182224eb17eb8e8634b28e1..0000000000000000000000000000000000000000 --- a/inputs_snowflake/movielens/schemas/movies.csv +++ /dev/null @@ -1,6 +0,0 @@ -column_name,column_description -movieid,unique identifier number of movies -year,year -isEnglish,is English -country,country -runningtime, diff --git a/inputs_snowflake/movielens/schemas/movies2actors.csv b/inputs_snowflake/movielens/schemas/movies2actors.csv deleted file mode 100644 index 9da8394dde40b232f5e7f36216586bdd1b9ee4d8..0000000000000000000000000000000000000000 --- a/inputs_snowflake/movielens/schemas/movies2actors.csv +++ /dev/null @@ -1,4 +0,0 @@ -column_name,column_description -movieid,identifier number of movies -actorid,identifier number of actors -cast_num,cast number diff --git a/inputs_snowflake/movielens/schemas/movies2directors.csv b/inputs_snowflake/movielens/schemas/movies2directors.csv deleted file mode 100644 index dd3c12efdecfc3a816ff2f8c1d0e276ceac980e7..0000000000000000000000000000000000000000 --- a/inputs_snowflake/movielens/schemas/movies2directors.csv +++ /dev/null @@ -1,4 +0,0 @@ -column_name,column_description -movieid,identifier number of movies -directorid,identifier number of directors -genre,genre of movies diff --git a/inputs_snowflake/movielens/schemas/u2base.csv b/inputs_snowflake/movielens/schemas/u2base.csv deleted file mode 100644 index c425a7c099a623afb91edee865ad57dc8919d927..0000000000000000000000000000000000000000 --- a/inputs_snowflake/movielens/schemas/u2base.csv +++ /dev/null @@ -1,4 +0,0 @@ -column_name,column_description -userid,identifier number of users -movieid,identifier number of movie -rating,ratings of movies diff --git a/inputs_snowflake/movielens/schemas/users.csv b/inputs_snowflake/movielens/schemas/users.csv deleted file mode 100644 index 98ad7364ffadba36cd4decbd79af14e95cd3b02f..0000000000000000000000000000000000000000 --- a/inputs_snowflake/movielens/schemas/users.csv +++ /dev/null @@ -1,5 +0,0 @@ -column_name,column_description -userid,unique identifier number of users -age,age -u_gender,user gender -occupation,occupation diff --git a/inputs_snowflake/movies_4/schemas/country.csv b/inputs_snowflake/movies_4/schemas/country.csv deleted file mode 100644 index 2d0aae0f17a29d002f66a8bcedd45a24d6c6152b..0000000000000000000000000000000000000000 --- a/inputs_snowflake/movies_4/schemas/country.csv +++ /dev/null @@ -1,4 +0,0 @@ -column_name,column_description -country_id,the unique identifier of the country -country_iso_code,the ISO code -country_name,the name of the country diff --git a/inputs_snowflake/movies_4/schemas/department.csv b/inputs_snowflake/movies_4/schemas/department.csv deleted file mode 100644 index 6f2a8382c92edd0054eb757f91e922e5f740434a..0000000000000000000000000000000000000000 --- a/inputs_snowflake/movies_4/schemas/department.csv +++ /dev/null @@ -1,3 +0,0 @@ -column_name,column_description -department_id,the unique identifier of the department -department_name,the name of the department diff --git a/inputs_snowflake/movies_4/schemas/gender.csv b/inputs_snowflake/movies_4/schemas/gender.csv deleted file mode 100644 index a9b15a592aa38756958c48d96e4713b37094812a..0000000000000000000000000000000000000000 --- a/inputs_snowflake/movies_4/schemas/gender.csv +++ /dev/null @@ -1,3 +0,0 @@ -column_name,column_description -gender_id,the unique identifier of the gender -gender,the gender diff --git a/inputs_snowflake/movies_4/schemas/genre.csv b/inputs_snowflake/movies_4/schemas/genre.csv deleted file mode 100644 index 21e290e0702ee74be01febbe0d0932dcd50766b7..0000000000000000000000000000000000000000 --- a/inputs_snowflake/movies_4/schemas/genre.csv +++ /dev/null @@ -1,3 +0,0 @@ -column_name,column_description -genre_id,the unique identifier of the genre -genre_name,the genre diff --git a/inputs_snowflake/movies_4/schemas/keyword.csv b/inputs_snowflake/movies_4/schemas/keyword.csv deleted file mode 100644 index eced8f5a25be179b1ee933983b680cc466fa79ef..0000000000000000000000000000000000000000 --- a/inputs_snowflake/movies_4/schemas/keyword.csv +++ /dev/null @@ -1,3 +0,0 @@ -column_name,column_description -keyword_id,the unique identifier of the keyword -keyword_name,the keyword diff --git a/inputs_snowflake/movies_4/schemas/language.csv b/inputs_snowflake/movies_4/schemas/language.csv deleted file mode 100644 index f99e3ba3a6b1d7f618069c0771c295e9fdc826b8..0000000000000000000000000000000000000000 --- a/inputs_snowflake/movies_4/schemas/language.csv +++ /dev/null @@ -1,4 +0,0 @@ -column_name,column_description -language_id,the unique identifier of the language -language_code,the code of the language -language_name,the language name diff --git a/inputs_snowflake/movies_4/schemas/language_role.csv b/inputs_snowflake/movies_4/schemas/language_role.csv deleted file mode 100644 index c329432ee882aeac26cff2add20695c3cc8f7fcb..0000000000000000000000000000000000000000 --- a/inputs_snowflake/movies_4/schemas/language_role.csv +++ /dev/null @@ -1,3 +0,0 @@ -column_name,column_description -role_id,the unique identifier of the language id -language_role,the language role diff --git a/inputs_snowflake/movies_4/schemas/movie.csv b/inputs_snowflake/movies_4/schemas/movie.csv deleted file mode 100644 index 83e3c8e34a6ab8952288e7a62eab6eb442875b62..0000000000000000000000000000000000000000 --- a/inputs_snowflake/movies_4/schemas/movie.csv +++ /dev/null @@ -1,15 +0,0 @@ -column_name,column_description -movie_id,the unique identifier of the movie -title,the title of the movie -budget,the budget for the movie -homepage,the homepage of the movie -overview,the overview of the movie -popularity,the popularity of the movie -release_date,the release date of the movie -revenue,the revenue of the movie -runtime,the runtime of the movie -movie_status,"the status of the movie -The only value of this column is 'Released'. " -tagline,the tagline of the movie -vote_average,the average vote for the movie -vote_count,the vote count for the movie diff --git a/inputs_snowflake/movies_4/schemas/movie_cast.csv b/inputs_snowflake/movies_4/schemas/movie_cast.csv deleted file mode 100644 index afadce359bdf0de7fe9c57bc030baeb2111c2ed0..0000000000000000000000000000000000000000 --- a/inputs_snowflake/movies_4/schemas/movie_cast.csv +++ /dev/null @@ -1,9 +0,0 @@ -column_name,column_description -movie_id,"the id of the movie -Maps to movie(movie_id)" -person_id,"the id of the person -Maps to person(person_id)" -character_name,the character name -gender_id,"the id of the cast's gender -Maps to gender(gender_id)" -cast_order,the cast order of the cast diff --git a/inputs_snowflake/movies_4/schemas/movie_company.csv b/inputs_snowflake/movies_4/schemas/movie_company.csv deleted file mode 100644 index 43d18b32abd55669d4e3368ce86fa1b5cc65785c..0000000000000000000000000000000000000000 --- a/inputs_snowflake/movies_4/schemas/movie_company.csv +++ /dev/null @@ -1,5 +0,0 @@ -column_name,column_description -movie_id,"the id of the movie -Maps to movie(movie_id)" -company_id,"the id of the company that produced the movie -Maps to production_company(company_id)" diff --git a/inputs_snowflake/movies_4/schemas/movie_crew.csv b/inputs_snowflake/movies_4/schemas/movie_crew.csv deleted file mode 100644 index 1c9d0b67ebf3fb85c1ecb18e85232b363d8d36bf..0000000000000000000000000000000000000000 --- a/inputs_snowflake/movies_4/schemas/movie_crew.csv +++ /dev/null @@ -1,8 +0,0 @@ -column_name,column_description -movie_id,"the id of the movie that the crew worked for -Maps to movie(movie_id)" -person_id,"the id of the crew -Maps to person(person_id)" -department_id,"the id of the crew's department -Maps to department(department_id)" -job,the job of the crew diff --git a/inputs_snowflake/movies_4/schemas/movie_genres.csv b/inputs_snowflake/movies_4/schemas/movie_genres.csv deleted file mode 100644 index 6ef2883d93cf9ecae84419b5ebf6a18166dc5a75..0000000000000000000000000000000000000000 --- a/inputs_snowflake/movies_4/schemas/movie_genres.csv +++ /dev/null @@ -1,5 +0,0 @@ -column_name,column_description -movie_id,"the id of the movie -Maps to movie(movie_id)" -genre_id,"the id of the movie genre -Maps to genre(genre_id)" diff --git a/inputs_snowflake/movies_4/schemas/movie_keywords.csv b/inputs_snowflake/movies_4/schemas/movie_keywords.csv deleted file mode 100644 index dc2ea347f37de2a822fd66ee8a64dd39ea0af82b..0000000000000000000000000000000000000000 --- a/inputs_snowflake/movies_4/schemas/movie_keywords.csv +++ /dev/null @@ -1,5 +0,0 @@ -column_name,column_description -movie_id,"the id of the movie -Maps to movie(movie_id)" -keyword_id,"the id of the movie keyword -Maps to keyword(keyword_id)" diff --git a/inputs_snowflake/movies_4/schemas/movie_languages.csv b/inputs_snowflake/movies_4/schemas/movie_languages.csv deleted file mode 100644 index d037fad74184ed3516e309bc62b7cdca7f02e556..0000000000000000000000000000000000000000 --- a/inputs_snowflake/movies_4/schemas/movie_languages.csv +++ /dev/null @@ -1,6 +0,0 @@ -column_name,column_description -movie_id,"the id of the movie -Maps to movie(movie_id)" -language_id,"the id of the movie language -Maps to language(language_id)" -language_role_id,the id of the role's language diff --git a/inputs_snowflake/movies_4/schemas/person.csv b/inputs_snowflake/movies_4/schemas/person.csv deleted file mode 100644 index ef3c748ffc06cdb1cd7d89b58be5ca39b220d81a..0000000000000000000000000000000000000000 --- a/inputs_snowflake/movies_4/schemas/person.csv +++ /dev/null @@ -1,3 +0,0 @@ -column_name,column_description -person_id,the unique identifier of the person -person_name,the name of the person diff --git a/inputs_snowflake/movies_4/schemas/production_company.csv b/inputs_snowflake/movies_4/schemas/production_company.csv deleted file mode 100644 index acf8f71fedadc57700b459c99b52cec8dcf40fe4..0000000000000000000000000000000000000000 --- a/inputs_snowflake/movies_4/schemas/production_company.csv +++ /dev/null @@ -1,3 +0,0 @@ -column_name,column_description -company_id,the unique identifier of the company -company_name,the name of the company diff --git a/inputs_snowflake/movies_4/schemas/production_country.csv b/inputs_snowflake/movies_4/schemas/production_country.csv deleted file mode 100644 index db22c04ceeced53f78097276ea489159273fcd30..0000000000000000000000000000000000000000 --- a/inputs_snowflake/movies_4/schemas/production_country.csv +++ /dev/null @@ -1,3 +0,0 @@ -column_name,column_description -movie_id,the unique identifier of the movie -country_id,the id of the country diff --git a/inputs_snowflake/music_platform_2/data_model.yaml b/inputs_snowflake/music_platform_2/data_model.yaml deleted file mode 100644 index 57ddc889f161624d4c2b77b8b4684900b3dc85ca..0000000000000000000000000000000000000000 --- a/inputs_snowflake/music_platform_2/data_model.yaml +++ /dev/null @@ -1,35 +0,0 @@ -models: - - name: music_platform__categories - description: Each record represents a category. - columns: - - name: category - description: Category of the podcast - - name: num_podcasts - description: Number of podcasts in the category, replace NULL values with 0. - - name: num_reviews - description: The number of reviews of podcasts in the category, replace NULL values with 0. - - name: avg_rating - description: The average of all individual review ratings for podcasts that belong to the category. - - name: latest_review_podcast_title - description: The title of the podcast with the latest review in the category, with ties broken by the ascending order of the podcast title. - - name: includes_podcast_with_jessica_in_title - description: Set to 1 if the category includes a podcast with 'Jessica' in the title, 0 otherwise. - - name: music_platform__podcasts - description: Each record represents a podcast. - columns: - - name: podcast_id - description: The unique identifier of the podcast. - - name: podcast_title - description: The title of the podcast. - - name: itunes_url - description: URL to the podcast page. - - name: has_at_least_four_categories - description: Set to 1 if the podcast are categorized in four or more categories, otherwise, set to 0 - - name: avg_rating - description: The average rating of the podcast - - name: content_of_earliest_review - description: The content of the earliest review of the podcast, with ties broken by the ascending order of the review content. - - name: num_people_rated_5 - description: The number of people who rated the podcast 5, replace NULL values with 0. - - name: longest_review - description: The longest review of the podcast, with ties broken by the descending order of the review content. \ No newline at end of file diff --git a/inputs_snowflake/music_platform_2/schemas/categories.csv b/inputs_snowflake/music_platform_2/schemas/categories.csv deleted file mode 100644 index 0702ca32a7747bab06f680361ffc39a8fe85a0e4..0000000000000000000000000000000000000000 --- a/inputs_snowflake/music_platform_2/schemas/categories.csv +++ /dev/null @@ -1,3 +0,0 @@ -column_name,column_description -podcast_id,The unique id of the podcast -category,category of the podcast diff --git a/inputs_snowflake/music_platform_2/schemas/podcasts.csv b/inputs_snowflake/music_platform_2/schemas/podcasts.csv deleted file mode 100644 index 8c1509114eabb6450262d9754ca947f901eeb0db..0000000000000000000000000000000000000000 --- a/inputs_snowflake/music_platform_2/schemas/podcasts.csv +++ /dev/null @@ -1,6 +0,0 @@ -column_name,column_description -podcast_id,The unique id of the podcast -itunes_id,The unique id of the itunes. -slug,The slug of the podcast. -itunes_url,The iTunes url of the podcast. -title,The title of the podcast. diff --git a/inputs_snowflake/music_platform_2/schemas/reviews.csv b/inputs_snowflake/music_platform_2/schemas/reviews.csv deleted file mode 100644 index 55b19004e5610483c3e72ca6d652b43062d5f921..0000000000000000000000000000000000000000 --- a/inputs_snowflake/music_platform_2/schemas/reviews.csv +++ /dev/null @@ -1,7 +0,0 @@ -column_name,column_description -podcast_id,The unique id of the podcast -title,The title of the podcast review. -content,The content of the podcast review. -rating,The rating of the podcast review. -author_id,The author id of the podcast review. -created_at,The date and time of the podcast review creation. diff --git a/inputs_snowflake/music_platform_2/schemas/runs.csv b/inputs_snowflake/music_platform_2/schemas/runs.csv deleted file mode 100644 index 7fbc5aa4a8789120e48e8579c57a0a565b5bb966..0000000000000000000000000000000000000000 --- a/inputs_snowflake/music_platform_2/schemas/runs.csv +++ /dev/null @@ -1,4 +0,0 @@ -column_name,column_description -run_at,The date and time of the podcast review creation. -max_rowid,The id of max row of this run. -reviews_added,The number of reviews added in this run. diff --git a/inputs_snowflake/music_tracker/data_model.yaml b/inputs_snowflake/music_tracker/data_model.yaml deleted file mode 100644 index d273c5cf2f54fb6a4242aceee5641290228284ed..0000000000000000000000000000000000000000 --- a/inputs_snowflake/music_tracker/data_model.yaml +++ /dev/null @@ -1,16 +0,0 @@ -models: - - name: music_tracker__tags - description: Each record represents a unique tag. - columns: - - name: tags - description: The tag of the music, excluding the Null tag. - - name: artist_released_most_singles - description: The artist who has released the most singles with the tag, with ties broken by the ascending order of the artist - - name: total_album_download - description: The total number of album downloads of the tag, replace NULL values with 0. - - name: amount_of_downloads - description: The amount of downloads of the tag, replace NULL values with 0. - - name: oldest_single_release_title - description: The title of the oldest single release of the tag, with ties broken by the ascending order of the single title. - - name: most_downloaded_release_title - description: The title of the most downloaded release of the tag, with ties broken by the ascending order of the release title. \ No newline at end of file diff --git a/inputs_snowflake/music_tracker/schemas/tags.csv b/inputs_snowflake/music_tracker/schemas/tags.csv deleted file mode 100644 index 3910af3779ab546228828c85786cbe4345486a24..0000000000000000000000000000000000000000 --- a/inputs_snowflake/music_tracker/schemas/tags.csv +++ /dev/null @@ -1,4 +0,0 @@ -column_name,column_description -TAG_INDEX,index -id,release identifier which can be matched with id field in the torrents table -tag,tag diff --git a/inputs_snowflake/music_tracker/schemas/torrents.csv b/inputs_snowflake/music_tracker/schemas/torrents.csv deleted file mode 100644 index 03928f75b266529f500a75b9e1a01e17eac73c25..0000000000000000000000000000000000000000 --- a/inputs_snowflake/music_tracker/schemas/torrents.csv +++ /dev/null @@ -1,8 +0,0 @@ -column_name,column_description -groupName,release title -totalSnatched,number of times the release has been downloaded -artist,artist / group name -groupYear,release year -releaseType,"release type (e.g., album, single, mixtape)" -groupId,Unique release identifier from What.CD. Used to ensure no releases are duplicates. -id,unique identifier (essentially an index) diff --git a/inputs_snowflake/olympics/data_model.yaml b/inputs_snowflake/olympics/data_model.yaml deleted file mode 100644 index d37847d5f657be2e2ea83cecb4a79f803e774547..0000000000000000000000000000000000000000 --- a/inputs_snowflake/olympics/data_model.yaml +++ /dev/null @@ -1,54 +0,0 @@ -models: - - name: regions - description: Each record represents a region. - columns: - - name: region_id - description: Unique identifier for the region. - - name: noc - description: The NOC code of the region - - name: region_name - description: The name of the region. - - name: tallest_competitor - description: The name of the tallest competitor in the region, with ties broken by the ascending order of the competitor full name. - - name: per_from_region_1994 - description: The percentage of competitors of the 1994 Winter Olympic Game who come from the region - - name: num_athletes - description: The number of athletes from the region, replace NULL values with 0. - - name: num_medals - description: The number of medals won by athletes from the region, replace NULL values with 0. - - name: per_athlete_taller_175 - description: The percentage of athletes from the region that are taller than 175cm - - name: sports - description: Each record represents a sport. - columns: - - name: sport_id - description: Unique identifier for the sport. - - name: sport_name - description: The name of the sport. - - name: num_events - description: The number of events in the sport, replace NULL values with 0. - - name: avg_male_height - description: The average height of male athletes participating in the sport. Exclude athletes with invalid height when calculating the average height. - - name: num_athletes_overweight_2008 - description: The number of distinct athletes playing in the sport fall into overweight BMI category in the 2008 Summer games, replace NULL values with 0. Overweight BMI category refers to BMI greater than or equal to 25 and less than 30. - - name: heaviest_athlete - description: The name of the heaviest athlete in the sport, with ties broken by the ascending order of the athlete full name. - - name: athletes - description: Each record represents an athlete. - columns: - - name: person_id - description: Unique identifier for the athlete. - - name: full_name - description: The full name of the athlete. - - name: gender - description: The gender of the athlete. - - name: num_Olympic_games - description: The number of Olympic games the athlete has participated in, replace NULL values with 0. - - name: per_won_a_gold_medal - description: The percentage of the events where the athlete won a gold medal - - name: num_medals - description: The number of medals won by the athlete, replace NULL values with 0. - - name: BMI - description: The BMI of the athlete - - name: height_over_170_participate_1988 - description: Set to 1 if the athlete's height is over 170 and participated in the game in 1988, otherwise, set to 0 \ No newline at end of file diff --git a/inputs_snowflake/olympics/schemas/city.csv b/inputs_snowflake/olympics/schemas/city.csv deleted file mode 100644 index 931747d5f17196106661c807a73f960f19f75d9c..0000000000000000000000000000000000000000 --- a/inputs_snowflake/olympics/schemas/city.csv +++ /dev/null @@ -1,3 +0,0 @@ -column_name,column_description -id,the unique identifier of the city -city_name,the name of the city diff --git a/inputs_snowflake/olympics/schemas/competitor_event.csv b/inputs_snowflake/olympics/schemas/competitor_event.csv deleted file mode 100644 index 52977de61aa166b3f188a6a0df0e9f9137ce9f7a..0000000000000000000000000000000000000000 --- a/inputs_snowflake/olympics/schemas/competitor_event.csv +++ /dev/null @@ -1,7 +0,0 @@ -column_name,column_description -event_id,"the id of the event -Maps to event(id)" -competitor_id,"the id of the competitor -Maps to games_competitor(id)" -medal_id,"the id of the medal -Maps to medal(id)" diff --git a/inputs_snowflake/olympics/schemas/event.csv b/inputs_snowflake/olympics/schemas/event.csv deleted file mode 100644 index 3c5b1c9e0fe7cbfa259283ce267e03051ffbdfd8..0000000000000000000000000000000000000000 --- a/inputs_snowflake/olympics/schemas/event.csv +++ /dev/null @@ -1,5 +0,0 @@ -column_name,column_description -id,the unique identifier of the event -sport_id,"the id of the sport -Maps to sport(id)" -event_name,the name of the event diff --git a/inputs_snowflake/olympics/schemas/games.csv b/inputs_snowflake/olympics/schemas/games.csv deleted file mode 100644 index 1cadffe2e35d5b7316bb1fd0734b1217dd69b526..0000000000000000000000000000000000000000 --- a/inputs_snowflake/olympics/schemas/games.csv +++ /dev/null @@ -1,5 +0,0 @@ -column_name,column_description -id,the unique identifier of the game -games_year,the year of the game -games_name,the name of the game -season,the season of the game diff --git a/inputs_snowflake/olympics/schemas/games_city.csv b/inputs_snowflake/olympics/schemas/games_city.csv deleted file mode 100644 index 7f484acc2714824f664d8462117b846f3545d8b6..0000000000000000000000000000000000000000 --- a/inputs_snowflake/olympics/schemas/games_city.csv +++ /dev/null @@ -1,5 +0,0 @@ -column_name,column_description -games_id,"the id of the game -Maps to games(id)" -city_id,"the id of the city that held the game -Maps to city(id)" diff --git a/inputs_snowflake/olympics/schemas/games_competitor.csv b/inputs_snowflake/olympics/schemas/games_competitor.csv deleted file mode 100644 index e8e81d52b046bf79b6cd8b59da50c7cfa42f5968..0000000000000000000000000000000000000000 --- a/inputs_snowflake/olympics/schemas/games_competitor.csv +++ /dev/null @@ -1,7 +0,0 @@ -column_name,column_description -id,the unique identifier of the record -games_id,"the id of the game -Maps to games(id)" -person_id,"the id of the person -Maps to person(id)" -age,the age of the person when he/she participated in the game diff --git a/inputs_snowflake/olympics/schemas/medal.csv b/inputs_snowflake/olympics/schemas/medal.csv deleted file mode 100644 index 809d9b1e2641e91a0ee32dbe82f3d4e993a33887..0000000000000000000000000000000000000000 --- a/inputs_snowflake/olympics/schemas/medal.csv +++ /dev/null @@ -1,3 +0,0 @@ -column_name,column_description -id,the unique identifier of the metal -medal_name,the name of the medal diff --git a/inputs_snowflake/olympics/schemas/noc_region.csv b/inputs_snowflake/olympics/schemas/noc_region.csv deleted file mode 100644 index fb6e833b7f18b21bd59d5fedf1611594437bb4ef..0000000000000000000000000000000000000000 --- a/inputs_snowflake/olympics/schemas/noc_region.csv +++ /dev/null @@ -1,4 +0,0 @@ -column_name,column_description -id,the unique identifier of the noc region -noc,the NOC code of the region -region_name,the name of the region diff --git a/inputs_snowflake/olympics/schemas/person.csv b/inputs_snowflake/olympics/schemas/person.csv deleted file mode 100644 index 7e197356166ab30d221cc8e27dc20420a60359c2..0000000000000000000000000000000000000000 --- a/inputs_snowflake/olympics/schemas/person.csv +++ /dev/null @@ -1,6 +0,0 @@ -column_name,column_description -id,the unique identifier of the person -full_name,the full name of the person -gender,the gender of the person -height,the height of the person -weight,the weight of the person diff --git a/inputs_snowflake/olympics/schemas/person_region.csv b/inputs_snowflake/olympics/schemas/person_region.csv deleted file mode 100644 index ae4e70c5384ac35fad24780e2215334dd38fe0ac..0000000000000000000000000000000000000000 --- a/inputs_snowflake/olympics/schemas/person_region.csv +++ /dev/null @@ -1,5 +0,0 @@ -column_name,column_description -person_id,"the id of the person -Maps to person(id)" -region_id,"the id of the noc region -Maps to noc_region(id)" diff --git a/inputs_snowflake/olympics/schemas/sport.csv b/inputs_snowflake/olympics/schemas/sport.csv deleted file mode 100644 index ebfbd4fbc84c30c02a92cfe15d5b74ecfd67e274..0000000000000000000000000000000000000000 --- a/inputs_snowflake/olympics/schemas/sport.csv +++ /dev/null @@ -1,3 +0,0 @@ -column_name,column_description -id,the unique identifier of the sport -sport_name,the name of the sport diff --git a/inputs_snowflake/pardot/data_model.yaml b/inputs_snowflake/pardot/data_model.yaml deleted file mode 100644 index 16ae5f34651d74edd1d82a335c33efcdce2ae79a..0000000000000000000000000000000000000000 --- a/inputs_snowflake/pardot/data_model.yaml +++ /dev/null @@ -1,180 +0,0 @@ -models: - - name: pardot__campaigns - description: Each record represents a campaign in Pardot - columns: - - name: campaign_id - description: Pardot ID for this campaign - - name: campaign_name - description: Campaign's name - - name: _fivetran_deleted - description: Boolean representing whether the record has been deleted in the source system. - - name: count_opportunities - description: Count of all campaign opportunities. Set the value to 0 if it is NULL. - - name: count_opportunities_won - description: Count of all campaign opportunities won. Set the value to 0 if it is NULL. - - name: count_opportunities_lost - description: Count of all campaign opportunities lost. Set the value to 0 if it is NULL. - - - name: pardot__lists - description: Each record represents a list in Pardot. - columns: - - name: list_id - description: Pardot ID of this list - - name: name - description: List's name (internal to Pardot) - - name: description - description: List's description - - name: title - description: List's title (visible to subscribers) - - name: is_crm_visible - description: If true, list is visible in CRM to add or remove from - - name: is_public - description: If true, list will show on EPC pages to prospects - - name: is_dynamic - description: If true, list has prospects dynamically added to it via a set of chosen rules - - name: created_timestamp - description: Time list is created in Pardot. - format: YYYY-MM-DD HH:MM:SS UTC - - name: updated_timestamp - description: Last time list was updated - format: YYYY-MM-DD HH:MM:SS UTC - - name: count_activity_emails - description: Count of email activities associated with the members of the list. Set the value to 0 if it is NULL. - - name: count_activity_visits - description: Count of visit activities associated with the members of the list. An visit activity refers to type_name = 'visit'. Set the value to 0 if it is NULL. - - - name: pardot__opportunities - description: Each record represents an opportunity in Pardot. - columns: - - name: opportunity_id - description: Pardot ID for this opportunity - - name: campaign_id - description: Pardot ID of the campaign associated with this opportunity - - name: created_timestamp - description: Time opportunity is created in Pardot - format: YYYY-MM-DD HH:MM:SS UTC - - name: updated_timestamp - description: Last time opportunity was updated in Pardot - format: YYYY-MM-DD HH:MM:SS UTC - - name: opportunity_name - description: Opportunity's name - - name: probability - description: Opportunity's probability - - name: opportunity_status - description: Opportunity's status - - name: stage - description: Opportunity's stage - - name: opportunity_type - description: Opportunity's type - - name: amount - description: Opportunity's value - - name: closed_timestamp - description: Opportunity's closed date - format: YYYY-MM-DD HH:MM:SS UTC - - name: count_prospects - description: Number of prospects associated with the opportunity. Set the value to 0 if it is NULL. - - - name: pardot__prospects - description: Each record in the table represents a prospect in Pardot. - columns: - - name: prospect_id - description: Pardot ID for this prospect - - name: _fivetran_deleted - description: Boolean representing whether the record has been deleted in the source system. - - name: address_one - description: Prospect's address, line 1 - - name: address_two - description: Prospect's address, line 2 - - name: annual_revenue - description: Prospect's annual revenue - - name: campaign_id - description: Pardot ID of the campaign associated with this prospect - - name: city - description: Prospect's city - - name: comments - description: Comments about this prospect - - name: company - description: Prospect's company - - name: country - description: Prospect's country - - name: created_timestamp - description: Time prospect is created in Pardot; Time is reported in API user's preferred timezone - format: YYYY-MM-DD HH:MM:SS UTC - - name: crm_account_fid - description: Account ID in a supported CRM system - - name: crm_contact_fid - description: Prospect's contact ID in a supported CRM system - - name: crm_last_sync - description: Last time this prospect was synced with a supported CRM system - format: YYYY-MM-DD HH:MM:SS UTC - - name: crm_lead_fid - description: Prospect's lead ID in a supported CRM system - - name: crm_owner_fid - description: Prospect's owner ID in a supported CRM system - - name: crm_url - description: URL to view the prospect within the CRM system - - name: department - description: Prospect's department - - name: email - description: Prospect's email address - - name: employees - description: Prospect's number of employees - - name: fax - description: Prospect's fax number - - name: first_name - description: Prospect's first name - - name: grade - description: Prospect's letter grade - - name: industry - description: Prospect's industry - - name: is_do_not_call - description: If value is 1, prospect prefers not to be called - - name: is_do_not_email - description: If value is 1, prospect prefers not to be emailed - - name: is_reviewed - description: If value is 1, prospect has been reviewed - - name: is_starred - description: If value is 1, prospect has been starred - - name: job_title - description: Prospect's job title - - name: last_activity_at - description: Time stamp of this prospect's latest visitor activity; Time is reported in API user's preferred timezone - - name: last_name - description: Prospect's last name - - name: notes - description: Notes about this prospect - - name: opted_out - description: If value is 1, prospect has opted out of marketing communications - - name: password - description: Prospect's password - - name: phone_number - description: Prospect's phone number - - name: prospect_account_id - description: Prospect's account ID - - name: recent_interaction - description: Describes the prospect's most recent interaction with Pardot - - name: salutation - description: Prospect's formal prefix - - name: score - description: Prospect's score - - name: prospect_source - description: Prospect's source - - name: state - description: Prospect's US state - - name: territory - description: Prospect's territory - - name: updated_timestamp - description: Last time prospect was updated in Pardot; Time is reported in API user's preferred timezone - format: YYYY-MM-DD HH:MM:SS UTC - - name: user_id - description: Pardot ID of the user associated with this prospect - - name: website - description: Prospect's website URL - - name: years_in_business - description: Prospect's number of years in business - - name: zip - description: Prospect's postal code - - name: count_activity_visits - description: Count of visit activities associated with the prospect. An visit activity refers to type_name = 'visit'. Set the value to 0 if it is NULL. - - name: count_activity_emails - description: Count of email activities associated with the prospect. Set the value to 0 if it is NULL. \ No newline at end of file diff --git a/inputs_snowflake/pardot/schemas/campaign.csv b/inputs_snowflake/pardot/schemas/campaign.csv deleted file mode 100644 index 5051a22e6138b19d737374fc6fb867fd111abddc..0000000000000000000000000000000000000000 --- a/inputs_snowflake/pardot/schemas/campaign.csv +++ /dev/null @@ -1,5 +0,0 @@ -column_name,column_description -_fivetran_deleted,Boolean representing whether the record has been deleted in the source system. -_fivetran_synced,The timestamp of when a record was last synced by Fivetran. -id,Pardot ID for this campaign -name,Campaign's name diff --git a/inputs_snowflake/pardot/schemas/list.csv b/inputs_snowflake/pardot/schemas/list.csv deleted file mode 100644 index bad6ce6876c95e67df2b475a91d5b321bd26f46a..0000000000000000000000000000000000000000 --- a/inputs_snowflake/pardot/schemas/list.csv +++ /dev/null @@ -1,11 +0,0 @@ -column_name,column_description -_fivetran_synced,The timestamp of when a record was last synced by Fivetran. -created_at,Time list is created in Pardot. -description,List's description -id,Pardot ID of this list -is_crm_visible,"If true, list is visible in CRM to add or remove from" -is_dynamic,"If true, list has prospects dynamically added to it via a set of chosen rules" -is_public,"If true, list will show on EPC pages to prospects" -name,List's name (internal to Pardot) -title,List's title (visible to subscribers) -updated_at,Last time list was updated diff --git a/inputs_snowflake/pardot/schemas/list_membership.csv b/inputs_snowflake/pardot/schemas/list_membership.csv deleted file mode 100644 index 275543d1e2bd5216552520df968678ccf698c3e9..0000000000000000000000000000000000000000 --- a/inputs_snowflake/pardot/schemas/list_membership.csv +++ /dev/null @@ -1,8 +0,0 @@ -column_name,column_description -_fivetran_synced,The timestamp of when a record was last synced by Fivetran. -created_at,Time that this membership is created in Pardot -id,Pardot ID for this list membership -list_id,TPardot ID of the list for this membershipBD -opted_out,"If value is 1, the prospect is unsubscribed from receiving emails from this list" -prospect_id,Pardot ID of the prospect for this membership -updated_at,Last time that this membership was updated diff --git a/inputs_snowflake/pardot/schemas/opportunity.csv b/inputs_snowflake/pardot/schemas/opportunity.csv deleted file mode 100644 index 23304fcfc1d7142a3e639a0d37639818067dd2aa..0000000000000000000000000000000000000000 --- a/inputs_snowflake/pardot/schemas/opportunity.csv +++ /dev/null @@ -1,13 +0,0 @@ -column_name,column_description -_fivetran_synced,The timestamp of when a record was last synced by Fivetran. -id,Pardot ID for this opportunity -campaign_id,Pardot ID of the campaign associated with this opportunity -name,Opportunity's name -value,Opportunity's value -probability,Opportunity's probability -type,Opportunity's type -stage,Opportunity's stage -status,Opportunity's status -closed_at,Opportunity's closed date -created_at,Time opportunity is created in Pardot -updated_at,Last time opportunity was updated in Pardot diff --git a/inputs_snowflake/pardot/schemas/opportunity_prospect.csv b/inputs_snowflake/pardot/schemas/opportunity_prospect.csv deleted file mode 100644 index f302b77b28f07598656a50bce1fb50f26af7b183..0000000000000000000000000000000000000000 --- a/inputs_snowflake/pardot/schemas/opportunity_prospect.csv +++ /dev/null @@ -1,5 +0,0 @@ -column_name,column_description -_fivetran_synced,The timestamp of when a record was last synced by Fivetran. -opportunity_id,ID of the related opportunity -prospect_id,ID of the related prospect -updated_at,Last time record was updated in Pardot diff --git a/inputs_snowflake/pardot/schemas/prospect.csv b/inputs_snowflake/pardot/schemas/prospect.csv deleted file mode 100644 index 05264fb4bb814a04e1ded87e63ec9bb4a3e602aa..0000000000000000000000000000000000000000 --- a/inputs_snowflake/pardot/schemas/prospect.csv +++ /dev/null @@ -1,49 +0,0 @@ -column_name,column_description -_fivetran_deleted,Boolean representing whether the record has been deleted in the source system. -_fivetran_synced,The timestamp of when a record was last synced by Fivetran. -id,Pardot ID for this prospect -user_id,Pardot ID of the user associated with this prospect -campaign_id,Pardot ID of the campaign associated with this prospect -salutation,Prospect's formal prefix -first_name,Prospect's first name -last_name,Prospect's last name -email,Prospect's email address -password,Prospect's password -company,Prospect's company -prospect_account_id,Prospect's account ID -website,Prospect's website URL -job_title,Prospect's job title -department,Prospect's department -country,Prospect's country -address_one,"Prospect's address, line 1" -address_two,"Prospect's address, line 2" -city,Prospect's city -state,Prospect's US state -territory,Prospect's territory -zip,Prospect's postal code -phone,Prospect's phone number -fax,Prospect's fax number -source,Prospect's source -annual_revenue,Prospect's annual revenue -employees,Prospect's number of employees -industry,Prospect's industry -years_in_business,Prospect's number of years in business -comments,Comments about this prospect -notes,Notes about this prospect -score,Prospect's score -grade,Prospect's letter grade -last_activity_at,Time stamp of this prospect's latest visitor activity; Time is reported in API user's preferred timezone -recent_interaction,Describes the prospect's most recent interaction with Pardot -crm_lead_fid,Prospect's lead ID in a supported CRM system -crm_contact_fid,Prospect's contact ID in a supported CRM system -crm_owner_fid,Prospect's owner ID in a supported CRM system -crm_account_fid,Account ID in a supported CRM system -crm_last_sync,Last time this prospect was synced with a supported CRM system -crm_url,URL to view the prospect within the CRM system -is_do_not_email,"If value is 1, prospect prefers not to be emailed" -is_do_not_call,"If value is 1, prospect prefers not to be called" -opted_out,"If value is 1, prospect has opted out of marketing communications" -is_reviewed,"If value is 1, prospect has been reviewed" -is_starred,"If value is 1, prospect has been starred" -created_at,Time prospect is created in Pardot; Time is reported in API user's preferred timezone -updated_at,Last time prospect was updated in Pardot; Time is reported in API user's preferred timezone diff --git a/inputs_snowflake/pardot/schemas/visitor.csv b/inputs_snowflake/pardot/schemas/visitor.csv deleted file mode 100644 index 2a2294a98fb879229abf941ba4a53d41ea380fdc..0000000000000000000000000000000000000000 --- a/inputs_snowflake/pardot/schemas/visitor.csv +++ /dev/null @@ -1,14 +0,0 @@ -column_name,column_description -_fivetran_synced,The timestamp of when a record was last synced by Fivetran. -id,Pardot ID for this visitor -prospect_id,Pardot ID for the associated prospect -page_view_count,Number of page views by this visitor -ip_address,Visitor's IP address -hostname,Visitor's hostname -campaign_parameter,Visitor's campaign parameter utm_campaign from Google Analytics -medium_parameter,Visitor's medium parameter utm_medium from Google Analytics -source_parameter,Visitor's source parameter utm_source from Google Analytics -content_parameter,Visitor's content parameter utm_content from Google Analytics -term_parameter,Visitor's term parameter utm_term from Google Analytics -created_at,Time visitor is created in Pardot; Time is reported in API user's preferred timezone -updated_at,Last time visitor was updated in Pardot; Time is reported in API user's preferred timezone diff --git a/inputs_snowflake/pardot/schemas/visitor_activity.csv b/inputs_snowflake/pardot/schemas/visitor_activity.csv deleted file mode 100644 index 1205f9851497c668b8d8b8cb0850c30db2be88dd..0000000000000000000000000000000000000000 --- a/inputs_snowflake/pardot/schemas/visitor_activity.csv +++ /dev/null @@ -1,14 +0,0 @@ -column_name,column_description -_fivetran_synced,The timestamp of when a record was last synced by Fivetran. -id,Pardot ID for this visitor activity -prospect_id,Pardot ID for the associated prospect -visitor_id,Pardot ID for the associated visitor -opportunity_id,ID of the related opportunity -type,Visitor activity's type number; See listing below -type_name,Visitor activity's type name; See listing below -details,"Details about this visitor activity such as the name of the object associated with this activity, the search phrase used in a site search query, etc." -email_id,Pardot ID of the email associated with this visitor activity -email_template_id,Pardot ID of the email template associated with this visitor activity -list_email_id,Pardot ID of the list email associated with this visitor activity -campaign_id,ID of the related campaign. -created_at,Time that visitor activity occurred diff --git a/inputs_snowflake/pinterest/data_model.yaml b/inputs_snowflake/pinterest/data_model.yaml deleted file mode 100644 index 1011ba0195aa7eef255323cbdc58292f8a8c6acc..0000000000000000000000000000000000000000 --- a/inputs_snowflake/pinterest/data_model.yaml +++ /dev/null @@ -1,139 +0,0 @@ -models: - - name: pinterest_ads__ad_group_report - description: Each record in this table represents the daily performance of ads at the campaign, advertiser, and ad group level. - columns: - - name: date_day - description: The performance date of the record. - format: YYYY-MM-DD - - name: advertiser_name - description: Name of the advertiser. - - name: advertiser_id - description: The ID of the related Advertiser. - - name: campaign_name - description: The name of the related Campaign. - - name: campaign_status - description: Status of the campaign. - - name: campaign_id - description: The ID of the related Campaign. - - name: ad_group_name - description: The name of the related Ad group. - - name: ad_group_id - description: The ID of the related Ad group. - - name: created_at - description: Ad group creation time. - format: YYYY-MM-DD HH:MM:SS.fff - - name: start_time - description: Ad group start time. - format: YYYY-MM-DD HH:MM:SS.fff - - name: end_time - description: Ad group end time. - - name: ad_group_status - description: Status of the ad group. - - name: spend - description: The amount of spend that occurred on the day of the record. Convert the unit to dollars. Set to 0 if the value is NULL. - - name: clicks - description: The number of paid and earned clicks that occurred on the day of the record. Set to 0 if the value is NULL. - - name: impressions - description: The number of paid and earned impressions that occurred on the day of the record. Set to 0 if the value is NULL. - - name: total_conversions - description: This is the sum of all website conversions, otherwise known as the number of conversion events. For example, if you track sign-ups and checkouts on your website, it's the sum of all sign-ups and checkouts attributed from clicks, engagements, and views on Pinterest. Example, If a user clicks on a Pinterest ad and completes two different conversion actions (e.g., signs up and checks out), this would be counted as 2 total conversions. Set to 0 if the value is NULL. - - name: total_conversions_quantity - description: Refers to the total count of items or units involved in the conversions. This metric is often more granular and relates to the specific quantity of products or services purchased or actions taken. Example, If a single checkout includes three items, the total_conversions_quantity would be 3, even though it counts as one total_conversion. Set to 0 if the value is NULL. - - name: total_conversions_value - description: Total conversions order value. The total value of the conversions, calculated by summing up the revenue or order values attributed to conversions. Converted from the source total_conversions_value_in_micro_dollar field. Convert the unit to dollars. Set to 0 if the value is NULL. - - - name: pinterest_ads__campaign_report - description: Each record in this table represents the daily performance of ads at the advertiser and campaign level. - columns: - - name: date_day - description: The performance date of the record. - format: YYYY-MM-DD - - name: advertiser_name - description: Name of the advertiser. - - name: advertiser_id - description: The ID of the related Advertiser. - - name: campaign_name - description: The name of the related Campaign. - - name: campaign_id - description: The ID of the related Campaign. - - name: campaign_status - description: Status of the campaign. - - name: spend - description: The amount of spend that occurred on the day of the record. Convert the unit to dollars. Set to 0 if the value is NULL. - - name: clicks - description: The number of paid and earned clicks that occurred on the day of the record. Set to 0 if the value is NULL. - - name: impressions - description: The number of paid and earned impressions that occurred on the day of the record. Set to 0 if the value is NULL. - - name: total_conversions - description: This is the sum of all website conversions, otherwise known as the number of conversion events. For example, if you track sign-ups and checkouts on your website, it's the sum of all sign-ups and checkouts attributed from clicks, engagements, and views on Pinterest. Example, If a user clicks on a Pinterest ad and completes two different conversion actions (e.g., signs up and checks out), this would be counted as 2 total conversions. Set to 0 if the value is NULL. - - name: total_conversions_quantity - description: Refers to the total count of items or units involved in the conversions. This metric is often more granular and relates to the specific quantity of products or services purchased or actions taken. Example, If a single checkout includes three items, the total_conversions_quantity would be 3, even though it counts as one total_conversion. Set to 0 if the value is NULL. - - name: total_conversions_value - description: Total conversions order value. The total value of the conversions, calculated by summing up the revenue or order values attributed to conversions. Converted from the source total_conversions_value_in_micro_dollar field. Convert the unit to dollars. Set the value to 0 if it is NULL. - - - name: pinterest_ads__advertiser_report - description: Each record in this table represents the daily performance of an advertiser on the Pinterest Ads platform. - columns: - - name: date_day - description: The performance date of the record. - format: YYYY-MM-DD - - name: advertiser_name - description: Name of the advertiser. - - name: advertiser_id - description: The ID of the related Advertiser. - - name: currency_code - description: The currency code which the advertiser is set up using. - - name: country - description: The country code where the advertiser is located. - - name: spend - description: The amount of spend that occurred on the day of the record. Convert the unit to dollars. Set to 0 if the value is NULL. - - name: clicks - description: The number of paid and earned clicks that occurred on the day of the record. Set the value to 0 if it is NULL. - - name: impressions - description: The number of paid and earned impressions that occurred on the day of the record. Set the value to 0 if it is NULL. - - name: total_conversions - description: This is the sum of all website conversions, otherwise known as the number of conversion events. For example, if you track sign-ups and checkouts on your website, it's the sum of all sign-ups and checkouts attributed from clicks, engagements, and views on Pinterest. Example, If a user clicks on a Pinterest ad and completes two different conversion actions (e.g., signs up and checks out), this would be counted as 2 total conversions. Set the value to 0 if it is NULL. - - name: total_conversions_quantity - description: Refers to the total count of items or units involved in the conversions. This metric is often more granular and relates to the specific quantity of products or services purchased or actions taken. Example, If a single checkout includes three items, the total_conversions_quantity would be 3, even though it counts as one total_conversion. Set the value to 0 if it is NULL. - - name: total_conversions_value - description: Total conversions order value. The total value of the conversions, calculated by summing up the revenue or order values attributed to conversions. Converted from the source total_conversions_value_in_micro_dollar field. Convert the unit to dollars. Set to 0 if the value is NULL. - - - - name: pinterest_ads__keyword_report - description: Each record in this table represents the daily performance of a keyword at the advertiser, campaign, ad group, and keyword level. - columns: - - name: date_day - description: The performance date of the record. - format: YYYY-MM-DD - - name: advertiser_name - description: Name of the advertiser. - - name: advertiser_id - description: The ID of the related Advertiser. - - name: campaign_name - description: Name of the campaign. - - name: campaign_id - description: The ID of the related Campaign. - - name: ad_group_name - description: Name of the ad group. - - name: ad_group_id - description: The ID of the related Ad group. - - name: keyword_id - description: Unique identifier of the keyword. - - name: match_type - description: Type of match the keyword is tied to. Either Exact or Broad. - - name: parent_type - description: Identifier of what grain the parent type is. Ad group or campaign. - - name: keyword_value - description: The text value that makes up the keyword. - - name: spend - description: The amount of spend that occurred on the day of the record. Convert the unit to dollars. Set to 0 if the value is NULL. - - name: clicks - description: The number of paid and earned clicks that occurred on the day of the record. Set the value to 0 if it is NULL. - - name: impressions - description: The number of paid and earned impressions that occurred on the day of the record. Set the value to 0 if it is NULL. - - name: total_conversions - description: This is the sum of all website conversions, otherwise known as the number of conversion events. For example, if you track sign-ups and checkouts on your website, it's the sum of all sign-ups and checkouts attributed from clicks, engagements, and views on Pinterest. Example, If a user clicks on a Pinterest ad and completes two different conversion actions (e.g., signs up and checks out), this would be counted as 2 total conversions. Set the value to 0 if it is NULL. - - name: total_conversions_quantity - description: Refers to the total count of items or units involved in the conversions. This metric is often more granular and relates to the specific quantity of products or services purchased or actions taken. Example, If a single checkout includes three items, the total_conversions_quantity would be 3, even though it counts as one total_conversion. Set the value to 0 if it is NULL. - - name: total_conversions_value - description: Total conversions order value. The total value of the conversions, calculated by summing up the revenue or order values attributed to conversions. Converted from the source total_conversions_value_in_micro_dollar field. Convert the unit to dollars. Set to 0 if the value is NULL. \ No newline at end of file diff --git a/inputs_snowflake/pinterest/schemas/ad_group_history.csv b/inputs_snowflake/pinterest/schemas/ad_group_history.csv deleted file mode 100644 index a5ee8380be61721943196ea8cf2ddcb823b0701f..0000000000000000000000000000000000000000 --- a/inputs_snowflake/pinterest/schemas/ad_group_history.csv +++ /dev/null @@ -1,13 +0,0 @@ -column_name,column_description -id,The ID of the related Ad group. -campaign_id,The ID of the related Campaign. -ad_account_id,The ID of the related Advertiser. -created_time,Ad group creation time. -name,Ad group name. -status,"The status of the Ad group. One of ""ACTIVE"", ""ARCHIVED"", ""PAUSED""" -start_time,Ad group start time. -end_time,Ad group end time. -pacing_delivery_type,"Ad group pacing delivery type. With ACCELERATED, an ad group budget is spent as fast as possible. With STANDARD, an ad group budget is spent smoothly over a day. When using CBO, only the STANDARD pacing delivery type is allowed." -placement_group,"The placement group. ""ALL"", ""SEARCH"", ""BROWSE"", or ""OTHER""" -summary_status,"Summary status. ""RUNNING"", ""PAUSED"", ""NOT_STARTED"", ""COMPLETED"", ""ADVERTISER_DISABLED"", ""ARCHIVED""" -_fivetran_synced,Timestamp of when a record was last synced. diff --git a/inputs_snowflake/pinterest/schemas/ad_group_report.csv b/inputs_snowflake/pinterest/schemas/ad_group_report.csv deleted file mode 100644 index cffe1ff1089aa340391e729242a65316af648e07..0000000000000000000000000000000000000000 --- a/inputs_snowflake/pinterest/schemas/ad_group_report.csv +++ /dev/null @@ -1,17 +0,0 @@ -column_name,column_description -date,The performance date of the record. -ad_group_id,The ID of the related Ad group. -ad_group_name,Name of the ad group. -ad_group_status,Status of the ad group. -campaign_id,The ID of the related Campaign. -advertiser_id,The ID of the related Advertiser. -_fivetran_synced,Timestamp of when a record was last synced. -impression_1,The number of paid pin impressions that occurred on the day of the record. -impression_2,The number of earned pin impressions that occurred on the day of the record. -clickthrough_1,The number of paid pin clicks that occurred on the day of the record. -clickthrough_2,The number of earned outbound clicks that occurred on the day of the record. -spend_in_micro_dollar,The amount of spend in micro dollars that occurred on the day of the record. -total_conversions,"This is the sum of all website conversions, otherwise known as the number of conversion events. For example, if you track sign-ups and checkouts on your website, it's the sum of all sign-ups and checkouts attributed from clicks, engagements, and views on Pinterest. Example: If a user clicks on a Pinterest ad and completes two different conversion actions (e.g., signs up and checks out), this would be counted as 2 total conversions." -total_conversions_quantity,"Refers to the total count of items or units involved in the conversions. This metric is often more granular and relates to the specific quantity of products or services purchased or actions taken. Example: If a single checkout includes three items, the total_conversions_quantity would be 3, even though it counts as one total_conversion." -total_conversions_value_in_micro_dollar,"Total conversions order value. The total value of the conversions, calculated by summing up the revenue or order values attributed to conversions. The value is expressed in microdollars, where one microdollar is one-millionth of a US dollar. Example: If the total order value from conversions is $50,000, this would be represented as 50,000,000,000 microdollars." -TOTAL_VIEW_CHECKOUT, diff --git a/inputs_snowflake/pinterest/schemas/advertiser_history.csv b/inputs_snowflake/pinterest/schemas/advertiser_history.csv deleted file mode 100644 index 528df0f203769c8c757c1142697bdbd1b1abf628..0000000000000000000000000000000000000000 --- a/inputs_snowflake/pinterest/schemas/advertiser_history.csv +++ /dev/null @@ -1,15 +0,0 @@ -column_name,column_description -id,The ID of the related Advertiser. -name,Name of the advertiser. -country,The country code where the advertiser is located. -created_time,Timestamp of when a record was created. -currency,The currency code which the a -updated_time,Timestamp of when a record was last updated. -owner_username,Advertiser's username. -owner_user_id,Unique identifier of the owner user. -permissions,The permissions associated with this account. -_fivetran_synced,Timestamp of when a record was last synced. -billing_profile_status, -status, -merchant_id, -billing_type, diff --git a/inputs_snowflake/pinterest/schemas/advertiser_report.csv b/inputs_snowflake/pinterest/schemas/advertiser_report.csv deleted file mode 100644 index f24148032eb3b3f917be65cf9d13871b576e6098..0000000000000000000000000000000000000000 --- a/inputs_snowflake/pinterest/schemas/advertiser_report.csv +++ /dev/null @@ -1,12 +0,0 @@ -column_name,column_description -date,The performance date of the record. -advertiser_id,The ID of the related Advertiser. -_fivetran_synced,Timestamp of when a record was last synced. -impression_1,The number of paid pin impressions that occurred on the day of the record. -impression_2,The number of earned pin impressions that occurred on the day of the record. -clickthrough_1,The number of paid pin clicks that occurred on the day of the record. -clickthrough_2,The number of earned outbound clicks that occurred on the day of the record. -spend_in_micro_dollar,The amount of spend in micro dollars that occurred on the day of the record. -total_conversions,"This is the sum of all website conversions, otherwise known as the number of conversion events. For example, if you track sign-ups and checkouts on your website, it's the sum of all sign-ups and checkouts attributed from clicks, engagements, and views on Pinterest. Example: If a user clicks on a Pinterest ad and completes two different conversion actions (e.g., signs up and checks out), this would be counted as 2 total conversions." -total_conversions_quantity,"Refers to the total count of items or units involved in the conversions. This metric is often more granular and relates to the specific quantity of products or services purchased or actions taken. Example: If a single checkout includes three items, the total_conversions_quantity would be 3, even though it counts as one total_conversion." -total_conversions_value_in_micro_dollar,"Total conversions order value. The total value of the conversions, calculated by summing up the revenue or order values attributed to conversions. The value is expressed in microdollars, where one microdollar is one-millionth of a US dollar. Example: If the total order value from conversions is $50,000, this would be represented as 50,000,000,000 microdollars." diff --git a/inputs_snowflake/pinterest/schemas/campaign_history.csv b/inputs_snowflake/pinterest/schemas/campaign_history.csv deleted file mode 100644 index 8cf6d49b52d267fae9c7860b899505bdc4de96b5..0000000000000000000000000000000000000000 --- a/inputs_snowflake/pinterest/schemas/campaign_history.csv +++ /dev/null @@ -1,11 +0,0 @@ -column_name,column_description -id,The ID of the related Campaign. -created_time,Campaign creation time. -advertiser_id,The ID of the related Advertiser. -name,Campaign name. -status,"The status of the Campaign. One of ""ACTIVE"", ""ARCHIVED"", ""PAUSED""" -default_ad_group_budget_in_micro_currency,"When transitioning from campaign budget optimization to non-campaign budget optimization, the default_ad_group_budget_in_micro_currency will propagate to each child ad groups daily budget. Unit is micro currency of the associated advertiser account." -is_automated_campaign,Specifies whether the campaign was created in the automated campaign flow -is_campaign_budget_optimization,"Determines if a campaign automatically generate ad-group level budgets given a campaign budget to maximize campaign outcome. When transitioning from non-cbo to cbo, all previous child ad group budget will be cleared." -is_flexible_daily_budgets,Determine if a campaign has flexible daily budgets setup. -_fivetran_synced,Timestamp of when a record was last synced. diff --git a/inputs_snowflake/pinterest/schemas/campaign_report.csv b/inputs_snowflake/pinterest/schemas/campaign_report.csv deleted file mode 100644 index a3f79fb46089246bb6d014e58101ed57c0d9a80b..0000000000000000000000000000000000000000 --- a/inputs_snowflake/pinterest/schemas/campaign_report.csv +++ /dev/null @@ -1,15 +0,0 @@ -column_name,column_description -date,The performance date of the record. -campaign_id,The ID of the related Campaign. -campaign_name,Name of the campaign. -campaign_status,Status of the campaign. -advertiser_id,The ID of the related Advertiser. -_fivetran_synced,Timestamp of when a record was last synced. -impression_1,The number of paid pin impressions that occurred on the day of the record. -impression_2,The number of earned pin impressions that occurred on the day of the record. -clickthrough_1,The number of paid pin clicks that occurred on the day of the record. -clickthrough_2,The number of earned outbound clicks that occurred on the day of the record. -spend_in_micro_dollar,The amount of spend in micro dollars that occurred on the day of the record. -total_conversions,"This is the sum of all website conversions, otherwise known as the number of conversion events. For example, if you track sign-ups and checkouts on your website, it's the sum of all sign-ups and checkouts attributed from clicks, engagements, and views on Pinterest. Example: If a user clicks on a Pinterest ad and completes two different conversion actions (e.g., signs up and checks out), this would be counted as 2 total conversions." -total_conversions_quantity,"Refers to the total count of items or units involved in the conversions. This metric is often more granular and relates to the specific quantity of products or services purchased or actions taken. Example: If a single checkout includes three items, the total_conversions_quantity would be 3, even though it counts as one total_conversion." -total_conversions_value_in_micro_dollar,"Total conversions order value. The total value of the conversions, calculated by summing up the revenue or order values attributed to conversions. The value is expressed in microdollars, where one microdollar is one-millionth of a US dollar. Example: If the total order value from conversions is $50,000, this would be represented as 50,000,000,000 microdollars." diff --git a/inputs_snowflake/pinterest/schemas/keyword_history.csv b/inputs_snowflake/pinterest/schemas/keyword_history.csv deleted file mode 100644 index b1653b4ddeae475be4f57b4487393860fd2d5c16..0000000000000000000000000000000000000000 --- a/inputs_snowflake/pinterest/schemas/keyword_history.csv +++ /dev/null @@ -1,12 +0,0 @@ -column_name,column_description -id,Unique identifier of the keyword. -value,The text value that makes upd the keyword. -_fivetran_id,The unique identifier of the record within the Fivetran synced table. -_fivetran_synced,Timestamp of when a record was last synced. -ad_group_id,The ID of the related Ad group. -advertiser_id,The ID of the related Advertiser. -archived,Boolean indicating if the keyword is archived. -bid,Bid amount set for the keyword. -campaign_id,The ID of the related Campaign. -match_type,Type of match the keyword is tied to. Either Exact or Broad. -parent_type,Identifier of what grain the parent type is. Ad group or campaign. diff --git a/inputs_snowflake/pinterest/schemas/keyword_report.csv b/inputs_snowflake/pinterest/schemas/keyword_report.csv deleted file mode 100644 index e42ddc1abdfdd23416d1464ec727d97b8c903ee8..0000000000000000000000000000000000000000 --- a/inputs_snowflake/pinterest/schemas/keyword_report.csv +++ /dev/null @@ -1,18 +0,0 @@ -column_name,column_description -date,The performance date of the record. -keyword_id,Unique identifier of the keyword. -pin_promotion_id,The ID of the related Pin promotion. -ad_group_id,The ID of the related Ad group. -ad_group_name,Name of the ad group. -ad_group_status,Status of the ad group. -campaign_id,The ID of the related Campaign. -advertiser_id,The ID of the related Advertiser. -_fivetran_synced,Timestamp of when a record was last synced. -impression_1,The number of paid pin impressions that occurred on the day of the record. -impression_2,The number of earned pin impressions that occurred on the day of the record. -clickthrough_1,The number of paid pin clicks that occurred on the day of the record. -clickthrough_2,The number of earned outbound clicks that occurred on the day of the record. -spend_in_micro_dollar,The amount of spend in micro dollars that occurred on the day of the record. -total_conversions,"This is the sum of all website conversions, otherwise known as the number of conversion events. For example, if you track sign-ups and checkouts on your website, it's the sum of all sign-ups and checkouts attributed from clicks, engagements, and views on Pinterest. Example: If a user clicks on a Pinterest ad and completes two different conversion actions (e.g., signs up and checks out), this would be counted as 2 total conversions." -total_conversions_quantity,"Refers to the total count of items or units involved in the conversions. This metric is often more granular and relates to the specific quantity of products or services purchased or actions taken. Example: If a single checkout includes three items, the total_conversions_quantity would be 3, even though it counts as one total_conversion." -total_conversions_value_in_micro_dollar,"Total conversions order value. The total value of the conversions, calculated by summing up the revenue or order values attributed to conversions. The value is expressed in microdollars, where one microdollar is one-millionth of a US dollar. Example: If the total order value from conversions is $50,000, this would be represented as 50,000,000,000 microdollars." diff --git a/inputs_snowflake/pinterest/schemas/pin_promotion_history.csv b/inputs_snowflake/pinterest/schemas/pin_promotion_history.csv deleted file mode 100644 index 28aa54b20aea77a87a9785749720a53ceb50a4b3..0000000000000000000000000000000000000000 --- a/inputs_snowflake/pinterest/schemas/pin_promotion_history.csv +++ /dev/null @@ -1,14 +0,0 @@ -column_name,column_description -id,The ID of the related Pin promotion. -ad_account_id,The ID of the related Advertiser. -ad_group_id,The ID of the related Ad group. -created_time,Pin creation time. -destination_url,Pin destination URL. -name,Pin promotion name. -pin_id,Original pin ID. -status,"The status of the Pin promotion. One of ""ACTIVE"", ""ARCHIVED"", ""PAUSED""" -creative_type,"The creative type. -One of ""APP"", ""APP_VIDEO"", ""BOARD"", ""CAROUSEL"", ""CINEMATIC"", ""COMMERCE"", ""MAX_VIDEO"", ""NATIVE_VIDEO"", ""REGULAR"", -""SEARCH_PROMINENCE"", ""SEARCH_PROMINENCE_CAROUSEL"", ""SHOPPING"", ""SHOP_THE_PIN"", ""THIRD_PARTY"", or ""VIDEO"". -" -_fivetran_synced,Timestamp of when a record was last synced. diff --git a/inputs_snowflake/pinterest/schemas/pin_promotion_report.csv b/inputs_snowflake/pinterest/schemas/pin_promotion_report.csv deleted file mode 100644 index dac73da2af0be4cec2c0a9aacfdba5ed8c20b37d..0000000000000000000000000000000000000000 --- a/inputs_snowflake/pinterest/schemas/pin_promotion_report.csv +++ /dev/null @@ -1,15 +0,0 @@ -column_name,column_description -pinterest_date,The performance date of the record. -pin_promotion_id,The ID of the related Pin promotion. -ad_group_id,The ID of the related Ad group. -campaign_id,The ID of the related Campaign. -advertiser_id,The ID of the related Advertiser. -_fivetran_synced,Timestamp of when a record was last synced. -impression_1,The number of paid pin impressions that occurred on the day of the record. -impression_2,The number of earned pin impressions that occurred on the day of the record. -clickthrough_1,The number of paid pin clicks that occurred on the day of the record. -clickthrough_2,The number of earned outbound clicks that occurred on the day of the record. -spend_in_micro_dollar,The amount of spend in micro dollars that occurred on the day of the record. -total_conversions,"This is the sum of all website conversions, otherwise known as the number of conversion events. For example, if you track sign-ups and checkouts on your website, it's the sum of all sign-ups and checkouts attributed from clicks, engagements, and views on Pinterest. Example: If a user clicks on a Pinterest ad and completes two different conversion actions (e.g., signs up and checks out), this would be counted as 2 total conversions." -total_conversions_quantity,"Refers to the total count of items or units involved in the conversions. This metric is often more granular and relates to the specific quantity of products or services purchased or actions taken. Example: If a single checkout includes three items, the total_conversions_quantity would be 3, even though it counts as one total_conversion." -total_conversions_value_in_micro_dollar,"Total conversions order value. The total value of the conversions, calculated by summing up the revenue or order values attributed to conversions. The value is expressed in microdollars, where one microdollar is one-millionth of a US dollar. Example: If the total order value from conversions is $50,000, this would be represented as 50,000,000,000 microdollars." diff --git a/inputs_snowflake/professional_basketball/data_model.yaml b/inputs_snowflake/professional_basketball/data_model.yaml deleted file mode 100644 index 65b87c7823573b69bf7f85ddf0810adf04c23fd6..0000000000000000000000000000000000000000 --- a/inputs_snowflake/professional_basketball/data_model.yaml +++ /dev/null @@ -1,50 +0,0 @@ -models: - - name: professional_basketball__teams - description: Each record represents a team. - columns: - - name: team_id - description: The unique identifier of the team. - - name: win_more_in_2005_than_2004 - description: Set to 1 if the team won more games in 2005 than in 2004; 0 otherwise. Set to 0 if the team did not play in both 2004 and 2005. - - name: has_player_with_MVP - description: Set the value to 1 if the team includes at least one player who won the MVP award while playing for that team in any season; otherwise, set it to 0. MVP award refers to award = 'Most Valuable Player'. - - name: win_rate_change_from_1972_to_1973 - description: The change in win rate (percentage points) from 1972 to 1973. - - name: has_at_least_3_all_star_players - description: Set to 1 if at least 3 distinct players who have played for the team were named all-stars at any point in their careers; otherwise, set to 0 - - name: has_more_home_won_than_lost_80_per - description: Set to 1 if, in any season, the team's home wins exceed its home losses by more than 80%; otherwise, set to 0. - - name: professional_basketball__coaches - description: Each record represents a coach. - columns: - - name: coachID - description: The unique identifier of the coach. - - name: served_more_than_2_NBA_teams - description: Set to 1 if the coach has served more than 2 NBA teams, 0 otherwise. - - name: received_both_NBA_and_ABA_awards_1962_to_2011 - description: Set to 1 if the coach has received both NBA and ABA awards from 1962 to 2011, 0 otherwise. - - name: num_of_won_games - description: The number of games the coach has won, replace NULL values with 0. - - name: has_more_than_50_games_won_2000 - description: Set to 1 if the coach has won more than 50 games in 2000, 0 otherwise. - - name: lost_more_than_won_from_2000_to_2010 - description: Set to 1 if the coach has more game lost than won from year 2000-2010, otherwise, set to 0. - - name: professional_basketball__players - description: Each record represents a player. - columns: - - name: player_id - description: The unique identifier of the player. - - name: name - description: The name of the player. Concatenate the first name and last name with a space in between. - - name: birthcountry - description: The country where the player was born. - - name: num_MVPs - description: The number of MVP awards the player has won, replace NULL values with 0. MVP award refers to award = 'Most Valuable Player'. - - name: num_fouls - description: The number of fouls the player has committed in his career, replace NULL values with 0. - - name: field_goal_made_rate - description: The rate of field goals made by the player, return as a percentage. - - name: is_all_star_player_and_taller_than_75_inch - description: Set to 1 if the player is an all-star player and is taller than 75 inches, 0 otherwise. - - name: attended_California_college_and_is_an_all_star_player - description: Set to 1 if the player attended 'California' college and is an all-star player, 0 otherwise. 'California' college refers to college = 'California'. diff --git a/inputs_snowflake/professional_basketball/schemas/awards_coaches.csv b/inputs_snowflake/professional_basketball/schemas/awards_coaches.csv deleted file mode 100644 index a4004730b27894188d2a1cf8e8d28336a42207f3..0000000000000000000000000000000000000000 --- a/inputs_snowflake/professional_basketball/schemas/awards_coaches.csv +++ /dev/null @@ -1,7 +0,0 @@ -column_name,column_description -id,id of this row of data -year,which year did the coach receive the honor? -coachID,id number of the coaches -award,the award names -lgID,the name of the league -note,special notification diff --git a/inputs_snowflake/professional_basketball/schemas/awards_players.csv b/inputs_snowflake/professional_basketball/schemas/awards_players.csv deleted file mode 100644 index 6ccd755ba9c478790e14cdf41f65746aac5ee01d..0000000000000000000000000000000000000000 --- a/inputs_snowflake/professional_basketball/schemas/awards_players.csv +++ /dev/null @@ -1,7 +0,0 @@ -column_name,column_description -playerID,ID number identifying the unique number of the player -award,the name of the award -year,the time of this award -lgID,the name of the league -note,notification -pos,the position of the player diff --git a/inputs_snowflake/professional_basketball/schemas/coaches.csv b/inputs_snowflake/professional_basketball/schemas/coaches.csv deleted file mode 100644 index 69e40af4e075d2246ab9a38bb8ef1b162ca42342..0000000000000000000000000000000000000000 --- a/inputs_snowflake/professional_basketball/schemas/coaches.csv +++ /dev/null @@ -1,10 +0,0 @@ -column_name,column_description -coachID,ID number identifying the unique number of the coach -year, -tmID,team name -lgID,league name -stint,the period of the time coaching this team -won,the number of won games -lost,the number of lost games -post_wins,the number of games won in the post-season (playoffs) games -post_losses,the number of games lost in the post-season (playoffs) games diff --git a/inputs_snowflake/professional_basketball/schemas/draft.csv b/inputs_snowflake/professional_basketball/schemas/draft.csv deleted file mode 100644 index 7b7a564a9791074e033afe7a8d776a96a8fe5a41..0000000000000000000000000000000000000000 --- a/inputs_snowflake/professional_basketball/schemas/draft.csv +++ /dev/null @@ -1,13 +0,0 @@ -column_name,column_description -id,the unique number to determine one row of the data -draftYear,which year does this draft happens -draftRound,the Round number of this draft -draftSelection,the position that the player was picked -draftOverall,The player's overall draft position for the year -tmID,team name -firstName,the first name of the player -lastName,the last name of the player -suffixName,the suffix name of the player -playerID,ID number identifying the unique number of the player -draftFrom,the university that the drafted players come from -lgID,the league name diff --git a/inputs_snowflake/professional_basketball/schemas/player_allstar.csv b/inputs_snowflake/professional_basketball/schemas/player_allstar.csv deleted file mode 100644 index d4444ff5974c70cb544020461491388bd14bf145..0000000000000000000000000000000000000000 --- a/inputs_snowflake/professional_basketball/schemas/player_allstar.csv +++ /dev/null @@ -1,24 +0,0 @@ -column_name,column_description -playerID,ID number identifying the unique number of the player -first_name,the first name of the player -last_name,the last name of the player -season_id,the id number of the season -conference,which conference that players belong to -league_id,the league name -games_played,how many all star games that this player played in this season -minutes,minutes of attendance -points,points -o_rebounds,offense rebounds -d_rebounds,defense rebounds -rebounds,total rebounds -assists,assistants -steals,steals -blocks,blocks -turnovers,turnovers -personal_fouls,personal fouls -fg_attempted,field goal attempted -fg_made,field goal made -ft_attempted,free throw attempted -ft_made,free throw made -three_attempted,three point attempted -three_made,three point made diff --git a/inputs_snowflake/professional_basketball/schemas/players.csv b/inputs_snowflake/professional_basketball/schemas/players.csv deleted file mode 100644 index 3182bca9bc2e72f92c46a9130d48c4a5443041bf..0000000000000000000000000000000000000000 --- a/inputs_snowflake/professional_basketball/schemas/players.csv +++ /dev/null @@ -1,27 +0,0 @@ -column_name,column_description -playerID,ID number identifying the unique number of the player -useFirst, -firstName,the first name of the player -middleName,the middle name of the player -lastName,the last name of the player -nameGiven, -fullGivenName, -nameSuffix,the suffix name of the player -nameNick, -pos,the position of the player -firstseason, -lastseason, -height,inch -weight,lb -college,college -collegeOther,the college that transferred from -birthDate,birthdate -birthCity,birthcity -birthState,birth state -birthCountry,birth country -highSchool,high school -hsCity,high school city -hsState,high school state -hsCountry,high school country -deathDate,deathdate -race, diff --git a/inputs_snowflake/professional_basketball/schemas/players_teams.csv b/inputs_snowflake/professional_basketball/schemas/players_teams.csv deleted file mode 100644 index 9253bda952e225f49e34d40922b00dc4abde3337..0000000000000000000000000000000000000000 --- a/inputs_snowflake/professional_basketball/schemas/players_teams.csv +++ /dev/null @@ -1,44 +0,0 @@ -column_name,column_description -id,the unique number to identify this record -playerID,ID number identifying the unique number of the player -year,year -stint,the period of the time player spent played for this team -tmID,team name -lgID, -GP,game presentatons (attendance) -GS,game starting -minutes,minutes -points,points -oRebounds,offense rebounds -dRebounds,defense rebounds -rebounds,total rebounds -assists,assistants -steals,steals -blocks,blocks -turnovers,turnovers -PF,personal fouls -fgAttempted,field goal attempted -fgMade,field goal made -ftAttempted,free throw attempted -ftMade,free throw made -threeAttempted,three point attempted -threeMade,three point made -PostGP,post season game presentations -PostGS,post season game starting -PostMinutes,post season minutes -PostPoints,post season points -PostoRebounds,post season offense rebounds -PostdRebounds,post season defense rebounds -PostRebounds,post season defense rebounds -PostAssists, -PostSteals, -PostBlocks, -PostTurnovers, -PostPF, -PostfgAttempted, -PostfgMade, -PostftAttempted, -PostftMade, -PostthreeAttempted, -PostthreeMade, -note, diff --git a/inputs_snowflake/professional_basketball/schemas/series_post.csv b/inputs_snowflake/professional_basketball/schemas/series_post.csv deleted file mode 100644 index e4091a58f215072315ce01d7572802497b6dd0fe..0000000000000000000000000000000000000000 --- a/inputs_snowflake/professional_basketball/schemas/series_post.csv +++ /dev/null @@ -1,11 +0,0 @@ -column_name,column_description -id,unique number of this record -year,year -round,round -series, -tmidwinner,team id winner -lgidwinner,league id winner -tmidloser,team id loser -lgidloser,league id loser -w,wins -l,loses diff --git a/inputs_snowflake/professional_basketball/schemas/teams.csv b/inputs_snowflake/professional_basketball/schemas/teams.csv deleted file mode 100644 index ef4b97b9987900191fca7b0102fa90eeac399d35..0000000000000000000000000000000000000000 --- a/inputs_snowflake/professional_basketball/schemas/teams.csv +++ /dev/null @@ -1,23 +0,0 @@ -column_name,column_description -year,year -lgid,league name -tmid,team id -franchid, -confid, -divid,division ID -rank,rank -confrank, -playoff,another name: post season -name,full name of the team -o_fgm,how many offense field goal made by this team in this season -o_ftm,how many offense free throw made by this team in this season -o_pts,offense points -d_pts,defense points -homewon,wins in the home -homelost,loses in the home -awaywon,wins in the away -awaylost,loses in the away -won, -lost, -games, -arena,arena diff --git a/inputs_snowflake/public_review_platform/data_model.yaml b/inputs_snowflake/public_review_platform/data_model.yaml deleted file mode 100644 index d365f49076c8308aac34d2e9320e01624f2d9022..0000000000000000000000000000000000000000 --- a/inputs_snowflake/public_review_platform/data_model.yaml +++ /dev/null @@ -1,39 +0,0 @@ -models: - - name: public_review_platform__users - description: Each record represents a user. - columns: - - name: user_id - description: Unique identifier for the user. - - name: user_yelping_since_year - description: The time when the user join Yelp. - - name: user_fans - description: The total number of fans / followers the user has - - name: num_5_star_reviews - description: The number of 5-star reviews the user has given, replace NULL values with 0. - - name: num_business_reviewed - description: The number of businesses the user has reviewed, replace NULL values with 0. - - name: received_funny_type_of_compliments - description: Set to 1 if the user has received a funny type of compliment, 0 otherwise. - - name: is_an_elite_user_for_5_years_or_more - description: Set to 1 if the user has been an elite user for 5 years or more, 0 otherwise. - - name: received_less_than_5_low_compliments_from_other_users - description: Set to 1 if the user has received less than 5 low compliments from other users, 0 otherwise. - - name: public_review_platform__businesses - description: Each record represents a business. - columns: - - name: business_id - description: Unique identifier for the business. - - name: active - description: whether the business is still actively running until now - - name: city - description: The city where the business is located. - - name: num_long_reviews - description: The number of long reviews the business has received, replace NULL values with 0. - - name: is_under_the_category_of_Food_are_good_for_kids - description: Set to 1 if the business is under the category of Food and are good for kids, 0 otherwise. - - name: average_review_star - description: The average review star of the business - - name: has_more_than_10_attributes - description: Set to 1 if the business has more than 10 attributes whose value is 'true', 0 otherwise. - - name: received_the_review_of_4_star_and_above_by_65_per_of_user - description: Set to 1 if at least 65% of users have given the business a review of 4 stars or higher; otherwise, set to 0. \ No newline at end of file diff --git a/inputs_snowflake/public_review_platform/schemas/Attributes.csv b/inputs_snowflake/public_review_platform/schemas/Attributes.csv deleted file mode 100644 index 8efc0e5a615a5196b447ae4235a707ec648ab978..0000000000000000000000000000000000000000 --- a/inputs_snowflake/public_review_platform/schemas/Attributes.csv +++ /dev/null @@ -1,3 +0,0 @@ -column_name,column_description -attribute_id,unique number identifying the attribute -attribute_name,the name of the attribute diff --git a/inputs_snowflake/public_review_platform/schemas/Business.csv b/inputs_snowflake/public_review_platform/schemas/Business.csv deleted file mode 100644 index 5659a14a143a38908804f9d4644ad67b3c16d799..0000000000000000000000000000000000000000 --- a/inputs_snowflake/public_review_platform/schemas/Business.csv +++ /dev/null @@ -1,7 +0,0 @@ -column_name,column_description -business_id, unique number identifying the business -active,whether the business is still actively running until now -city,The city where the business is located -state,The state where the business is located -stars,ratings of the business -review_count,the total number of reviews the users have written for a business diff --git a/inputs_snowflake/public_review_platform/schemas/Business_Attributes.csv b/inputs_snowflake/public_review_platform/schemas/Business_Attributes.csv deleted file mode 100644 index 1a15274d691e93e8e3c6f3f6d678649a95dd052a..0000000000000000000000000000000000000000 --- a/inputs_snowflake/public_review_platform/schemas/Business_Attributes.csv +++ /dev/null @@ -1,4 +0,0 @@ -column_name,column_description -attribute_id,id number identifying the attribute -business_id,id number identifying the business -attribute_value,sort of the attributes for each business diff --git a/inputs_snowflake/public_review_platform/schemas/Business_Categories.csv b/inputs_snowflake/public_review_platform/schemas/Business_Categories.csv deleted file mode 100644 index 9767b39270034b8f362f26018e9e82ec0c5082fe..0000000000000000000000000000000000000000 --- a/inputs_snowflake/public_review_platform/schemas/Business_Categories.csv +++ /dev/null @@ -1,3 +0,0 @@ -column_name,column_description -business_id,id number identifying the business -category_id,id number identifying the categories diff --git a/inputs_snowflake/public_review_platform/schemas/Business_Hours.csv b/inputs_snowflake/public_review_platform/schemas/Business_Hours.csv deleted file mode 100644 index 733171928c181c6edfd240b00bc55cb39d0bf128..0000000000000000000000000000000000000000 --- a/inputs_snowflake/public_review_platform/schemas/Business_Hours.csv +++ /dev/null @@ -1,5 +0,0 @@ -column_name,column_description -business_id,id number identifying the business -day_id,id number identifying each day of the week -opening_time,opening time of the business -closing_time,closing time of the business diff --git a/inputs_snowflake/public_review_platform/schemas/Categories.csv b/inputs_snowflake/public_review_platform/schemas/Categories.csv deleted file mode 100644 index 288fa173d24173dd982df6fc9e03cbc6c56a3c58..0000000000000000000000000000000000000000 --- a/inputs_snowflake/public_review_platform/schemas/Categories.csv +++ /dev/null @@ -1,3 +0,0 @@ -column_name,column_description -category_id, -category_name, diff --git a/inputs_snowflake/public_review_platform/schemas/Checkins.csv b/inputs_snowflake/public_review_platform/schemas/Checkins.csv deleted file mode 100644 index 5d7270c64a9d86828798b79284b74240759b9223..0000000000000000000000000000000000000000 --- a/inputs_snowflake/public_review_platform/schemas/Checkins.csv +++ /dev/null @@ -1,27 +0,0 @@ -column_name,column_description -business_id,id number identifying the business -day_id,id number identifying each day of the week -label_time_0,indicates times of checkins on a business -label_time_1, -label_time_2, -label_time_3, -label_time_4, -label_time_5, -label_time_6, -label_time_7, -label_time_8, -label_time_9, -label_time_10, -label_time_11, -label_time_12, -label_time_13, -label_time_14, -label_time_15, -label_time_16, -label_time_17, -label_time_18, -label_time_19, -label_time_20, -label_time_21, -label_time_22, -label_time_23, diff --git a/inputs_snowflake/public_review_platform/schemas/Compliments.csv b/inputs_snowflake/public_review_platform/schemas/Compliments.csv deleted file mode 100644 index 3ff61ee5dc3c2fbf82907f2cede3d73b7756f77f..0000000000000000000000000000000000000000 --- a/inputs_snowflake/public_review_platform/schemas/Compliments.csv +++ /dev/null @@ -1,3 +0,0 @@ -column_name,column_description -compliment_id, -compliment_type, diff --git a/inputs_snowflake/public_review_platform/schemas/Days.csv b/inputs_snowflake/public_review_platform/schemas/Days.csv deleted file mode 100644 index 9e9f8da27b66ba7e4cac695b6bedfd05103f6529..0000000000000000000000000000000000000000 --- a/inputs_snowflake/public_review_platform/schemas/Days.csv +++ /dev/null @@ -1,3 +0,0 @@ -column_name,column_description -day_id,the unique id identifying the day of the week -day_of_week,indicate the day of the week diff --git a/inputs_snowflake/public_review_platform/schemas/Elite.csv b/inputs_snowflake/public_review_platform/schemas/Elite.csv deleted file mode 100644 index 06a085f200cfd6a85918835e5e7115993f7eb4ad..0000000000000000000000000000000000000000 --- a/inputs_snowflake/public_review_platform/schemas/Elite.csv +++ /dev/null @@ -1,3 +0,0 @@ -column_name,column_description -user_id,id number identifying the users -year_id,id number identifying the year diff --git a/inputs_snowflake/public_review_platform/schemas/Reviews.csv b/inputs_snowflake/public_review_platform/schemas/Reviews.csv deleted file mode 100644 index d4c5027b5be8dd5d219dc84efae72dd425be61f5..0000000000000000000000000000000000000000 --- a/inputs_snowflake/public_review_platform/schemas/Reviews.csv +++ /dev/null @@ -1,8 +0,0 @@ -column_name,column_description -business_id,the number identifying the business -user_id,the number identifying the user who comments on this business -review_stars,review on this business -review_votes_funny,the amount of funny votes that the user received for the review -review_votes_useful,how many useful votes that the user received for the review -review_votes_cool,how many cool votes that the user received for the review -review_length,The length of the review written by the user diff --git a/inputs_snowflake/public_review_platform/schemas/Tips.csv b/inputs_snowflake/public_review_platform/schemas/Tips.csv deleted file mode 100644 index 9fb3cfa3d089b91a8cc556ab67f10354f00d8c6d..0000000000000000000000000000000000000000 --- a/inputs_snowflake/public_review_platform/schemas/Tips.csv +++ /dev/null @@ -1,5 +0,0 @@ -column_name,column_description -business_id,the number identifying the business -user_id,the number identifying the user who comments on this business -likes,how many likes of this tips -tip_length,length of the tip diff --git a/inputs_snowflake/public_review_platform/schemas/Users.csv b/inputs_snowflake/public_review_platform/schemas/Users.csv deleted file mode 100644 index ef1ff11ac8fa59ff2eb6ab2d9402ddd02c31d24c..0000000000000000000000000000000000000000 --- a/inputs_snowflake/public_review_platform/schemas/Users.csv +++ /dev/null @@ -1,9 +0,0 @@ -column_name,column_description -user_id,the unique id number identifying which user -user_yelping_since_year,the time when the user join Yelp -user_average_stars,the average ratings of all review -user_votes_funny,total number of funny votes sent by the user -user_votes_useful,how many useful votes created by the user -user_votes_cool,how many cool votes created by the user -user_review_count,total number of reviews the user has written -user_fans,total number of fans / followers the user has diff --git a/inputs_snowflake/public_review_platform/schemas/Users_Compliments.csv b/inputs_snowflake/public_review_platform/schemas/Users_Compliments.csv deleted file mode 100644 index 7db15d41bcb3d9f1b3417c78aac5a3c2b0fb89fa..0000000000000000000000000000000000000000 --- a/inputs_snowflake/public_review_platform/schemas/Users_Compliments.csv +++ /dev/null @@ -1,4 +0,0 @@ -column_name,column_description -compliment_id,the id number indicating the compliment -user_id,the id number indicating the user -number_of_compliments, Ordinal level of compliments received from other users diff --git a/inputs_snowflake/public_review_platform/schemas/Years.csv b/inputs_snowflake/public_review_platform/schemas/Years.csv deleted file mode 100644 index 8dc9d30d018a81a27f3b1c2dbc482236b9f31e1d..0000000000000000000000000000000000000000 --- a/inputs_snowflake/public_review_platform/schemas/Years.csv +++ /dev/null @@ -1,3 +0,0 @@ -column_name,column_description -year_id,the unique number identifying the year -actual_year,actual year diff --git a/inputs_snowflake/qualtrics/data_model.yaml b/inputs_snowflake/qualtrics/data_model.yaml deleted file mode 100644 index fcd2ab5c70a8cb4b2f7d60697cebe4cf5de5b3c0..0000000000000000000000000000000000000000 --- a/inputs_snowflake/qualtrics/data_model.yaml +++ /dev/null @@ -1,234 +0,0 @@ -models: - - name: qualtrics__survey - description: Detailed view of all surveys created, enhanced with distribution and response metrics. - columns: - - name: survey_id - description: The unique identifier for this survey. Match pattern = ^SV_[a-zA-Z0-9]{11,15}$ - - name: survey_name - description: Name of the survey. - - name: survey_status - description: The distribution status of the survey, or a flag indicating that it's a library block. Allowed values - Inactive, Active, Pending, LibBlock, Deactive, Temporary - - name: brand_base_url - description: Base url for the organization/brand. - - name: brand_id - description: Unique ID of the organization/brand. - - name: owner_user_id - description: The unique identifier for a specific user who owns this. - - name: project_category - description: Project category of the survey. Allowed values - CORE, CX, EX, BX, PX - - name: project_type - description: Type of Qualtrics project. Match pattern = ^[a-zA-Z]+$ - - name: scoring_summary_after_questions - description: Boolean representing whether the scoring summary is after questions. - - name: scoring_summary_after_survey - description: Boolean representing whether the scoring summary is after the survey. - - name: last_activated_at - description: The date and time the survey was last activated; follows the format YYYY-MM-DD HH:MM:SS - format: YYYY-MM-DD HH:MM:SS - - name: last_modified_at - description: The point in time when the record was last modified; follows the format YYYY-MM-DD HH:MM:SS. - format: YYYY-MM-DD HH:MM:SS - - name: is_deleted - description: Boolean representing whether the record was soft-deleted in Qualtrics. - - name: owner_email - description: Email of the USER who owns the object. - - name: count_questions - description: Total number of questions (does not include deleted ones) in the survey. Set to 0 if NULL. - - name: count_survey_responses - description: Total number of survey responses. Set to 0 if NULL. - - name: count_completed_survey_responses - description: Total number of completed survey responses (ie is_finished=true). Set to 0 if NULL. - - - name: qualtrics__contact - description: Detailed view of contacts from both the XM Directory and (to-be-deprecated) Research Core contact endpoints, enhanced with response and mailing list metrics. - columns: - - name: contact_id - description: The ID for the contact. - - name: is_xm_directory_contact - description: Boolean representing whether the contact came from the XM Directory API endpoint (ie stored in the directory_contact table). - - name: is_research_core_contact - description: Boolean representing whether the contact came from the (to-be-deprecated) Research Core API endpoint (ie stored in the core_contact table). - - name: email - description: The user's email address. - - name: email_domain - description: Domain of the contact's email address. - - name: first_name - description: Contact's first name. - - name: last_name - description: Contact's surname. - - name: external_data_reference - description: The external reference for the contact. - - name: language - description: The user's default language. - - name: mailing_list_ids - description: Comma-separated list of mailing list IDs the record is associated with, sorted in ascending order of mailing list ID. - - name: count_mailing_lists_subscribed_to - description: Count of distinct mailing lists the contact is a member of and has not opted out of. - - name: count_mailing_lists_unsubscribed_from - description: Count of distinct mailing lists that the contact has opted out of receiving emails through. - - name: created_at - description: The creation date and time of the record. If a creation time is not available, the timestamp when the record was last updated is used. - format: YYYY-MM-DD HH:MM:SS - - name: count_surveys_sent_email - description: Distinct surveys sent to the contact via email invite. Set to 0 if NULL. - - name: count_surveys_sent_sms - description: Distinct surveys sent to the contact via SMS invite. Set to 0 if NULL. - - name: count_surveys_opened_email - description: Distinct surveys opened by the contact via email invite. Set to 0 if NULL. - - name: count_surveys_opened_sms - description: Distinct surveys opened by the contact via SMS invite. Set to 0 if NULL. - - name: count_surveys_started_email - description: Distinct surveys started by the contact (i.e., has a survey response) via email invite. Set to 0 if NULL. - - name: count_surveys_started_sms - description: Distinct surveys started by the contact (i.e., has a survey response) via SMS invite. Set to 0 if NULL. - - name: count_surveys_completed_email - description: Distinct surveys completed by the contact via email invite. Set to 0 if NULL. - - name: count_surveys_completed_sms - description: Distinct surveys completed by the contact via SMS invite. Set to 0 if NULL. - - name: total_count_surveys - description: Total distinct surveys distributed. Set to 0 if NULL. - - name: total_count_completed_surveys - description: Total distinct surveys completed. Set to 0 if NULL. - - - name: qualtrics__directory - description: A directory is an address book for the entire brand and contains all of the contacts that have been added by your users. This model provides a detailed view of each directory, enhanced with metrics regarding contacts, survey distribution, and engagement. - columns: - - name: is_deduped_on_email - description: Boolean representing if directory contacts are deduped based on email. - - name: is_deduped_on_ext_ref - description: Boolean representing if directory contacts are deduped based on an external data reference. - - name: is_deduped_on_first_name - description: Boolean representing if directory contacts are deduped based on first name. - - name: is_deduped_on_last_name - description: Boolean representing if directory contacts are deduped based on last name. - - name: is_deduped_on_phone - description: Boolean representing if directory contacts are deduped based on phone number. - - name: directory_id - description: The directory ID, also known as a pool ID. Example - POOL_012345678901234 - - name: is_default - description: Boolean representing if this directory is the default one for your brand. The default directory will be the first directory listed in the dropdown menu in Qualtrics. - - name: name - description: Name of the directory. - - name: is_deleted - description: Boolean representing whether the record was soft-deleted in Qualtrics. - - name: count_distinct_emails - description: Count of distinct email addresses in the directory. Set to 0 if NULL. - - name: count_distinct_phones - description: Count of distinct phone numbers (stripped of any non-numeric characters) in the directory. Set to 0 if NULL. - - name: total_count_contacts - description: Total number of contacts. Set to 0 if NULL. - - name: count_contacts_sent_survey - description: Number of contacts in this directory who have been sent a survey. Set to 0 if NULL. - - name: count_contacts_opened_survey - description: Number of contacts in this directory who have been sent a survey and opened it. Set to 0 if NULL. - - name: count_contacts_started_survey - description: Number of contacts in this directory who have been sent a survey and started the response. Set to 0 if NULL. - - name: count_contacts_completed_survey - description: Number of contacts in this directory who have been sent a survey and completed it. Set to 0 if NULL. - - name: count_surveys_sent - description: Number of distinct surveys sent to contacts. Set to 0 if NULL. - - name: count_mailing_lists - description: Number of mailing lists the exist within the directory. Set to 0 if NULL. - - - name: qualtrics__distribution - description: Table of each survey's distribution (method of reaching out to XM directory contacts or Research core contacts) enhanced with survey response and status metrics. - columns: - - name: created_at - description: The creation date and time of the record. If a creation time is not available, the timestamp when the record was last updated is used. - format: YYYY-MM-DD HH:MM:SS - - name: header_from_email - description: Email from address. - - name: header_from_name - description: Email from name. - - name: header_reply_to_email - description: Email reply-to address. - - name: header_subject - description: Email subject; text or message id (MS_). - - name: distribution_id - description: The unique Distribution ID. - - name: last_modified_at - description: The point in time when the record was last modified. Follows the format YYYY-MM-DD HH:MM:SS. - format: YYYY-MM-DD HH:MM:SS - - name: organization_id - description: ID of the organization/brand this record belongs to. - - name: owner_user_id - description: The unique identifier for a specific user who owns this. - - name: recipient_contact_id - description: The contact ID of the recipient. Can point to directory_contact or core_contact. - - name: recipient_library_id - description: Library ID of the message. - - name: recipient_mailing_list_id - description: The mailing list or contact group associated with the distribution(s). Can point to directory_mailing_list or core_mailing_list. - - name: recipient_sample_id - description: The ID for the desired sample. Can point to directory_sample or core_sample (not included in package). - - name: request_status - description: The distribution's status. States include Pending and Done. The Pending state is for email that is scheduled to be sent at a later time. - - name: request_type - description: The distribution's type. Types include Invite, Reminder, and ThankYou. - - name: send_at - description: The date and time the request will be or was sent (follows the format YYYY-MM-DD HH:MM:SS.). Note that this date and time could be in the future if the email distribution is scheduled to send after a delay. - format: YYYY-MM-DD HH:MM:SS - - name: survey_link_expires_at - description: The expiration date for the link associated with the survey distribution. Null if request_type != Invite. Follows the format YYYY-MM-DD HH:MM:SS. - format: YYYY-MM-DD HH:MM:SS - - name: survey_link_type - description: The link type (Individual, Anonymous, or Multiple) for the link associated with the survey distribution. Null if request_type != Invite. - - name: survey_id - description: The unique survey ID. Will be non-null even if request_type != Invite. - - name: is_deleted - description: Boolean representing whether the record was soft-deleted in Qualtrics. - - name: owner_email - description: Email of the USER who owns the object. - - name: owner_first_name - description: First name of the user who owns the object. - - name: owner_last_name - description: Surname of the user who owns the object. - - name: current_count_surveys_pending - description: Count of distributed surveys currently pending (the distribution is scheduled but has yet to be sent). Set to 0 if NULL. - - name: current_count_surveys_success - description: Count of distributed surveys currently with a status of success (the distribution was successfully delivered to the contact). Set to 0 if NULL. - - name: current_count_surveys_error - description: Count of distributed surveys currently with a status of error (an error occurred while attempting to send the distribution). Set to 0 if NULL. - - name: current_count_surveys_opened - description: Count of distributed surveys currently with a status of opened (the distribution was opened by the contact). Set to 0 if NULL. - - name: current_count_surveys_complaint - description: Count of distributed surveys currently with a status of complaint (the contact complained that the distribution was spam). Set to 0 if NULL. - - name: current_count_surveys_skipped - description: Count of distributed surveys currently with a status of `skipped` (the contact was skipped due to contact frequency rules or blacklisted contact information). Set to 0 if NULL. - - name: current_count_surveys_blocked - description: Count of distributed surveys currently with a status of blocked (the distribution failed to send, because the contact blocked it or the email was caught by the spam circuit breaker). Set to 0 if NULL. - - name: current_count_surveys_failure - description: Count of distributed surveys currently with a status of failed (the distribution failed to be delivered). Set to 0 if NULL. - - name: current_count_surveys_unknown - description: Count of distributed surveys currently with a status of unknown (the distribution failed for an unknown reason). Set to 0 if NULL. - - name: current_count_surveys_softbounce - description: Count of distributed surveys currently with a status of softbounce (the distribution bounced but can be retried). Set to 0 if NULL. - - name: current_count_surveys_hardbounce - description: Count of distributed surveys currently with a status of hardbounce (the distribution bounced and should not be retried). Set to 0 if NULL. - - name: current_count_surveys_surveystarted - description: Count of distributed surveys currently with a status of surveystarted (the contact started the survey distributed). Set to 0 if NULL. - - name: current_count_surveys_surveypartiallyfinished - description: Count of distributed surveys currently with a status of surveypartiallyfinished (the contact submitted a partially completed survey response). Set to 0 if NULL. - - name: current_count_surveys_surveyfinished - description: Count of distributed surveys currently with a status of surveyfinished (the contact submitted a completed survey response). Set to 0 if NULL. - - name: current_count_surveys_surveyscreenedout - description: Count of distributed surveys currently with a status of surveyscreenedout (the contact screened out while taking the survey). Set to 0 if NULL. - - name: current_count_surveys_sessionexpired - description: Count of distributed surveys currently with a status of sessionexpired (the contact's survey session has expired). Set to 0 if NULL. - - name: total_count_contacts - description: Total number of contacts. Set to 0 if NULL. - - name: count_contacts_sent_surveys - description: Count of unique contacts who have been sent surveys via the distribution. Set to 0 if NULL. - - name: count_contacts_opened_surveys - description: Count of unique contacts who have opened surveys via the distribution. Set to 0 if NULL. - - name: count_contacts_started_surveys - description: Count of unique contacts who have started surveys via the distribution. Set to 0 if NULL. - - name: count_contacts_completed_surveys - description: Count of unique contacts who have completed surveys via the distribution. Set to 0 if NULL. - - name: first_survey_sent_at - description: Timestamp of when the first survey was sent via this distribution. Follows the format YYYY-MM-DD HH:MM:SS. - format: YYYY-MM-DD HH:MM:SS.fff - - name: last_survey_sent_at - description: Timestamp of when a survey was most recently sent out via this distribution. Follows the format YYYY-MM-DD HH:MM:SS. - format: YYYY-MM-DD HH:MM:SS.fff - \ No newline at end of file diff --git a/inputs_snowflake/qualtrics/schemas/block.csv b/inputs_snowflake/qualtrics/schemas/block.csv deleted file mode 100644 index 031fe80fc8f9aaaa37358ecd535dd7da55da67d5..0000000000000000000000000000000000000000 --- a/inputs_snowflake/qualtrics/schemas/block.csv +++ /dev/null @@ -1,10 +0,0 @@ -column_name,column_description -_fivetran_deleted,Boolean representing whether the record was soft-deleted in Qualtrics. -_fivetran_synced,The time when a record was last updated by Fivetran. -block_locking,Boolean representing whether modification of the block and its contents is prevented. -block_visibility,Whether the questions in the block are 'collapsed' or 'expanded' by default. -description,Description given to the block. -id,The ID of the survey block. Match pattern = ^BL_[a-zA-Z0-9]{11,15}$ -randomize_questions,"If/how the block questions are randomized. Can be - `false` (no randomization), `RandomWithXPerPage` (randomize all and place X questions in each block), `RandomWithOnlyX` (randomly present only X out of the total questions), or `Advanced` (custom configuration)" -survey_id,"The unique identifier for this survey. Match pattern = ^SV_[a-zA-Z0-9]{11,15}$" -type,"Type of block. Can be Trash, Default, or Standard" diff --git a/inputs_snowflake/qualtrics/schemas/block_question.csv b/inputs_snowflake/qualtrics/schemas/block_question.csv deleted file mode 100644 index 78594769d21212f5ad7a8704756ddbc5aa04c8d6..0000000000000000000000000000000000000000 --- a/inputs_snowflake/qualtrics/schemas/block_question.csv +++ /dev/null @@ -1,6 +0,0 @@ -column_name,column_description -_fivetran_deleted,Boolean representing whether the record was soft-deleted in Qualtrics. -_fivetran_synced,The time when a record was last updated by Fivetran. -block_id,"The ID of the survey block. Match pattern = ^BL_[a-zA-Z0-9]{11,15}$" -question_id,The unique identifier for the question. Match pattern = ^QID[a-zA-Z0-9]+$ -survey_id,"The unique identifier for this survey. Match pattern = ^SV_[a-zA-Z0-9]{11,15}$" diff --git a/inputs_snowflake/qualtrics/schemas/contact_mailing_list_membership.csv b/inputs_snowflake/qualtrics/schemas/contact_mailing_list_membership.csv deleted file mode 100644 index 4be334c3efe5f3f2fcea6bdd273df3ead4602dcb..0000000000000000000000000000000000000000 --- a/inputs_snowflake/qualtrics/schemas/contact_mailing_list_membership.csv +++ /dev/null @@ -1,10 +0,0 @@ -column_name,column_description -_fivetran_synced,The time when a record was last updated by Fivetran. -contact_id,The ID for the contact. Example - CID_012345678901234 -contact_lookup_id,Optional contact lookup ID for individual distribution. -directory_id,"The directory ID, also known as a pool ID. Example - POOL_012345678901234" -mailing_list_id,The ID for the mailing list. -name,Name of the mailing list. -owner_id,The unique identifier for a specific user who owns this. -unsubscribe_date,Date and time the user opted out of this mailing list. -unsubscribed,Boolean indicating if the user unsubscribed. diff --git a/inputs_snowflake/qualtrics/schemas/core_contact.csv b/inputs_snowflake/qualtrics/schemas/core_contact.csv deleted file mode 100644 index b5b065e50d83dd5baf0e24c7ed76807195a24da9..0000000000000000000000000000000000000000 --- a/inputs_snowflake/qualtrics/schemas/core_contact.csv +++ /dev/null @@ -1,11 +0,0 @@ -column_name,column_description -_fivetran_synced,The time when a record was last updated by Fivetran. -id,Mailing List Contact ID (different from contact_id). ex: MLRP_* -mailing_list_id,The ID for the mailing list. -first_name,Contact's first name. -last_name,Contact's surname. -email,The user's email address. -external_data_reference,The external reference for the contact. -language,The user's default language. -unsubscribed,Boolean indicating if the user unsubscribed. -_fivetran_deleted,Boolean representing whether the record was soft-deleted in Qualtrics. diff --git a/inputs_snowflake/qualtrics/schemas/core_mailing_list.csv b/inputs_snowflake/qualtrics/schemas/core_mailing_list.csv deleted file mode 100644 index 65a49e1bc45df350ab83ff7c524e7e8f05d662f5..0000000000000000000000000000000000000000 --- a/inputs_snowflake/qualtrics/schemas/core_mailing_list.csv +++ /dev/null @@ -1,8 +0,0 @@ -column_name,column_description -_fivetran_deleted,Boolean representing whether the record was soft-deleted in Qualtrics. -_fivetran_synced,The time when a record was last updated by Fivetran. -id,The ID for the mailing list. -library_id,The library ID. Example: `UR_1234567890AbCdE` -name,Name of the mailing list. -category,The library ID. Example: UR_1234567890AbCdE -folder,The folder this is placed in. diff --git a/inputs_snowflake/qualtrics/schemas/directory.csv b/inputs_snowflake/qualtrics/schemas/directory.csv deleted file mode 100644 index 7a31715201a77b157b221577045396c4f9ce0a3c..0000000000000000000000000000000000000000 --- a/inputs_snowflake/qualtrics/schemas/directory.csv +++ /dev/null @@ -1,13 +0,0 @@ -column_name,column_description -_fivetran_deleted,Boolean representing whether the record was soft-deleted in Qualtrics. -_fivetran_synced,The time when a record was last updated by Fivetran. -deduplication_criteria_email,Boolean representing if directory contacts are deduped based on email. -deduplication_criteria_external_data_reference,Boolean representing if directory contacts are deduped based on an external data reference. -deduplication_criteria_first_name,Boolean representing if directory contacts are deduped based on first name. -deduplication_criteria_last_name,Boolean representing if directory contacts are deduped based on last name. -deduplication_criteria_phone,Boolean representing if directory contacts are deduped based on phone number. -id,The directory ID, also known as a pool ID. Example - POOL_012345678901234 -is_default,"Boolean representing if this directory is the default one for your brand. - -The default directory will be the first directory listed in the dropdown menu in Qualtrics." -name,Name of the directory. diff --git a/inputs_snowflake/qualtrics/schemas/directory_contact.csv b/inputs_snowflake/qualtrics/schemas/directory_contact.csv deleted file mode 100644 index dd58b8e29044c57aa77249273ff351835d8bf19a..0000000000000000000000000000000000000000 --- a/inputs_snowflake/qualtrics/schemas/directory_contact.csv +++ /dev/null @@ -1,16 +0,0 @@ -column_name,column_description -_fivetran_synced,The time when a record was last updated by Fivetran. -creation_date,"The creation date and time of the record, expressed as an ISO 8601 value." -directory_id,"The directory ID, also known as a pool ID. Example - POOL_012345678901234" -directory_unsubscribe_date,Date and time the user opted out of the directory. -directory_unsubscribed,Boolean indicating whether the contact unsubscribed from all contact from the Directory. -email,The user's email address. -email_domain,Domain of the contact's email address. -ext_ref,The external reference for the contact. -first_name,Contact's first name. -id,The ID for the contact. Example - CID_012345678901234 -language,The user's default language. -last_modified,The point in time when the record was last modified. -last_name,Contact's surname. -phone,Contact's phone number. -write_blanks,Boolean of whether to write blanks(?) or not. diff --git a/inputs_snowflake/qualtrics/schemas/directory_mailing_list.csv b/inputs_snowflake/qualtrics/schemas/directory_mailing_list.csv deleted file mode 100644 index 7f6695792656e9bb4617fdd58f7a5e44c23abc78..0000000000000000000000000000000000000000 --- a/inputs_snowflake/qualtrics/schemas/directory_mailing_list.csv +++ /dev/null @@ -1,9 +0,0 @@ -column_name,column_description -_fivetran_deleted,Boolean representing whether the record was soft-deleted in Qualtrics. -_fivetran_synced,The time when a record was last updated by Fivetran. -creation_date,"The creation date and time of the record, expressed as an ISO 8601 value." -directory_id,"The directory ID, also known as a pool ID. Example - POOL_012345678901234" -id,The ID for the mailing list. -last_modified_date,The point in time when the record was last modified. -name,Name of the mailing list. -owner_id,The unique identifier for a specific user who owns this. diff --git a/inputs_snowflake/qualtrics/schemas/distribution.csv b/inputs_snowflake/qualtrics/schemas/distribution.csv deleted file mode 100644 index 3dabeb841ad0b95396b9acfe3a6c565bbfa49b26..0000000000000000000000000000000000000000 --- a/inputs_snowflake/qualtrics/schemas/distribution.csv +++ /dev/null @@ -1,26 +0,0 @@ -column_name,column_description -_fivetran_deleted,Boolean representing whether the record was soft-deleted in Qualtrics. -_fivetran_synced,The time when a record was last updated by Fivetran. -created_date,The creation date and time of the record, expressed as an ISO 8601 value. -header_from_email,Email from address. -header_from_name,Email from name. -header_reply_to_email,Email reply-to address. -header_subject,Email subject; text or message id (MS_). -id,The unique Distribution ID. -message_library_id,Library ID of the message. -message_message_id,The ID for the desired library message. -message_message_text,Text of the message to send. -modified_date,The point in time when the record was last modified. -organization_id,ID of the organization/brand this record belongs to. -owner_id,The unique identifier for a specific user who owns this. -parent_distribution_id,The unique ID of the parent distribution. -recipient_contact_id,The contact ID of the recipient. Can point to `directory_contact` or `core_contact`. -recipient_library_id,Library ID of the message. -recipient_mailing_list_id,The mailing list or contact group associated with the distribution(s). Can point to `directory_mailing_list` or `core_mailing_list`. -recipient_sample_id,The ID for the desired sample. Can point to `directory_sample` or `core_sample` (not included in package). -request_status,The distribution's status. States include `Pending` and `Done`. The Pending state is for email that is scheduled to be sent at a later time. -request_type,"The distribution's type. Types include `Invite`, `Reminder`, and `ThankYou`." -send_date,The date and time the request will be or was sent (in ISO 8601 format). Note that this date and time could be in the future if the email distribution is scheduled to send after a delay. -survey_link_expiration_date,The expiration date for the link associated with the survey distribution. Null if `request_type` != `Invite`. -survey_link_link_type,"The link type (`Individual`, `Anonymous`, or `Multiple`) for the link associated with the survey distribution. Null if `request_type` != `Invite`." -survey_link_survey_id,The unique survey ID. Will be non-null even if `request_type` != `Invite`. diff --git a/inputs_snowflake/qualtrics/schemas/distribution_contact.csv b/inputs_snowflake/qualtrics/schemas/distribution_contact.csv deleted file mode 100644 index aac0a500e8936c929ef38de44fe48608fa448917..0000000000000000000000000000000000000000 --- a/inputs_snowflake/qualtrics/schemas/distribution_contact.csv +++ /dev/null @@ -1,14 +0,0 @@ -column_name,column_description -_fivetran_synced,The time when a record was last updated by Fivetran. -contact_frequency_rule_id,The contact frequency Rule ID. Ex - FQ_AAB234234 -contact_id,The ID for the contact. Example - CID_012345678901234 -contact_lookup_id,Optional contact lookup ID for individual distribution. -distribution_id,The unique Distribution ID. -opened_at,"The time a survey was opened by the respondent, will be null if the survey has not been opened." -response_completed_at,"The time a response was completed, will be null for uncompleted surveys." -response_id,The unique ID for the `SURVEY_RESPONSE`. -response_started_at,"The time a response was started by the respondent, will be null if survey has not been started." -sent_at,The time a survey was sent to the respondent. -status,The type of response. -survey_link,The survey link sent with the distribution. This is null when no link was sent. -survey_session_id,An identifier that represents the session in which the respondent interacted with the survey diff --git a/inputs_snowflake/qualtrics/schemas/question.csv b/inputs_snowflake/qualtrics/schemas/question.csv deleted file mode 100644 index 82077d8bdb204a319d29ab38264c118d5529c614..0000000000000000000000000000000000000000 --- a/inputs_snowflake/qualtrics/schemas/question.csv +++ /dev/null @@ -1,82 +0,0 @@ -column_name,column_description -_fivetran_deleted,Boolean representing whether the record was soft-deleted in Qualtrics. -_fivetran_synced,The time when a record was last updated by Fivetran. -data_export_tag,The tag to identify the question in exported data. -data_visibility_hidden,Boolean that represents whether the embedded data is hidden. -data_visibility_private,Boolean that represents whether the embedded data is private. -id,The unique identifier for the question. Match pattern = ^QID[a-zA-Z0-9]+$ -next_answer_id,"For Matrix questions, the vertical options are denoted as ""Answers"" in the question's structure. -ID of the next answer for this question. ?" -next_choice_id,"For Matrix questions, the horizontal options are denoted as ""Choices"" in the question's structure. - -ID of the next choice for this question. ?" -question_description,Label to identify the question. -question_description_option,"An optional user-provided field for question descriptions. Accepted values = `UseText`, `SpecifyLabel`" -question_text,Text for the question. -question_text_unsafe,Un-paresed version of the question text. -question_type,"The type of question. Can be - -`MC`,`Matrix`,`Captcha`,`CS`,`DB`,`DD`,`Draw`,`DynamicMatrix`,`FileUpload`,`GAP`,`HeatMap`,`HL`,`HotSpot`,`Meta`,`PGR`,`RO`,`SBS`,`Slider`,`SS`,`TE`,`Timing`,`TreeSelect`" -selector,"How answers are selected such as single answer, multiple answer, etc. Accepted values - -- `Bipolar` -- `Browser` -- `Captcha` -- `CompactView` -- `CS` -- `D` -- `DL` -- `DND` -- `DragAndDrop` -- `ESTB` -- `FORM` -- `FileUpload` -- `GRB` -- `HBAR` -- `HR` -- `HSLIDER` -- `I` -- `Image` -- `LikeDislike` -- `Likert` -- `MACOL` -- `MAHR` -- `MAVR` -- `ML` -- `MSB` -- `MaxDiff` -- `NPS` -- `OH` -- `OnOff` -- `POS` -- `PTB` -- `PW` -- `PageTimer` -- `Profile` -- `RB` -- `RO` -- `SACOL` -- `SAHR` -- `SAVR` -- `SB` -- `SBSMatrix` -- `SL` -- `STAR` -- `ScreenCapture` -- `SearchOnly` -- `Signature` -- `TA` -- `TB` -- `TBelow` -- `TE` -- `TL` -- `TRight` -- `Text` -- `V1` -- `V2` -- `VR` -- `VRTL` -- `WTXB`" -sub_selector,"How subquestion answers are selected. Allowed values - SingleAnswer, DL, GR, DND, Long, Medium, MultipleAnswer, Columns, NoColumns, Short, TX, TXOT, WOTXB, WOTB, WTB, WTXB, WVTB." -survey_id,"The unique identifier for this survey. Match pattern = ^SV_[a-zA-Z0-9]{11,15}$" -validation_setting_force_response,The response from forcing respondents to answer a question or request that they consider answering the question before leaving the page -validation_setting_force_response_type,The type of response from forcing respondents to answer a question or request that they consider answering the question before leaving the page -validation_setting_type,The type of forced response validation that is set. diff --git a/inputs_snowflake/qualtrics/schemas/question_option.csv b/inputs_snowflake/qualtrics/schemas/question_option.csv deleted file mode 100644 index ce1fcaf54bb9be1b2fb7d850aa156101168c3ddc..0000000000000000000000000000000000000000 --- a/inputs_snowflake/qualtrics/schemas/question_option.csv +++ /dev/null @@ -1,8 +0,0 @@ -column_name,column_description -_fivetran_deleted,Boolean representing whether the record was soft-deleted in Qualtrics. -_fivetran_synced,The time when a record was last updated by Fivetran. -key,Key of the embedded survey data element. -question_id,The unique identifier for the question. Match pattern = ^QID[a-zA-Z0-9]+$ -recode_value,Recode/mapping value for the option. -survey_id,"The unique identifier for this survey. Match pattern = ^SV_[a-zA-Z0-9]{11,15}$" -text,Question option text. diff --git a/inputs_snowflake/qualtrics/schemas/question_response.csv b/inputs_snowflake/qualtrics/schemas/question_response.csv deleted file mode 100644 index e89102019ccac0ba2fb43a7232dae8674603e5fa..0000000000000000000000000000000000000000 --- a/inputs_snowflake/qualtrics/schemas/question_response.csv +++ /dev/null @@ -1,11 +0,0 @@ -column_name,column_description -_fivetran_id,Fivetran-generated unique key hashed on response_id, question_id, sub_question_key, sub_question_text , question_option_key , loop_id and importId. -_fivetran_synced,The time when a record was last updated by Fivetran. -loop_id,ID of the Loop and Merge object this response is associated with. -question,Question text. -question_id,The unique identifier for the question. Match pattern = ^QID[a-zA-Z0-9]+$ -question_option_key,The key of the `QUESTION_OPTION` that was chosen. -response_id,The unique ID for the `SURVEY_RESPONSE`. -sub_question_key,Key of the sub question. -sub_question_text,Sub question text. -value,Value of the question response. diff --git a/inputs_snowflake/qualtrics/schemas/sub_question.csv b/inputs_snowflake/qualtrics/schemas/sub_question.csv deleted file mode 100644 index 2a7be97a67693de2a78079d7a65f4867c487e950..0000000000000000000000000000000000000000 --- a/inputs_snowflake/qualtrics/schemas/sub_question.csv +++ /dev/null @@ -1,8 +0,0 @@ -column_name,column_description -_fivetran_deleted,Boolean representing whether the record was soft-deleted in Qualtrics. -_fivetran_synced,The time when a record was last updated by Fivetran. -choice_data_export_tag,The tag to identify the question choice in exported data. -key,Key of the embedded survey data element. -question_id,The unique identifier for the question. Match pattern = ^QID[a-zA-Z0-9]+$ -survey_id,"The unique identifier for this survey. Match pattern = ^SV_[a-zA-Z0-9]{11,15}$" -text,Sub question text. diff --git a/inputs_snowflake/qualtrics/schemas/survey.csv b/inputs_snowflake/qualtrics/schemas/survey.csv deleted file mode 100644 index f426c75f0f7a8cce63a79f00883b7f30be2ad860..0000000000000000000000000000000000000000 --- a/inputs_snowflake/qualtrics/schemas/survey.csv +++ /dev/null @@ -1,31 +0,0 @@ -column_name,column_description -_fivetran_deleted,Boolean representing whether the record was soft-deleted in Qualtrics. -_fivetran_synced,The time when a record was last updated by Fivetran. -auto_scoring_category,The automated scoring category. -brand_base_url,Base url for the organization/brand. -brand_id,Unique ID of the organization/brand. -bundle_short_name,Short name for the content bundle that the survey is from. -composition_type,Survey composition type. -creator_id,The unique identifier for a specific `USER` who created the survey. -default_scoring_category,The default scoring category. -division_id,"The unique identifier for the Division ID. Match pattern = ^DV_[0-9a-zA-Z]{11,15}$" -id,The unique identifier for this survey. Match pattern = ^SV_[a-zA-Z0-9]{11,15}$ -is_active,DEPRECATED. Use `survey_status = 'active'` instead. -last_accessed,The date the survey was last accessed. -last_activated,The date the survey was last activated. -last_modified,The point in time when the record was last modified. -owner_id,The unique identifier for a specific user who owns this. -project_category,"Project category of the survey. - -Allowed values - `CORE`, `CX`, `EX`, `BX`, `PX`" -project_type,Type of [Qualtrics project](https://www.qualtrics.com/support/survey-platform/my-projects/my-projects-overview/#SelectingProjectType). Match pattern = ^[a-zA-Z]+$ -registry_sha,The survey registry SHA. -registry_version,The survey registry version. -schema_version,Qualtrics schema version. -scoring_summary_after_questions,Boolean representing whether the scoring summary is after questions. -scoring_summary_after_survey,Boolean representing whether the scoring summary is after the survey. -scoring_summary_category,The unique identifier for the scoring. -survey_name,Name of the survey. -survey_status,"The distribution status of the survey, or a flag indicating that it's a library block - -Allowed values - `Inactive`, `Active`, `Pending`, `LibBlock`, `Deactive`, `Temporary`" diff --git a/inputs_snowflake/qualtrics/schemas/survey_embedded.csv b/inputs_snowflake/qualtrics/schemas/survey_embedded.csv deleted file mode 100644 index 68c4a2c193ad0de14528b0d05c84476fb13ead04..0000000000000000000000000000000000000000 --- a/inputs_snowflake/qualtrics/schemas/survey_embedded.csv +++ /dev/null @@ -1,6 +0,0 @@ -column_name,column_description -_fivetran_synced,The time when a record was last updated by Fivetran. -import_id,A unique identifier to recognize this import job of embedded survey data. -key,Key of the embedded survey data element. -response_id,The unique ID for the `SURVEY_RESPONSE`. -value,Key of the embedded survey data element. diff --git a/inputs_snowflake/qualtrics/schemas/survey_response.csv b/inputs_snowflake/qualtrics/schemas/survey_response.csv deleted file mode 100644 index 653fd7c290fb6e536eaf33502e6783125d437e21..0000000000000000000000000000000000000000 --- a/inputs_snowflake/qualtrics/schemas/survey_response.csv +++ /dev/null @@ -1,20 +0,0 @@ -column_name,column_description -_fivetran_synced,The time when a record was last updated by Fivetran. -distribution_channel,The method by which the survey was distributed to respondents. -duration_in_seconds,How long it took for the respondent to finish the survey in seconds. -end_date,The point in time when the survey response was finished. -finished,"Boolean (stored as int) indicating if the respondent finished and submitted the survey, the value will be 1, otherwise it will be 0." -id,The unique ID for the SURVEY_RESPONSE. -ip_address,IP address of the recipient. -last_modified_date,The point in time when the record was last modified. -location_latitude,The approximate location of the respondent at the time the survey was taken. -location_longitude,The approximate location of the respondent at the time the survey was taken. -progress,How far the respondent has progressed through the survey as a percentage out of 100. -recipient_email,Email of the [recipient](https://api.qualtrics.com/ZG9jOjg3NzY2OQ-getting-information-about-distributions#the-recipients-object) if they are a single recipient (not a mailing list or sample). -recipient_first_name,First name of the [recipient](https://api.qualtrics.com/ZG9jOjg3NzY2OQ-getting-information-about-distributions#the-recipients-object) if they are a single recipient (not a mailing list or sample). -recipient_last_name,Last name of the [recipient](https://api.qualtrics.com/ZG9jOjg3NzY2OQ-getting-information-about-distributions#the-recipients-object) if they are a single recipient (not a mailing list or sample). -recorded_date,The point in time when the survey response was recorded. -start_date,The point in time when the survey response was recorded. -status,The type of response. -survey_id,"The unique identifier for this survey. Match pattern = ^SV_[a-zA-Z0-9]{11,15}$" -user_language,The language of the respondent. diff --git a/inputs_snowflake/qualtrics/schemas/survey_version.csv b/inputs_snowflake/qualtrics/schemas/survey_version.csv deleted file mode 100644 index 828d599e8de7908659312d21de325d24f1ec509a..0000000000000000000000000000000000000000 --- a/inputs_snowflake/qualtrics/schemas/survey_version.csv +++ /dev/null @@ -1,11 +0,0 @@ -column_name,column_description -_fivetran_deleted,Boolean representing whether the record was soft-deleted in Qualtrics. -_fivetran_synced,The time when a record was last updated by Fivetran. -creation_date,"The creation date and time of the record, expressed as an ISO 8601 value." -description,A user-provided description of the survey version. -id,The unique identifier for this survey version. -published,"Boolean that, when true, publishes the version." -survey_id,"The unique identifier for this survey. Match pattern = ^SV_[a-zA-Z0-9]{11,15}$" -user_id,"Unique ID of the user. Match pattern = ^((UR)|(URH))_[0-9a-zA-Z]{11,15}$" -version_number,The version number of this survey. -was_published,Boolean that is true if the survey version was published. diff --git a/inputs_snowflake/qualtrics/schemas/user.csv b/inputs_snowflake/qualtrics/schemas/user.csv deleted file mode 100644 index 2053dbb41b84909c09ba48a0af1504e783518003..0000000000000000000000000000000000000000 --- a/inputs_snowflake/qualtrics/schemas/user.csv +++ /dev/null @@ -1,23 +0,0 @@ -column_name,column_description -_fivetran_deleted,Boolean representing whether the record was soft-deleted in Qualtrics. -_fivetran_synced,The time when a record was last updated by Fivetran. -account_creation_date,The date and time that the account was created. Dates and times are expressed in ISO 8601 format. -account_expiration_date,The date the account expires. Dates and times are expressed in ISO 8601 format. -account_status,"Either `active`, `disabled`, or `notVerified`." -division_id,"The unique identifier for the Division ID. Match pattern = ^DV_[0-9a-zA-Z]{11,15}$" -email,The user's email address. -first_name,The user's first name or given name. -id,Unique ID of the user. Match pattern = ^((UR)|(URH))_[0-9a-zA-Z]{11,15}$ -language,The user's default language. -last_login_date,The date and time the user last logged into the user interface. Dates and times are expressed in ISO 8601 format. -last_name,User's surname. -organization_id,ID of the organization/brand this record belongs to. -password_expiration_date,The date the account password expires. Dates and times are expressed in ISO 8601 format. -password_last_changed_date,The date the account password was last changed. Dates and times are expressed in ISO 8601 format. -response_count_auditable,The count of auditable responses. -response_count_deleted,The count of deleted responses. -response_count_generated,The count of generated responses. -time_zone,The IANA time zone setting for the user. -unsubscribed,Boolean indicating if the user unsubscribed. -user_type,ID of the user type. See mappings of user types to their type IDs [here](https://api.qualtrics.com/dc2be1c61af61-user-type). -username,UI-facing username for the account. diff --git a/inputs_snowflake/recurly/schemas/account.csv b/inputs_snowflake/recurly/schemas/account.csv deleted file mode 100644 index ce4e3efe55497215f7b38c54f08493186e6a5838..0000000000000000000000000000000000000000 --- a/inputs_snowflake/recurly/schemas/account.csv +++ /dev/null @@ -1,22 +0,0 @@ -column_name,column_description -id,Uniquely identifies your customers in Recurly. No two customers can share the same account id. Part of the PK -updated_at,When the account was last changed. -account_country,The country the account was registered in. -account_first_name,The first name for who registered the account. -account_last_name,The last name for who registered the account. -bill_to,"An enumerable describing the billing behavior of the account, specifically whether the account is self-paying or will rely on the parent account to pay. -" -cc_emails,"Additional email address that should receive account correspondence. These should be separated only by commas. These CC emails will receive all emails that the email field also receives. -" -code,"The unique identifier of the account. This cannot be changed once the account is created. Provided during account creation. -" -company,The company related with the account. -created_at,When the account was created. -deleted_at,"If present, when the account was last marked inactive." -email,"The email address used for communicating with this customer. The customer will also use this email address to log into your hosted account management pages. This value does not need to be unique. -" -state,Accounts can be either active or inactive. -tax_exempt,"The tax status of the account. true exempts tax on the account, false applies tax on the account." -username,A secondary value for the account. -vat_number,The VAT number of the account (to avoid having the VAT applied). This is only used for manually collected invoices. -_fivetran_synced,Timestamp the record was synced by Fivetran. diff --git a/inputs_snowflake/recurly/schemas/account_balance.csv b/inputs_snowflake/recurly/schemas/account_balance.csv deleted file mode 100644 index 91e8b20816be0aaada80ef5ab935d6edadb75bc4..0000000000000000000000000000000000000000 --- a/inputs_snowflake/recurly/schemas/account_balance.csv +++ /dev/null @@ -1,7 +0,0 @@ -column_name,column_description -account_id,The account the balance update is associated with. -account_updated_at,When the account balance was last changed. -amount,The combined amount of charge or credit adjustments that are left uninvoiced and open on the account. -currency,3-letter ISO 4217 currency code (USD for US Dollar) -past_due,Is the existing amount of this balance due? -_fivetran_synced,Timestamp the record was synced by Fivetran. diff --git a/inputs_snowflake/recurly/schemas/account_note.csv b/inputs_snowflake/recurly/schemas/account_note.csv deleted file mode 100644 index 5fcaf78bd2d8545a664cfe5c48fcf015054be63d..0000000000000000000000000000000000000000 --- a/inputs_snowflake/recurly/schemas/account_note.csv +++ /dev/null @@ -1,10 +0,0 @@ -column_name,column_description -id,Uniquely identifies the account note created. -account_id,Account associated with the note created. -account_updated_at,Last time the account note was updated. -created_at,Date/time When the note was created. -message,Contents of the note created. -object,Object type of account note. -user_id,Id associated with who created the note. -user_email,Email associated with who created the note. -_fivetran_synced,Timestamp the record was synced by Fivetran. diff --git a/inputs_snowflake/recurly/schemas/billing_info.csv b/inputs_snowflake/recurly/schemas/billing_info.csv deleted file mode 100644 index 82db0921f03f81bd96da7f5a2da04d232905bb21..0000000000000000000000000000000000000000 --- a/inputs_snowflake/recurly/schemas/billing_info.csv +++ /dev/null @@ -1,28 +0,0 @@ -column_name,column_description -id,Unique identifier for the billing info object. -account_id,Account identifier for the billing info. -billing_city,Billing city of the card on file for the account. -billing_country,Billing country of the card on file for the account. -billing_phone,Phone number of the account. -billing_postal_code,Billing postal code of the card on file for the account. -billing_region,"Billing region of the card on file for the account, like state in the US or province in Canada." -billing_street_1,First address line of the card on file for the account. -billing_street_2,Second address line of the card on file for the account. -created_at,Date customer's billing information was added to the account. -first_name,First name of the cardholder for the account. -fraud_decision,Decision made on whether billing info triggers a fraud alert. -fraud_risk_rules_triggered,The rules that are triggered for fraud if an alert is raised. -fraud_score,Fraud score on card based on risk inquiries. -last_name,Last name of the cardholder for the account. -payment_method_credit_type,"Card type of payment method, like Visa or Mastercard." -payment_method_exp_month,Month the payment method is expected to expire. -payment_method_exp_year,Year the payment method is expected to expire. -payment_method_first_six,First six numbers of the credit card used to process the transaction. -payment_method_last_four,Last four digits of the credit card number stored on customer's account. -payment_method_object,"Object type of payment method, like credit card or debit card." -updated_at,Date customer's billing information was last updated on the account. -updated_by_country,Country from which latest billing info update came from. -updated_by_ip,IP address from which latest billing info update came from. -valid,Is the card valid? Boolean object. -vat_number,"(for EU companies), VAT number provider by customer." -_fivetran_synced,Timestamp the record was synced by Fivetran. diff --git a/inputs_snowflake/recurly/schemas/coupon_discount.csv b/inputs_snowflake/recurly/schemas/coupon_discount.csv deleted file mode 100644 index 510bf2560794f50286911583a1f369fda40eabbe..0000000000000000000000000000000000000000 --- a/inputs_snowflake/recurly/schemas/coupon_discount.csv +++ /dev/null @@ -1,10 +0,0 @@ -column_name,column_description -coupon_id,Unique identifier for the coupon created. -fivetran_id,Combined unique surrogate key for the model. -amount,"Fixed amount discount being applied, if applicable. Percentage would be null if amount exists." -currency,3-letter ISO 4217 currency code (USD for US Dollar). -percentage,"Percentage discount being applied, if applicable. Amount would be null if percentage exists." -trial_length,Period of time that coupon will discount eligible purchases by customer. -trial_unit,"Unit of time associated with trial time ('day', 'week', 'month')" -type,"Delineates between which type of discount is being applied ('fixed' for amount discount, 'percent' for percentage discount)" -_fivetran_synced,Timestamp the record was synced by Fivetran. diff --git a/inputs_snowflake/recurly/schemas/coupon_redemption.csv b/inputs_snowflake/recurly/schemas/coupon_redemption.csv deleted file mode 100644 index 4670a84d7cdf3e317d14fef1f2122aefa4aba2e9..0000000000000000000000000000000000000000 --- a/inputs_snowflake/recurly/schemas/coupon_redemption.csv +++ /dev/null @@ -1,11 +0,0 @@ -column_name,column_description -id,Unique identifier for the coupon redemption created. -account_id,Account associated with the coupon being redeemed. -coupon_id,Coupon being redeemed. -created_at,Time coupon was being redeemed. -currency,3-letter ISO 4217 currency code (USD for US Dollar). -discounted,Amount discounted from coupon redemption. -removed_at,"If a coupon is removed from a customer, time of removal." -state,Current state of coupon redemption (usually active or inactive) -updated_at,Time coupon redemption last updated. -_fivetran_synced,Timestamp the record was synced by Fivetran. diff --git a/inputs_snowflake/recurly/schemas/credit_payment.csv b/inputs_snowflake/recurly/schemas/credit_payment.csv deleted file mode 100644 index c5a28a9cbab6d43270295d82d98db279b859e78e..0000000000000000000000000000000000000000 --- a/inputs_snowflake/recurly/schemas/credit_payment.csv +++ /dev/null @@ -1,19 +0,0 @@ -column_name,column_description -id,Unique identifier for the credit payment. -account_id,The id of the account the credit payment is associated with. -action,"The action that resulted in the credit payment being created. Enum: ""payment"", ""gift_card"", ""write_off"", ""reduction"", ""refund"" -" -amount,"The amount of the credit payment, which will always be positive." -applied_to_invoice_id,"The invoice the credit payment was applied to. If action is payment, gift_card, or write_off, this is a charge invoice. If action is reduction or refund, this is a credit invoice. -" -created_at,The date and time the credit payment was created. -currency,3-letter ISO 4217 currency code (USD for US Dollar). -original_credit_payment_id,"The unique id of the credit payment the refund action credit payment is refunding. Will only populate if the action on the row is ""refund"". -" -original_invoice_id,The invoice of the credit invoice the credit payment came from. -refund_transaction_id,"The unique id of the new refund transaction the refund action credit payment is transferring value to. Will only populate if the action on the row is ""refund"". -" -updated_at,Time credit payment last updated. -uuid,Unique id of credit payment. -voided_at,Time when a credit payment is voided. -_fivetran_synced,Timestamp the record was synced by Fivetran. diff --git a/inputs_snowflake/recurly/schemas/invoice.csv b/inputs_snowflake/recurly/schemas/invoice.csv deleted file mode 100644 index a0af928fa0d099dffcc2dd9127051e194beecc12..0000000000000000000000000000000000000000 --- a/inputs_snowflake/recurly/schemas/invoice.csv +++ /dev/null @@ -1,35 +0,0 @@ -column_name,column_description -id,Unique identifier for the object. -updated_at,When the invoice was updated. -account_id,The account this invoice belongs to. -balance,The outstanding balance remaining on this invoice. -closed_at,Date invoice was marked paid or failed. -collection_method,"An automatic invoice means a corresponding transaction is run using the account's billing information at the same time the invoice is created. Manual invoices are created without a corresponding transaction. The merchant must enter a manual payment transaction or have the customer pay the invoice with an automatic method, like credit card, PayPal, Amazon, or ACH bank payment. Default: ""automatic"" Enum: ""automatic"", ""manual"" -" -created_at,When the invoice was created. -currency,3-letter ISO 4217 currency code. -discount,Total discounts applied to this invoice. -due_at,Date invoice is due. This is the date the net terms are reached. -net_terms,"Integer representing the number of days after an invoice's creation that the invoice will become past due. If an invoice's net terms are set to '0', it is due 'On Receipt' and will become past due 24 hours after it’s created. If an invoice is due net 30, it will become past due at 31 days exactly. Default: 0 -" -number,"If VAT taxation and the Country Invoice Sequencing feature are enabled, invoices will have country-specific invoice numbers for invoices billed to EU countries (e.g. FR1001). Non-EU invoices will continue to use the site-level invoice number sequence. -" -origin,"The event that created the invoice. Enum: ""credit"", ""gift_card"", ""immediate_change"", ""line_item_refund"", ""open_amount_refund"", ""purchase"", ""renewal"", ""termination"", ""write_off"", ""prepayment"". -" -paid,The total amount of successful payments transaction on this invoice. -po_number,"For manual invoicing, this identifies the PO number associated with the subscription." -previous_invoice_id,"On refund invoices, this value will exist and show the invoice ID of the purchase invoice the refund was created from." -refundable_amount,The refundable amount on a charge invoice. It will be null for all other invoices. -state,"The invoice state. Enum: ""open"", ""pending"", ""processing"", ""past_due"", ""paid"", ""closed"", ""failed"", ""voided"" -" -subtotal,"The summation of charges, discounts, and credits, before tax." -tax,The total tax on this invoice. -tax_rate,The rate of the tax. -tax_region,"Provides the tax region applied on an invoice. For U.S. Sales Tax, this will be the 2 letter state code. For EU VAT this will be the 2 letter country code. For all country level tax types, this will display the regional tax, like VAT, GST, or PST. -" -tax_type,"Provides the tax type as ""vat"" for EU VAT, ""usst"" for U.S. Sales Tax, or the 2 letter country code for country level tax types like Canada, Australia, New Zealand, Israel, and all non-EU European countries. -" -total,"The final total on this invoice. The summation of invoice charges, discounts, credits, and tax. Alternative the summation of subtotal and tax. -" -type,"Invoices are either ""charge"", ""credit"", or ""legacy"" invoices." -_fivetran_synced,Timestamp the record was synced by Fivetran. diff --git a/inputs_snowflake/recurly/schemas/invoice_coupon_redemption.csv b/inputs_snowflake/recurly/schemas/invoice_coupon_redemption.csv deleted file mode 100644 index 92cf377cacd8e28c3d442ae61034eadfe778de73..0000000000000000000000000000000000000000 --- a/inputs_snowflake/recurly/schemas/invoice_coupon_redemption.csv +++ /dev/null @@ -1,5 +0,0 @@ -column_name,column_description -coupon_redemption_id,Unique identifier for the credit payment. -invoice_id,Invoice the coupon redemption is associated with. -invoice_updated_at,Last time the invoice was updated. -_fivetran_synced,Timestamp the record was synced by Fivetran. diff --git a/inputs_snowflake/recurly/schemas/invoice_subscription.csv b/inputs_snowflake/recurly/schemas/invoice_subscription.csv deleted file mode 100644 index 33faab64a43b6612788f4e569da94b4606bd9ef8..0000000000000000000000000000000000000000 --- a/inputs_snowflake/recurly/schemas/invoice_subscription.csv +++ /dev/null @@ -1,5 +0,0 @@ -column_name,column_description -invoice_id,The id of the invoice associated with the subscription. -invoice_updated_at,When the invoice was updated. -subscription_id,The id of the subscription associated with the invoice. -_fivetran_synced,Timestamp the record was synced by Fivetran. diff --git a/inputs_snowflake/recurly/schemas/line_item.csv b/inputs_snowflake/recurly/schemas/line_item.csv deleted file mode 100644 index 2ff0aadec7eaf2c334b54423948e5f41f4421382..0000000000000000000000000000000000000000 --- a/inputs_snowflake/recurly/schemas/line_item.csv +++ /dev/null @@ -1,33 +0,0 @@ -column_name,column_description -id,Unique identifier for the object. -updated_at,When the line item was updated. -account_id,The account this line item belongs to. -add_on_code,"If the line item is a charge or credit for an add-on, this is its code." -amount,Total after discounts and taxes (quantity * unit_amount) - (discount + tax). -created_at,When the line item was created. -credit_applied,The amount of credit from this line item that was applied to the invoice. -currency,3-letter ISO 4217 currency code. -description,Description that appears on the invoice. For subscription related items this will be filled in automatically. -discount,The discount applied to the line item. -invoice_id,Once the line item has been invoiced this will be the invoice's ID. -invoice_number,"Once the line item has been invoiced this will be the invoice's number. If VAT taxation and the Country Invoice Sequencing feature are enabled, invoices will have country-specific invoice numbers for invoices billed to EU countries (e.g. FR1001). Non-EU invoices will continue to use the site-level invoice number sequence. -" -origin,"A credit created from an original charge will have the value of the charge's origin. Enum: ""add_on"", ""add_on_trial"", ""carryforward"", ""coupon"", ""credit"", ""debit"", ""one_time"", ""plan"", ""plan_trial"", ""setup_fee"", ""prepayment"" -" -quantity,"This number will be multiplied by the unit amount to compute the subtotal before any discounts or taxes. Default: 1 -" -refund,"true if the line item is refund, false if it is not." -start_date,"If an end date is present, this is value indicates the beginning of a billing time range. If no end date is present it indicates billing for a specific date. -" -state,"Pending line items are charges or credits on an account that have not been applied to an invoice yet. Invoiced line items will always have an invoice_id value. Enum: ""invoiced"", ""pending"" -" -subtotal,Total before discounts and taxes (quantity * unit_amount). -tax,The tax amount for the line item. -tax_exempt,"true exempts tax on charges, false applies tax on charges. If not defined, then defaults to the Plan and Site settings. This attribute does not work for credits (negative line items). Credits are always applied post-tax. Pre-tax discounts should use the Coupons feature. -" -taxable,"true if the line item is taxable, false if it is not." -type,"Charges are positive line items that debit the account. Credits are negative line items that credit the account. Enum: ""charge"", ""credit"" -" -unit_amount,"Positive amount for a charge, negative amount for a credit." -uuid,The UUID is useful for matching data with the CSV exports and building URLs into Recurly's UI. Used in HTB database. -_fivetran_synced,Timestamp the record was synced by Fivetran. diff --git a/inputs_snowflake/recurly/schemas/plan.csv b/inputs_snowflake/recurly/schemas/plan.csv deleted file mode 100644 index 138030c0473fb3855c96f6224c2df59d8097dda9..0000000000000000000000000000000000000000 --- a/inputs_snowflake/recurly/schemas/plan.csv +++ /dev/null @@ -1,28 +0,0 @@ -column_name,column_description -id,Unique identifier for the object. -updated_at,When the plan was updated. -accounting_code,"Accounting code for invoice line items for the plan. If no value is provided, it defaults to plan's code." -auto_renew,"Subscriptions will automatically inherit this value once they are active. If auto_renew is true, then a subscription will automatically renew its term at renewal. If auto_renew is false, then a subscription will expire at the end of its term. auto_renew can be overridden on the subscription record itself. Default: true -" -code,Unique code to identify the plan. This is used in Hosted Payment Page URLs and in the invoice exports. -created_at,When the plan was created. -deleted_at,When the plan was deleted. -description,"Optional description, not displayed." -interval_length,"Length of the plan's billing interval in interval_unit. Default: 1 -" -interval_unit,"Unit for the plan's billing interval. Default: ""months"" Enum: ""days"", ""months"" -" -name,This name describes your plan and will appear on the Hosted Payment Page and the subscriber's invoice. -setup_fee_accounting_code,"Accounting code for invoice line items for the plan's setup fee. If no value is provided, it defaults to plan's accounting code." -state,"The current state of the plan. Enum: ""active"", ""inactive"" -" -tax_code,"Used by Avalara, Vertex, and Recurly’s EU VAT tax feature. The tax code values are specific to each tax system. If you are using Recurly’s EU VAT feature you can use unknown, physical, or digital. -" -tax_exempt,"true exempts tax on the plan, false applies tax on the plan." -total_billing_cycles,"Automatically terminate subscriptions after a defined number of billing cycles. Number of billing cycles before the plan automatically stops renewing, defaults to null for continuous, automatic renewal. -" -trial_length,"Length of plan's trial period in trial_units. 0 means no trial. Default: 0 -" -trial_unit,"Units for the plan's trial period. Default: ""months"" Enum: ""days"", ""months"" -" -_fivetran_synced,Timestamp the record was synced by Fivetran. diff --git a/inputs_snowflake/recurly/schemas/plan_currency.csv b/inputs_snowflake/recurly/schemas/plan_currency.csv deleted file mode 100644 index 2eeb60d47ffca786b7c54a3eba6a1638c7434d1a..0000000000000000000000000000000000000000 --- a/inputs_snowflake/recurly/schemas/plan_currency.csv +++ /dev/null @@ -1,7 +0,0 @@ -column_name,column_description -plan_id,The id of the plan. -plan_updated_at,Last time plan updated. -currency,3-letter ISO 4217 currency code. -setup_fees,Fee automatically charged at the beginning of a subscription billing cycle. -unit_amount,Amount for one plan. -_fivetran_synced,Timestamp the record was synced by Fivetran. diff --git a/inputs_snowflake/recurly/schemas/recurly_subscription.csv b/inputs_snowflake/recurly/schemas/recurly_subscription.csv deleted file mode 100644 index 1f703dee157c63784b3f800c54d3bcd9252547e0..0000000000000000000000000000000000000000 --- a/inputs_snowflake/recurly/schemas/recurly_subscription.csv +++ /dev/null @@ -1,39 +0,0 @@ -column_name,column_description -id,Unique identifier for the object. -updated_at,When the subscription was updated. -account_id,The account this subscription belongs to. -activated_at,When the subscription was activated. -add_ons_total,Total price of add-ons. Greater or equal to 0. -auto_renew,"Whether the subscription renews at the end of its term. Default: true -" -canceled_at,When the subscription was canceled. Can take future dates -collection_method,"Default: ""automatic"" Enum: ""automatic"", ""manual"" -" -created_at,When the subscription was created. -currency,3-letter ISO 4217 currency code. -current_period_ends_at,Date/time current billing period ends at. -current_period_started_at,Date/time current billing period started at. -current_term_ends_at,"When the term ends. This is calculated by a plan's interval and total_billing_cycles in a term. Subscription changes with a timeframe=renewal will be applied on this date. -" -current_term_started_at,"The start date of the term when the first billing period starts. The subscription term is the length of time that a customer will be committed to a subscription. A term can span multiple billing periods. -" -expiration_reason,Expiration reason -expires_at,When the subscription has expired. Can take future dates. -object,"The object type, in this case only ""subscription""" -paused_at,Null unless subscription is paused or will pause at the end of the current billing period. -plan_id,The plan this subscription belongs to. -quantity,Subscription quantity. Greater or equal to 0. -remaining_billing_cycles,The remaining billing cycles in the current term. -remaining_pause_cycles,Null unless subscription is paused or will pause at the end of the current billing period. -renewal_billing_cycles,"If auto_renew=true, when a term completes, total_billing_cycles takes this value as the length of subsequent terms. Defaults to the plan's total_billing_cycles. -" -state,"The current state of the subscription. Enum: ""active"", ""canceled"", ""expired"", ""failed"", ""future"", ""paused"" -" -subtotal,"Estimated total, before tax." -total_billing_cycles,"The number of cycles/billing periods in a term. When remaining_billing_cycles=0, if auto_renew=true the subscription will renew and a new term will begin, otherwise the subscription will expire. -" -trial_ends_at,Trial period ends at -trial_started_at,Trial period started at -unit_amount,Subscription unit price -uuid,The UUID is useful for matching data with the CSV exports and building URLs into Recurly's UI. -_fivetran_synced,Timestamp the record was synced by Fivetran. diff --git a/inputs_snowflake/recurly/schemas/subscription_add_on.csv b/inputs_snowflake/recurly/schemas/subscription_add_on.csv deleted file mode 100644 index c04ce748fc24f29593e1c80d489f1da5264c603f..0000000000000000000000000000000000000000 --- a/inputs_snowflake/recurly/schemas/subscription_add_on.csv +++ /dev/null @@ -1,11 +0,0 @@ -column_name,column_description -id,Unique identifier for subscription add-on. -updated_at,The date/time the add-on was last modified. -created_at,The date/time the add-on was last created. -expired_at,Date and time the subscription was/ will churn. -object,Object type of subscription add-on. -plan_add_on_id,Plan add-on ID associated with subscription add-on ID. -quantity,Number of add-ons added to the subscription. -subscription_id,Subscription ID associated with add-on. -unit_amount,Amount of one unit of the add-on. -_fivetran_synced,Timestamp the record was synced by Fivetran. diff --git a/inputs_snowflake/recurly/schemas/subscription_change.csv b/inputs_snowflake/recurly/schemas/subscription_change.csv deleted file mode 100644 index effcca383f339ac0c0781af39cb7000eda003558..0000000000000000000000000000000000000000 --- a/inputs_snowflake/recurly/schemas/subscription_change.csv +++ /dev/null @@ -1,13 +0,0 @@ -column_name,column_description -id,Unique identifier for subscription change. -activate_at,Date at which subscription changes. -activated,Is the subscription change currently active? -created_at,When the subscription was last created. -deleted_at,When subscription was rendered to be inactive. -object,Object type of subscription change. -plan_id,Plan id associated with subscription change. -quantity,Quantity of subscriptions changed -subscription_id,subscription ID associated with subscription change. -unit_amount,Amount of one unit subscription. -updated_at,Last modification of subscription change. -_fivetran_synced,Timestamp the record was synced by Fivetran. diff --git a/inputs_snowflake/recurly/schemas/transaction.csv b/inputs_snowflake/recurly/schemas/transaction.csv deleted file mode 100644 index b9feac0b92ac2eb25df0fec988e5c88064bfe54e..0000000000000000000000000000000000000000 --- a/inputs_snowflake/recurly/schemas/transaction.csv +++ /dev/null @@ -1,52 +0,0 @@ -column_name,column_description -id,Unique identifier for the object. -account_id,The account_id this transaction belongs to. -amount,Total transaction amount sent to the payment gateway. -billing_city,Billing info - City -billing_country,"Billing info - Country, 2-letter ISO code." -billing_first_name,Billing info - First name -billing_last_name,Billing info - Last name -billing_phone,Billing info - Phone -billing_postal_code,Billing info - Zip or postal code. -billing_region,Billing info - State or province. -billing_street_1,Billing info - Address Street 1 -billing_street_2,Billing info - Address Street 2 -collected_at,When the transaction was collected. -collection_method,"The method by which the payment was collected. Enum: ""automatic"", ""manual"" -" -created_at,When the transaction was created. -currency,3-letter ISO 4217 currency code. -customer_message,"For declined (success=false) transactions, the message displayed to the customer." -customer_message_locale,Language code for the message -gateway_approval_code,Transaction approval code from the payment gateway. -gateway_message,Transaction message from the payment gateway. -gateway_reference,Transaction reference number from the payment gateway. -gateway_response_code,"For declined transactions (`success=false`), this field lists the gateway error code." -gateway_response_time,"Time, in seconds, for gateway to process the transaction." -gateway_response_values,The values in this field will vary from gateway to gateway. -invoice_id,The invoice_id this transaction belongs to. -origin,"Describes how the transaction was triggered. Enum: ""api"", ""chargeback"", ""force_collect"", ""hpp"", ""merchant"", ""recurly_admin"", ""recurlyjs"", ""recurring"", ""refunded_externally"", ""transparent"" -" -original_transaction_id,"If this transaction is a refund (type=refund), this will be the ID of the original transaction on the invoice being refunded." -payment_gateway_id,Payment gateway id -payment_gateway_name,Payment gateway name -payment_method_object,"Enum: ""amazon"", ""amazon_billing_agreement"", ""apple_pay"", ""bank_account_info"", ""check"", ""credit_card"", ""eft"", ""gateway_token"", ""iban_bank_account"", ""money_order"", ""other"", ""paypal"", ""paypal_billing_agreement"", ""roku"", ""sepadirectdebit"", ""wire_transfer"" -" -refunded,Indicates if part or all of this transaction was refunded. -status,"The current transaction status. Note that the status may change, e.g. a pending transaction may become declined or success may later become void. Enum: ""chargeback"", ""declined"", ""error"", ""pending"", ""processing"", ""scheduled"", ""success"", ""void"" -" -status_code,Status code of the transaction -status_message,"For declined (success=false) transactions, the message displayed to the merchant." -success,Did this transaction complete successfully? -type,"Transaction types: - authorization - verifies billing information and places a hold on money in the customer's account. - capture - captures funds held by an authorization and completes a purchase. - purchase - combines the authorization and capture in one transaction. - refund - returns all or a portion of the money collected in a previous transaction to the customer. - verify - a $0 or $1 transaction used to verify billing information which is immediately voided. -Enum: ""authorization"", ""capture"", ""purchase"", ""refund"", ""verify"" -" -uuid,The UUID is useful for matching data with the CSV exports and building URLs into Recurly's UI. -voided_at,When the transaction was voided. -voided_by_invoice_id,The invoice_id this transaction was voided. -_fivetran_synced,Timestamp the record was synced by Fivetran. diff --git a/inputs_snowflake/recurly/schemas/transaction_subscription.csv b/inputs_snowflake/recurly/schemas/transaction_subscription.csv deleted file mode 100644 index c1a8f507817f6284145bc2a3fefce6783be0aa2a..0000000000000000000000000000000000000000 --- a/inputs_snowflake/recurly/schemas/transaction_subscription.csv +++ /dev/null @@ -1,4 +0,0 @@ -column_name,column_description -transaction_id,The id of the transaction associated with the subscription. -subscription_id,The id of the subscription associated with the transaction. -_fivetran_synced,Timestamp the record was synced by Fivetran. diff --git a/inputs_snowflake/regional_sales/data_model.yaml b/inputs_snowflake/regional_sales/data_model.yaml deleted file mode 100644 index 0da7dc0230fae8e275cb42b2c52e7963d77d90c3..0000000000000000000000000000000000000000 --- a/inputs_snowflake/regional_sales/data_model.yaml +++ /dev/null @@ -1,35 +0,0 @@ -models: - - name: regional_sales__customers - description: Each record represents a customer. - columns: - - name: customer_id - description: Unique identifier for the customer. - - name: customer_name - description: The name of the customer. - - name: most_expensive_order - description: The most expensive order before discount applied the customer has made, with ties broken by the ascending order of the order number. - - name: has_made_orders_online - description: Set to 1 if the customer has made orders online, 0 otherwise. - - name: highest_net_profiit_for_order - description: The highest net profit before discount applied for an order the customer has made. - - name: avg_price_of_order_after_discount - description: The average price of an order after discount the customer has made. - - name: quantity_of_orders_in_2018 - description: The quantity of orders the customer has made in 2018, replace NULL values with 0. - - name: regional_sales__products - description: Each record represents a product. - columns: - - name: product_id - description: Unique identifier for the product. - - name: product_name - description: The name of the product. - - name: has_been_applied_10per_discount - description: Set to 1 if the product has been applied a 10% discount, 0 otherwise. - - name: percent_of_units_ordered_from_burbank_stores - description: Of all units of this product ordered, the percent whose store is in Burbank. - - name: total_net_profit - description: The total net profit of the product before discount applied , replace NULL values with 0. - - name: number_of_orders - description: The number of orders the product has, replace NULL values with 0. - - name: highest_net_profit_in_2019 - description: The highest net profit of the product before discount applied in 2019. \ No newline at end of file diff --git a/inputs_snowflake/regional_sales/schemas/Customers.csv b/inputs_snowflake/regional_sales/schemas/Customers.csv deleted file mode 100644 index 2ca6d66ddf11b1378d0496b856bc748254c8a876..0000000000000000000000000000000000000000 --- a/inputs_snowflake/regional_sales/schemas/Customers.csv +++ /dev/null @@ -1,3 +0,0 @@ -column_name,column_description -CustomerID,unique id number indicating which customer -Customer_Names,the name of the customer diff --git a/inputs_snowflake/regional_sales/schemas/Products.csv b/inputs_snowflake/regional_sales/schemas/Products.csv deleted file mode 100644 index c9687abe77808b9c8a654c662a97c25ade2eb2cf..0000000000000000000000000000000000000000 --- a/inputs_snowflake/regional_sales/schemas/Products.csv +++ /dev/null @@ -1,3 +0,0 @@ -column_name,column_description -productid,unique id number representing each product -product_name,name of the product diff --git a/inputs_snowflake/regional_sales/schemas/Regions.csv b/inputs_snowflake/regional_sales/schemas/Regions.csv deleted file mode 100644 index ab6504ce2371c5bdda14b0656b8186e264269036..0000000000000000000000000000000000000000 --- a/inputs_snowflake/regional_sales/schemas/Regions.csv +++ /dev/null @@ -1,4 +0,0 @@ -column_name,column_description -StateCode,the unique code identifying the state -State,full state name -Region,the region where the state is located in diff --git a/inputs_snowflake/regional_sales/schemas/Sales_Orders.csv b/inputs_snowflake/regional_sales/schemas/Sales_Orders.csv deleted file mode 100644 index 4ebaf9c725af4e0692b49d137653373e9af3c8c5..0000000000000000000000000000000000000000 --- a/inputs_snowflake/regional_sales/schemas/Sales_Orders.csv +++ /dev/null @@ -1,17 +0,0 @@ -column_name,column_description -OrderNumber,the unique number identifying the order -Sales_Channel,Sales Channel -WarehouseCode,Warehouse Code -ProcuredDate,Procured Date -OrderDate,Order Date -ShipDate,Ship Date -DeliveryDate,Delivery Date -CurrencyCode,Currency Code -SalesTeamID,Sales Team ID -CustomerID,Customer ID -StoreID,Store ID -ProductID,Product ID -Order_Quantity,Order Quantity -Discount_Applied,Discount Applied -Unit_Price, -Unit_Cost, diff --git a/inputs_snowflake/regional_sales/schemas/Sales_Team.csv b/inputs_snowflake/regional_sales/schemas/Sales_Team.csv deleted file mode 100644 index 09d0f92fbf2e1c00014071c6c67f0e9ac7c0e326..0000000000000000000000000000000000000000 --- a/inputs_snowflake/regional_sales/schemas/Sales_Team.csv +++ /dev/null @@ -1,4 +0,0 @@ -column_name,column_description -SalesTeamID,unique sales team id -Sales_Team,sales team names -Region,the region where the state is located in diff --git a/inputs_snowflake/regional_sales/schemas/Store_Locations.csv b/inputs_snowflake/regional_sales/schemas/Store_Locations.csv deleted file mode 100644 index 425d05331193c7a99ea492dd05ee6d100f7426b8..0000000000000000000000000000000000000000 --- a/inputs_snowflake/regional_sales/schemas/Store_Locations.csv +++ /dev/null @@ -1,16 +0,0 @@ -column_name,column_description -storeid,unique store id -city_name,City Name -county,full county name -statecode,state code -state,full state name -type,type of the store -latitude,Latitude -longitude,Longitude -areacode, -population,Population -household_income,Household Income -median_income,Median Income -land_area,Land Area -water_area,Water Area -time_zone,Time Zone diff --git a/inputs_snowflake/restaurant/data_model.yaml b/inputs_snowflake/restaurant/data_model.yaml deleted file mode 100644 index d454f4931b4aaffaf54e870a97bd6837f6bd3fd3..0000000000000000000000000000000000000000 --- a/inputs_snowflake/restaurant/data_model.yaml +++ /dev/null @@ -1,16 +0,0 @@ -models: - - name: cities - description: Each record represents a unique city from table geographic. - columns: - - name: city - description: Unique identifier for the city. - - name: most_popular_restaurant - description: The most popular restaurant's label in the city, with ties broken by the ascending order of the restaurant's label. Most popular restaurant refers to the restaurant with the highest review score. - - name: most_common_type - description: The most common type of restaurant in the city,with ties broken by the ascending order of the food type - - name: most_popular_restaurant_serving_Asian_foods - description: The label of the most popular restaurant serving Asian foods in the city, with ties broken by the ascending order of the restaurant's label. Most popular restaurant refers to the restaurant with the highest review score. Serving asian foods refers to food_type = 'asian'. - - name: average_review_score_of_restaurants - description: The average review score of restaurants in the city. - - name: review_greater_than_average_review_all_American_restaurants - description: Set to 3 if the average review of all restaurants in the city exceeds 90% of the average review of all American restaurants in the city, to 2 if it exceeds 70%, to 1 if it exceeds 50%, and to 0 otherwise. \ No newline at end of file diff --git a/inputs_snowflake/restaurant/schemas/generalinfo.csv b/inputs_snowflake/restaurant/schemas/generalinfo.csv deleted file mode 100644 index 19182923a84876f2f49bf215c71ca6ab8920780b..0000000000000000000000000000000000000000 --- a/inputs_snowflake/restaurant/schemas/generalinfo.csv +++ /dev/null @@ -1,6 +0,0 @@ -column_name,column_description -id_restaurant,the unique id for the restaurant -label,the label of the restaurant -food_type,the food type -city,the city where the restaurant is located in -review,the review of the restaurant diff --git a/inputs_snowflake/restaurant/schemas/geographic.csv b/inputs_snowflake/restaurant/schemas/geographic.csv deleted file mode 100644 index f6efb6bea94ce796803ae77f4b4095baab41a86d..0000000000000000000000000000000000000000 --- a/inputs_snowflake/restaurant/schemas/geographic.csv +++ /dev/null @@ -1,4 +0,0 @@ -column_name,column_description -city,the city -county,the country the city belongs to -region,corresponding regions diff --git a/inputs_snowflake/restaurant/schemas/location.csv b/inputs_snowflake/restaurant/schemas/location.csv deleted file mode 100644 index ca7322b9045248ab5a709ca889ab5c2bec258d35..0000000000000000000000000000000000000000 --- a/inputs_snowflake/restaurant/schemas/location.csv +++ /dev/null @@ -1,5 +0,0 @@ -column_name,column_description -id_restaurant,the unique id for the restaurant -street_num,the street number of the restaurant -street_name,the street name of the restaurant -city,the city where the restaurant is located in diff --git a/inputs_snowflake/retail_complains/schemas/callcenterlogs.csv b/inputs_snowflake/retail_complains/schemas/callcenterlogs.csv deleted file mode 100644 index a545667c5299f80f63c9888435bc7a1f2c537ab1..0000000000000000000000000000000000000000 --- a/inputs_snowflake/retail_complains/schemas/callcenterlogs.csv +++ /dev/null @@ -1,14 +0,0 @@ -column_name,column_description -Date_received,complaint date -Complaint_ID,unique id number representing each complaint -rand_client,client id -phonefinal,final phone number -vru_line,voice response unit line -call_id,id number identifying the call -priority,priority of the complaint -type,type of complaint -outcome,the outcome of processing of complaints -server,server -ser_start,server start time -ser_exit,server exit time -ser_time,server time diff --git a/inputs_snowflake/retail_complains/schemas/client.csv b/inputs_snowflake/retail_complains/schemas/client.csv deleted file mode 100644 index 65db285b45cfdc01b1dbbff333dde07f5dd0ca7a..0000000000000000000000000000000000000000 --- a/inputs_snowflake/retail_complains/schemas/client.csv +++ /dev/null @@ -1,19 +0,0 @@ -column_name,column_description -client_id,unique id client number -sex,sex of client -day,day of the birthday -month,month of the birthday -year,year when is born -age,age -social,social number -first,first name -middle,middle name -last,last name -phone,phone number -email,email -address_1,address 1 -address_2,address 2 -city,city -state,state code -zipcode,zipcode -district_id,district id number diff --git a/inputs_snowflake/retail_complains/schemas/district.csv b/inputs_snowflake/retail_complains/schemas/district.csv deleted file mode 100644 index 0a2682c1c1ac743394464f20432287413c75b38d..0000000000000000000000000000000000000000 --- a/inputs_snowflake/retail_complains/schemas/district.csv +++ /dev/null @@ -1,5 +0,0 @@ -column_name,column_description -district_id,unique id number representing district -city,city -state_abbrev,state abbreviated code -division,division diff --git a/inputs_snowflake/retail_complains/schemas/events.csv b/inputs_snowflake/retail_complains/schemas/events.csv deleted file mode 100644 index ea29352a2c5c416fc03ead7ab4875fef633901bb..0000000000000000000000000000000000000000 --- a/inputs_snowflake/retail_complains/schemas/events.csv +++ /dev/null @@ -1,16 +0,0 @@ -column_name,column_description -date_received,Date received -product,complaining about which product -sub_product,sub product if exists -issue,problems leading to this complaints -sub_issue,sub problems leading to this complaints if exists -consumer_complaint_narrative,Consumer complaint narrative -tags,tags of client -consumer_consent_provided,whether the tags labeled under permission of the clients -submitted_via,Submitted via -date_sent_to_company,Date sent to company -company_response_to_consumer,Company response to consumer -timely_response,whether the response of the company is timely -consumer_disputed,whether the consumer dispute about the response from the company. -complaint_id,id number indicating which complaint -client_id,id number indicating which client diff --git a/inputs_snowflake/retail_complains/schemas/retail_complains_reviews.csv b/inputs_snowflake/retail_complains/schemas/retail_complains_reviews.csv deleted file mode 100644 index 759f63e18e9f282eabcb5d2ed06824e5de5a8d0b..0000000000000000000000000000000000000000 --- a/inputs_snowflake/retail_complains/schemas/retail_complains_reviews.csv +++ /dev/null @@ -1,6 +0,0 @@ -column_name,column_description -date, -stars, -reviews, -product, -district_id, diff --git a/inputs_snowflake/retail_complains/schemas/state.csv b/inputs_snowflake/retail_complains/schemas/state.csv deleted file mode 100644 index b6b6c857611b52a7d4e49dd8cfe378aab3625c19..0000000000000000000000000000000000000000 --- a/inputs_snowflake/retail_complains/schemas/state.csv +++ /dev/null @@ -1,4 +0,0 @@ -column_name,column_description -StateCode, -State, -Region, diff --git a/inputs_snowflake/retail_world/data_model.yaml b/inputs_snowflake/retail_world/data_model.yaml deleted file mode 100644 index c1f84dd175bf7fb7bbe6f6938a01bea11f213be7..0000000000000000000000000000000000000000 --- a/inputs_snowflake/retail_world/data_model.yaml +++ /dev/null @@ -1,20 +0,0 @@ -models: - - name: retail_world__customers - description: Each record represents a customer. - columns: - - name: customerid - description: Unique identifier for the customer. - - name: customername - description: Name of the customer. - - name: country - description: Country of the customer. - - name: num_orders - description: Number of orders placed by the customer, replace NULL values with 0. - - name: avg_cost_of_orders - description: Average cost of orders placed by the customer. - - name: top_shipper - description: The shipper with the highest number of orders for a customer, with ties resolved in ascending alphabetical order of the shipper's name. - - name: total_quantity_of_products - description: Total quantity of products ordered by the customer, replace NULL values with 0. - - name: has_bought_product_from_France - description: Set to 1 if the customer has bought at least one product from France, 0 otherwise. \ No newline at end of file diff --git a/inputs_snowflake/retail_world/schemas/Categories.csv b/inputs_snowflake/retail_world/schemas/Categories.csv deleted file mode 100644 index 09ee4996520da6b0723d93e26dffdce23cddb0fc..0000000000000000000000000000000000000000 --- a/inputs_snowflake/retail_world/schemas/Categories.csv +++ /dev/null @@ -1,4 +0,0 @@ -column_name,column_description -CategoryID,the unique id for the category -CategoryName,the category name -Description,the detailed description of the category diff --git a/inputs_snowflake/retail_world/schemas/Customers.csv b/inputs_snowflake/retail_world/schemas/Customers.csv deleted file mode 100644 index 080a80c22040c1709c512d608dcb8f7bbd769172..0000000000000000000000000000000000000000 --- a/inputs_snowflake/retail_world/schemas/Customers.csv +++ /dev/null @@ -1,8 +0,0 @@ -column_name,column_description -CustomerID,the unique id for customers -CustomerName,the customer name -ContactName,the contact person's name representing the company -Address,the address of the customer -City,the city where the customer is located -PostalCode,the postal code -Country,the country diff --git a/inputs_snowflake/retail_world/schemas/Employees.csv b/inputs_snowflake/retail_world/schemas/Employees.csv deleted file mode 100644 index 112d5527f7d545fe5d432d3a800bfb0eac9071b1..0000000000000000000000000000000000000000 --- a/inputs_snowflake/retail_world/schemas/Employees.csv +++ /dev/null @@ -1,7 +0,0 @@ -column_name,column_description -EmployeeID,the unique id for employees -LastName,the employee's last name -FirstName,the employee's first name -BirthDate,the birth date of the employee -Photo,the photo of the employee -Notes,some additional information of the employee diff --git a/inputs_snowflake/retail_world/schemas/Order_Details.csv b/inputs_snowflake/retail_world/schemas/Order_Details.csv deleted file mode 100644 index 4898bf63698e3cb7ee6f5496efa41cdabf483898..0000000000000000000000000000000000000000 --- a/inputs_snowflake/retail_world/schemas/Order_Details.csv +++ /dev/null @@ -1,5 +0,0 @@ -column_name,column_description -OrderID,the unique id for orders -ProductID,the unique id for products -Quantity,the quantity of the ordered products -OrderDetailID,id of the order detail diff --git a/inputs_snowflake/retail_world/schemas/Orders.csv b/inputs_snowflake/retail_world/schemas/Orders.csv deleted file mode 100644 index 73b93cb5df1317e30fe6fe591897f7fa52401bff..0000000000000000000000000000000000000000 --- a/inputs_snowflake/retail_world/schemas/Orders.csv +++ /dev/null @@ -1,6 +0,0 @@ -column_name,column_description -OrderID,the unique id for orders -CustomerID,the unique id for customers -EmployeeID,the unique id for employees -OrderDate,the order date -ShipperID,the id of the shipper diff --git a/inputs_snowflake/retail_world/schemas/Shippers.csv b/inputs_snowflake/retail_world/schemas/Shippers.csv deleted file mode 100644 index 8417cc5baa9877ac101073629202f0a50188015a..0000000000000000000000000000000000000000 --- a/inputs_snowflake/retail_world/schemas/Shippers.csv +++ /dev/null @@ -1,4 +0,0 @@ -column_name,column_description -ShipperID,the unique id for shippers -ShipperName,the shipped company name -Phone,the phone of the company diff --git a/inputs_snowflake/retail_world/schemas/Suppliers.csv b/inputs_snowflake/retail_world/schemas/Suppliers.csv deleted file mode 100644 index ceccbcee17b8056dbc9d61044e775442114b6999..0000000000000000000000000000000000000000 --- a/inputs_snowflake/retail_world/schemas/Suppliers.csv +++ /dev/null @@ -1,9 +0,0 @@ -column_name,column_description -SupplierID,the unique id for suppliers -SupplierName,the supplier name -ContactName,the contact person's name representing the company -Address,the address of the supplier -City,the city where the supplier is located -PostalCode,the postal code -Country,the country -Phone,the phone number diff --git a/inputs_snowflake/retail_world/schemas/retail_world_products.csv b/inputs_snowflake/retail_world/schemas/retail_world_products.csv deleted file mode 100644 index 11dc8aa721fc6208c602ba64a9a6c51903074e6a..0000000000000000000000000000000000000000 --- a/inputs_snowflake/retail_world/schemas/retail_world_products.csv +++ /dev/null @@ -1,7 +0,0 @@ -column_name,column_description -productid,the unique id for products -productname,the name of the product -supplierid,the unique id for supplier -categoryid,the unique id for the product category -unit,the unit of the product -price,the price diff --git a/inputs_snowflake/retails/data_model.yaml b/inputs_snowflake/retails/data_model.yaml deleted file mode 100644 index aab778bab6971e9928d6c033cd2a200c2fb1779c..0000000000000000000000000000000000000000 --- a/inputs_snowflake/retails/data_model.yaml +++ /dev/null @@ -1,39 +0,0 @@ -models: - - name: nations - description: Each record represents a nation. - columns: - - name: n_nationkey - description: Unique identifier for the nation. - - name: n_name - description: The name of the nation. - - name: n_regionkey - description: The region key of the nation. - - name: num_suppliers_in_debt - description: The number of suppliers whose accounts are in debt in the nation, replace NULL values with 0. - - name: num_customers - description: The number of customers come from the nation, replace NULL values with 0. - - name: balance_larger_thant_avg_balance - description: Set to 1 if the average account balance of the customers in the nation is larger than the average account balance across all customers, otherwise, set to 0 - - name: total_price_of_all_orders - description: The total price of all orders from the nation, replace NULL values with 0. - - name: per_indebted_suppliers - description: The percentage of suppliers whose accounts are in debt in the nation - - name: customers - description: Each record represents a customer. - columns: - - name: c_custkey - description: Unique identifier for the customer. - - name: c_nationkey - description: The nation key of the customer. - - name: c_name - description: The name of the customer. - - name: num_orders - description: The number of orders the customer has made, replace NULL values with 0. - - name: average_total_price_per_order - description: The average total price per order the customer has made. - - name: has_above_average_account_balance - description: Set to 1 if the account balance of the customer is above the average account balance of all customers, otherwise, set to 0 - - name: order_date_highest_total_price - description: The order date with the highest total price the customer has made, with ties broken by the ascending order of the order date. - - name: balance_lower_than_4000_and_in_US - description: Set to 1 if the account balance of the customer is lower than 4000 and the customer is from the US, otherwise, set to 0 \ No newline at end of file diff --git a/inputs_snowflake/retails/schemas/customer.csv b/inputs_snowflake/retails/schemas/customer.csv deleted file mode 100644 index e80c9d6d2f6b9f7d557edee7602283ce3803cf8a..0000000000000000000000000000000000000000 --- a/inputs_snowflake/retails/schemas/customer.csv +++ /dev/null @@ -1,9 +0,0 @@ -column_name,column_description -c_custkey,unique id number identifying the customer -c_mktsegment,the segment of the customer -c_nationkey,the nation key number of the customer -c_name,name of the customer -c_address,address of the customer -c_phone,phone of the customer -c_acctbal,account balance -c_comment,comment of the customer diff --git a/inputs_snowflake/retails/schemas/lineitem.csv b/inputs_snowflake/retails/schemas/lineitem.csv deleted file mode 100644 index cb8b9eb6c649780e1d966abfeb4733db83e44e71..0000000000000000000000000000000000000000 --- a/inputs_snowflake/retails/schemas/lineitem.csv +++ /dev/null @@ -1,17 +0,0 @@ -column_name,column_description -l_shipdate,ship date of line item -l_orderkey,order key number of line item -l_discount,discount of line item -l_extendedprice,extended price of line item -l_suppkey,suppkey of line item -l_quantity,quantity of line item -l_returnflag,return flag of line item -l_partkey,part key of line item -l_linestatus,line status of line item -l_tax,tax of line item -l_commitdate,commit date of line item -l_receiptdate,receipt date of line item -l_shipmode,ship mode of line item -l_linenumber,unique id number identifying the line item -l_shipinstruct,ship instruct of line item -l_comment,comment of line item diff --git a/inputs_snowflake/retails/schemas/nation.csv b/inputs_snowflake/retails/schemas/nation.csv deleted file mode 100644 index caaa20d97b6d2faaa3b5b1d9d558817919810bbe..0000000000000000000000000000000000000000 --- a/inputs_snowflake/retails/schemas/nation.csv +++ /dev/null @@ -1,5 +0,0 @@ -column_name,column_description -n_nationkey,unique id number identifying the nation -n_name,name of the nation -n_regionkey,region key number of the nation -n_comment,comment description of nation diff --git a/inputs_snowflake/retails/schemas/orders.csv b/inputs_snowflake/retails/schemas/orders.csv deleted file mode 100644 index 730bdc42911a7ed4c783f6734a1b90b08de61756..0000000000000000000000000000000000000000 --- a/inputs_snowflake/retails/schemas/orders.csv +++ /dev/null @@ -1,10 +0,0 @@ -column_name,column_description -o_orderdate,date of the order -o_orderkey,unique id number identifying the order -o_custkey,customer key of order -o_orderpriority,priority rate of order -o_shippriority,ship priority of order -o_clerk,clerk of order -o_orderstatus,status of order -o_totalprice,total price of the order -o_comment,comment description of order diff --git a/inputs_snowflake/retails/schemas/part.csv b/inputs_snowflake/retails/schemas/part.csv deleted file mode 100644 index 39b92a7cf729aad01fc5545cecfebef16fad7517..0000000000000000000000000000000000000000 --- a/inputs_snowflake/retails/schemas/part.csv +++ /dev/null @@ -1,10 +0,0 @@ -column_name,column_description -p_partkey,unique id number identifying the part -p_type,type of part -p_size,size number of part -p_brand,brand of part -p_name,name of part -p_container,container of part -p_mfgr,manufacturer of part -p_retailprice,retail price of part -p_comment,comment description text of part diff --git a/inputs_snowflake/retails/schemas/partsupp.csv b/inputs_snowflake/retails/schemas/partsupp.csv deleted file mode 100644 index 5f0ddb8fd692a48f5bb2fb54ef1817fc42875959..0000000000000000000000000000000000000000 --- a/inputs_snowflake/retails/schemas/partsupp.csv +++ /dev/null @@ -1,6 +0,0 @@ -column_name,column_description -ps_partkey,unique id number identifying the part key -ps_suppkey,unique id number identifying the supply key -ps_supplycost,cost number of the part supply -ps_availqty,available quantity of the part supply -ps_comment,comment description of the part supply. diff --git a/inputs_snowflake/retails/schemas/region.csv b/inputs_snowflake/retails/schemas/region.csv deleted file mode 100644 index 55e18a99ad457866a1a16248479732f1c400225d..0000000000000000000000000000000000000000 --- a/inputs_snowflake/retails/schemas/region.csv +++ /dev/null @@ -1,4 +0,0 @@ -column_name,column_description -r_regionkey,unique id number identifying the region -r_name,name of the region -r_comment,comment description of the region diff --git a/inputs_snowflake/retails/schemas/supplier.csv b/inputs_snowflake/retails/schemas/supplier.csv deleted file mode 100644 index ed007233a5d9d8f38ceb208734af2012d8379ed8..0000000000000000000000000000000000000000 --- a/inputs_snowflake/retails/schemas/supplier.csv +++ /dev/null @@ -1,8 +0,0 @@ -column_name,column_description -s_suppkey,unique id number identifying the supply -s_nationkey,nation key of the supply -s_comment,comment description of the comment -s_name,name of the supplier -s_address,address of the supplier -s_phone,phone number of the supplier -s_acctbal,account balance of the supplier diff --git a/inputs_snowflake/sales/data_model.yaml b/inputs_snowflake/sales/data_model.yaml deleted file mode 100644 index 23cdd73735d31ba2e26bf4588ef85a91f20d6fa7..0000000000000000000000000000000000000000 --- a/inputs_snowflake/sales/data_model.yaml +++ /dev/null @@ -1,60 +0,0 @@ -models: - - name: sales__customers - description: Each record represents a customer. - columns: - - name: CustomerID - description: Unique identifier for the customer. - - name: FirstName - description: The first name of the customer. - - name: LastName - description: The last name of the customer. - - name: product_with_the_highest_quantity - description: The product with the highest quantity the customer has bought, with ties broken by the ascending order of the product name - - name: above_average_bought_quantity - description: Set to 1 if the customer has bought more than the average quantity of customers who made a purchase, 0 otherwise. - - name: total_bought_quantity - description: The total quantity of products the customer has bought, replace NULL values with 0. - - name: placed_order_for_product_id_1 - description: Set to 1 if the customer has placed an order for product ID 1, 0 otherwise. - - name: total_price_purchased - description: The total price the customer has purchased, replace NULL values with 0. - - - name: sales__employees - description: Each record represents an employee. - columns: - - name: EmployeeID - description: Unique identifier for the employee. - - name: FirstName - description: The first name of the employee. - - name: LastName - description: The last name of the employee. - - name: num_sales - description: The number of sales the employee has handled, replace NULL values with 0. - - name: sold_over_20000_Touring_Blue - description: Set to 1 if the employee has sold over 20000 units of the product "Touring-2000 Blue, 50", 0 otherwise. - - name: product_sold_most - description: The name of the product that is most sold by the employee, with ties broken by the ascending order of the product name - - name: num_customers - description: The number of customers the employee has served, replace NULL values with 0. - - name: total_amount_sold - description: The total amount the employee has sold, replace NULL values with 0. - - - name: sales__products - description: Each record represents a product. - columns: - - name: ProductID - description: Unique identifier for the product. - - name: Name - description: The name of the product. - - name: Price - description: The price of the product. - - name: total_sale_price - description: The total sale price of the product, replace NULL values with 0. - - name: sold_below_the_average_quantity - description: Set to 1 if the product has been sold below the average quantity of all products, 0 otherwise. - - name: per_sold - description: The percentage of the product sold in the total number of products sold. - - name: num_sold_by_Stearns_MacFeather - description: The total quantity of products sold by the employee "Stearns MacFeather", replace NULL values with 0. - - name: is_freebies - description: Set to 1 if the product is freebies, 0 otherwise. \ No newline at end of file diff --git a/inputs_snowflake/sales/schemas/Customers.csv b/inputs_snowflake/sales/schemas/Customers.csv deleted file mode 100644 index 595d52178ca27cf0949fafbcd3b128ebc249a0f2..0000000000000000000000000000000000000000 --- a/inputs_snowflake/sales/schemas/Customers.csv +++ /dev/null @@ -1,5 +0,0 @@ -column_name,column_description -CustomerID,the unique id of the customer -FirstName,the customer's first name -MiddleInitial,the customer's middle initial -LastName,the customer's last name diff --git a/inputs_snowflake/sales/schemas/Employees.csv b/inputs_snowflake/sales/schemas/Employees.csv deleted file mode 100644 index 71656284d4e1f36093d851c688bb379f3725fbf8..0000000000000000000000000000000000000000 --- a/inputs_snowflake/sales/schemas/Employees.csv +++ /dev/null @@ -1,5 +0,0 @@ -column_name,column_description -EmployeeID,the unique id of the employee -FirstName,the employee's first name -MiddleInitial,the employee's middle initial -LastName,the employee's last name diff --git a/inputs_snowflake/sales/schemas/sale.csv b/inputs_snowflake/sales/schemas/sale.csv deleted file mode 100644 index 5a18baa65bb55325ea8bcbf6cc387328a8a504a1..0000000000000000000000000000000000000000 --- a/inputs_snowflake/sales/schemas/sale.csv +++ /dev/null @@ -1,6 +0,0 @@ -column_name,column_description -SalesID,the unique id of the sales -SalesPersonID,the unique id of the sale person -CustomerID,the unique id of the customer -ProductID,the unique id of the product -Quantity,trading quantity diff --git a/inputs_snowflake/sales/schemas/sales_products.csv b/inputs_snowflake/sales/schemas/sales_products.csv deleted file mode 100644 index 58b10b8598a56b0de47fadd02e84ff66f0833781..0000000000000000000000000000000000000000 --- a/inputs_snowflake/sales/schemas/sales_products.csv +++ /dev/null @@ -1,4 +0,0 @@ -column_name,column_description -productid,the unique id of the product -name,the product name -price,the price of the product diff --git a/inputs_snowflake/sales_in_weather/data_model.yaml b/inputs_snowflake/sales_in_weather/data_model.yaml deleted file mode 100644 index baedfc078b12a64bb4bc4c0fc5a8692a59d7cde8..0000000000000000000000000000000000000000 --- a/inputs_snowflake/sales_in_weather/data_model.yaml +++ /dev/null @@ -1,31 +0,0 @@ -models: - - name: stores - description: Each record represents a store. - columns: - - name: store_nbr - description: Store number. - - name: item_5_sold_in_day_with_highest_temp_2012 - description: The number of units sold for item no. 5 in the store on the day in 2012 with the highest temperature. If multiple days share the highest temperature, return the maximum units sold among those days, replace NULL values with 0. - - name: item_7_sold_in_day_with_biggest_temp_range - description: The number of units of item no.7 were sold in store on the day the temperature range was the biggest, If multiple days share the biggest temperature range, return the maximum units sold among those days, replace NULL values with 0. - - name: per_item_5_sold_2012 - description: The percentage of the units of item no.5 sold among all units of items sold in store in 2012. - - name: avg_item_5_sold_when_max_temp_exceeded_90 - description: The average number of units of item no.5 sold in store when the maximum temperature exceeded 90. - - name: num_items_sold_during_a_snowy_day - description: The number of units of items were sold by the store during a snowy day, replace NULL values with 0. - - name: stations - description: Each record represents a station. - columns: - - name: station_nbr - description: Station number. - - name: num_stores - description: The number of stores in the station, replace NULL values with 0. - - name: quantity_of_item_5_sold - description: The quantity of item number 5 overall in the station, replace NULL values with 0. - - name: avg_maximum_temp_Feb_2012 - description: The station's average maximum temperature in February 2012. - - name: most_purchased_products - description: The most purchased products in the station, with ties broken by the ascending order of the item number. - - name: item_9_sold_when_avg_temp_less_than_83 - description: The number of units are being sold for item 9 in the station when the average temperature is less than 83, replace NULL values with 0. \ No newline at end of file diff --git a/inputs_snowflake/sales_in_weather/schemas/relation.csv b/inputs_snowflake/sales_in_weather/schemas/relation.csv deleted file mode 100644 index 32e6f0df91801eca154eeedf4a33ff81994cd5be..0000000000000000000000000000000000000000 --- a/inputs_snowflake/sales_in_weather/schemas/relation.csv +++ /dev/null @@ -1,3 +0,0 @@ -column_name,column_description -store_nbr,the id of stores -station_nbr,the id of weather stations diff --git a/inputs_snowflake/sales_in_weather/schemas/sale_weather.csv b/inputs_snowflake/sales_in_weather/schemas/sale_weather.csv deleted file mode 100644 index cba58fe5ff65ca55db005f0653baf1c92d8aaa79..0000000000000000000000000000000000000000 --- a/inputs_snowflake/sales_in_weather/schemas/sale_weather.csv +++ /dev/null @@ -1,18 +0,0 @@ -column_name,column_description -station_nbr,the id of weather stations -date,date -tmax,max temperature -tmin,min temperature -tavg,average temperature -dewpoint, -wetbulb, -heat,calculated heating degree -cool,calculated cooling degree -codesum,code summarization for the weather -snowfall,snowfall -preciptotal,precipitation total -stnpressure,station pressure -sealevel,sea level -resultspeed,resultant wind speed -resultdir,resultant wind direction -avgspeed,average wind speed diff --git a/inputs_snowflake/sales_in_weather/schemas/sales.csv b/inputs_snowflake/sales_in_weather/schemas/sales.csv deleted file mode 100644 index ea3994020a1d18b84c8bfe3d7cb69a248850e25b..0000000000000000000000000000000000000000 --- a/inputs_snowflake/sales_in_weather/schemas/sales.csv +++ /dev/null @@ -1,5 +0,0 @@ -column_name,column_description -date,the date of sales -store_nbr,store number -item_nbr,item / product number -units,the quantity sold of an item on a given day diff --git a/inputs_snowflake/shakespeare/data_model.yaml b/inputs_snowflake/shakespeare/data_model.yaml deleted file mode 100644 index 7478ca87db2e37e41b9f0d9c20ab772a339bb6fe..0000000000000000000000000000000000000000 --- a/inputs_snowflake/shakespeare/data_model.yaml +++ /dev/null @@ -1,20 +0,0 @@ -models: - - name: shakespeare__works - description: Each record represents a work. - columns: - - name: id - description: Unique identifier for the work. - - name: title - description: The title of the work. - - name: genretype - description: The genre type of the work. - - name: num_characters - description: The number of characters in the work, replace NULL values with 0. - - name: num_scenes - description: The number of scenes in the work, replace NULL values with 0. - - name: has_a_character_as_a_Third_Servingman - description: Set to 1 if the work has a character as a "Third Servingman", otherwise, set to 0. - - name: is_one_act_work - description: Set to 1 if the work is a one-act work, 0 otherwise. - - name: average_scene_per_act - description: The average number of scenes per act in the work. diff --git a/inputs_snowflake/shakespeare/schemas/chapters.csv b/inputs_snowflake/shakespeare/schemas/chapters.csv deleted file mode 100644 index faad70bc10d1389ffe6651df35a9dc5ff55ca02e..0000000000000000000000000000000000000000 --- a/inputs_snowflake/shakespeare/schemas/chapters.csv +++ /dev/null @@ -1,6 +0,0 @@ -column_name,column_description -id,unique id number identifying the chapter -Act,"An act is a major division of a theatre work, including a play, film, opera, or musical theatre" -Scene,"A scene is a dramatic part of a story, at a specific time and place, between specific characters." -Description,textual description of the chapter. -work_id,id number identifying the work diff --git a/inputs_snowflake/shakespeare/schemas/characters.csv b/inputs_snowflake/shakespeare/schemas/characters.csv deleted file mode 100644 index 9c897e44897a98530f390716e023531fe63432b0..0000000000000000000000000000000000000000 --- a/inputs_snowflake/shakespeare/schemas/characters.csv +++ /dev/null @@ -1,5 +0,0 @@ -column_name,column_description -id,unique id number identifying the characters -CharName,character name -Abbrev,abbreviation. An abbreviation is a shortened form of a word or phrase. -Description,description of the character. diff --git a/inputs_snowflake/shakespeare/schemas/paragraphs.csv b/inputs_snowflake/shakespeare/schemas/paragraphs.csv deleted file mode 100644 index bf754c650ce553cbac7f6df370df73ec14ae1c44..0000000000000000000000000000000000000000 --- a/inputs_snowflake/shakespeare/schemas/paragraphs.csv +++ /dev/null @@ -1,6 +0,0 @@ -column_name,column_description -id,unique id number identifying the paragraphs -ParagraphNum,unique id number identifying the paragraph number -PlainText,main content of the paragraphs -character_id,unique id number identifying the mentioned character -chapter_id,unique id number identifying the related chapter diff --git a/inputs_snowflake/shakespeare/schemas/works.csv b/inputs_snowflake/shakespeare/schemas/works.csv deleted file mode 100644 index 7ac75ffa666970abdb0970a31eb399283c7ddbf5..0000000000000000000000000000000000000000 --- a/inputs_snowflake/shakespeare/schemas/works.csv +++ /dev/null @@ -1,6 +0,0 @@ -column_name,column_description -id,unique id number identifying the work -title,title of the work -longtitle,full title of the work -date,date of the work -genretype,the type of the genere diff --git a/inputs_snowflake/shipping/schemas/city.csv b/inputs_snowflake/shipping/schemas/city.csv deleted file mode 100644 index 457c173d772ca633379c1c94db829140835a7872..0000000000000000000000000000000000000000 --- a/inputs_snowflake/shipping/schemas/city.csv +++ /dev/null @@ -1,6 +0,0 @@ -column_name,column_description -city_id,unique identifier for the city -city_name,name of the city -state,state in which the city is -population,population of the city -area,square miles the city covers diff --git a/inputs_snowflake/shipping/schemas/customer.csv b/inputs_snowflake/shipping/schemas/customer.csv deleted file mode 100644 index 0a20ff9b18e6e8403755c995c40718a02333c7eb..0000000000000000000000000000000000000000 --- a/inputs_snowflake/shipping/schemas/customer.csv +++ /dev/null @@ -1,10 +0,0 @@ -column_name,column_description -cust_id,Unique identifier for the customer -cust_name,Business name of the customer -annual_revenue,Annual revenue of the customer -cust_type,Whether the customer is a manufacturer or a wholes -address,Physical street address of the customer -city,City of the customer's address -state,State of the customer's address -zip,Postal code of the customer's address -phone,Telephone number to reach the customer diff --git a/inputs_snowflake/shipping/schemas/driver.csv b/inputs_snowflake/shipping/schemas/driver.csv deleted file mode 100644 index 47a9393c34d08e8dcf6e7e4ddae06c191ff9d889..0000000000000000000000000000000000000000 --- a/inputs_snowflake/shipping/schemas/driver.csv +++ /dev/null @@ -1,9 +0,0 @@ -column_name,column_description -driver_id,Unique identifier for the driver -first_name,First given name of the driver -last_name,Family name of the driver -address,Street address of the driver's home -city,City the driver lives in -state,State the driver lives in -zip_code,postal code of the driver's address -phone,telephone number of the driver diff --git a/inputs_snowflake/shipping/schemas/shipment.csv b/inputs_snowflake/shipping/schemas/shipment.csv deleted file mode 100644 index 46315dcabc55d9d3eadc888273f0776d48f0c69d..0000000000000000000000000000000000000000 --- a/inputs_snowflake/shipping/schemas/shipment.csv +++ /dev/null @@ -1,8 +0,0 @@ -column_name,column_description -ship_id,Unique identifier of the shipment -cust_id,A reference to the customer table that indicates which customer the shipment is for -weight,The number of pounds being transported on the shipment -truck_id,A reference to the truck table that indicates which truck is used in the shipment -driver_id,A reference to the driver table that indicates which driver transported the goods in the shipment -city_id,A reference to the city table that indicates the destination of the shipment -ship_date,the date the items were received by the driver diff --git a/inputs_snowflake/shipping/schemas/truck.csv b/inputs_snowflake/shipping/schemas/truck.csv deleted file mode 100644 index 677be4eb5859ff0bbd34be8162d6abdcbad8f3b5..0000000000000000000000000000000000000000 --- a/inputs_snowflake/shipping/schemas/truck.csv +++ /dev/null @@ -1,4 +0,0 @@ -column_name,column_description -truck_id,Unique identifier of the truck table -make,The brand of the truck -model_year,The year the truck was manufactured diff --git a/inputs_snowflake/simpson_episodes/data_model.yaml b/inputs_snowflake/simpson_episodes/data_model.yaml deleted file mode 100644 index c5308d16478ee515f6a6e75481905745841034bb..0000000000000000000000000000000000000000 --- a/inputs_snowflake/simpson_episodes/data_model.yaml +++ /dev/null @@ -1,20 +0,0 @@ -models: - - name: simpson_episodes__episode - description: Each record represents an episode. - columns: - - name: episode_id - description: Unique identifier for the episode. - - name: episode_title - description: The title of the episode. - - name: air_date - description: The air date of the episode. - - name: num_worst_vote - description: The number of votes in star classification of worst the episode got, replace NULL values with 0. - - name: num_nominations - description: The number of nominations the episode received (including both nominees and winners); replace NULL values with 0. - - name: star_7_class - description: Set to 3 if the episode's 7-star votes exceed 1.1x the average number of 7-star votes across all episodes. Set to 2 if the episode's 7-star votes exceed the across-episode average but are ≤ 1.1x the average. Set to 1 if the episode's 7-star votes are ≥ 0.9x the across-episode average but do not exceed the average. Otherwise, set to 0. - - name: ratio_between_uncredited_and_credited_roles - description: The percentage ratio between uncredited and credited roles on the episode - - name: average_stars - description: The average star rating of the episode. \ No newline at end of file diff --git a/inputs_snowflake/simpson_episodes/schemas/Award.csv b/inputs_snowflake/simpson_episodes/schemas/Award.csv deleted file mode 100644 index 9865a99a7cc8159d58191b2d59e8cb5a0dec680a..0000000000000000000000000000000000000000 --- a/inputs_snowflake/simpson_episodes/schemas/Award.csv +++ /dev/null @@ -1,10 +0,0 @@ -column_name,column_description -award_id,the unique id for the award -organization,the organization that holds the award -year,year of award -award_category,the category of the award -award,the name of the award -person,the person who gets the award -role,the role of the honoree -episode_id,S stands for 'Season' and E stands for 'Episode' -result,the final award result diff --git a/inputs_snowflake/simpson_episodes/schemas/Character_Award.csv b/inputs_snowflake/simpson_episodes/schemas/Character_Award.csv deleted file mode 100644 index 7dc9ed48917bfd6e745c962345242a83c1d97c2c..0000000000000000000000000000000000000000 --- a/inputs_snowflake/simpson_episodes/schemas/Character_Award.csv +++ /dev/null @@ -1,3 +0,0 @@ -column_name,column_description -award_id,A unique identifier for the award -character,the name of the awarded character diff --git a/inputs_snowflake/simpson_episodes/schemas/Credit.csv b/inputs_snowflake/simpson_episodes/schemas/Credit.csv deleted file mode 100644 index d0cfaee39e6e5e08b1f1f317e6f3bc20a45fe023..0000000000000000000000000000000000000000 --- a/inputs_snowflake/simpson_episodes/schemas/Credit.csv +++ /dev/null @@ -1,6 +0,0 @@ -column_name,column_description -episode_id,A unique identifier for episodes -category,the category of the credit -person,the name of cast and crew members -role,the role of the person -credited,whether the person is credited diff --git a/inputs_snowflake/simpson_episodes/schemas/Episode.csv b/inputs_snowflake/simpson_episodes/schemas/Episode.csv deleted file mode 100644 index 67891e1a586b851cb523c17205da220d53b8e077..0000000000000000000000000000000000000000 --- a/inputs_snowflake/simpson_episodes/schemas/Episode.csv +++ /dev/null @@ -1,11 +0,0 @@ -column_name,column_description -episode_id,A unique identifier for episodes -season,the season of the episode -episode,the episode number of the episode -number_in_series,the number in series -title,the title of the episode -summary,the summary of the episode -air_date,the air date of the episode -episode_image,the image of episode -rating,the rating of episode -votes,the votes of episode diff --git a/inputs_snowflake/simpson_episodes/schemas/Keyword.csv b/inputs_snowflake/simpson_episodes/schemas/Keyword.csv deleted file mode 100644 index f71bc31494783574e51d281287588fd02f54eef0..0000000000000000000000000000000000000000 --- a/inputs_snowflake/simpson_episodes/schemas/Keyword.csv +++ /dev/null @@ -1,3 +0,0 @@ -column_name,column_description -episode_id,A unique identifier for episodes -keyword,the keywords of episode diff --git a/inputs_snowflake/simpson_episodes/schemas/Person.csv b/inputs_snowflake/simpson_episodes/schemas/Person.csv deleted file mode 100644 index 48880e4b840d362844e1307a99a5b32480298e70..0000000000000000000000000000000000000000 --- a/inputs_snowflake/simpson_episodes/schemas/Person.csv +++ /dev/null @@ -1,9 +0,0 @@ -column_name,column_description -name,the name of the crew -birthdate,the birth date of the crew -birth_name,the birth name of the crew -birth_place,the birth place of the crew -birth_region,the birth region of the crew -birth_country,the birth country of the crew -height_meters,the height of the crew -nickname,the nickname of the crew diff --git a/inputs_snowflake/simpson_episodes/schemas/Vote.csv b/inputs_snowflake/simpson_episodes/schemas/Vote.csv deleted file mode 100644 index 13ea00d7daa565a2ef5ab19a5f1b7978132c1b80..0000000000000000000000000000000000000000 --- a/inputs_snowflake/simpson_episodes/schemas/Vote.csv +++ /dev/null @@ -1,5 +0,0 @@ -column_name,column_description -episode_id,A unique identifier for episodes -stars,the star score of the episode -votes,the number of votes of the star score -percent,the percent of the vote number of the star score diff --git a/inputs_snowflake/soccer_2016/schemas/Ball_by_Ball.csv b/inputs_snowflake/soccer_2016/schemas/Ball_by_Ball.csv deleted file mode 100644 index 5bec6200b7cfd0a8fc1d44b7a7fc7873c90b0b00..0000000000000000000000000000000000000000 --- a/inputs_snowflake/soccer_2016/schemas/Ball_by_Ball.csv +++ /dev/null @@ -1,11 +0,0 @@ -column_name,column_description -Match_Id,Unique Number Which Identifies a match -Over_Id,Unique Number which Identifies an over in an Innings -Ball_Id,Unique Number which Identifies a ball in an over -Innings_No,Unique Number which Identifies an innings in a match -Team_Batting,Unique Number which Identifies Batting team in a match -Team_Bowling,Unique Number which Identifies Bowling team in a match -Striker_Batting_Position,Unique Number which Identifies the position in which player came into bat -Striker,Unique Number which Identifies the player who is on strike for that particular ball -Non_Striker,Unique Number which Identifies the player who is Non-striker for that particular ball -Bowler,Unique Number which Identifies the player who is Bowling that particular ball diff --git a/inputs_snowflake/soccer_2016/schemas/Batsman_Scored.csv b/inputs_snowflake/soccer_2016/schemas/Batsman_Scored.csv deleted file mode 100644 index 330aed4a1f8136173679e4d022af7bc22d718187..0000000000000000000000000000000000000000 --- a/inputs_snowflake/soccer_2016/schemas/Batsman_Scored.csv +++ /dev/null @@ -1,6 +0,0 @@ -column_name,column_description -match_id,Unique Number Which Identifies a match -over_id,Unique Number which Identifies an over in an Innings -ball_id,Unique Number which Identifies a ball in an over -runs_scored,Number of Runs scored by the batsman -innings_no,Unique Number which Identifies an innings in a match diff --git a/inputs_snowflake/soccer_2016/schemas/Batting_Style.csv b/inputs_snowflake/soccer_2016/schemas/Batting_Style.csv deleted file mode 100644 index 001c79f84adf37ce9ea76fa939b501c1e9de0685..0000000000000000000000000000000000000000 --- a/inputs_snowflake/soccer_2016/schemas/Batting_Style.csv +++ /dev/null @@ -1,3 +0,0 @@ -column_name,column_description -Batting_Id,unique id for batting hand -Batting_hand,the batting hand: left or right diff --git a/inputs_snowflake/soccer_2016/schemas/Bowling_Style.csv b/inputs_snowflake/soccer_2016/schemas/Bowling_Style.csv deleted file mode 100644 index a5b9c4a034eb8e4dae69b56f6f2cd150afd68be6..0000000000000000000000000000000000000000 --- a/inputs_snowflake/soccer_2016/schemas/Bowling_Style.csv +++ /dev/null @@ -1,3 +0,0 @@ -column_name,column_description -Bowling_Id,unique id for bowling style -Bowling_skill,the bowling skill diff --git a/inputs_snowflake/soccer_2016/schemas/City.csv b/inputs_snowflake/soccer_2016/schemas/City.csv deleted file mode 100644 index bb71ae741368d3ebe8a861c124d7632437110f93..0000000000000000000000000000000000000000 --- a/inputs_snowflake/soccer_2016/schemas/City.csv +++ /dev/null @@ -1,4 +0,0 @@ -column_name,column_description -City_Id,unique id for city -City_Name,city name -Country_id,id of country diff --git a/inputs_snowflake/soccer_2016/schemas/Country.csv b/inputs_snowflake/soccer_2016/schemas/Country.csv deleted file mode 100644 index d9f688db8798d1c44b59bb55008b3304304b0951..0000000000000000000000000000000000000000 --- a/inputs_snowflake/soccer_2016/schemas/Country.csv +++ /dev/null @@ -1,3 +0,0 @@ -column_name,column_description -Country_Id,unique id for country -Country_Name,country name diff --git a/inputs_snowflake/soccer_2016/schemas/Extra_Runs.csv b/inputs_snowflake/soccer_2016/schemas/Extra_Runs.csv deleted file mode 100644 index d04603cb19d814eac521364d0dfc29111495a02d..0000000000000000000000000000000000000000 --- a/inputs_snowflake/soccer_2016/schemas/Extra_Runs.csv +++ /dev/null @@ -1,7 +0,0 @@ -column_name,column_description -Match_Id,Unique Number Which Identifies a match -Over_Id,Unique Number which Identifies an over in an Innings -Ball_Id,Unique Number which Identifies a ball in an over -Extra_Type_Id,Unique Number which Identifies extra type -Extra_Runs,Number of extra runs -Innings_No,Unique Number which Identifies an innings in a match diff --git a/inputs_snowflake/soccer_2016/schemas/Extra_Type.csv b/inputs_snowflake/soccer_2016/schemas/Extra_Type.csv deleted file mode 100644 index 2f9d0326df4a025558fa4b3b1eef3454bde0ce14..0000000000000000000000000000000000000000 --- a/inputs_snowflake/soccer_2016/schemas/Extra_Type.csv +++ /dev/null @@ -1,3 +0,0 @@ -column_name,column_description -Extra_Id,unique id for extra type -Extra_Name,extra type name diff --git a/inputs_snowflake/soccer_2016/schemas/Match.csv b/inputs_snowflake/soccer_2016/schemas/Match.csv deleted file mode 100644 index 075f6abd18458a87427ce3d0acf0e2679bc1420f..0000000000000000000000000000000000000000 --- a/inputs_snowflake/soccer_2016/schemas/Match.csv +++ /dev/null @@ -1,14 +0,0 @@ -column_name,column_description -match_id,unique id for match -team_1,the team id of the first team -team_2,the team id for the second team -match_date,the date of the match -season_id,the id of the season -venue_id,the id of the venue where the match held -toss_winner,the id of the toss winner -toss_decide,the decision (batting or bowling) made after winning the toss -win_type,the id of the winning type -win_margin,the points of the winning margin -outcome_type,the id of the outcome type -match_winner,the team id of the match winner -man_of_the_match,the id of the man of the match diff --git a/inputs_snowflake/soccer_2016/schemas/Out_Type.csv b/inputs_snowflake/soccer_2016/schemas/Out_Type.csv deleted file mode 100644 index 6e015b465887f8f4d4a4f117b65b72fb228efaa0..0000000000000000000000000000000000000000 --- a/inputs_snowflake/soccer_2016/schemas/Out_Type.csv +++ /dev/null @@ -1,3 +0,0 @@ -column_name,column_description -Out_Id,unique id for out type -Out_Name,out type name diff --git a/inputs_snowflake/soccer_2016/schemas/Outcome.csv b/inputs_snowflake/soccer_2016/schemas/Outcome.csv deleted file mode 100644 index 0c48fe04018ab149290efb3f38adae1e1fccf17d..0000000000000000000000000000000000000000 --- a/inputs_snowflake/soccer_2016/schemas/Outcome.csv +++ /dev/null @@ -1,3 +0,0 @@ -column_name,column_description -Outcome_Id,unique id for outcome -Outcome_Type,type of the outcome diff --git a/inputs_snowflake/soccer_2016/schemas/Player.csv b/inputs_snowflake/soccer_2016/schemas/Player.csv deleted file mode 100644 index bb90d0ca127b9ba05c5f8a3c89f4ff877d5053a9..0000000000000000000000000000000000000000 --- a/inputs_snowflake/soccer_2016/schemas/Player.csv +++ /dev/null @@ -1,7 +0,0 @@ -column_name,column_description -Player_Id,the id of the player -Player_Name,the name of the player -DOB,player's birthday -Batting_hand,the id of the batting hand -Bowling_skill,the id of the bowling skill -Country_Name,the name of the country where the player is from diff --git a/inputs_snowflake/soccer_2016/schemas/Player_Match.csv b/inputs_snowflake/soccer_2016/schemas/Player_Match.csv deleted file mode 100644 index e5c26a3f71e187e58c4c7b27324e10261f57f467..0000000000000000000000000000000000000000 --- a/inputs_snowflake/soccer_2016/schemas/Player_Match.csv +++ /dev/null @@ -1,5 +0,0 @@ -column_name,column_description -Match_Id,unique id for match -Player_Id,the id of the player -Role_Id,the id of the play's role in the match -Team_Id,the id of player's team diff --git a/inputs_snowflake/soccer_2016/schemas/Rolee.csv b/inputs_snowflake/soccer_2016/schemas/Rolee.csv deleted file mode 100644 index 0b9f0e52778471a0032820ce847cbcc477331619..0000000000000000000000000000000000000000 --- a/inputs_snowflake/soccer_2016/schemas/Rolee.csv +++ /dev/null @@ -1,3 +0,0 @@ -column_name,column_description -Role_Id,the unique id for the role -Role_Desc,the role description diff --git a/inputs_snowflake/soccer_2016/schemas/Season.csv b/inputs_snowflake/soccer_2016/schemas/Season.csv deleted file mode 100644 index 22a12d818806c54720c3767c71756f4b878dbc52..0000000000000000000000000000000000000000 --- a/inputs_snowflake/soccer_2016/schemas/Season.csv +++ /dev/null @@ -1,6 +0,0 @@ -column_name,column_description -Season_Id,the unique id for season -Man_of_the_Series,the player id of man of the series -Orange_Cap,the player id who wins the orange cap -Purple_Cap,the player id who wins the purple cap -Season_Year,the year of the season diff --git a/inputs_snowflake/soccer_2016/schemas/Team.csv b/inputs_snowflake/soccer_2016/schemas/Team.csv deleted file mode 100644 index e1b5d6c88e59849bb37933c4372d22024510fcd8..0000000000000000000000000000000000000000 --- a/inputs_snowflake/soccer_2016/schemas/Team.csv +++ /dev/null @@ -1,3 +0,0 @@ -column_name,column_description -Team_Id,the unique id for the team -Team_Name,the team name diff --git a/inputs_snowflake/soccer_2016/schemas/Toss_Decision.csv b/inputs_snowflake/soccer_2016/schemas/Toss_Decision.csv deleted file mode 100644 index a0e8ccf244be033458b5ef2cc7d7f9e6c4fd0efd..0000000000000000000000000000000000000000 --- a/inputs_snowflake/soccer_2016/schemas/Toss_Decision.csv +++ /dev/null @@ -1,3 +0,0 @@ -column_name,column_description -Toss_Id,the unique id for the toss -Toss_Name,the toss decision name diff --git a/inputs_snowflake/soccer_2016/schemas/Umpire.csv b/inputs_snowflake/soccer_2016/schemas/Umpire.csv deleted file mode 100644 index c6df7b31467b56a4d88f93bb9bcd194ee7887550..0000000000000000000000000000000000000000 --- a/inputs_snowflake/soccer_2016/schemas/Umpire.csv +++ /dev/null @@ -1,4 +0,0 @@ -column_name,column_description -Umpire_Id,the unique id of the umpire -Umpire_Name,umpire's name -Umpire_Country,the id of the country where the umpire are from diff --git a/inputs_snowflake/soccer_2016/schemas/Venue.csv b/inputs_snowflake/soccer_2016/schemas/Venue.csv deleted file mode 100644 index 745ff6c8e64dacc9b4792421ebe0d4dce0527ffa..0000000000000000000000000000000000000000 --- a/inputs_snowflake/soccer_2016/schemas/Venue.csv +++ /dev/null @@ -1,4 +0,0 @@ -column_name,column_description -Venue_Id,the unique id of the venue -Venue_Name,the name of the venue -City_Id,the city id where the venue is located in diff --git a/inputs_snowflake/soccer_2016/schemas/Wicket_Taken.csv b/inputs_snowflake/soccer_2016/schemas/Wicket_Taken.csv deleted file mode 100644 index 7e8727a7b8fe5572bcb7fe39c3158d02226bb4c4..0000000000000000000000000000000000000000 --- a/inputs_snowflake/soccer_2016/schemas/Wicket_Taken.csv +++ /dev/null @@ -1,8 +0,0 @@ -column_name,column_description -Match_Id,the id of the match -Over_Id,the id of the over in an inning -Ball_Id,the id of the ball in an over -Player_Out,the player id who got an out -Kind_Out,the id that represents the out type -Fielders,the id of fielders -Innings_No,number which identifies an innings in a match diff --git a/inputs_snowflake/soccer_2016/schemas/Win_By.csv b/inputs_snowflake/soccer_2016/schemas/Win_By.csv deleted file mode 100644 index 98c7aa446f5d86dd18373126c646c092181adc08..0000000000000000000000000000000000000000 --- a/inputs_snowflake/soccer_2016/schemas/Win_By.csv +++ /dev/null @@ -1,3 +0,0 @@ -column_name,column_description -Win_Id,the unique id for the winning -Win_Type,the winning type diff --git a/inputs_snowflake/social_media/data_model.yaml b/inputs_snowflake/social_media/data_model.yaml deleted file mode 100644 index 6e9c0cb3fc3563577def01a5ef07c84d75630df2..0000000000000000000000000000000000000000 --- a/inputs_snowflake/social_media/data_model.yaml +++ /dev/null @@ -1,16 +0,0 @@ -models: - - name: countries - description: Each record represents a country. - columns: - - name: country - description: Unique identifier for the country, which is the country name - - name: number_of_tweets - description: The number of tweets posted by the users in the country, replace NULL values with 0. - - name: percentage_of_male_users - description: The percentage of male Twitter users from the country. - - name: number_of_likes - description: The number of likes on tweets from the country, replace NULL values with 0. - - name: number_of_positive_sentiment_tweets - description: The number of tweets with positive sentiment from the country, replace NULL values with 0. - - name: tweets_with_most_number_of_likes_sent_by_male_users - description: The tweet text sent by a male user in the country with the highest number of likes, with ties broken by the ascending order of tweet ID diff --git a/inputs_snowflake/social_media/schemas/location.csv b/inputs_snowflake/social_media/schemas/location.csv deleted file mode 100644 index f96c58cfbff0de114887b1eb3861837fa9ccfd0f..0000000000000000000000000000000000000000 --- a/inputs_snowflake/social_media/schemas/location.csv +++ /dev/null @@ -1,6 +0,0 @@ -column_name,column_description -LocationID,unique id of the location -Country,the country -State,the state -StateCode,state code -City,the city diff --git a/inputs_snowflake/social_media/schemas/twitter.csv b/inputs_snowflake/social_media/schemas/twitter.csv deleted file mode 100644 index 9b4ea71c443cccb1dcb6b6abf700ce1690bd73d3..0000000000000000000000000000000000000000 --- a/inputs_snowflake/social_media/schemas/twitter.csv +++ /dev/null @@ -1,15 +0,0 @@ -column_name,column_description -TweetID,the unique id of the tweet -Weekday,the weekday that the tweet has been posted -Hour,the hour that the tweet has been posted -Day,the day that the tweet has been posted -Lang,the language of the tweet -IsReshare,whether the tweet is reshared -Reach,the reach of the tweet -RetweetCount,the retweet count -Likes,the number of likes -Klout,the klout of the tweet -Sentiment,the sentiment of the tweet -text,the text of the tweet -LocationID,the location id of the poster -UserID,the user id of the poster diff --git a/inputs_snowflake/social_media/schemas/users.csv b/inputs_snowflake/social_media/schemas/users.csv deleted file mode 100644 index 0e77c1adc42a812ae04243390158ea7644f629ea..0000000000000000000000000000000000000000 --- a/inputs_snowflake/social_media/schemas/users.csv +++ /dev/null @@ -1,3 +0,0 @@ -column_name,column_description -UserID,the unique id of the user -Gender,user's gender diff --git a/inputs_snowflake/software_company/data_model.yaml b/inputs_snowflake/software_company/data_model.yaml deleted file mode 100644 index cd89958d5fbd38f83e131cea2071791310ce0fa4..0000000000000000000000000000000000000000 --- a/inputs_snowflake/software_company/data_model.yaml +++ /dev/null @@ -1,20 +0,0 @@ -models: - - name: geo - description: Each record represents a geo. - columns: - - name: geoid - description: Unique identifier for the geo. - - name: income_k - description: average income per inhabitant per month - - name: inhabitants_k - description: number of inhabitants - - name: num_male_customer_edu_level_4_and_below - description: The number of male customers with a level of education of 4 and below in the place, replace NULL values with 0. - - name: avg_education_level - description: The average education level of the inhabitants in the place. - - name: per_elderly_customer_never_married - description: The percentage of elderly customers in the location who have never been married, out of all customers in that location. Elderly customers refers to age over 65. - - name: response_rate - description: The proportion of mails sent to customers in the place that received a response, expressed as a value in the range [0, 1]. - - name: per_male_teenager_among_all_teenage_edu_above_10 - description: The percentage of male teenagers with an education level above 10 among all teenagers with an education level above 10. \ No newline at end of file diff --git a/inputs_snowflake/software_company/schemas/Customers.csv b/inputs_snowflake/software_company/schemas/Customers.csv deleted file mode 100644 index c5f7a8aad55648ca8b787d2727dfd195907161bb..0000000000000000000000000000000000000000 --- a/inputs_snowflake/software_company/schemas/Customers.csv +++ /dev/null @@ -1,8 +0,0 @@ -column_name,column_description -ID,the unique number identifying the customer -SEX,the sex of the customer -MARITAL_STATUS, -GEOID,geographic identifier -EDUCATIONNUM,the level of education -OCCUPATION,occupation of customers -age,age of customers diff --git a/inputs_snowflake/software_company/schemas/Demog.csv b/inputs_snowflake/software_company/schemas/Demog.csv deleted file mode 100644 index 16674bd0b656e0794a4dd21645b184f7efc61be3..0000000000000000000000000000000000000000 --- a/inputs_snowflake/software_company/schemas/Demog.csv +++ /dev/null @@ -1,22 +0,0 @@ -column_name,column_description -GEOID,unique geographic identifier -INHABITANTS_K,number of inhabitants -INCOME_K,average income per inhabitant per month -A_VAR1, -A_VAR2, -A_VAR3, -A_VAR4, -A_VAR5, -A_VAR6, -A_VAR7, -A_VAR8, -A_VAR9, -A_VAR10, -A_VAR11, -A_VAR12, -A_VAR13, -A_VAR14, -A_VAR15, -A_VAR16, -A_VAR17, -A_VAR18, diff --git a/inputs_snowflake/software_company/schemas/Sales.csv b/inputs_snowflake/software_company/schemas/Sales.csv deleted file mode 100644 index d4a2cbcadfc003a4163a4cafd7309f0b17ce5728..0000000000000000000000000000000000000000 --- a/inputs_snowflake/software_company/schemas/Sales.csv +++ /dev/null @@ -1,5 +0,0 @@ -column_name,column_description -EVENTID,unique id of event (sales) -REFID,Reference to customer ID -EVENT_DATE,date of sales -AMOUNT,amount of sales diff --git a/inputs_snowflake/software_company/schemas/mailings.csv b/inputs_snowflake/software_company/schemas/mailings.csv deleted file mode 100644 index 5eb0af3a71eaf0cd9b60819c9cc9d377ddce170d..0000000000000000000000000000000000000000 --- a/inputs_snowflake/software_company/schemas/mailings.csv +++ /dev/null @@ -1,4 +0,0 @@ -column_name,column_description -refid,unique id number identifying the customer -ref_date,indicating the date when the mailing was sent -response,Actual response to the marketing incentive email diff --git a/inputs_snowflake/student_club/schemas/attendance.csv b/inputs_snowflake/student_club/schemas/attendance.csv deleted file mode 100644 index 186b5176218aabd615c192b0c893ed70f2e601bf..0000000000000000000000000000000000000000 --- a/inputs_snowflake/student_club/schemas/attendance.csv +++ /dev/null @@ -1,3 +0,0 @@ -column_name,column_description -link_to_event,The unique identifier of the event which was attended -link_to_member,The unique identifier of the member who attended the event diff --git a/inputs_snowflake/student_club/schemas/budget.csv b/inputs_snowflake/student_club/schemas/budget.csv deleted file mode 100644 index 83ef8260cdd092016752c5248bbaa3c6afeae490..0000000000000000000000000000000000000000 --- a/inputs_snowflake/student_club/schemas/budget.csv +++ /dev/null @@ -1,8 +0,0 @@ -column_name,column_description -budget_id,A unique identifier for the budget entry -category,"The area for which the amount is budgeted, such as, advertisement, food, parking" -spent,The total amount spent in the budgeted category for an event. -remaining,A value calculated as the amount budgeted minus the amount spent -amount,The amount budgeted for the specified category and event -event_status,the status of the event -link_to_event,The unique identifier of the event to which the budget line applies. diff --git a/inputs_snowflake/student_club/schemas/club_event.csv b/inputs_snowflake/student_club/schemas/club_event.csv deleted file mode 100644 index d235e97b53fdf847a69f0abffd5951ac88d591c1..0000000000000000000000000000000000000000 --- a/inputs_snowflake/student_club/schemas/club_event.csv +++ /dev/null @@ -1,8 +0,0 @@ -column_name,column_description -event_id,A unique identifier for the event -event_name,event name -event_date,The date the event took place or is scheduled to take place -type,"The kind of event, such as game, social, election" -notes,A free text field for any notes about the event -location,Address where the event was held or is to be held or the name of such a location -status,"One of three values indicating if the event is in planning, is opened, or is closed" diff --git a/inputs_snowflake/student_club/schemas/expense.csv b/inputs_snowflake/student_club/schemas/expense.csv deleted file mode 100644 index 45e2fdc9fdaca568738d6451052cda3f4f818c0e..0000000000000000000000000000000000000000 --- a/inputs_snowflake/student_club/schemas/expense.csv +++ /dev/null @@ -1,8 +0,0 @@ -column_name,column_description -expense_id,unique id of income -expense_description,A textual description of what the money was spend for -expense_date,The date the expense was incurred -cost,The dollar amount of the expense -approved,A true or false value indicating if the expense was approved -link_to_member,The member who incurred the expense -link_to_budget,The unique identifier of the record in the Budget table that indicates the expected total expenditure for a given category and event. diff --git a/inputs_snowflake/student_club/schemas/income.csv b/inputs_snowflake/student_club/schemas/income.csv deleted file mode 100644 index 87fc7c8ed0a2b73874e3d4a507cc22469f8db36f..0000000000000000000000000000000000000000 --- a/inputs_snowflake/student_club/schemas/income.csv +++ /dev/null @@ -1,7 +0,0 @@ -column_name,column_description -income_id,A unique identifier for each record of income -date_received,the date that the fund received -amount,amount of funds -source,"A value indicating where the funds come from such as dues, or the annual university allocation" -notes,A free-text value giving any needed details about the receipt of funds -link_to_member,link to member diff --git a/inputs_snowflake/student_club/schemas/major.csv b/inputs_snowflake/student_club/schemas/major.csv deleted file mode 100644 index 98d720fb3940f7daedb22a3c57d3ad881b7e4999..0000000000000000000000000000000000000000 --- a/inputs_snowflake/student_club/schemas/major.csv +++ /dev/null @@ -1,5 +0,0 @@ -column_name,column_description -major_id,A unique identifier for each major -major_name,major name -department,The name of the department that offers the major -college,The name college that houses the department that offers the major diff --git a/inputs_snowflake/student_club/schemas/member.csv b/inputs_snowflake/student_club/schemas/member.csv deleted file mode 100644 index 88bd5ba9ff5b34db120364b610d7d7441261b0d1..0000000000000000000000000000000000000000 --- a/inputs_snowflake/student_club/schemas/member.csv +++ /dev/null @@ -1,10 +0,0 @@ -column_name,column_description -member_id,unique id of member -first_name,member's first name -last_name,member's last name -email,member's email -position,The position the member holds in the club -t_shirt_size,The size of tee shirt that member wants when shirts are ordered -phone,The best telephone at which to contact the member -zip,the zip code of the member's hometown -link_to_major,The unique identifier of the major of the member. References the Major table diff --git a/inputs_snowflake/student_club/schemas/zip_code.csv b/inputs_snowflake/student_club/schemas/zip_code.csv deleted file mode 100644 index 5e1c8e4b136865e21521918d66a8b5aec1e22165..0000000000000000000000000000000000000000 --- a/inputs_snowflake/student_club/schemas/zip_code.csv +++ /dev/null @@ -1,7 +0,0 @@ -column_name,column_description -zip_code,The ZIP code itself. A five-digit number identifying a US post office. -type,The kind of ZIP code -city,The city to which the ZIP pertains -county,The county to which the ZIP pertains -state,The name of the state to which the ZIP pertains -short_state,The abbreviation of the state to which the ZIP pertains diff --git a/inputs_snowflake/student_loan/data_model.yaml b/inputs_snowflake/student_loan/data_model.yaml deleted file mode 100644 index 943f8b632a34ada17b2dfebea0d7044b99bca4c7..0000000000000000000000000000000000000000 --- a/inputs_snowflake/student_loan/data_model.yaml +++ /dev/null @@ -1,46 +0,0 @@ -models: - - name: organization - description: Each record represents an organization. - columns: - - name: organ - description: Unique identifier for the organization. - - name: num_disabled_students - description: The number of disabled students in the organization, replace NULL values with 0. - - name: per_male_students - description: The percentage of male students in the organization. - - name: longest_time_absence - description: The longest time for a student from the department to be absent from school, replace NULL values with 0. - - name: per_students_have_due_payment - description: The percentage of students who have a due payment in the organization. - - name: ratio_between_female_and_male - description: The ratio between the number of female and male students who joined the organization, calculated as the number of female students divided by the number of male students. - - name: students - description: Each record represents a student. - columns: - - name: name - description: The name of the student. - - name: gender - description: The gender of the student, set to 'M' for male 'F' for female. - - name: female_and_no_due_payments - description: Set to 1 if the student is female and has no due payments, otherwise, set to 0 - - name: join_more_than_one_org - description: Set to 1 if the student has joined more than one organization, 0 otherwise. - - name: not_file_for_bankruptcy - description: Set to 1 if the student has not filed for bankruptcy, 0 otherwise. - - name: has_the_longest_absence_duration - description: Set to 1 if the student has the longest absence duration from school, otherwise, set to 0. - - name: schools - description: Each record represents a unique school. - columns: - - name: school - description: The name of the school. - - name: num_disabled_students - description: The number of disabled students in the school, replace NULL values with 0. - - name: per_male_and_air_force - description: The percentage of male students in the air force department among all students enrolled in the school. - - name: per_disabled_female_students - description: The percentage of disabled female students in the school. - - name: per_students_file_bankruptcy - description: The percentage of students who have filed for bankruptcy in the school. - - name: per_navy_make_up_num_students - description: The percentage of enrolled students in the school who enlisted in the navy. \ No newline at end of file diff --git a/inputs_snowflake/student_loan/schemas/bool.csv b/inputs_snowflake/student_loan/schemas/bool.csv deleted file mode 100644 index 2f45029b91e66e7d2212cc4de540b75f53596585..0000000000000000000000000000000000000000 --- a/inputs_snowflake/student_loan/schemas/bool.csv +++ /dev/null @@ -1,2 +0,0 @@ -column_name,column_description -name, diff --git a/inputs_snowflake/student_loan/schemas/disabled.csv b/inputs_snowflake/student_loan/schemas/disabled.csv deleted file mode 100644 index 836deb8a1f8afef3bd2265af426004f4b40f300a..0000000000000000000000000000000000000000 --- a/inputs_snowflake/student_loan/schemas/disabled.csv +++ /dev/null @@ -1,2 +0,0 @@ -column_name,column_description -name,the name of the disabled students diff --git a/inputs_snowflake/student_loan/schemas/enlist.csv b/inputs_snowflake/student_loan/schemas/enlist.csv deleted file mode 100644 index e5a90db68f584d8f05f4e593d00a33033411a453..0000000000000000000000000000000000000000 --- a/inputs_snowflake/student_loan/schemas/enlist.csv +++ /dev/null @@ -1,3 +0,0 @@ -column_name,column_description -name,the name of the enlisted students -organ,the organization that the student enlisted in diff --git a/inputs_snowflake/student_loan/schemas/enrolled.csv b/inputs_snowflake/student_loan/schemas/enrolled.csv deleted file mode 100644 index 131d473d49a603787c2f28e6f596630badd883f6..0000000000000000000000000000000000000000 --- a/inputs_snowflake/student_loan/schemas/enrolled.csv +++ /dev/null @@ -1,4 +0,0 @@ -column_name,column_description -name, -school, -month, diff --git a/inputs_snowflake/student_loan/schemas/filed_for_bankruptcy.csv b/inputs_snowflake/student_loan/schemas/filed_for_bankruptcy.csv deleted file mode 100644 index ddccc7dc30b06b954e95ff233a07ae1d23ff05e3..0000000000000000000000000000000000000000 --- a/inputs_snowflake/student_loan/schemas/filed_for_bankruptcy.csv +++ /dev/null @@ -1,2 +0,0 @@ -column_name,column_description -name,student name who filed for bankruptcy diff --git a/inputs_snowflake/student_loan/schemas/longest_absense_from_school.csv b/inputs_snowflake/student_loan/schemas/longest_absense_from_school.csv deleted file mode 100644 index 00958ccc9623e03102798dd970784a00f5a0a958..0000000000000000000000000000000000000000 --- a/inputs_snowflake/student_loan/schemas/longest_absense_from_school.csv +++ /dev/null @@ -1,3 +0,0 @@ -column_name,column_description -name,student's name -month,the duration of absence diff --git a/inputs_snowflake/student_loan/schemas/male.csv b/inputs_snowflake/student_loan/schemas/male.csv deleted file mode 100644 index 6120c374df066d5afad23c08b99330c2427cb4b0..0000000000000000000000000000000000000000 --- a/inputs_snowflake/student_loan/schemas/male.csv +++ /dev/null @@ -1,2 +0,0 @@ -column_name,column_description -name,student's name who are male diff --git a/inputs_snowflake/student_loan/schemas/no_payment_due.csv b/inputs_snowflake/student_loan/schemas/no_payment_due.csv deleted file mode 100644 index 8f0aa6d16b9ef5c626160bd7ce872245ec8e0c47..0000000000000000000000000000000000000000 --- a/inputs_snowflake/student_loan/schemas/no_payment_due.csv +++ /dev/null @@ -1,3 +0,0 @@ -column_name,column_description -name,student's name -bool,whether the student has payment dues diff --git a/inputs_snowflake/student_loan/schemas/person.csv b/inputs_snowflake/student_loan/schemas/person.csv deleted file mode 100644 index ac89e22746e9d72ad929cd54a94964172394ddf3..0000000000000000000000000000000000000000 --- a/inputs_snowflake/student_loan/schemas/person.csv +++ /dev/null @@ -1,2 +0,0 @@ -column_name,column_description -name,student's name diff --git a/inputs_snowflake/student_loan/schemas/unemployed.csv b/inputs_snowflake/student_loan/schemas/unemployed.csv deleted file mode 100644 index fbf1625ab020fd24df4f4d802bba4bdc6f44db93..0000000000000000000000000000000000000000 --- a/inputs_snowflake/student_loan/schemas/unemployed.csv +++ /dev/null @@ -1,2 +0,0 @@ -column_name,column_description -name,student who is unemployed diff --git a/inputs_snowflake/superhero/data_model.yaml b/inputs_snowflake/superhero/data_model.yaml deleted file mode 100644 index 48e17aef0d8e55c1b88e9e83f8f391ba38ae13fe..0000000000000000000000000000000000000000 --- a/inputs_snowflake/superhero/data_model.yaml +++ /dev/null @@ -1,20 +0,0 @@ -models: - - name: superheroes - description: Each record represents a superhero. - columns: - - name: hero_id - description: Unique identifier for the superhero. - - name: superhero_name - description: Name of the superhero. - - name: full_name - description: Full name of the superhero - - name: has_durability_less_than_50 - description: Set to 1 if the superhero has a durability attribute value of less than 50, otherwise, set to 0 - - name: num_powers - description: Number of powers the superhero has, replace NULL values with 0. - - name: has_weight_greater_than_79_per_avg_weight - description: set to 1 if the superhero has a weight greater than the 79% average weight of all superheroes, otherwise, set to 0. - - name: is_blue_female_superhero - description: Set to 1 if the superhero is a female superhero whose skin color is blue, otherwise, set to 0. - - name: has_highest_value_in_strength - description: Set to 1 if the superhero has the highest attribute value in strength, otherwise, set to 0 \ No newline at end of file diff --git a/inputs_snowflake/superhero/schemas/alignment.csv b/inputs_snowflake/superhero/schemas/alignment.csv deleted file mode 100644 index 5086b099f0ea2ae8d1dccf7871e27bad2d613bc5..0000000000000000000000000000000000000000 --- a/inputs_snowflake/superhero/schemas/alignment.csv +++ /dev/null @@ -1,3 +0,0 @@ -column_name,column_description -id,the unique identifier of the alignment -alignment,the alignment of the superhero diff --git a/inputs_snowflake/superhero/schemas/attribute.csv b/inputs_snowflake/superhero/schemas/attribute.csv deleted file mode 100644 index 4e3658db6e5049642abc6b925e92140809bbc68e..0000000000000000000000000000000000000000 --- a/inputs_snowflake/superhero/schemas/attribute.csv +++ /dev/null @@ -1,3 +0,0 @@ -column_name,column_description -id,the unique identifier of the attribute -attribute_name,the attribute diff --git a/inputs_snowflake/superhero/schemas/colour.csv b/inputs_snowflake/superhero/schemas/colour.csv deleted file mode 100644 index e9bf85cc12bb11a6608ae39ecdf3e76634989ccb..0000000000000000000000000000000000000000 --- a/inputs_snowflake/superhero/schemas/colour.csv +++ /dev/null @@ -1,3 +0,0 @@ -column_name,column_description -id,the unique identifier of the color -colour,the color of the superhero's skin/eye/hair/etc diff --git a/inputs_snowflake/superhero/schemas/gender.csv b/inputs_snowflake/superhero/schemas/gender.csv deleted file mode 100644 index eb20bbb6eb5d438561c885d9e9148d50cd3c8c12..0000000000000000000000000000000000000000 --- a/inputs_snowflake/superhero/schemas/gender.csv +++ /dev/null @@ -1,3 +0,0 @@ -column_name,column_description -id,the unique identifier of the gender -gender,the gender of the superhero diff --git a/inputs_snowflake/superhero/schemas/hero_attribute.csv b/inputs_snowflake/superhero/schemas/hero_attribute.csv deleted file mode 100644 index 94efc7c751cdea57b70350c0091ab6264f49a10b..0000000000000000000000000000000000000000 --- a/inputs_snowflake/superhero/schemas/hero_attribute.csv +++ /dev/null @@ -1,6 +0,0 @@ -column_name,column_description -hero_id,"the id of the hero -Maps to superhero(id)" -attribute_id,"the id of the attribute -Maps to attribute(id)" -attribute_value,the attribute value diff --git a/inputs_snowflake/superhero/schemas/hero_power.csv b/inputs_snowflake/superhero/schemas/hero_power.csv deleted file mode 100644 index 778089df6218c71c9e7579d2edb196e77919755f..0000000000000000000000000000000000000000 --- a/inputs_snowflake/superhero/schemas/hero_power.csv +++ /dev/null @@ -1,5 +0,0 @@ -column_name,column_description -hero_id,"the id of the hero -Maps to superhero(id)" -power_id,"the id of the power -Maps to superpower(id)" diff --git a/inputs_snowflake/superhero/schemas/publisher.csv b/inputs_snowflake/superhero/schemas/publisher.csv deleted file mode 100644 index 2cb274a2cffd14af580ac3533d5455b70adfe0ef..0000000000000000000000000000000000000000 --- a/inputs_snowflake/superhero/schemas/publisher.csv +++ /dev/null @@ -1,3 +0,0 @@ -column_name,column_description -id,the unique identifier of the publisher -publisher_name,the name of the publisher diff --git a/inputs_snowflake/superhero/schemas/race.csv b/inputs_snowflake/superhero/schemas/race.csv deleted file mode 100644 index 4d2135e5c634ac0ca9ae14e4a0a46b204ee431fc..0000000000000000000000000000000000000000 --- a/inputs_snowflake/superhero/schemas/race.csv +++ /dev/null @@ -1,3 +0,0 @@ -column_name,column_description -id,the unique identifier of the race -race,the race of the superhero diff --git a/inputs_snowflake/superhero/schemas/superhero.csv b/inputs_snowflake/superhero/schemas/superhero.csv deleted file mode 100644 index c49e0b45044e0fad5f803dfe0749fac58476e088..0000000000000000000000000000000000000000 --- a/inputs_snowflake/superhero/schemas/superhero.csv +++ /dev/null @@ -1,13 +0,0 @@ -column_name,column_description -id,the unique identifier of the superhero -superhero_name,the name of the superhero -full_name,the full name of the superhero -gender_id,the id of the superhero's gender -eye_colour_id,the id of the superhero's eye color -hair_colour_id,the id of the superhero's hair color -skin_colour_id,the id of the superhero's skin color -race_id,the id of the superhero's race -publisher_id,the id of the publisher -alignment_id,the id of the superhero's alignment -height_cm,the height of the superhero -weight_kg,the weight of the superhero diff --git a/inputs_snowflake/superhero/schemas/superpower.csv b/inputs_snowflake/superhero/schemas/superpower.csv deleted file mode 100644 index ee18c3fad2d5c92c190aee56c8bbac51108e391d..0000000000000000000000000000000000000000 --- a/inputs_snowflake/superhero/schemas/superpower.csv +++ /dev/null @@ -1,3 +0,0 @@ -column_name,column_description -id,the unique identifier of the superpower -power_name,the superpower name diff --git a/inputs_snowflake/superstore/data_model.yaml b/inputs_snowflake/superstore/data_model.yaml deleted file mode 100644 index d378d0f3c469aac584d735b8474934db8583204e..0000000000000000000000000000000000000000 --- a/inputs_snowflake/superstore/data_model.yaml +++ /dev/null @@ -1,39 +0,0 @@ -models: - - name: customers - description: Each record represents a customer. - columns: - - name: customer_id - description: Unique identifier for the customer. - - name: customer_name - description: The name of the customer. - - name: segment - description: The segment the customer belongs to. - - name: the_largest_total_cost_of_products_in_a_single_order - description: The largest total cost of products in a single order the customer has made. - - name: name_of_the_product_that_was_ordered_recently - description: The name of the product that was ordered most recently by the customer, with ties broken by the ascending order of the product name. - - name: item_ordered_with_the_highest_quantity_in_the_East_region - description: The item ordered with the highest quantity in the East region by the customer, with ties broken by the descending order of the product name. - - name: number_of_orders_in_2016_from_the_east_superstore - description: The number of orders in 2016 from the East region superstore by the customer, replace NULL values with 0. - - name: number_of_orders_with_more_than_3_kinds_of_products_ordered - description: The number of orders with more than 3 kinds of products ordered by the customer, replace NULL values with 0. - - name: products - description: Each record represents a product in a specific region. - columns: - - name: product_id - description: Identifier for the product. - - name: region - description: The region of the product. - - name: product_name - description: The name of the product in its region. - - name: total_profits - description: The total profits of the product in its region, replace NULL values with 0. - - name: has_a_profit_greater_than_98_per_of_the_average_profit_of_all_products_in_the_East_region - description: Set to 1 if the profit of the product is greater than 98% of the average profit of all products in the East region, 0 otherwise. Only applicable when region is 'East'; always Null for other regions. - - name: percetange_of_consumers_among_the_customers - description: The percentage of consumers among the customers who have ordered the product in its region. - - name: is_ordered_by_Becky_Martin_around_the_Central_region - description: Set to 1 if the product is ordered by Becky Martin in the Central region, 0 otherwise. Only applicable when region is 'Central'; always 0 for other regions. - - name: total_quantity_sold - description: The total quantity sold of the product in its region, replace NULL values with 0. diff --git a/inputs_snowflake/superstore/schemas/central_superstore.csv b/inputs_snowflake/superstore/schemas/central_superstore.csv deleted file mode 100644 index c9bce357257af9e91d237c834b2f9ac8ac7def84..0000000000000000000000000000000000000000 --- a/inputs_snowflake/superstore/schemas/central_superstore.csv +++ /dev/null @@ -1,13 +0,0 @@ -column_name,column_description -Row_ID,the unique id for rows -Order_ID,the unique identifier for the order -Order_Date,the date of the order -Ship_Date,the date of the shipment -Ship_Mode,the ship mode of the order -Customer_ID,the id of the customer -Region,region of the customer's address -Product_ID,the id of the product -Sales,the sales of the product -Quantity,the quantity of the product -Discount,the discount of the product -Profit,the profit that the company got by selling the product diff --git a/inputs_snowflake/superstore/schemas/east_superstore.csv b/inputs_snowflake/superstore/schemas/east_superstore.csv deleted file mode 100644 index c9bce357257af9e91d237c834b2f9ac8ac7def84..0000000000000000000000000000000000000000 --- a/inputs_snowflake/superstore/schemas/east_superstore.csv +++ /dev/null @@ -1,13 +0,0 @@ -column_name,column_description -Row_ID,the unique id for rows -Order_ID,the unique identifier for the order -Order_Date,the date of the order -Ship_Date,the date of the shipment -Ship_Mode,the ship mode of the order -Customer_ID,the id of the customer -Region,region of the customer's address -Product_ID,the id of the product -Sales,the sales of the product -Quantity,the quantity of the product -Discount,the discount of the product -Profit,the profit that the company got by selling the product diff --git a/inputs_snowflake/superstore/schemas/people.csv b/inputs_snowflake/superstore/schemas/people.csv deleted file mode 100644 index c58528b37250d971dadd033afbc2519c235544f4..0000000000000000000000000000000000000000 --- a/inputs_snowflake/superstore/schemas/people.csv +++ /dev/null @@ -1,9 +0,0 @@ -column_name,column_description -Customer_ID,the id of the customers -Customer_Name,the name of the customers -Segment,the segment that the customers belong to -Country,the country of people -City,the city of people -State,the state of people -Postal_Code,the postal code -Region,the region of people diff --git a/inputs_snowflake/superstore/schemas/product.csv b/inputs_snowflake/superstore/schemas/product.csv deleted file mode 100644 index b85b503404f732402db2fa2858d7cc55cb0520a5..0000000000000000000000000000000000000000 --- a/inputs_snowflake/superstore/schemas/product.csv +++ /dev/null @@ -1,6 +0,0 @@ -column_name,column_description -Product_ID,the id of products -Product_Name,the name of products -Category,the categories of products -Sub_Category,the sub-categories of products -Region,the region of products diff --git a/inputs_snowflake/superstore/schemas/south_superstore.csv b/inputs_snowflake/superstore/schemas/south_superstore.csv deleted file mode 100644 index c9bce357257af9e91d237c834b2f9ac8ac7def84..0000000000000000000000000000000000000000 --- a/inputs_snowflake/superstore/schemas/south_superstore.csv +++ /dev/null @@ -1,13 +0,0 @@ -column_name,column_description -Row_ID,the unique id for rows -Order_ID,the unique identifier for the order -Order_Date,the date of the order -Ship_Date,the date of the shipment -Ship_Mode,the ship mode of the order -Customer_ID,the id of the customer -Region,region of the customer's address -Product_ID,the id of the product -Sales,the sales of the product -Quantity,the quantity of the product -Discount,the discount of the product -Profit,the profit that the company got by selling the product diff --git a/inputs_snowflake/superstore/schemas/west_superstore.csv b/inputs_snowflake/superstore/schemas/west_superstore.csv deleted file mode 100644 index c9bce357257af9e91d237c834b2f9ac8ac7def84..0000000000000000000000000000000000000000 --- a/inputs_snowflake/superstore/schemas/west_superstore.csv +++ /dev/null @@ -1,13 +0,0 @@ -column_name,column_description -Row_ID,the unique id for rows -Order_ID,the unique identifier for the order -Order_Date,the date of the order -Ship_Date,the date of the shipment -Ship_Mode,the ship mode of the order -Customer_ID,the id of the customer -Region,region of the customer's address -Product_ID,the id of the product -Sales,the sales of the product -Quantity,the quantity of the product -Discount,the discount of the product -Profit,the profit that the company got by selling the product diff --git a/inputs_snowflake/synthea/schemas/all_prevalences.csv b/inputs_snowflake/synthea/schemas/all_prevalences.csv deleted file mode 100644 index a7445fe305e6bb0b7fd3b2f476aab460ed4f3b1c..0000000000000000000000000000000000000000 --- a/inputs_snowflake/synthea/schemas/all_prevalences.csv +++ /dev/null @@ -1,7 +0,0 @@ -column_name,column_description -ITEM,the prevalent disease -POPULATION_TYPE,the population type - LIVING -OCCURRENCES,the number of occurrences -POPULATION_COUNT,the number of the counted populations -PREVALENCE_RATE,the prevalence rate -PREVALENCE_PERCENTAGE,the prevalence percentage diff --git a/inputs_snowflake/synthea/schemas/allergies.csv b/inputs_snowflake/synthea/schemas/allergies.csv deleted file mode 100644 index 3da7bdd38b866477210c2a2296d3ce4eca60ee6e..0000000000000000000000000000000000000000 --- a/inputs_snowflake/synthea/schemas/allergies.csv +++ /dev/null @@ -1,7 +0,0 @@ -column_name,column_description -START,the start date of the allergy -STOP,the stop date of the allergy -PATIENT,the patient id -ENCOUNTER,the medical encounter id -CODE,the code of the allergy -DESCRIPTION,the description of the allergy diff --git a/inputs_snowflake/synthea/schemas/careplans.csv b/inputs_snowflake/synthea/schemas/careplans.csv deleted file mode 100644 index db7c2004d186d38109d1b0ff8af7b408c4dee10e..0000000000000000000000000000000000000000 --- a/inputs_snowflake/synthea/schemas/careplans.csv +++ /dev/null @@ -1,10 +0,0 @@ -column_name,column_description -ID,the unique id of the care plan -START,the start date of the care plan -STOP,the stop date of the care plan -PATIENT,the patient id -ENCOUNTER,the medical encounter id -CODE,the code of the care plan -DESCRIPTION,the description of the care plan -REASONCODE,the reason code -REASONDESCRIPTION,the description of the reason why the patient needs the care plan diff --git a/inputs_snowflake/synthea/schemas/claims.csv b/inputs_snowflake/synthea/schemas/claims.csv deleted file mode 100644 index 4b37aeb1f81972f23e3a2694aab1ab9a6f31a292..0000000000000000000000000000000000000000 --- a/inputs_snowflake/synthea/schemas/claims.csv +++ /dev/null @@ -1,8 +0,0 @@ -column_name,column_description -ID,the unique id of the claim -PATIENT,the patient id -BILLABLEPERIOD,the start date of the billable -ORGANIZATION,the claim organization -ENCOUNTER,the medical encounter id -DIAGNOSIS,the diagnosis -TOTAL,the length of the billable period diff --git a/inputs_snowflake/synthea/schemas/conditions.csv b/inputs_snowflake/synthea/schemas/conditions.csv deleted file mode 100644 index f172bf79a02fcbd8862ae33e99539c7fdeabb5bd..0000000000000000000000000000000000000000 --- a/inputs_snowflake/synthea/schemas/conditions.csv +++ /dev/null @@ -1,7 +0,0 @@ -column_name,column_description -START,the start date of the allergy -STOP,the stop date of the allergy -PATIENT,the patient id -ENCOUNTER,the medical encounter id -CODE,the code of the condition -DESCRIPTION,the description of the patient condition diff --git a/inputs_snowflake/synthea/schemas/encounters.csv b/inputs_snowflake/synthea/schemas/encounters.csv deleted file mode 100644 index 66e999ec1d99a833256e17959f24a4c5b30fef82..0000000000000000000000000000000000000000 --- a/inputs_snowflake/synthea/schemas/encounters.csv +++ /dev/null @@ -1,8 +0,0 @@ -column_name,column_description -ID,the unique id of the encounter -DATE,the date of the encounter -PATIENT,the patient id -CODE,the code of the care plan -DESCRIPTION,the description of the care plan -REASONCODE,the reason code -REASONDESCRIPTION,the description of the reason why the patient needs the care plan diff --git a/inputs_snowflake/synthea/schemas/immunizations.csv b/inputs_snowflake/synthea/schemas/immunizations.csv deleted file mode 100644 index c22dec08d02ad792fa2aeda3769c6a53fa31c51f..0000000000000000000000000000000000000000 --- a/inputs_snowflake/synthea/schemas/immunizations.csv +++ /dev/null @@ -1,6 +0,0 @@ -column_name,column_description -DATE,the date of the immunization -PATIENT,the patient id -ENCOUNTER,the medical encounter id -CODE,the code of the immunization -DESCRIPTION,the description of the immunization diff --git a/inputs_snowflake/synthea/schemas/medications.csv b/inputs_snowflake/synthea/schemas/medications.csv deleted file mode 100644 index e538c755fd044b60d22d124c3360b19b42dc2250..0000000000000000000000000000000000000000 --- a/inputs_snowflake/synthea/schemas/medications.csv +++ /dev/null @@ -1,9 +0,0 @@ -column_name,column_description -START,the start date of the care plan -STOP,the stop date of the care plan -PATIENT,the patient id -ENCOUNTER,the medical encounter id -CODE,the code of the medication -DESCRIPTION,the description of the medication -REASONCODE,the reason code -REASONDESCRIPTION,the description of the reason why the patient take the medication diff --git a/inputs_snowflake/synthea/schemas/observations.csv b/inputs_snowflake/synthea/schemas/observations.csv deleted file mode 100644 index ba3aa5792a879e31e167ae9ea0e99ea598c6bf00..0000000000000000000000000000000000000000 --- a/inputs_snowflake/synthea/schemas/observations.csv +++ /dev/null @@ -1,8 +0,0 @@ -column_name,column_description -date,the date of the observation -patient,the patient id -encounter,the medical encounter id -code,the code of the observation type -description,the description of the observation -value,the observation value -units,the units of the observation value diff --git a/inputs_snowflake/synthea/schemas/patients.csv b/inputs_snowflake/synthea/schemas/patients.csv deleted file mode 100644 index 02a7ff7fda41c0ddceb27cde2e74273f5471f1ad..0000000000000000000000000000000000000000 --- a/inputs_snowflake/synthea/schemas/patients.csv +++ /dev/null @@ -1,18 +0,0 @@ -column_name,column_description -patient,the unique id for the patient -birthdate,the birth date of the patient -deathdate,the death date of the patient -ssn,the social security number of the patient -drivers,the driver number of the patient -passport,the passport number -prefix,the prefix -first,the first name -last,the last name -suffix,the suffix of the patient -maiden,the maiden name of the patient -marital,the marital status of the patient -race,the race of the patient -ethnicity,the ethnicity of the patient -gender,the gender of the patient -birthplace,the birth place -address,the specific address diff --git a/inputs_snowflake/synthea/schemas/procedures.csv b/inputs_snowflake/synthea/schemas/procedures.csv deleted file mode 100644 index e0bb0540e72a148e60968198b73aeeb75e5531af..0000000000000000000000000000000000000000 --- a/inputs_snowflake/synthea/schemas/procedures.csv +++ /dev/null @@ -1,8 +0,0 @@ -column_name,column_description -DATE,the date of the procedure -PATIENT,the patient id -ENCOUNTER,the medical encounter id -CODE,the code of the procedure -DESCRIPTION,the description of the procedure -REASONCODE,the code of the reason -REASONDESCRIPTION,the description of the reason why the patient take the procedure diff --git a/inputs_snowflake/talkingdata/data_model.yaml b/inputs_snowflake/talkingdata/data_model.yaml deleted file mode 100644 index dd5fa771d2a3de4858f9ec4119876766a146227d..0000000000000000000000000000000000000000 --- a/inputs_snowflake/talkingdata/data_model.yaml +++ /dev/null @@ -1,18 +0,0 @@ -models: - - name: labels - description: Each record represents a label category of the app. - columns: - - name: label_id - description: Unique id of label. - - name: category - description: Category of the label - - name: number_of_users - description: The number of users belong to the label category, replace NULL values with 0. - - name: oldest_event_id - description: The id of the oldest event belongs to the label category, with ties broken by the ascending order of the event id. - - name: percentage_of_the_app_under_the_label - description: The percentage of distinct app users that belong to the label category. - - name: number_of_users_not_active_when_2_happened - description: The number of users belong to the label category who were not active when event no.2 happened, replace NULL values with 0. - - name: start_with_the_word_game - description: Set to 1 if the label category name starts with the word "game", 0 otherwise. \ No newline at end of file diff --git a/inputs_snowflake/talkingdata/schemas/app_all.csv b/inputs_snowflake/talkingdata/schemas/app_all.csv deleted file mode 100644 index e31313a4160726d5469a939be188598deb049df3..0000000000000000000000000000000000000000 --- a/inputs_snowflake/talkingdata/schemas/app_all.csv +++ /dev/null @@ -1,2 +0,0 @@ -column_name,column_description -app_id, diff --git a/inputs_snowflake/talkingdata/schemas/app_events.csv b/inputs_snowflake/talkingdata/schemas/app_events.csv deleted file mode 100644 index 08e0ccf3cff6ee5ecf10be78ee70a04d6749a045..0000000000000000000000000000000000000000 --- a/inputs_snowflake/talkingdata/schemas/app_events.csv +++ /dev/null @@ -1,5 +0,0 @@ -column_name,column_description -event_id,the id of events -app_id,the id of app users -is_installed,whether this app is installed or not -is_active,whether this user is active or not diff --git a/inputs_snowflake/talkingdata/schemas/app_events_relevant.csv b/inputs_snowflake/talkingdata/schemas/app_events_relevant.csv deleted file mode 100644 index 228fbdfbbe86306f0baa583e98f9f24c6c022ec9..0000000000000000000000000000000000000000 --- a/inputs_snowflake/talkingdata/schemas/app_events_relevant.csv +++ /dev/null @@ -1,5 +0,0 @@ -column_name,column_description -event_id, -app_id, -is_installed, -is_active, diff --git a/inputs_snowflake/talkingdata/schemas/app_labels.csv b/inputs_snowflake/talkingdata/schemas/app_labels.csv deleted file mode 100644 index 597ca7f116b678b4c699be55ff575d511881a6d5..0000000000000000000000000000000000000000 --- a/inputs_snowflake/talkingdata/schemas/app_labels.csv +++ /dev/null @@ -1,3 +0,0 @@ -column_name,column_description -app_id,id of the app user -label_id,id of labels represents which behavior category that each user belongs to diff --git a/inputs_snowflake/talkingdata/schemas/events.csv b/inputs_snowflake/talkingdata/schemas/events.csv deleted file mode 100644 index 431030422aea91a85cfa9be1ab52621f0abf760c..0000000000000000000000000000000000000000 --- a/inputs_snowflake/talkingdata/schemas/events.csv +++ /dev/null @@ -1,6 +0,0 @@ -column_name,column_description -event_id,unique id number referring to the event -device_id,id number referring the device -timestamp,the time of the event -longitude,longitude -latitude,latitude diff --git a/inputs_snowflake/talkingdata/schemas/events_relevant.csv b/inputs_snowflake/talkingdata/schemas/events_relevant.csv deleted file mode 100644 index c155cc25444c95433e2ca2d0b07c3d474a9804d6..0000000000000000000000000000000000000000 --- a/inputs_snowflake/talkingdata/schemas/events_relevant.csv +++ /dev/null @@ -1,6 +0,0 @@ -column_name,column_description -event_id, -device_id, -timestamp, -longitude, -latitude, diff --git a/inputs_snowflake/talkingdata/schemas/gender_age.csv b/inputs_snowflake/talkingdata/schemas/gender_age.csv deleted file mode 100644 index d794079df77693fe715045fb3514788623c2d13a..0000000000000000000000000000000000000000 --- a/inputs_snowflake/talkingdata/schemas/gender_age.csv +++ /dev/null @@ -1,5 +0,0 @@ -column_name,column_description -device_id,unique number of devices -gender,gender of the user who uses this device -age,age of the user who uses this device -group,group of the ages diff --git a/inputs_snowflake/talkingdata/schemas/gender_age_test.csv b/inputs_snowflake/talkingdata/schemas/gender_age_test.csv deleted file mode 100644 index b9862ae847831a752e789f501a3d6da7b894aa7e..0000000000000000000000000000000000000000 --- a/inputs_snowflake/talkingdata/schemas/gender_age_test.csv +++ /dev/null @@ -1,2 +0,0 @@ -column_name,column_description -device_id, diff --git a/inputs_snowflake/talkingdata/schemas/gender_age_train.csv b/inputs_snowflake/talkingdata/schemas/gender_age_train.csv deleted file mode 100644 index 8004cfd8827edbb725ceaca58b2f1e8947343b6d..0000000000000000000000000000000000000000 --- a/inputs_snowflake/talkingdata/schemas/gender_age_train.csv +++ /dev/null @@ -1,5 +0,0 @@ -column_name,column_description -device_id, -gender, -age, -group, diff --git a/inputs_snowflake/talkingdata/schemas/label_categories.csv b/inputs_snowflake/talkingdata/schemas/label_categories.csv deleted file mode 100644 index 75e3aa8d66d4a514ced4c05a4334c5a8c5b09d89..0000000000000000000000000000000000000000 --- a/inputs_snowflake/talkingdata/schemas/label_categories.csv +++ /dev/null @@ -1,3 +0,0 @@ -column_name,column_description -label_id,unique id of label -category,category of the label diff --git a/inputs_snowflake/talkingdata/schemas/phone_brand_device_model2.csv b/inputs_snowflake/talkingdata/schemas/phone_brand_device_model2.csv deleted file mode 100644 index b2c3f56803c2e03750f386ade23e2ac98707b82d..0000000000000000000000000000000000000000 --- a/inputs_snowflake/talkingdata/schemas/phone_brand_device_model2.csv +++ /dev/null @@ -1,4 +0,0 @@ -column_name,column_description -device_id,the id number of the device -phone_brand,phone brand -device_model,device model diff --git a/inputs_snowflake/talkingdata/schemas/sample_submission.csv b/inputs_snowflake/talkingdata/schemas/sample_submission.csv deleted file mode 100644 index 982aa49f9d0b3dcb59608c220556478862c91e09..0000000000000000000000000000000000000000 --- a/inputs_snowflake/talkingdata/schemas/sample_submission.csv +++ /dev/null @@ -1,14 +0,0 @@ -column_name,column_description -device_id, -f23_, -f24_26, -f27_28, -f29_32, -f33_42, -f43_, -m22_, -m23_26, -m27_28, -m29_31, -m32_38, -m39_, diff --git a/inputs_snowflake/thrombosis_prediction/schemas/Examination.csv b/inputs_snowflake/thrombosis_prediction/schemas/Examination.csv deleted file mode 100644 index 9a51df0c56881c4bd9ba4f3c75629c78c49d0e40..0000000000000000000000000000000000000000 --- a/inputs_snowflake/thrombosis_prediction/schemas/Examination.csv +++ /dev/null @@ -1,14 +0,0 @@ -column_name,column_description -ID,identification of the patient -Examination_Date,Examination Date -aCL_IgG,anti-Cardiolipin antibody (IgG) concentration -aCL_IgM,anti-Cardiolipin antibody (IgM) concentration -ANA,anti-nucleus antibody concentration -ANA_Pattern,pattern observed in the sheet of ANA examination -aCL_IgA,anti-Cardiolipin antibody (IgA) concentration -Diagnosis,disease names -KCT,measure of degree of coagulation -RVVT,measure of degree of coagulation -LAC,measure of degree of coagulation -Symptoms,other symptoms observed -Thrombosis,degree of thrombosis diff --git a/inputs_snowflake/thrombosis_prediction/schemas/Laboratory.csv b/inputs_snowflake/thrombosis_prediction/schemas/Laboratory.csv deleted file mode 100644 index 9428be64cd853839cadd3797b8d57de4f49e6cb0..0000000000000000000000000000000000000000 --- a/inputs_snowflake/thrombosis_prediction/schemas/Laboratory.csv +++ /dev/null @@ -1,45 +0,0 @@ -column_name,column_description -ID,identification of the patient -Date,Date of the laboratory tests (YYMMDD) -GOT,AST glutamic oxaloacetic transaminase -GPT,ALT glutamic pyruvic transaminase -LDH,lactate dehydrogenase -ALP,alkaliphophatase -TP,total protein -ALB,albumin -UA,uric acid -UN,urea nitrogen -CRE,creatinine -t_bil,total bilirubin -t_cho,total cholesterol -TG,triglyceride -CPK,creatinine phosphokinase -GLU,blood glucose -WBC,White blood cell -RBC,Red blood cell -HGB,Hemoglobin -HCT,Hematoclit -PLT,platelet -PT,prothrombin time -APTT,activated partial prothrombin time -FG,fibrinogen -PIC, -TAT, -TAT2, -u_pro,proteinuria -IGG,Ig G -IGA,Ig A -IGM,Ig M -CRP,C-reactive protein -RA,Rhuematoid Factor -RF,RAHA -C3,complement 3 -C4,complement 4 -RNP,anti-ribonuclear protein -SM,anti-SM -SC170,anti-scl70 -SSA,anti-SSA -SSB,anti-SSB -CENTROMEA,anti-centromere -DNA,anti-DNA -dna_ii,anti-DNA diff --git a/inputs_snowflake/thrombosis_prediction/schemas/Patient.csv b/inputs_snowflake/thrombosis_prediction/schemas/Patient.csv deleted file mode 100644 index 4bc680e13d5970e48865006afe8ae4a0793b3f85..0000000000000000000000000000000000000000 --- a/inputs_snowflake/thrombosis_prediction/schemas/Patient.csv +++ /dev/null @@ -1,8 +0,0 @@ -column_name,column_description -ID,identification of the patient -SEX,Sex -Birthday,Birthday -Description,the first date when a patient data was recorded -First_Date,the date when a patient came to the hospital -Admission,patient was admitted to the hospital (+) or followed at the outpatient clinic (-) -Diagnosis,disease names diff --git a/inputs_snowflake/tiktok_ads/schemas/tiktok_ad_history.csv b/inputs_snowflake/tiktok_ads/schemas/tiktok_ad_history.csv deleted file mode 100644 index 1eaf0214a695b1121a2a002c7b505003c215b5b8..0000000000000000000000000000000000000000 --- a/inputs_snowflake/tiktok_ads/schemas/tiktok_ad_history.csv +++ /dev/null @@ -1,27 +0,0 @@ -column_name,column_description -ad_id,Ad ID -updated_at,Time the record was updated. -adgroup_id,Ad group ID -advertiser_id,Advertiser ID -campaign_id,Campaign ID -ad_name,Ad Name. -ad_text,The ad text. -app_name,The display name of app download ad. -call_to_action,Call to action values. -click_tracking_url,Click monitoring URL. -create_time,Time at which the ad was created. -display_name,The display name of landing page or pure exposure ad. -image_ids,A list of image IDs. -impression_tracking_url,Display monitoring URL. -is_aco,Whether the ad is an automated ad. -CREATIVE_AUTHORIZED,"Whether you grant displaying some of your ads in our TikTok For Business Creative Center. Only valid for non-US advertisers, the default value is false. -" -is_new_structure,Whether the campaign is a new structure. -landing_page_url,Landing page URL. -DEEPLINK,The specific location where you want your audience to go if they have your app installed. -OPERATION_STATUS,Operation status. -playable_url,Playable material url. -PROFILE_IMAGE_URL,Avatar URL. -SECONDARY_STATUS, -video_id,The video ID. -_FIVETRAN_SYNCED,Timestamp of when Fivetran synced a record. diff --git a/inputs_snowflake/tiktok_ads/schemas/tiktok_ad_report_hourly.csv b/inputs_snowflake/tiktok_ads/schemas/tiktok_ad_report_hourly.csv deleted file mode 100644 index f9657a622650817ef7ec36f6a4390e270721b918..0000000000000000000000000000000000000000 --- a/inputs_snowflake/tiktok_ads/schemas/tiktok_ad_report_hourly.csv +++ /dev/null @@ -1,56 +0,0 @@ -column_name,column_description -AD_ID,Ad id -STAT_TIME_HOUR,Hour of activity -COST_PER_CONVERSION,"The average amount of money you've spent on a conversion. (The total count is calculated based on the time each ad impression occurred.) -" -REAL_TIME_CONVERSION,"The number of times your ad achieved an outcome, based on the objective and settings you selected. (The total count is based on when the conversion actually happened.) -" -CPC,The average amount of money you've spent on a click. -VIDEO_PLAY_ACTIONS,The number of times your video starts to play. Replays will not be counted. -CONVERSION_RATE,"The percentage of results you received out of all the clicks of your ads. (The total count is calculated based on the time each ad impression occurred.) -" -VIDEO_VIEWS_P_75,The number of times your video was played at 75% of its length. Replays will not be counted. -RESULT,"The number of times your ad achieved an outcome, based on the optimization goal you selected. As one campaign may have a number of different optimization goals, this statistic is not supported for campaigns. Please go to ad groups or ads to view the results. (The total count is calculated based on the time each ad impression occurred.) -" -VIDEO_VIEWS_P_50,The number of times your video was played at 50% of its length. Replays will not be counted. -IMPRESSIONS,The number of times your ads were on screen. -COMMENTS,The number of comments your video creative received within 1 day of a user seeing a paid ad. -REAL_TIME_COST_PER_RESULT,"As a campaign may have different optimization goals, the total number of result is not supported in campaign section now, please go to the ad group section to view the cost per Result. (The total count is based on when the conversion actually happened.) -" -CONVERSION,"The number of times your ad achieved an outcome, based on the secondary goal you selected. As one campaign may have a number of different secondary goals, this statistic is not supported for campaigns. Please go to ad groups or ads to view. (The total count is calculated based on the time each ad impression occurred.) -" -REAL_TIME_RESULT,"The number of times your ad achieved an outcome, based on the optimization goal you selected. As a campaign may have different optimization goals, the total number of result is not supported in campaign section now , Please go to the ad group section to view the result. (The total count is based on when the conversion actually happened.) -" -VIDEO_VIEWS_P_100,The number of times your video was played at 100% of its length. Replays will not be counted. -SHARES,The number of shares your video creative received within 1 day of a user seeing a paid ad. -REAL_TIME_CONVERSION_RATE,The percentage of results you received out of all the clicks of your ads. (The total count is based on when the conversion actually happened.) -COST_PER_SECONDARY_GOAL_RESULT,"The average cost for each secondary goal result from your adverts. As one campaign may have a number of different secondary goals, this statistic is not supported for campaigns. Please go to ad groups or ads to view. (The total count is calculated based on the time each ad impression occurred.) -" -SECONDARY_GOAL_RESULT_RATE,"The percentage of secondary goal results you achieved out of all of the installs of your adverts. As one campaign may have a number of different secondary goals, this statistic is not supported for campaigns. Please go to ad groups or ads to view. The total count is calculated based on the time each ad impression occurred. -" -CLICKS,The number of clicks on your ads. -COST_PER_1000_REACHED,"The average cost to reach 1,000 unique users. This metric is estimated." -VIDEO_VIEWS_P_25,The number of times your video was played at 25% of its length. Replays will not be counted. -REACH,The number of unique users who saw your ads at least once. This metric is estimated. -REAL_TIME_COST_PER_CONVERSION,The average amount of money you've spent on a conversion. (The total count is based on when the conversion actually happened.) -PROFILE_VISITS_RATE,The rate of profile visits per impression the paid ad drove during the campaign. This metric is only for Boosted TikToks. -AVERAGE_VIDEO_PLAY,"The average time your video was played per single video view, including any time spent replaying the video." -PROFILE_VISITS,The number of profile visits the ad drove during the campaign. This metric is only for Boosted TikToks. -CPM,"The average amount of money you've spent per 1,000 impressions." -CTR,The percentage of times people saw your ad and performed a click. -VIDEO_WATCHED_2_S,The number of times your video played for at least 2 seconds. Replays will not be counted. -FOLLOWS,The number of new followers that were gained within 1 day of a user seeing a paid ad. This metric is only for Boosted TikToks. -RESULT_RATE,"The percentage of results you achieved out of all of the views/clicks on your ads. As one campaign may have a number of different optimization goals, this statistic is not supported for campaigns. Please go to ad groups or ads to view the result rate. (The total count is calculated based on the time each ad impression occurred.) -" -VIDEO_WATCHED_6_S,"The number of times your video played for at least 6 seconds, or completely played. Replays will not be counted." -SECONDARY_GOAL_RESULT,"The number of times your ad achieved an outcome, based on the secondary goal you selected. As one campaign may have a number of different secondary goals, this statistic is not supported for campaigns. Please go to ad groups or ads to view. (The total count is calculated based on the time each ad impression occurred.) -" -COST_PER_RESULT,"The average cost for each result from your ads. As one campaign may have a number of different optimization goals, this statistic is not supported for campaigns. Please go to ad groups or ads to view the cost per result. (The total count is calculated based on the time each ad impression occurred.) -" -AVERAGE_VIDEO_PLAY_PER_USER,"The average time your video was played per person, including any time spent replaying the video. This metric is estimated." -REAL_TIME_RESULT_RATE,"As a campaign may have different optimization goals, the total number of result is not supported in campaign section now ,Please go to the ad group section to view the Result Rate. (The total count is based on when the conversion actually happened.)" -SPEND,"The estimated total amount of money you've spent on your campaign, ad group or ad during its schedule." -LIKES,The number of likes your video creative received within 1 day of a user seeing a paid ad. -_FIVETRAN_SYNCED,Timestamp of when Fivetran synced a record. -TOTAL_PURCHASE_VALUE,The total value of purchase events that occurred in your app that were recorded by your measurement partner. -TOTAL_SALES_LEAD_VALUE,The monetary worth or potential value assigned to a lead generated through ads. diff --git a/inputs_snowflake/tiktok_ads/schemas/tiktok_adgroup_history.csv b/inputs_snowflake/tiktok_ads/schemas/tiktok_adgroup_history.csv deleted file mode 100644 index 8e525420ba8c58ec5b008c6c9b7a3a2f83b900ec..0000000000000000000000000000000000000000 --- a/inputs_snowflake/tiktok_ads/schemas/tiktok_adgroup_history.csv +++ /dev/null @@ -1,77 +0,0 @@ -column_name,column_description -ADGROUP_ID,Ad group ID -UPDATED_AT,Time the record was updated. -ADVERTISER_ID,Advertiser ID -CAMPAIGN_ID,The Ad group's campaign ID. -ACTION_CATEGORIES,IDs of the action categories (behaviors) that you want to target. -ACTION_DAYS,The number of days of the time period to include action from. -ADGROUP_NAME,Ad group name. Character limit is 512 and cannot contain emoji. -AGE_GROUPS,"Age groups you want to target. This is the newest version of the field `age`, which was renamed after the Tiktok Ads v1.3 API release. -" -APP_DOWNLOAD_URL,App download link -APP_ID,The Application id of the promoted app -APP_NAME,App name. -APP_TYPE,App type. -AUDIENCE,A list of audience IDs. -AUDIENCE_TYPE,Audience Type -BID_TYPE,Bidding Strategy -BILLING_EVENT,Bid method. -BUDGET,Ad budget. Returns 0.0 when Campaign Budget Optimization (budget_optimize_switch) is on. -BUDGET_MODE,Budget mode. This field will be ignored when Campaign Budget Optimization (budget_optimize_switch) is enabled. -CARRIERS,Carriers that you want to target. -CATEGORY,Ad group category. -CLICK_TRACKING_URL,Click monitoring URL. -CPV_VIDEO_DURATION,"Video playback duration, required if optimize_goal is VIDEO_VIEW. Allowed values; SIX_SECONDS (video playback 6s), TWO_SECONDS (video playback 2s) -" -CREATIVE_MATERIAL_MODE,Creative delivery mode. -DAYPARTING,"Ad delivery period, the default is always and the format is 48 * 7 character string, represented by 0 or 1. > That is, with half an hour as the minimum granularity, a day (24 hours) is divided by the minimum granularity(30 mins) from Monday to Sunday. Resulting in a 48*7 format.0 represents not to be delivered, 1 represents delivery. no transmission, full transmission 0, full transmission 1 all represent full time delivery" -DEEP_BID_TYPE,Bidding strategy for in-app events. -DEEP_CPA_BID,Deep bid -DISPLAY_NAME,Display name of ad group. -INVENTORY_FILTER_ENABLED,Inventory filtering (Unsafe videos will not be displayed). -EXCLUDED_AUDIENCE,A list of audience ID to be excluded. -FALLBACK_TYPE,"Fallback Type. If the audience do not have the app installed, you can have them fall back to install the app, or to view a specific web page. Not applicable for Deferred Deeplink. Allowed values; APP_INSTALL, WEBSITE, UNSET. If website is chosen, you need to specify the url via landing_page_url field. -" -FREQUENCY,"frequency, together with frequency_schedule, controls how often people see your ad (only available for REACH ads). For example, frequency = 2 frequency_schedule = 3 means ""show ads no more than twice every 3 day"". -" -FREQUENCY_SCHEDULE,"frequency, together with frequency, controls how often people see your ad (only available for REACH ads)." -GENDER,Gender that you want to target. -IMPRESSION_TRACKING_URL,Display monitoring URL. -INTEREST_CATEGORY_V_2,"Interest classification. If the interest is specified, users that do not meet interest target will be excluded during delivery." -MIN_IOS_VERSION,Minimum iOS version. -IS_COMMENT_DISABLE,"Whether to allow comments on your ads on TikTok, Vigo, Helo." -IS_HFSS,"Whether the promoted content is HFSS foods (foods that are high in fat, salt, or sugar)." -IS_NEW_STRUCTURE,Whether the campaign is a new structure. -KEYWORDS,Keywords used. -LANDING_PAGE_URL,Landing page URL. -LANGUAGES,Codes of the languages that you want to target. -LOCATION,IDs of the locations that you want to target. -OPEN_URL,The specific location where you want your audience to go if they have your app installed. -OPEN_URL_TYPE,The open URL type. -OPERATING_SYSTEMS,Device operating systems that you want to target. -OPERATION_STATUS,Operation status. -OPTIMIZATION_GOAL,Optimization goal. -PACING,"You can choose between PACING_MODE_SMOOTH and PACING_MODE_FAST. For PACING_MODE_SMOOTH, the budget is allocated evenly within the scheduled time. PACING_MODE_FAST would consume budget and produce results as soon as possible. -" -PACKAGE,Package name. -PANGLE_BLOCK_APP_LIST_ID,Pangle app block list ID. -PIXEL_ID,Pixel ID. Only application for landing pages. -PLACEMENTS,The apps where you want to deliver your ads. -PLACEMENT_TYPE,Placement type. -PROFILE_IMAGE,Avatar URL. -SCHEDULE_END_TIME,Ad delivery end time (UTC+0). Format should be YYYY-MM-DD HH:MM:SS -SCHEDULE_START_TIME,Ad delivery start time (UTC+0). Format should be YYYY-MM-DD HH:MM:SS -SCHEDULE_TYPE,"The schedule type, which can be either SCHEDULE_START_END or SCHEDULE_FROM_NOW." -SKIP_LEARNING_PHASE,Whether to skip the learning stage. -STATISTIC_TYPE,conversion bid statistic type -VIDEO_ACTIONS,Number of video actions. -VIDEO_DOWNLOAD,Whether users can download your video ads on TikTok(cannot be updated once created). -CONVERSION_BID_PRICE, -MIN_ANDROID_VERSION,Minimum Android version. -CREATE_TIME, -BID_PRICE, -_FIVETRAN_SYNCED,Timestamp of when Fivetran synced a record. -SECONDARY_OPTIMIZATION_EVENT, -SECONDARY_STATUS, -NETWORK_TYPES, -OPTIMIZATION_EVENT, diff --git a/inputs_snowflake/tiktok_ads/schemas/tiktok_adgroup_report_hourly.csv b/inputs_snowflake/tiktok_ads/schemas/tiktok_adgroup_report_hourly.csv deleted file mode 100644 index 4d4b2555b42e2be535d1eb1e3232bb09d70b2b7a..0000000000000000000000000000000000000000 --- a/inputs_snowflake/tiktok_ads/schemas/tiktok_adgroup_report_hourly.csv +++ /dev/null @@ -1,56 +0,0 @@ -column_name,column_description -ADGROUP_ID,Ad group id -STAT_TIME_HOUR,Hour of activity -COST_PER_CONVERSION,"The average amount of money you've spent on a conversion. (The total count is calculated based on the time each ad impression occurred.) -" -REAL_TIME_CONVERSION,"The number of times your ad achieved an outcome, based on the objective and settings you selected. (The total count is based on when the conversion actually happened.) -" -CPC,The average amount of money you've spent on a click. -VIDEO_PLAY_ACTIONS,The number of times your video starts to play. Replays will not be counted. -CONVERSION_RATE,The percentage of results you received out of all the clicks of your ads. (The total count is calculated based on the time each ad impression occurred.) -VIDEO_VIEWS_P_75,The number of times your video was played at 75% of its length. Replays will not be counted. -RESULT,"The number of times your ad achieved an outcome, based on the optimization goal you selected. As one campaign may have a number of different optimization goals, this statistic is not supported for campaigns. Please go to ad groups or ads to view the results. (The total count is calculated based on the time each ad impression occurred.) -" -VIDEO_VIEWS_P_50,The number of times your video was played at 50% of its length. Replays will not be counted. -IMPRESSIONS,The number of times your ads were on screen. -COMMENTS,The number of comments your video creative received within 1 day of a user seeing a paid ad. -REAL_TIME_COST_PER_RESULT,"As a campaign may have different optimization goals, the total number of result is not supported in campaign section now, please go to the ad group section to view the cost per Result. (The total count is based on when the conversion actually happened.) -" -CONVERSION,"The number of times your ad achieved an outcome, based on the secondary goal you selected. As one campaign may have a number of different secondary goals, this statistic is not supported for campaigns. Please go to ad groups or ads to view. (The total count is calculated based on the time each ad impression occurred.) -" -REAL_TIME_RESULT,"The number of times your ad achieved an outcome, based on the optimization goal you selected. As a campaign may have different optimization goals, the total number of result is not supported in campaign section now , Please go to the ad group section to view the result. (The total count is based on when the conversion actually happened.) -" -VIDEO_VIEWS_P_100,The number of times your video was played at 100% of its length. Replays will not be counted. -SHARES,The number of shares your video creative received within 1 day of a user seeing a paid ad. -REAL_TIME_CONVERSION_RATE,The percentage of results you received out of all the clicks of your ads. (The total count is based on when the conversion actually happened.) -COST_PER_SECONDARY_GOAL_RESULT,"The average cost for each secondary goal result from your adverts. As one campaign may have a number of different secondary goals, this statistic is not supported for campaigns. Please go to ad groups or ads to view. (The total count is calculated based on the time each ad impression occurred.) -" -SECONDARY_GOAL_RESULT_RATE,"The percentage of secondary goal results you achieved out of all of the installs of your adverts. As one campaign may have a number of different secondary goals, this statistic is not supported for campaigns. Please go to ad groups or ads to view. The total count is calculated based on the time each ad impression occurred. -" -CLICKS,The number of clicks on your ads. -COST_PER_1000_REACHED,"The average cost to reach 1,000 unique users. This metric is estimated." -VIDEO_VIEWS_P_25,The number of times your video was played at 25% of its length. Replays will not be counted. -REACH,The number of unique users who saw your ads at least once. This metric is estimated. -REAL_TIME_COST_PER_CONVERSION,The average amount of money you've spent on a conversion. (The total count is based on when the conversion actually happened.) -PROFILE_VISITS_RATE,The rate of profile visits per impression the paid ad drove during the campaign. This metric is only for Boosted TikToks. -AVERAGE_VIDEO_PLAY,"The average time your video was played per single video view, including any time spent replaying the video." -PROFILE_VISITS,The number of profile visits the ad drove during the campaign. This metric is only for Boosted TikToks. -CPM,"The average amount of money you've spent per 1,000 impressions." -CTR,The percentage of times people saw your ad and performed a click. -VIDEO_WATCHED_2_S,The number of times your video played for at least 2 seconds. Replays will not be counted. -FOLLOWS,The number of new followers that were gained within 1 day of a user seeing a paid ad. This metric is only for Boosted TikToks. -RESULT_RATE,"The percentage of results you achieved out of all of the views/clicks on your ads. As one campaign may have a number of different optimization goals, this statistic is not supported for campaigns. Please go to ad groups or ads to view the result rate. (The total count is calculated based on the time each ad impression occurred.) -" -VIDEO_WATCHED_6_S,"The number of times your video played for at least 6 seconds, or completely played. Replays will not be counted." -SECONDARY_GOAL_RESULT,"The number of times your ad achieved an outcome, based on the secondary goal you selected. As one campaign may have a number of different secondary goals, this statistic is not supported for campaigns. Please go to ad groups or ads to view. (The total count is calculated based on the time each ad impression occurred.) -" -COST_PER_RESULT,"The average cost for each result from your ads. As one campaign may have a number of different optimization goals, this statistic is not supported for campaigns. Please go to ad groups or ads to view the cost per result. (The total count is calculated based on the time each ad impression occurred.) -" -AVERAGE_VIDEO_PLAY_PER_USER,"The average time your video was played per person, including any time spent replaying the video. This metric is estimated." -REAL_TIME_RESULT_RATE,"As a campaign may have different optimization goals, the total number of result is not supported in campaign section now ,Please go to the ad group section to view the Result Rate. (The total count is based on when the conversion actually happened.) -" -SPEND,"The estimated total amount of money you've spent on your campaign, ad group or ad during its schedule." -LIKES,The number of likes your video creative received within 1 day of a user seeing a paid ad. -_FIVETRAN_SYNCED,Timestamp of when Fivetran synced a record. -TOTAL_PURCHASE_VALUE,The total value of purchase events that occurred in your app that were recorded by your measurement partner. -TOTAL_SALES_LEAD_VALUE,The monetary worth or potential value assigned to a lead generated through ads. diff --git a/inputs_snowflake/tiktok_ads/schemas/tiktok_advertiser.csv b/inputs_snowflake/tiktok_ads/schemas/tiktok_advertiser.csv deleted file mode 100644 index 4e10e49b512d12488973efba0d2a50d11d0caf85..0000000000000000000000000000000000000000 --- a/inputs_snowflake/tiktok_ads/schemas/tiktok_advertiser.csv +++ /dev/null @@ -1,26 +0,0 @@ -column_name,column_description -ID,Advertiser ID -ADDRESS,Advertiser address information -BALANCE,Account available balance -CELLPHONE_NUMBER,"Contact mobile number, desensitised data. This is the newest version of the field `phone_number`, which was renamed after the Tiktok Ads v1.3 API release. -" -COMPANY,Advertiser's company name -CONTACTER,Contact Person -COUNTRY,The advertiser's country -CREATE_TIME,Advertiser's create time -CURRENCY,Type of currency used by advertisers -DESCRIPTION,"Brand description, i.e. promotional content" -EMAIL,"Advertiser contact email, desensitised data" -INDUSTRY,Advertiser industry category -LANGUAGE,Language used by advertisers -LICENSE_NO,License number -LICENSE_URL,"License preview address, the link is valid for an hour by default." -NAME,Advertiser name -PROMOTION_AREA,Operation area -REJECTED_REASON,Reason for rejection -ROLE,Advertiser role -STATUS,Advertiser status -TELEPHONE_NUMBER,"Fixed phone number, desensitised data This is the newest version of the field `telephone`, which was renamed after the Tiktok Ads v1.3 API release. -" -TIMEZONE,Ad account time zone including GMT offset -_FIVETRAN_SYNCED,Timestamp of when Fivetran synced a record. diff --git a/inputs_snowflake/tiktok_ads/schemas/tiktok_campaign_history.csv b/inputs_snowflake/tiktok_ads/schemas/tiktok_campaign_history.csv deleted file mode 100644 index 2d95f483d971acecdc6256154981da065a0b7e44..0000000000000000000000000000000000000000 --- a/inputs_snowflake/tiktok_ads/schemas/tiktok_campaign_history.csv +++ /dev/null @@ -1,14 +0,0 @@ -column_name,column_description -campaign_id,Campaign ID -updated_at,Time the record was updated. -advertiser_id,Advertiser ID -budget,Campaign budget -budget_mode,Budget type -campaign_name,Campaign name -campaign_type,"Campaign Type, indicates the campaign is a regular campaign or iOS 14 campaign." -create_time,Time at which the campaign was created. -is_new_structure,"Whether the campaign is a new structure (for the same campaign, the structure of campaign, adgroups and ads are the same)" -objective_type,Advertising objective. -OPERATION_STATUS,Operation status. -split_test_variable,"Split Test variables. Optional values; TARGETING, BIDDING_OPTIMIZATION , CREATIVE." -_FIVETRAN_SYNCED,Timestamp of when Fivetran synced a record. \ No newline at end of file diff --git a/inputs_snowflake/tiktok_ads/schemas/tiktok_campaign_report_hourly.csv b/inputs_snowflake/tiktok_ads/schemas/tiktok_campaign_report_hourly.csv deleted file mode 100644 index cafbc3d177bbdd6994e70824f5534977a82b7ae0..0000000000000000000000000000000000000000 --- a/inputs_snowflake/tiktok_ads/schemas/tiktok_campaign_report_hourly.csv +++ /dev/null @@ -1,57 +0,0 @@ -column_name,column_description -CAMPAIGN_ID,Campaign id -STAT_TIME_HOUR,Hour of activity -COST_PER_CONVERSION,"The average amount of money you've spent on a conversion. (The total count is calculated based on the time each ad impression occurred.) -" -REAL_TIME_CONVERSION,"The number of times your ad achieved an outcome, based on the objective and settings you selected. (The total count is based on when the conversion actually happened.) -" -CPC,The average amount of money you've spent on a click. -VIDEO_PLAY_ACTIONS,The number of times your video starts to play. Replays will not be counted. -CONVERSION_RATE,"The percentage of results you received out of all the clicks of your ads. (The total count is calculated based on the time each ad impression occurred.) -" -VIDEO_VIEWS_P_75,The number of times your video was played at 75% of its length. Replays will not be counted. -RESULT,"The number of times your ad achieved an outcome, based on the optimization goal you selected. As one campaign may have a number of different optimization goals, this statistic is not supported for campaigns. Please go to ad groups or ads to view the results. (The total count is calculated based on the time each ad impression occurred.) -" -VIDEO_VIEWS_P_50,The number of times your video was played at 50% of its length. Replays will not be counted. -IMPRESSIONS,The number of times your ads were on screen. -COMMENTS,The number of comments your video creative received within 1 day of a user seeing a paid ad. -REAL_TIME_COST_PER_RESULT,"As a campaign may have different optimization goals, the total number of result is not supported in campaign section now, please go to the ad group section to view the cost per Result. (The total count is based on when the conversion actually happened.) -" -CONVERSION,"The number of times your ad achieved an outcome, based on the secondary goal you selected. As one campaign may have a number of different secondary goals, this statistic is not supported for campaigns. Please go to ad groups or ads to view. (The total count is calculated based on the time each ad impression occurred.) -" -REAL_TIME_RESULT,"The number of times your ad achieved an outcome, based on the optimization goal you selected. As a campaign may have different optimization goals, the total number of result is not supported in campaign section now , Please go to the ad group section to view the result. (The total count is based on when the conversion actually happened.) -" -VIDEO_VIEWS_P_100,The number of times your video was played at 100% of its length. Replays will not be counted. -SHARES,The number of shares your video creative received within 1 day of a user seeing a paid ad. -REAL_TIME_CONVERSION_RATE,The percentage of results you received out of all the clicks of your ads. (The total count is based on when the conversion actually happened.) -COST_PER_SECONDARY_GOAL_RESULT,"The average cost for each secondary goal result from your adverts. As one campaign may have a number of different secondary goals, this statistic is not supported for campaigns. Please go to ad groups or ads to view. (The total count is calculated based on the time each ad impression occurred.) -" -SECONDARY_GOAL_RESULT_RATE,"The percentage of secondary goal results you achieved out of all of the installs of your adverts. As one campaign may have a number of different secondary goals, this statistic is not supported for campaigns. Please go to ad groups or ads to view. The total count is calculated based on the time each ad impression occurred. -" -CLICKS,The number of clicks on your ads. -COST_PER_1000_REACHED,"The average cost to reach 1,000 unique users. This metric is estimated." -VIDEO_VIEWS_P_25,The number of times your video was played at 25% of its length. Replays will not be counted. -REACH,The number of unique users who saw your ads at least once. This metric is estimated. -REAL_TIME_COST_PER_CONVERSION,The average amount of money you've spent on a conversion. (The total count is based on when the conversion actually happened.) -PROFILE_VISITS_RATE,The rate of profile visits per impression the paid ad drove during the campaign. This metric is only for Boosted TikToks. -AVERAGE_VIDEO_PLAY,"The average time your video was played per single video view, including any time spent replaying the video." -PROFILE_VISITS,The number of profile visits the ad drove during the campaign. This metric is only for Boosted TikToks. -CPM,"The average amount of money you've spent per 1,000 impressions." -CTR,The percentage of times people saw your ad and performed a click. -VIDEO_WATCHED_2_S,The number of times your video played for at least 2 seconds. Replays will not be counted. -FOLLOWS,The number of new followers that were gained within 1 day of a user seeing a paid ad. This metric is only for Boosted TikToks. -RESULT_RATE,"The percentage of results you achieved out of all of the views/clicks on your ads. As one campaign may have a number of different optimization goals, this statistic is not supported for campaigns. Please go to ad groups or ads to view the result rate. (The total count is calculated based on the time each ad impression occurred.) -" -VIDEO_WATCHED_6_S,"The number of times your video played for at least 6 seconds, or completely played. Replays will not be counted." -SECONDARY_GOAL_RESULT,"The number of times your ad achieved an outcome, based on the secondary goal you selected. As one campaign may have a number of different secondary goals, this statistic is not supported for campaigns. Please go to ad groups or ads to view. (The total count is calculated based on the time each ad impression occurred.) -" -COST_PER_RESULT,"The average cost for each result from your ads. As one campaign may have a number of different optimization goals, this statistic is not supported for campaigns. Please go to ad groups or ads to view the cost per result. (The total count is calculated based on the time each ad impression occurred.) -" -AVERAGE_VIDEO_PLAY_PER_USER,"The average time your video was played per person, including any time spent replaying the video. This metric is estimated." -REAL_TIME_RESULT_RATE,"As a campaign may have different optimization goals, the total number of result is not supported in campaign section now ,Please go to the ad group section to view the Result Rate. (The total count is based on when the conversion actually happened.) -" -SPEND,"The estimated total amount of money you've spent on your campaign, ad group or ad during its schedule." -LIKES,The number of likes your video creative received within 1 day of a user seeing a paid ad. -_FIVETRAN_SYNCED,Timestamp of when Fivetran synced a record. -TOTAL_PURCHASE_VALUE,The total value of purchase events that occurred in your app that were recorded by your measurement partner. -TOTAL_SALES_LEAD_VALUE,The monetary worth or potential value assigned to a lead generated through ads. diff --git a/inputs_snowflake/toxicology/data_model.yaml b/inputs_snowflake/toxicology/data_model.yaml deleted file mode 100644 index 018b089262b71e24a1f0cd206d8c919ff221b67e..0000000000000000000000000000000000000000 --- a/inputs_snowflake/toxicology/data_model.yaml +++ /dev/null @@ -1,20 +0,0 @@ -models: - - name: molecules - description: Each record represents a molecule. - columns: - - name: molecule_id - description: Unique identifier for the molecule. - - name: carcinogenic_label - description: whether this molecule is carcinogenic or not - - name: num_single_bonds - description: number of single bonds in the molecule, replace NULL values with 0. - - name: per_triple_bonds - description: percentage of triple bonds in the molecule - - name: num_atom_types - description: number of different atom types in the molecule, replace NULL values with 0. - - name: ratio_of_Hydrogen_elements - description: ratio of Hydrogen elements in the molecule, calculated as the number of Hydrogen atoms divided by the total number of atoms. - - name: has_double_bonded_Carbon_atom - description: set to 1 if the molecule has a double bonded Carbon atom, otherwise, set to 0 - - \ No newline at end of file diff --git a/inputs_snowflake/toxicology/schemas/atom.csv b/inputs_snowflake/toxicology/schemas/atom.csv deleted file mode 100644 index cb874bfc5135f79bb80676b46e3877b35d2635a7..0000000000000000000000000000000000000000 --- a/inputs_snowflake/toxicology/schemas/atom.csv +++ /dev/null @@ -1,4 +0,0 @@ -column_name,column_description -atom_id,the unique id of atoms -molecule_id,identifying the molecule to which the atom belongs -element,the element of the toxicology diff --git a/inputs_snowflake/toxicology/schemas/bond.csv b/inputs_snowflake/toxicology/schemas/bond.csv deleted file mode 100644 index 7b339c55efeb819620bc612cf975f911ef565457..0000000000000000000000000000000000000000 --- a/inputs_snowflake/toxicology/schemas/bond.csv +++ /dev/null @@ -1,4 +0,0 @@ -column_name,column_description -bond_id,unique id representing bonds -molecule_id,identifying the molecule in which the bond appears -bond_type,type of the bond diff --git a/inputs_snowflake/toxicology/schemas/connected.csv b/inputs_snowflake/toxicology/schemas/connected.csv deleted file mode 100644 index ec1340d80f73bfa3ac53e591ce1ecb44952883e7..0000000000000000000000000000000000000000 --- a/inputs_snowflake/toxicology/schemas/connected.csv +++ /dev/null @@ -1,4 +0,0 @@ -column_name,column_description -atom_id,id of the first atom -atom_id2,id of the second atom -bond_id,bond id representing bond between two atoms diff --git a/inputs_snowflake/toxicology/schemas/molecule.csv b/inputs_snowflake/toxicology/schemas/molecule.csv deleted file mode 100644 index 3fe6ac5dcf31e48733fc16723bab7e23a96744cc..0000000000000000000000000000000000000000 --- a/inputs_snowflake/toxicology/schemas/molecule.csv +++ /dev/null @@ -1,3 +0,0 @@ -column_name,column_description -molecule_id,unique id of molecule -label,whether this molecule is carcinogenic or not diff --git a/inputs_snowflake/trains/data_model.yaml b/inputs_snowflake/trains/data_model.yaml deleted file mode 100644 index 4d8b6918c33ce6127200c08ac1cbd539eeedb929..0000000000000000000000000000000000000000 --- a/inputs_snowflake/trains/data_model.yaml +++ /dev/null @@ -1,18 +0,0 @@ -models: - - name: trains - description: Each record represents a train. - columns: - - name: train_id - description: Unique identifier for the train. - - name: direction - description: The direction of the train. - - name: run_east_and_has_less_than_4_cars - description: Set to 1 if the train runs east and has less than 4 cars, 0 otherwise. - - name: has_more_than_2_long_cars - description: Set to 1 if the train has more than 2 long cars, 0 otherwise. - - name: has_double_sided_cars_in_3rd_position - description: Set to 1 if the train has double-sided cars in the 3rd position, 0 otherwise. - - name: has_rectangular_shaped_head_cars - description: Set to 1 if the train has rectangular-shaped head cars, 0 otherwise. - - name: number_of_open_roof_car - description: The number of open roof cars in the train, replace NULL values with 0. \ No newline at end of file diff --git a/inputs_snowflake/trains/schemas/cars.csv b/inputs_snowflake/trains/schemas/cars.csv deleted file mode 100644 index c970e932e0f5645e75b3cb640050b93dff763afa..0000000000000000000000000000000000000000 --- a/inputs_snowflake/trains/schemas/cars.csv +++ /dev/null @@ -1,11 +0,0 @@ -column_name,column_description -id,the unique id number representing the cars -train_id,the counterpart id for trains that the cars belong to -position,postion id of cars in the trains -shape,shape of the cars -len,length of the cars -sides,sides of the cars -roof,roof of the cars -wheels,wheels of the cars -load_shape,load shape -load_num,load number diff --git a/inputs_snowflake/trains/schemas/train.csv b/inputs_snowflake/trains/schemas/train.csv deleted file mode 100644 index bcf43c4baed5a92f3d47b3ac01c0701bf271b1f5..0000000000000000000000000000000000000000 --- a/inputs_snowflake/trains/schemas/train.csv +++ /dev/null @@ -1,3 +0,0 @@ -column_name,column_description -id,the unique id representing the trains -direction,the direction of trains that are running diff --git a/inputs_snowflake/twilio/schemas/account_history.csv b/inputs_snowflake/twilio/schemas/account_history.csv deleted file mode 100644 index 0d52e8e3024d8852015d770f50cf39523fb4e3b1..0000000000000000000000000000000000000000 --- a/inputs_snowflake/twilio/schemas/account_history.csv +++ /dev/null @@ -1,9 +0,0 @@ -column_name,column_description -_fivetran_synced,Timestamp of when fivetran synced a record. -created_at,The date and time when the account history record was created. -friendly_name,A user-friendly name or label associated with the account history event. -id,The unique identifier for the account history record. -owner_account_id,The unique id that represents the parent of this account. The OwnerAccountSid of a parent account is it's own sid. -status,The status or state of the account history event. -type,The type or category of the account history event. -updated_at,The date and time when the account history record was last updated. diff --git a/inputs_snowflake/twilio/schemas/address.csv b/inputs_snowflake/twilio/schemas/address.csv deleted file mode 100644 index 61ac785fdbabd87a87c9e79327b1c2804827eac5..0000000000000000000000000000000000000000 --- a/inputs_snowflake/twilio/schemas/address.csv +++ /dev/null @@ -1,16 +0,0 @@ -column_name,column_description -_fivetran_synced,Timestamp of when fivetran synced a record. -account_id,The unique identifier of the account associated with the address. -city,The city or locality of the address. -created_at,The timestamp indicating when the address record was created. -customer_name,The name of the customer or contact associated with the address. -emergency_enabled,A boolean value indicating whether emergency services are enabled for the address. -friendly_name,A user-friendly name or label associated with the address. -id,The unique identifier for the address record. -iso_country,The ISO country code of the address. -postal_code,The postal code or ZIP code of the address. -region,The region or state of the address. -street,The street address. -updated_at,The timestamp indicating when the address record was last updated. -validated,A boolean value indicating whether the address has been validated. -verified,A boolean value indicating whether the address has been verified. diff --git a/inputs_snowflake/twilio/schemas/call.csv b/inputs_snowflake/twilio/schemas/call.csv deleted file mode 100644 index cef074463dbd7573818ace46faf38b39577c21bf..0000000000000000000000000000000000000000 --- a/inputs_snowflake/twilio/schemas/call.csv +++ /dev/null @@ -1,20 +0,0 @@ -column_name,column_description -_fivetran_synced,Timestamp of when fivetran synced a record. -account_id,The unique identifier for the Account responsible for this Call. -created_at,"The date and time when the Call was created, given as GMT in RFC 2822 format." -direction,"The direction of the Call - `inbound` for incoming calls, `outbound-api` for calls initiated via the REST API, and `outbound-dial` for calls initiated by a TwiML ` -continuous_service_accrual_effect,The effect of leave on continuous service accrual. -date_baby_arrived_home_from_hospital,The date when the baby arrived home from the hospital. -date_child_entered_country,The date when the child entered the country. -date_of_recall,The date of recall. -description,Description of the type of leave -estimated_leave_end_date,The estimated end date of the leave. -expected_due_date,The expected due date. -first_day_of_work,The date when the worker started their first day of work. -last_date_for_which_paid,The last date being paid before leave. -leave_end_date,The end date of the leave. -leave_entitlement_override,Override for leave entitlement. -leave_last_day_of_work,The last day of work associated with the leave status. -leave_of_absence_type,The type of leave of absence. -leave_percentage,The percentage of leave. -leave_return_event,The event associated with the return from leave. -leave_start_date,The start date of the leave. -leave_status_code,The code indicating the status of the leave. -leave_type_reason,The reason for the leave type. -location_during_leave,The location during the leave. -multiple_child_indicator,Indicator for multiple children. -number_of_babies_adopted_children,The number of babies adopted by the worker. -number_of_child_dependents,The number of child dependents. -number_of_previous_births,The number of previous births. -number_of_previous_maternity_leaves,The number of previous maternity leaves. -on_leave,Indicator for whether the worker is on leave. -paid_time_off_accrual_effect,The effect of leave on paid time off accrual. -payroll_effect,The effect of leave on payroll. -single_parent_indicator,Indicator for a single parent. -social_security_disability_code,The code indicating social security disability. -stock_vesting_effect,The effect of leave on stock vesting. -stop_payment_date,The date when stop payment occurs. -week_of_confinement,Indicator for whether the leave is work-related. -work_related,Indicator for whether the leave is work-related. -STILLBIRTH_BABY_DECEASED, diff --git a/inputs_snowflake/workday/schemas/worker_position_history.csv b/inputs_snowflake/workday/schemas/worker_position_history.csv deleted file mode 100644 index 4171880e980fcbc56f70c9e7615dced9b36cce01..0000000000000000000000000000000000000000 --- a/inputs_snowflake/workday/schemas/worker_position_history.csv +++ /dev/null @@ -1,63 +0,0 @@ -column_name,column_description -position_id,Identifier for the specific position. -worker_id,Unique identifier for the worker. -_fivetran_active,TRUE if it is the currently active record. FALSE if it is a historical version of the record. Only one version of the record can be TRUE. -_fivetran_start,Timestamp when the record was first created or modified in the source. -_fivetran_end,Timestamp marking the end of a record being active. -_fivetran_synced,Timestamp the record was synced by Fivetran. -academic_pay_setup_data_annual_work_period_end_date,The end date of the annual work period in academic pay setup data. -academic_pay_setup_data_annual_work_period_start_date,The start date of the annual work period in academic pay setup data. -academic_pay_setup_data_annual_work_period_work_percent_of_year,The work percentage of the year in the annual work period in academic pay setup data. -academic_pay_setup_data_disbursement_plan_period_end_date,The end date of the disbursement plan period in academic pay setup data. -academic_pay_setup_data_disbursement_plan_period_start_date,The start date of the disbursement plan period in academic pay setup data. -business_site_summary_display_language,The display language of the business site summary. -business_site_summary_local,Local information related to the business site summary. -business_site_summary_location,The location of the business site summary. -business_site_summary_location_type,The type of location for the business site summary. -business_site_summary_name,The name associated with the business site summary. -business_site_summary_scheduled_weekly_hours,The scheduled weekly hours associated with the business site summary. -business_site_summary_time_profile,The time profile associated with the business site summary. -business_title,The business title associated with the worker position. -critical_job,Flag indicating whether the job is critical. -default_weekly_hours,The default weekly hours associated with the worker position. -difficulty_to_fill,Indication of the difficulty level in filling the job. -effective_date,Date when the job profile becomes effective. -employee_type,The type of employee associated with the worker position. -end_date,The end date of the worker position. -end_employment_date,Date when the worker's employment is scheduled to end. -exclude_from_head_count,Flag indicating whether the position is excluded from headcount. -expected_assignment_end_date,The expected end date of the assignment associated with the worker position. -external_employee,Flag indicating whether the worker is an external employee. -federal_withholding_fein,The Federal Employer Identification Number (FEIN) for federal withholding. -frequency,The frequency associated with the worker position. -full_time_equivalent_percentage,The full-time equivalent (FTE) percentage associated with the worker position. -headcount_restriction_code,The code associated with headcount restriction for the worker position. -home_country,The home country of the worker. -host_country,The host country associated with the worker. -international_assignment_type,The type of international assignment associated with the worker position. -is_primary_job,Flag indicating whether the job is the primary job for the worker. -job_exempt,Indicates whether the job is exempt from certain regulations. -job_profile_id,Identifier for the job profile. -management_level_code,Code indicating the management level associated with the job profile. -paid_fte,The paid full-time equivalent (FTE) associated with the worker position. -pay_group,The pay group associated with the worker position. -pay_rate,The pay rate associated with the worker position. -pay_rate_type,The type of pay rate associated with the worker position. -pay_through_date,The date through which the worker is paid. -payroll_entity,The payroll entity associated with the worker position. -payroll_file_number,The file number associated with payroll for the worker position. -regular_paid_equivalent_hours,The regular paid equivalent hours associated with the worker position. -scheduled_weekly_hours,The scheduled weekly hours associated with the worker position. -specify_paid_fte,Flag indicating whether to specify paid FTE for the worker position. -specify_working_fte,Flag indicating whether to specify working FTE for the worker position. -start_date,The start date of the worker position. -start_international_assignment_reason,The reason for starting an international assignment associated with the worker position. -work_hours_profile,The work hours profile associated with the worker position. -work_shift,The work shift associated with the worker position. -work_shift_required,Flag indicating whether a work shift is required. -work_space,The work space associated with the worker position. -worker_hours_profile_classification,The classification of worker hours profile associated with the worker position. -working_fte,The working full-time equivalent (FTE) associated with the worker position. -working_time_frequency,The frequency of working time associated with the worker position. -working_time_unit,The unit of working time associated with the worker position. -working_time_value,The value of working time associated with the worker position. diff --git a/inputs_snowflake/workday/schemas/worker_position_organization_history.csv b/inputs_snowflake/workday/schemas/worker_position_organization_history.csv deleted file mode 100644 index 1d47d829eedf61fc584cc0e7dfface8bfc251017..0000000000000000000000000000000000000000 --- a/inputs_snowflake/workday/schemas/worker_position_organization_history.csv +++ /dev/null @@ -1,12 +0,0 @@ -column_name,column_description -position_id,Identifier for the specific position. -worker_id,Unique identifier for the worker. -_fivetran_active,TRUE if it is the currently active record. FALSE if it is a historical version of the record. Only one version of the record can be TRUE. -_fivetran_start,Timestamp when the record was first created or modified in the source. -_fivetran_end,Timestamp marking the end of a record being active. -_fivetran_synced,Timestamp the record was synced by Fivetran. -index,An index for a particular identifier. -date_of_pay_group_assignment,Date a group's pay is assigned to be processed. -organization_id,Identifier for the organization. -primary_business_site,Primary location a worker's business is situated. -used_in_change_organization_assignments,If a worker has opted to change these organization assignments. diff --git a/inputs_snowflake/works_cycles/data_model.yaml b/inputs_snowflake/works_cycles/data_model.yaml deleted file mode 100644 index 80e763116c5a2e8ba8c171cb7fef23b702f576f7..0000000000000000000000000000000000000000 --- a/inputs_snowflake/works_cycles/data_model.yaml +++ /dev/null @@ -1,20 +0,0 @@ -models: - - name: products - description: Each record represents a product. - columns: - - name: product_id - description: The unique id number identifying the product. - - name: product_name - description: Name of the product. - - name: product_number - description: The unique product identification number. - - name: has_over_1_price_changes - description: Set to 1 if the product has more than 1 price changes, 0 otherwise. - - name: does_not_have_work_order - description: Set to 1 if the product does not have a work order, 0 otherwise. - - name: num_reviews - description: The number of reviews the product has received, replace null values with 0. - - name: sold_by_over_2_vendors - description: Set to 1 if the product is sold by more than 2 vendors, 0 otherwise. - - name: num_orders - description: The number of orders the product has, replace null values with 0. \ No newline at end of file diff --git a/inputs_snowflake/works_cycles/schemas/Address.csv b/inputs_snowflake/works_cycles/schemas/Address.csv deleted file mode 100644 index 24f5646225e5abb3f4cd909d76dbad002faa95d0..0000000000000000000000000000000000000000 --- a/inputs_snowflake/works_cycles/schemas/Address.csv +++ /dev/null @@ -1,10 +0,0 @@ -column_name,column_description -AddressID,Unique id number identifying the address. -AddressLine1,First street address line. -AddressLine2,Second street address line. -City,Name of the city. -StateProvinceID,Identification number for the state or province. -PostalCode,Postal code for the street address. -SpatialLocation,Latitude and longitude of this address. -rowguid,Uniquely identifying the record. Used to support a merge replication sample. -ModifiedDate,Date and time the record was last updated. diff --git a/inputs_snowflake/works_cycles/schemas/AddressType.csv b/inputs_snowflake/works_cycles/schemas/AddressType.csv deleted file mode 100644 index 1b98f2915ffd2809a705099420416d6a1b8a3f7c..0000000000000000000000000000000000000000 --- a/inputs_snowflake/works_cycles/schemas/AddressType.csv +++ /dev/null @@ -1,5 +0,0 @@ -column_name,column_description -AddressTypeID,Unique numbers identifying address type records. -Name,Address type description. -rowguid,Uniquely identifying the record. Used to support a merge replication sample. -ModifiedDate,Date and time the record was last updated. diff --git a/inputs_snowflake/works_cycles/schemas/BusinessEntity.csv b/inputs_snowflake/works_cycles/schemas/BusinessEntity.csv deleted file mode 100644 index 4cdd59b3af56e8a975ed3963eb0b5124bc8a7daf..0000000000000000000000000000000000000000 --- a/inputs_snowflake/works_cycles/schemas/BusinessEntity.csv +++ /dev/null @@ -1,4 +0,0 @@ -column_name,column_description -BusinessEntityID,Unique number of identifying business entity. -rowguid,Uniquely identifying the record. Used to support a merge replication sample. -ModifiedDate,Date and time the record was last updated. diff --git a/inputs_snowflake/works_cycles/schemas/BusinessEntityAddress.csv b/inputs_snowflake/works_cycles/schemas/BusinessEntityAddress.csv deleted file mode 100644 index 8936fab179e777498f075fc843769ef6898a1e00..0000000000000000000000000000000000000000 --- a/inputs_snowflake/works_cycles/schemas/BusinessEntityAddress.csv +++ /dev/null @@ -1,6 +0,0 @@ -column_name,column_description -BusinessEntityID,Number identifying the business entity. -AddressID,Number identifying the address. -AddressTypeID,Number identifying the address type. -rowguid,Uniquely identifying the record. Used to support a merge replication sample. -ModifiedDate,Date and time the record was last updated. diff --git a/inputs_snowflake/works_cycles/schemas/BusinessEntityContact.csv b/inputs_snowflake/works_cycles/schemas/BusinessEntityContact.csv deleted file mode 100644 index 240e87953fb423e106696de5f2e8a3a456c7c182..0000000000000000000000000000000000000000 --- a/inputs_snowflake/works_cycles/schemas/BusinessEntityContact.csv +++ /dev/null @@ -1,6 +0,0 @@ -column_name,column_description -BusinessEntityID,The id number identifying the Business Entity ID. -PersonID,The id number identifying the Person ID. -ContactTypeID,The id number identifying the contact type ID. -rowguid,Uniquely identifying the record. Used to support a merge replication sample. -ModifiedDate,Date and time the record was last updated. diff --git a/inputs_snowflake/works_cycles/schemas/ContactType.csv b/inputs_snowflake/works_cycles/schemas/ContactType.csv deleted file mode 100644 index 7febc8153d820e4ffad775541a90e60f12eac636..0000000000000000000000000000000000000000 --- a/inputs_snowflake/works_cycles/schemas/ContactType.csv +++ /dev/null @@ -1,4 +0,0 @@ -column_name,column_description -ContactTypeID,The unique id number identifying the contact type ID. -Name,Contact type description. -ModifiedDate,Date and time the record was last updated. diff --git a/inputs_snowflake/works_cycles/schemas/CountryRegion.csv b/inputs_snowflake/works_cycles/schemas/CountryRegion.csv deleted file mode 100644 index 090aae00cf4b114a6fc4ee3e9a0a478847b842ac..0000000000000000000000000000000000000000 --- a/inputs_snowflake/works_cycles/schemas/CountryRegion.csv +++ /dev/null @@ -1,4 +0,0 @@ -column_name,column_description -countryregioncode,The unique id number identifying Country Region ISO standard code for countries and regions. -name,Country or region name. -modifieddate,Date and time the record was last updated. diff --git a/inputs_snowflake/works_cycles/schemas/CountryRegionCurrency.csv b/inputs_snowflake/works_cycles/schemas/CountryRegionCurrency.csv deleted file mode 100644 index e345a3ebe03a452d38fadcad07880b741185c5f4..0000000000000000000000000000000000000000 --- a/inputs_snowflake/works_cycles/schemas/CountryRegionCurrency.csv +++ /dev/null @@ -1,4 +0,0 @@ -column_name,column_description -countryregioncode,The id number identifying Country Region ISO standard code for countries and regions. -currencycode,ISO standard currency code. -modifieddate,Date and time the record was last updated. diff --git a/inputs_snowflake/works_cycles/schemas/Culture.csv b/inputs_snowflake/works_cycles/schemas/Culture.csv deleted file mode 100644 index ad50a90dd66b21221631feda618e2d94c6362046..0000000000000000000000000000000000000000 --- a/inputs_snowflake/works_cycles/schemas/Culture.csv +++ /dev/null @@ -1,4 +0,0 @@ -column_name,column_description -CultureID,The unique id string identifying the language in which AdventrueWorks data is stored. -Name,Name of the language. -ModifiedDate,Date and time the record was last updated. diff --git a/inputs_snowflake/works_cycles/schemas/Currency.csv b/inputs_snowflake/works_cycles/schemas/Currency.csv deleted file mode 100644 index 8981f745b7307e309a398721e10c14192e0e0cfc..0000000000000000000000000000000000000000 --- a/inputs_snowflake/works_cycles/schemas/Currency.csv +++ /dev/null @@ -1,4 +0,0 @@ -column_name,column_description -currencycode,The unique id string identifying the currency. -name,Currency name. -modifieddate,Date and time the record was last updated. diff --git a/inputs_snowflake/works_cycles/schemas/CurrencyRate.csv b/inputs_snowflake/works_cycles/schemas/CurrencyRate.csv deleted file mode 100644 index 578eceb7f025234de8ad662a7541e8833aa7b58e..0000000000000000000000000000000000000000 --- a/inputs_snowflake/works_cycles/schemas/CurrencyRate.csv +++ /dev/null @@ -1,8 +0,0 @@ -column_name,column_description -currencyrateid,The unique id number identifying the currency rate record. -currencyratedate,Date and time the exchange rate was obtained. -fromcurrencycode,Exchange rate was converted from this currency code. -tocurrencycode,Exchange rate was converted to this currency code. -averagerate,Average exchange rate for the day. -endofdayrate,Final exchange rate for the day. -modifieddate,Date and time the record was last updated. diff --git a/inputs_snowflake/works_cycles/schemas/Department.csv b/inputs_snowflake/works_cycles/schemas/Department.csv deleted file mode 100644 index 6c243993997793c208a44f640edea0fe2b9840ef..0000000000000000000000000000000000000000 --- a/inputs_snowflake/works_cycles/schemas/Department.csv +++ /dev/null @@ -1,5 +0,0 @@ -column_name,column_description -DepartmentID,The unique id number identifying the department. -Name,Name of the department. -GroupName,Name of the group to which the department belongs. -ModifiedDate,Date and time the record was last updated. diff --git a/inputs_snowflake/works_cycles/schemas/Document.csv b/inputs_snowflake/works_cycles/schemas/Document.csv deleted file mode 100644 index 71742f313383fa14b900a34ea35d201394d17fc5..0000000000000000000000000000000000000000 --- a/inputs_snowflake/works_cycles/schemas/Document.csv +++ /dev/null @@ -1,15 +0,0 @@ -column_name,column_description -DocumentNode,The unique hierarchy id identifying the document nodes. -DocumentLevel,Depth in the document hierarchy. -Title,Title of the document. -Owner,Employee who controls the document. -FolderFlag,The type of the folders. -FileName,Uniquely identifying the record. Used to support a merge replication sample. -FileExtension,File extension indicating the document type. -Revision,Revision number of the document. -ChangeNumber,Engineering change approval number. -Status,Status of document processing. -DocumentSummary,Document abstract. -Document,Complete document. -rowguid,Uniquely identifying the record. Used to support a merge replication sample. -ModifiedDate,Date and time the record was last updated. diff --git a/inputs_snowflake/works_cycles/schemas/Employee.csv b/inputs_snowflake/works_cycles/schemas/Employee.csv deleted file mode 100644 index eb3cc0993122486be28bf2340fb163fc71362061..0000000000000000000000000000000000000000 --- a/inputs_snowflake/works_cycles/schemas/Employee.csv +++ /dev/null @@ -1,17 +0,0 @@ -column_name,column_description -BusinessEntityID,The id number identifying the employee. -NationalIDNumber,The national identification number such as a social security number. -LoginID,Network login. -OrganizationNode,Where the employee is located in corporate hierarchy. -OrganizationLevel,The depth of the employee in the corporate hierarchy. -JobTitle,Work title such as Buyer or Sales Representative. -BirthDate,Date of birth. -MaritalStatus,Whether this employee is married or not. -Gender,The gender of this employee. -HireDate,The employee was hired on this date. -SalariedFlag,Job classification. -VacationHours,The number of available vacation hours. -SickLeaveHours,The number of available sick leave hours. -CurrentFlag,Whether this employee is active or not -rowguid,Uniquely identifying the record. Used to support a merge replication sample. -ModifiedDate,Date and time the record was last updated. diff --git a/inputs_snowflake/works_cycles/schemas/EmployeeDepartmentHistory.csv b/inputs_snowflake/works_cycles/schemas/EmployeeDepartmentHistory.csv deleted file mode 100644 index 07404b7846f06e5fe07cdd9a82ed2fbe2e970c84..0000000000000000000000000000000000000000 --- a/inputs_snowflake/works_cycles/schemas/EmployeeDepartmentHistory.csv +++ /dev/null @@ -1,7 +0,0 @@ -column_name,column_description -BusinessEntityID,Employee identification number. -DepartmentID,Department in which the employee worked including currently. -ShiftID,Identifies which 8-hour shift the employee works. -StartDate,Date the employee started working in the department. -EndDate,Date the employee ended working in the department. -ModifiedDate,Date and time the record was last updated. diff --git a/inputs_snowflake/works_cycles/schemas/EmployeePayHistory.csv b/inputs_snowflake/works_cycles/schemas/EmployeePayHistory.csv deleted file mode 100644 index 2cf5606f205757d6f195572a50a91cadc7f968ea..0000000000000000000000000000000000000000 --- a/inputs_snowflake/works_cycles/schemas/EmployeePayHistory.csv +++ /dev/null @@ -1,6 +0,0 @@ -column_name,column_description -BusinessEntityID,Employee identification number. -RateChangeDate,Date the change in pay is effective. -Rate,Salary hourly rate. -PayFrequency,Pay Frequency. -ModifiedDate,Date and time the record was last updated. diff --git a/inputs_snowflake/works_cycles/schemas/JobCandidate.csv b/inputs_snowflake/works_cycles/schemas/JobCandidate.csv deleted file mode 100644 index 6fb7ec13d4ac69fc79cca862d815720845b37272..0000000000000000000000000000000000000000 --- a/inputs_snowflake/works_cycles/schemas/JobCandidate.csv +++ /dev/null @@ -1,5 +0,0 @@ -column_name,column_description -JobCandidateID,The unique id number identifying the job candidates. -BusinessEntityID,Employee identification number if applicant was hired. -Resume,Resume in XML format. -ModifiedDate,Date and time the record was last updated. diff --git a/inputs_snowflake/works_cycles/schemas/Location.csv b/inputs_snowflake/works_cycles/schemas/Location.csv deleted file mode 100644 index eed1550fec7c2def29179d33cacd4f501b87bb4c..0000000000000000000000000000000000000000 --- a/inputs_snowflake/works_cycles/schemas/Location.csv +++ /dev/null @@ -1,6 +0,0 @@ -column_name,column_description -LocationID,The unique id number identifying the job candidates. -Name,Location description. -CostRate,Standard hourly cost of the manufacturing location. -Availability,Work capacity (in hours) of the manufacturing location. -ModifiedDate,Date and time the record was last updated. diff --git a/inputs_snowflake/works_cycles/schemas/Password.csv b/inputs_snowflake/works_cycles/schemas/Password.csv deleted file mode 100644 index 893644f2b5b55c26a4d0600830c4a97c9527738d..0000000000000000000000000000000000000000 --- a/inputs_snowflake/works_cycles/schemas/Password.csv +++ /dev/null @@ -1,6 +0,0 @@ -column_name,column_description -BusinessEntityID,The unique id number identifying the person. -PasswordHash,Password for the e-mail account. -PasswordSalt,Random value concatenated with the password string before the password is hashed. -rowguid,Uniquely identifying the record. Used to support a merge replication sample. -ModifiedDate,Date and time the record was last updated. diff --git a/inputs_snowflake/works_cycles/schemas/Person.csv b/inputs_snowflake/works_cycles/schemas/Person.csv deleted file mode 100644 index 3be231961d1db15c48e8c6d0eeb7ae3628021d1e..0000000000000000000000000000000000000000 --- a/inputs_snowflake/works_cycles/schemas/Person.csv +++ /dev/null @@ -1,14 +0,0 @@ -column_name,column_description -BusinessEntityID,The unique id number identifying the person. -PersonType,The type of person. -NameStyle,Name Style. -Title,A courtesy title. -FirstName,First name of the person. -MiddleName,Middle name or middle initial of the person. -LastName,Last name of the person. -Suffix,Surname suffix. -EmailPromotion,Email Promotion. -AdditionalContactInfo,Additional contact information about the person stored in xml format. -Demographics,"Personal information such as hobbies, and income collected from online shoppers. Used for sales analysis." -rowguid,Uniquely identifying the record. Used to support a merge replication sample. -ModifiedDate,Date and time the record was last updated. diff --git a/inputs_snowflake/works_cycles/schemas/PhoneNumberType.csv b/inputs_snowflake/works_cycles/schemas/PhoneNumberType.csv deleted file mode 100644 index f4a40fa871cd2a742d48773fe0951a63e8572aa4..0000000000000000000000000000000000000000 --- a/inputs_snowflake/works_cycles/schemas/PhoneNumberType.csv +++ /dev/null @@ -1,4 +0,0 @@ -column_name,column_description -PhoneNumberTypeID,The id number identifying the telephone number type records. -Name,Name of the telephone number type. -ModifiedDate,Date and time the record was last updated. diff --git a/inputs_snowflake/works_cycles/schemas/Product.csv b/inputs_snowflake/works_cycles/schemas/Product.csv deleted file mode 100644 index f0ff027a2166c040aee876ad4095b91add37ac9d..0000000000000000000000000000000000000000 --- a/inputs_snowflake/works_cycles/schemas/Product.csv +++ /dev/null @@ -1,25 +0,0 @@ -column_name,column_description -ProductID,The unique id number identifying the product. -Name,Name of the product. -ProductNumber,The unique product identification number. -MakeFlag,The source of product make. -FinishedGoodsFlag,Whether the product is salable or not. -Color,Color -SafetyStockLevel,The minimum inventory quantity. -ReorderPoint,Inventory level that triggers a purchase order or work order. -StandardCost,Standard cost of the product. -ListPrice,Selling price -Size,Product size -SizeUnitMeasureCode,Unit of measure for Size column. -WeightUnitMeasureCode,Unit of measure for Weight column. -Weight,Product weight -DaysToManufacture,Number of days required to manufacture the product. -ProductLine,Product Routine -Class,Product quality class -Style,Style -ProductSubcategoryID,Product is a member of this product subcategory. -ProductModelID,Product is a member of this product model. -SellStartDate,Date the product was available for sale. -SellEndDate,Date the product was no longer available for sale. -rowguid,Uniquely identifying the record. Used to support a merge replication sample. -ModifiedDate,Date and time the record was last updated. diff --git a/inputs_snowflake/works_cycles/schemas/ProductCategory.csv b/inputs_snowflake/works_cycles/schemas/ProductCategory.csv deleted file mode 100644 index 3d462964b8daa9283d74dfbd31b422cca981c922..0000000000000000000000000000000000000000 --- a/inputs_snowflake/works_cycles/schemas/ProductCategory.csv +++ /dev/null @@ -1,5 +0,0 @@ -column_name,column_description -ProductCategoryID,The unique id number identifying the product category. -Name,Category description -rowguid,Uniquely identifying the record. Used to support a merge replication sample. -ModifiedDate,Date and time the record was last updated. diff --git a/inputs_snowflake/works_cycles/schemas/ProductDescription.csv b/inputs_snowflake/works_cycles/schemas/ProductDescription.csv deleted file mode 100644 index dc8b5eb56699fa1663ac8b95760b1d0da0835a65..0000000000000000000000000000000000000000 --- a/inputs_snowflake/works_cycles/schemas/ProductDescription.csv +++ /dev/null @@ -1,5 +0,0 @@ -column_name,column_description -ProductDescriptionID,The unique id number identifying the product description. -Description,Description of the product. -rowguid,Uniquely identifying the record. Used to support a merge replication sample. -ModifiedDate,Date and time the record was last updated. diff --git a/inputs_snowflake/works_cycles/schemas/ProductDocument.csv b/inputs_snowflake/works_cycles/schemas/ProductDocument.csv deleted file mode 100644 index 338bf289548b691656b7599072256a4de6fc554a..0000000000000000000000000000000000000000 --- a/inputs_snowflake/works_cycles/schemas/ProductDocument.csv +++ /dev/null @@ -1,4 +0,0 @@ -column_name,column_description -ProductID,The id number identifying the product. -DocumentNode,The hierarchy id number identifying the Document node. -ModifiedDate,Date and time the record was last updated. diff --git a/inputs_snowflake/works_cycles/schemas/ProductModel.csv b/inputs_snowflake/works_cycles/schemas/ProductModel.csv deleted file mode 100644 index 7a5e0a5fb0309e30d3d5b78fa4cc43369123b981..0000000000000000000000000000000000000000 --- a/inputs_snowflake/works_cycles/schemas/ProductModel.csv +++ /dev/null @@ -1,7 +0,0 @@ -column_name,column_description -ProductModelID,The unique id number identifying the product model. -Name,Product model description. -CatalogDescription,Detailed product catalog information in xml format. -Instructions,Manufacturing instructions in xml format. -rowguid,Uniquely identifying the record. Used to support a merge replication sample. -ModifiedDate,Date and time the record was last updated. diff --git a/inputs_snowflake/works_cycles/schemas/ProductPhoto.csv b/inputs_snowflake/works_cycles/schemas/ProductPhoto.csv deleted file mode 100644 index c58301f076c24d33232e866e9e49c00d3048f286..0000000000000000000000000000000000000000 --- a/inputs_snowflake/works_cycles/schemas/ProductPhoto.csv +++ /dev/null @@ -1,7 +0,0 @@ -column_name,column_description -ProductPhotoID,unique id number identifying the products -ThumbNailPhoto,Small image of the product. -ThumbnailPhotoFileName,Small image file name -LargePhoto,Large image of the product. -LargePhotoFileName,Large image file name. -ModifiedDate,Date and time the record was last updated. diff --git a/inputs_snowflake/works_cycles/schemas/ProductProductPhoto.csv b/inputs_snowflake/works_cycles/schemas/ProductProductPhoto.csv deleted file mode 100644 index 3d886a2078f5162f690a089bea135cee9baabd07..0000000000000000000000000000000000000000 --- a/inputs_snowflake/works_cycles/schemas/ProductProductPhoto.csv +++ /dev/null @@ -1,5 +0,0 @@ -column_name,column_description -ProductID,Product identification number. -ProductPhotoID,Product photo identification number. -Primary,Whether this photo is the principal image or not. -ModifiedDate, diff --git a/inputs_snowflake/works_cycles/schemas/ProductReview.csv b/inputs_snowflake/works_cycles/schemas/ProductReview.csv deleted file mode 100644 index b16a7023ff314f60be95e4a16a97143f8b841420..0000000000000000000000000000000000000000 --- a/inputs_snowflake/works_cycles/schemas/ProductReview.csv +++ /dev/null @@ -1,9 +0,0 @@ -column_name,column_description -productreviewid,The unique id numbers identifying product reviews. -productid,Product identification number. -reviewername,The name of reviewer. -reviewdate,Date review was submitted. -emailaddress,Reviewer's e-mail address. -rating,Product rating given by the reviewer. -comments, -modifieddate,Date and time the record was last updated. diff --git a/inputs_snowflake/works_cycles/schemas/ProductSubcategory.csv b/inputs_snowflake/works_cycles/schemas/ProductSubcategory.csv deleted file mode 100644 index c8fcec7adba5d0ef94c7d4d4929769f68e634d58..0000000000000000000000000000000000000000 --- a/inputs_snowflake/works_cycles/schemas/ProductSubcategory.csv +++ /dev/null @@ -1,6 +0,0 @@ -column_name,column_description -ProductSubcategoryID,Unique id number identifying the subcategory of products. -ProductCategoryID,Product category identification number. -Name,Subcategory description. -rowguid,Uniquely identifying the record. Used to support a merge replication sample. -ModifiedDate,Date and time the record was last updated. diff --git a/inputs_snowflake/works_cycles/schemas/SalesOrderDetail.csv b/inputs_snowflake/works_cycles/schemas/SalesOrderDetail.csv deleted file mode 100644 index b3e496ac2431ebf5e85a82e80b345ec4291501f0..0000000000000000000000000000000000000000 --- a/inputs_snowflake/works_cycles/schemas/SalesOrderDetail.csv +++ /dev/null @@ -1,12 +0,0 @@ -column_name,column_description -salesorderid, -salesorderdetailid, -carriertrackingnumber, -orderqty, -productid, -specialofferid, -unitprice, -unitpricediscount, -linetotal, -rowguid, -modifieddate,modified date diff --git a/inputs_snowflake/works_cycles/schemas/SalesOrderHeader.csv b/inputs_snowflake/works_cycles/schemas/SalesOrderHeader.csv deleted file mode 100644 index 355017e27bf5776a8cd61bcb3fe80c99b17d568c..0000000000000000000000000000000000000000 --- a/inputs_snowflake/works_cycles/schemas/SalesOrderHeader.csv +++ /dev/null @@ -1,27 +0,0 @@ -column_name,column_description -salesorderid,The id number of sales order. -revisionnumber, -orderdate, -duedate, -shipdate,Estimated shipment date from the vendor -status,Order current status -onlineorderflag, -salesordernumber, -purchaseordernumber, -accountnumber, -customerid, -salespersonid, -territoryid, -billtoaddressid, -shiptoaddressid, -shipmethodid,Shipping method -creditcardid, -creditcardapprovalcode, -currencyrateid, -subtotal, -taxamt,Tax amount -freight,Shipping cost -totaldue,Total due to vendor -comment, -rowguid, -modifieddate,Date and time the record was last updated. diff --git a/inputs_snowflake/works_cycles/schemas/SalesOrderHeaderSalesReason.csv b/inputs_snowflake/works_cycles/schemas/SalesOrderHeaderSalesReason.csv deleted file mode 100644 index e28c75fb2df1b8e89f064b256dcb4874faba45c4..0000000000000000000000000000000000000000 --- a/inputs_snowflake/works_cycles/schemas/SalesOrderHeaderSalesReason.csv +++ /dev/null @@ -1,4 +0,0 @@ -column_name,column_description -salesorderid,The id number of sales order. -salesreasonid,The id number for sales reasons. -modifieddate,Date and time the record was last updated. diff --git a/inputs_snowflake/works_cycles/schemas/SalesPerson.csv b/inputs_snowflake/works_cycles/schemas/SalesPerson.csv deleted file mode 100644 index af387e21613802b1acaba07e93d4bd4e8f4ae288..0000000000000000000000000000000000000000 --- a/inputs_snowflake/works_cycles/schemas/SalesPerson.csv +++ /dev/null @@ -1,10 +0,0 @@ -column_name,column_description -BusinessEntityID,The unique id number identifying the business entity. -TerritoryID,Territory currently assigned to. -SalesQuota,Projected yearly sales -Bonus,Bonus due if quota is met. -CommissionPct, -SalesYTD,Sales total year to date -SalesLastYear,Sales total of previous year. -rowguid,Uniquely identifying the record. Used to support a merge replication sample. -ModifiedDate,Date and time the record was last updated. diff --git a/inputs_snowflake/works_cycles/schemas/SalesReason.csv b/inputs_snowflake/works_cycles/schemas/SalesReason.csv deleted file mode 100644 index ccae1317a1ac6a1db84f67c68cc6c903e1bfdd16..0000000000000000000000000000000000000000 --- a/inputs_snowflake/works_cycles/schemas/SalesReason.csv +++ /dev/null @@ -1,5 +0,0 @@ -column_name,column_description -SalesReasonID,The unique number identifying SalesReason records. -Name,Sales reason description -ReasonType,Category the sales reason belongs to. -ModifiedDate,Date and time the record was last updated. diff --git a/inputs_snowflake/works_cycles/schemas/SalesTaxRate.csv b/inputs_snowflake/works_cycles/schemas/SalesTaxRate.csv deleted file mode 100644 index 1e5627c0e4910fb28450e08f81ac088c5f9682f3..0000000000000000000000000000000000000000 --- a/inputs_snowflake/works_cycles/schemas/SalesTaxRate.csv +++ /dev/null @@ -1,8 +0,0 @@ -column_name,column_description -salestaxrateid,Unique id number identifying sales tax records. -stateprovinceid,id number identifying state province. -taxtype,Tax Type -taxrate,Tax rate amount -name,Tax rate description -rowguid,Uniquely identifying the record. Used to support a merge replication sample. -modifieddate,Date and time the record was last updated. diff --git a/inputs_snowflake/works_cycles/schemas/SalesTerritory.csv b/inputs_snowflake/works_cycles/schemas/SalesTerritory.csv deleted file mode 100644 index 595fd00ceadb675a9f2f2f0de57e2930823e10d2..0000000000000000000000000000000000000000 --- a/inputs_snowflake/works_cycles/schemas/SalesTerritory.csv +++ /dev/null @@ -1,11 +0,0 @@ -column_name,column_description -TerritoryID,The unique id number for SalesTerritory records. -Name,Sales territory description. -CountryRegionCode,ISO standard country or region code. -Group,Geographic area to which the sales territory belong. -SalesYTD,Sales in the territory year to date. -SalesLastYear,Sales in the territory the previous year. -CostYTD,Business costs in the territory year to date. -CostLastYear,Business costs in the territory the previous year. -rowguid,Uniquely identifying the record. Used to support a merge replication sample. -ModifiedDate,Date and time the record was last updated. diff --git a/inputs_snowflake/works_cycles/schemas/SalesTerritoryHistory.csv b/inputs_snowflake/works_cycles/schemas/SalesTerritoryHistory.csv deleted file mode 100644 index 672554450a5147ceeac035ff2967aa17d9469239..0000000000000000000000000000000000000000 --- a/inputs_snowflake/works_cycles/schemas/SalesTerritoryHistory.csv +++ /dev/null @@ -1,7 +0,0 @@ -column_name,column_description -BusinessEntityID,The sales representative. -TerritoryID,Territory identification number. -StartDate,Date the sales representive started work in the territory. -EndDate,Date the sales representative left work in the territory. -rowguid,Uniquely identifying the record. Used to support a merge replication sample. -ModifiedDate,Date and time the record was last updated. diff --git a/inputs_snowflake/works_cycles/schemas/ScrapReason.csv b/inputs_snowflake/works_cycles/schemas/ScrapReason.csv deleted file mode 100644 index 7babea53c8e8f93cc68d8e6794e75d1a0957ea5d..0000000000000000000000000000000000000000 --- a/inputs_snowflake/works_cycles/schemas/ScrapReason.csv +++ /dev/null @@ -1,4 +0,0 @@ -column_name,column_description -ScrapReasonID,The unique number identifying for ScrapReason records. -Name,Failure description. -ModifiedDate,Date and time the record was last updated. diff --git a/inputs_snowflake/works_cycles/schemas/Shift.csv b/inputs_snowflake/works_cycles/schemas/Shift.csv deleted file mode 100644 index b4ad9e8d499799aee38734f39bbdae1f3c5dbbab..0000000000000000000000000000000000000000 --- a/inputs_snowflake/works_cycles/schemas/Shift.csv +++ /dev/null @@ -1,6 +0,0 @@ -column_name,column_description -ShiftID,The unique number identifying the shift. -Name,Shift description. -StartTime,Shift start time. -EndTime,Shift end time. -ModifiedDate,Date and time the record was last updated. diff --git a/inputs_snowflake/works_cycles/schemas/ShipMethod.csv b/inputs_snowflake/works_cycles/schemas/ShipMethod.csv deleted file mode 100644 index 87a2de7416bc8b80e8f036d2447c79bbed540852..0000000000000000000000000000000000000000 --- a/inputs_snowflake/works_cycles/schemas/ShipMethod.csv +++ /dev/null @@ -1,7 +0,0 @@ -column_name,column_description -ShipMethodID,The unique number for ShipMethod records. -Name,Shipping company name. -ShipBase,Minimum shipping charge. -ShipRate,Shipping charge per pound. -rowguid,Uniquely identifying the record. Used to support a merge replication sample. -ModifiedDate,Date and time the record was last updated. diff --git a/inputs_snowflake/works_cycles/schemas/ShoppingCartItem.csv b/inputs_snowflake/works_cycles/schemas/ShoppingCartItem.csv deleted file mode 100644 index 015e20cb0038bbafb7237a806ad515c8a2138755..0000000000000000000000000000000000000000 --- a/inputs_snowflake/works_cycles/schemas/ShoppingCartItem.csv +++ /dev/null @@ -1,7 +0,0 @@ -column_name,column_description -ShoppingCartItemID,The unique id number identifying the shopping cart item records. -ShoppingCartID,Shopping cart identification number. -Quantity,Product quantity ordered. -ProductID,Product ordered. -DateCreated,Date the time the record was created. -ModifiedDate,Date and time the record was last updated. diff --git a/inputs_snowflake/works_cycles/schemas/SpecialOffer.csv b/inputs_snowflake/works_cycles/schemas/SpecialOffer.csv deleted file mode 100644 index 5789ec5c1474fba2a4ce581e954e5da0d94743da..0000000000000000000000000000000000000000 --- a/inputs_snowflake/works_cycles/schemas/SpecialOffer.csv +++ /dev/null @@ -1,12 +0,0 @@ -column_name,column_description -specialofferid,The unique id number identifying the special offer. -description,Discount description. -discountpct,Discount percentage. -type,Discount type category. -category,Group the discount applies to such as Reseller or Customer. -startdate,Discount start date. -enddate,Discount end date. -minqty,Minimum discount percent allowed. -maxqty,Maximum discount percent allowed. -rowguid,Uniquely identifying the record. Used to support a merge replication sample. -modifieddate,Date and time the record was last updated. diff --git a/inputs_snowflake/works_cycles/schemas/SpecialOfferProduct.csv b/inputs_snowflake/works_cycles/schemas/SpecialOfferProduct.csv deleted file mode 100644 index f110c2970d42e3dc86ae42e0b832d0258d0e08a2..0000000000000000000000000000000000000000 --- a/inputs_snowflake/works_cycles/schemas/SpecialOfferProduct.csv +++ /dev/null @@ -1,5 +0,0 @@ -column_name,column_description -specialofferid,The id for SpecialOfferProduct records -productid,Product identification number. -rowguid,Uniquely identifying the record. Used to support a merge replication sample. -modifieddate,Date and time the record was last updated. diff --git a/inputs_snowflake/works_cycles/schemas/StateProvince.csv b/inputs_snowflake/works_cycles/schemas/StateProvince.csv deleted file mode 100644 index 35cdb62afa5e165750c2f9b7e6d742133518250d..0000000000000000000000000000000000000000 --- a/inputs_snowflake/works_cycles/schemas/StateProvince.csv +++ /dev/null @@ -1,9 +0,0 @@ -column_name,column_description -stateprovinceid,The unique number for StateProvince records. -stateprovincecode,ISO standard state or province code. -countryregioncode,ISO standard country or region code. -isonlystateprovinceflag, -name,State or province description. -territoryid,ID of the territory in which the state or province is located. -rowguid,Uniquely identifying the record. Used to support a merge replication sample. -modifieddate,Date and time the record was last updated. diff --git a/inputs_snowflake/works_cycles/schemas/Store.csv b/inputs_snowflake/works_cycles/schemas/Store.csv deleted file mode 100644 index 11eff675750d9581818ed0bf06d72a2da5635f8f..0000000000000000000000000000000000000000 --- a/inputs_snowflake/works_cycles/schemas/Store.csv +++ /dev/null @@ -1,7 +0,0 @@ -column_name,column_description -businessentityid,The unique number identifying business entity. -name,Name of the store. -salespersonid,ID of the sales person assigned to the customer. -demographics,"Demographic information about the store such as the number of employees, annual sales and store type." -rowguid,Uniquely identifying the record. Used to support a merge replication sample. -modifieddate,Date and time the record was last updated. diff --git a/inputs_snowflake/works_cycles/schemas/TransactionHistoryArchive.csv b/inputs_snowflake/works_cycles/schemas/TransactionHistoryArchive.csv deleted file mode 100644 index 1df422fe85c716d258b24b9377deede9a8a519a4..0000000000000000000000000000000000000000 --- a/inputs_snowflake/works_cycles/schemas/TransactionHistoryArchive.csv +++ /dev/null @@ -1,10 +0,0 @@ -column_name,column_description -TransactionID,The unique id number identifying TransactionHistory records. -ProductID,Product identification number. -ReferenceOrderID,"Purchase order, sales order, or work order identification number." -ReferenceOrderLineID,"Line number associated with the purchase order, sales order, or work order." -TransactionDate,Date and time of the transaction. -TransactionType,Type of transaction records. -Quantity,Product quantity. -ActualCost,Product cost. -ModifiedDate,Date and time the record was last updated. diff --git a/inputs_snowflake/works_cycles/schemas/UnitMeasure.csv b/inputs_snowflake/works_cycles/schemas/UnitMeasure.csv deleted file mode 100644 index 4bdd68dee3a46c7460197549771250c597058d34..0000000000000000000000000000000000000000 --- a/inputs_snowflake/works_cycles/schemas/UnitMeasure.csv +++ /dev/null @@ -1,4 +0,0 @@ -column_name,column_description -UnitMeasureCode,The unique identifying numbers for measure. -Name,Unit of measure description. -ModifiedDate,Date and time the record was last updated. diff --git a/inputs_snowflake/works_cycles/schemas/Vendor.csv b/inputs_snowflake/works_cycles/schemas/Vendor.csv deleted file mode 100644 index 25363d1e1f1085a334b48b04abb09324f9f188dd..0000000000000000000000000000000000000000 --- a/inputs_snowflake/works_cycles/schemas/Vendor.csv +++ /dev/null @@ -1,9 +0,0 @@ -column_name,column_description -businessentityid,The unique number identifying Vendor records. -accountnumber,Vendor account (identification) number. -name,Company name. -creditrating,Rating of credit. -preferredvendorstatus,Preferred Vendor Status -activeflag,Vendor URL -purchasingwebserviceurl,Purchasing Web Service URL -modifieddate,Date and time the record was last updated. diff --git a/inputs_snowflake/works_cycles/schemas/WorkOrder.csv b/inputs_snowflake/works_cycles/schemas/WorkOrder.csv deleted file mode 100644 index 640be8601df33e13c69028affecdb159a03e3b7f..0000000000000000000000000000000000000000 --- a/inputs_snowflake/works_cycles/schemas/WorkOrder.csv +++ /dev/null @@ -1,11 +0,0 @@ -column_name,column_description -workorderid,The unique id number identifying work order. -productid,Product identification number. -orderqty,Product quantity to build. -stockedqty,Quantity built and put in inventory. -scrappedqty,Quantity that failed inspection. -startdate,Work order start date. -enddate,Work order end date. -duedate,Work order due date. -scrapreasonid,Reason for inspection failure. -modifieddate,Date and time the record was last updated. diff --git a/inputs_snowflake/works_cycles/schemas/WorkOrderRouting.csv b/inputs_snowflake/works_cycles/schemas/WorkOrderRouting.csv deleted file mode 100644 index e046d76b08f1dcb57c4c0995f52a2a9ea7ccbeaa..0000000000000000000000000000000000000000 --- a/inputs_snowflake/works_cycles/schemas/WorkOrderRouting.csv +++ /dev/null @@ -1,13 +0,0 @@ -column_name,column_description -workorderid,The id number of work order. -productid,The id number identifying products. -operationsequence,Indicates the manufacturing process sequence. -locationid,Manufacturing location where the part is processed. -scheduledstartdate,Planned manufacturing start date. -scheduledenddate,Planned manufacturing end date. -actualstartdate,Actual start date. -actualenddate,Actual end date. -actualresourcehrs,Number of manufacturing hours used. -plannedcost,Estimated manufacturing cost. -actualcost,Actual manufacturing cost. -modifieddate,Date and time the record was last updated. diff --git a/inputs_snowflake/works_cycles/schemas/bill_of_materials.csv b/inputs_snowflake/works_cycles/schemas/bill_of_materials.csv deleted file mode 100644 index e5bf158a09e9e26b2a9f4ece6d087acf33cad27e..0000000000000000000000000000000000000000 --- a/inputs_snowflake/works_cycles/schemas/bill_of_materials.csv +++ /dev/null @@ -1,10 +0,0 @@ -column_name,column_description -BillOfMaterialsID,The unique number identifying bill of materials. -ProductAssemblyID,Parent product identification number. -ComponentID,Component identification number. -StartDate,Date the component started being used in the assembly item. -EndDate,Date the component stopped being used in the assembly item. -UnitMeasureCode,Standard code identifying the unit of measure for the quantity. -BOMLevel,Indicates the depth the component is from its parent (column2)(AssemblyID). -PerAssemblyQty,Quantity of the component needed to create the assembly. -ModifiedDate,Date and time the record was last updated. diff --git a/inputs_snowflake/works_cycles/schemas/credit_card.csv b/inputs_snowflake/works_cycles/schemas/credit_card.csv deleted file mode 100644 index 04f04ff7f67be45c1de5ee0c478ac7874a548629..0000000000000000000000000000000000000000 --- a/inputs_snowflake/works_cycles/schemas/credit_card.csv +++ /dev/null @@ -1,7 +0,0 @@ -column_name,column_description -CreditCardID,The unique id number identifying the credit card. -CardType,Credit card name. -CardNumber,Credit card number. -ExpMonth,Credit card expiration month. -ExpYear,Credit card expiration year. -ModifiedDate,Date and time the record was last updated. diff --git a/inputs_snowflake/works_cycles/schemas/email_address.csv b/inputs_snowflake/works_cycles/schemas/email_address.csv deleted file mode 100644 index bd3807e97d75677d8f9f085c5a2ddb4bf3808f05..0000000000000000000000000000000000000000 --- a/inputs_snowflake/works_cycles/schemas/email_address.csv +++ /dev/null @@ -1,6 +0,0 @@ -column_name,column_description -BusinessEntityID,The id number identifying the person associated with this email address. -EmailAddressID,The ID of this email address. -EmailAddress,The E-mail address for the person. -rowguid,Uniquely identifying the record. Used to support a merge replication sample. -ModifiedDate,Date and time the record was last updated. diff --git a/inputs_snowflake/works_cycles/schemas/person_credit_card.csv b/inputs_snowflake/works_cycles/schemas/person_credit_card.csv deleted file mode 100644 index 60484e7c9b21519b5d1ab0974578a942f08af142..0000000000000000000000000000000000000000 --- a/inputs_snowflake/works_cycles/schemas/person_credit_card.csv +++ /dev/null @@ -1,4 +0,0 @@ -column_name,column_description -BusinessEntityID,The id number identifying the person. -CreditCardID,Credit card identification number. -ModifiedDate,Date and time the record was last updated. diff --git a/inputs_snowflake/works_cycles/schemas/product_cost_history.csv b/inputs_snowflake/works_cycles/schemas/product_cost_history.csv deleted file mode 100644 index b6b7276247dec27dfb6e3d3ffc8470462a95c8fc..0000000000000000000000000000000000000000 --- a/inputs_snowflake/works_cycles/schemas/product_cost_history.csv +++ /dev/null @@ -1,6 +0,0 @@ -column_name,column_description -ProductID,The id number identifying the product. -StartDate,Product cost start date -EndDate,Product cost end date -StandardCost,Standard cost of the product. -ModifiedDate,Date and time the record was last updated. diff --git a/inputs_snowflake/works_cycles/schemas/product_inventory.csv b/inputs_snowflake/works_cycles/schemas/product_inventory.csv deleted file mode 100644 index ecc275071a8fc1fa2b85bab915e8c095931b3e66..0000000000000000000000000000000000000000 --- a/inputs_snowflake/works_cycles/schemas/product_inventory.csv +++ /dev/null @@ -1,8 +0,0 @@ -column_name,column_description -ProductID,Product identification number. -LocationID,Inventory location identification number. -Shelf,Storage compartment within an inventory location. -Bin,Storage container on a shelf in an inventory location. -Quantity,Quantity of products in the inventory location. -rowguid,Uniquely identifying the record. Used to support a merge replication sample. -ModifiedDate,Date and time the record was last updated. diff --git a/inputs_snowflake/works_cycles/schemas/product_list_price_history.csv b/inputs_snowflake/works_cycles/schemas/product_list_price_history.csv deleted file mode 100644 index 324cd6641b0f8d744bd4da587aaf7b68c5eca640..0000000000000000000000000000000000000000 --- a/inputs_snowflake/works_cycles/schemas/product_list_price_history.csv +++ /dev/null @@ -1,6 +0,0 @@ -column_name,column_description -ProductID,Product identification number. -StartDate,List price start date. -EndDate,List price end date. -ListPrice,Product list price. -ModifiedDate,Date and time the record was last updated. diff --git a/inputs_snowflake/works_cycles/schemas/product_model_product_description_culture.csv b/inputs_snowflake/works_cycles/schemas/product_model_product_description_culture.csv deleted file mode 100644 index 7b9fe1fcaee7f82c09bd1dc5975cff6fe2839a3c..0000000000000000000000000000000000000000 --- a/inputs_snowflake/works_cycles/schemas/product_model_product_description_culture.csv +++ /dev/null @@ -1,5 +0,0 @@ -column_name,column_description -ProductModelID,The id number identifying the product model. -ProductDescriptionID,Product description identification number. -CultureID,Culture identification number. -ModifiedDate,Date and time the record was last updated. diff --git a/inputs_snowflake/works_cycles/schemas/product_vendor.csv b/inputs_snowflake/works_cycles/schemas/product_vendor.csv deleted file mode 100644 index 99d1b9f5dbda89cd0be3217fcfbb76b5af82a3c0..0000000000000000000000000000000000000000 --- a/inputs_snowflake/works_cycles/schemas/product_vendor.csv +++ /dev/null @@ -1,12 +0,0 @@ -column_name,column_description -ProductID,The id number identifying the products. -BusinessEntityID,The id number identifying the business entities. -AverageLeadTime,The average span of time between placing an order with the vendor and receiving the purchased product. -StandardPrice,The vendor's usual selling price. -LastReceiptCost,The selling price when last purchased. -LastReceiptDate,Date the product was last received by the vendor. -MinOrderQty,The maximum quantity that should be ordered. -MaxOrderQty,The minimum quantity that should be ordered. -OnOrderQty,The quantity currently on order. -UnitMeasureCode,The product's unit of measure. -ModifiedDate,Date and time the record was last updated. diff --git a/inputs_snowflake/works_cycles/schemas/purchase_order_detail.csv b/inputs_snowflake/works_cycles/schemas/purchase_order_detail.csv deleted file mode 100644 index a17e47c37eaf1f26b350d6d9d31b26255d535c6a..0000000000000000000000000000000000000000 --- a/inputs_snowflake/works_cycles/schemas/purchase_order_detail.csv +++ /dev/null @@ -1,12 +0,0 @@ -column_name,column_description -PurchaseOrderID,Purchase order number. -PurchaseOrderDetailID,Unique purchase detail order. -DueDate,Date the product is expected to be received. -OrderQty,Quantity ordered. -ProductID,The id number identifying products. -UnitPrice,Vendor's selling price of a single product. -LineTotal,Per product subtotal -ReceivedQty,Quantity actually received from the vendor. -RejectedQty, -StockedQty, -ModifiedDate, diff --git a/inputs_snowflake/works_cycles/schemas/purchase_order_header.csv b/inputs_snowflake/works_cycles/schemas/purchase_order_header.csv deleted file mode 100644 index b94eedf703f474a1532e4c18f169612b344a9ee5..0000000000000000000000000000000000000000 --- a/inputs_snowflake/works_cycles/schemas/purchase_order_header.csv +++ /dev/null @@ -1,14 +0,0 @@ -column_name,column_description -PurchaseOrderID,The unique id number identifying purchase order. -RevisionNumber,Incremental number to track changes to the purchase order over time. -Status,Order current status. -EmployeeID,Employee who created the purchase order. -VendorID,Vendor with whom the purchase order is placed. -ShipMethodID,Shipping method -OrderDate,Purchase order creation date -ShipDate,Estimated shipment date from the vendor. -SubTotal,Purchase order subtotal -TaxAmt,Tax amount -Freight,Shipping cost -TotalDue,Total due to vendor -ModifiedDate,Date and time the record was last updated. diff --git a/inputs_snowflake/works_cycles/schemas/sales_person_quota_history.csv b/inputs_snowflake/works_cycles/schemas/sales_person_quota_history.csv deleted file mode 100644 index 82d0d214389f69bcf767c5603cede2918925f0c0..0000000000000000000000000000000000000000 --- a/inputs_snowflake/works_cycles/schemas/sales_person_quota_history.csv +++ /dev/null @@ -1,6 +0,0 @@ -column_name,column_description -BusinessEntityID,Sales person identification number -QuotaDate,Sales quota date -SalesQuota,Sales quota amount -rowguid,Uniquely identifying the record. Used to support a merge replication sample. -ModifiedDate,Date and time the record was last updated. diff --git a/inputs_snowflake/works_cycles/schemas/transaction_history.csv b/inputs_snowflake/works_cycles/schemas/transaction_history.csv deleted file mode 100644 index 1df422fe85c716d258b24b9377deede9a8a519a4..0000000000000000000000000000000000000000 --- a/inputs_snowflake/works_cycles/schemas/transaction_history.csv +++ /dev/null @@ -1,10 +0,0 @@ -column_name,column_description -TransactionID,The unique id number identifying TransactionHistory records. -ProductID,Product identification number. -ReferenceOrderID,"Purchase order, sales order, or work order identification number." -ReferenceOrderLineID,"Line number associated with the purchase order, sales order, or work order." -TransactionDate,Date and time of the transaction. -TransactionType,Type of transaction records. -Quantity,Product quantity. -ActualCost,Product cost. -ModifiedDate,Date and time the record was last updated. diff --git a/inputs_snowflake/world/schemas/City.csv b/inputs_snowflake/world/schemas/City.csv deleted file mode 100644 index e0a0fc490713acfe83bad8e7ca2e8833a2af3b0b..0000000000000000000000000000000000000000 --- a/inputs_snowflake/world/schemas/City.csv +++ /dev/null @@ -1,6 +0,0 @@ -column_name,column_description -id,the unique id for the city -name,the name of the city -countrycode,the country code of the country that the city is belonged -district,the district where the city locates -population,the number of the population in the area diff --git a/inputs_snowflake/world/schemas/Country.csv b/inputs_snowflake/world/schemas/Country.csv deleted file mode 100644 index 2fc29b92e564d81767df00ca3a8dd6de5addabc7..0000000000000000000000000000000000000000 --- a/inputs_snowflake/world/schemas/Country.csv +++ /dev/null @@ -1,16 +0,0 @@ -column_name,column_description -Code,the unique country code of the country -Name,the country name -Continent,the continent that the country locates -Region,the region that the country locates -SurfaceArea,the surface area of the country -IndepYear,the year that the country declared independence -Population,the number of the population in the area -LifeExpectancy,the life expectancy at birth of the country -GNP,the GNP of the country -GNPOld,Gross national product - old value. -LocalName,The country's local name -GovernmentForm,The country's goverment form. -HeadOfState,The head of state full name. -Capital,The country's capital -Code2,The second country code. diff --git a/inputs_snowflake/world/schemas/CountryLanguage.csv b/inputs_snowflake/world/schemas/CountryLanguage.csv deleted file mode 100644 index 7e0ff0254412b7858e1823eeac92c0ff1ff8b2ac..0000000000000000000000000000000000000000 --- a/inputs_snowflake/world/schemas/CountryLanguage.csv +++ /dev/null @@ -1,5 +0,0 @@ -column_name,column_description -CountryCode,The unique code for country -Language,Country language -IsOfficial,Information on whether the language is official in a given country -Percentage,Percentage of language use diff --git a/inputs_snowflake/world_development_indicators/data_model.yaml b/inputs_snowflake/world_development_indicators/data_model.yaml deleted file mode 100644 index f145d7d20a4dac49804ad2fe4dcf836ac5368469..0000000000000000000000000000000000000000 --- a/inputs_snowflake/world_development_indicators/data_model.yaml +++ /dev/null @@ -1,20 +0,0 @@ -models: - - name: countries - description: Each record represents a country. - columns: - - name: countrycode - description: Unique identifier for the country. - - name: region - description: The region of the country. - - name: ShortName - description: The short name of the country. - - name: average_adolescent_fertility_rate - description: The average adolescent fertility rate of the country. - - name: lowest_value_indicator_HPS_1960_to_1965 - description: The lowest value of the indicator belongs to 'Health: Population: Structure' in the period 1960 to 1965. - - name: number_of_footnotes_1980 - description: The number of footnotes have been made in year 1980 in the country, replace NULL values with 0. - - name: percentage_increase_Adolescent_1960_to_1961 - description: The percentage of increase of the indicator on Adolescent fertility rate from 1960 to 1961 in the country - - name: is_under_IDA_and_finish_estimate - description: Set to 1 if the country is under the lending category of the International Development Associations and has a external debt reporting finished by estimation, otherwise, set to 0. \ No newline at end of file diff --git a/inputs_snowflake/world_development_indicators/schemas/Country.csv b/inputs_snowflake/world_development_indicators/schemas/Country.csv deleted file mode 100644 index 835e7a127dca669d2e1198f8cb3d9fdb2ca8d296..0000000000000000000000000000000000000000 --- a/inputs_snowflake/world_development_indicators/schemas/Country.csv +++ /dev/null @@ -1,32 +0,0 @@ -column_name,column_description -CountryCode,unique code identifying countries -ShortName,Short names of countries -TableName,table names of countries -LongName,long or full name of countries -Alpha2Code,2 digit code of countries -CurrencyUnit,Currency Unit used in this country -SpecialNotes,Special Notes -Region,region that country belongs to -IncomeGroup,income level of countries -Wb2Code,world bank to code -NationalAccountsBaseYear,the year used as the base period for constant price calculations in the country's national accounts -NationalAccountsReferenceYear,National Accounts Reference Year -SnaPriceValuation,SNA Price Valuation -LendingCategory,Lending category -OtherGroups,other groups -SystemOfNationalAccounts,System Of National Accounts -AlternativeConversionFactor,Alternative conversion factor is the underlying annual exchange rate used for the World Bank Atlas method -PppSurveyYear,purchasing power parity survey year -BalanceOfPaymentsManualInUse,Balance Of Payments Manual In Use -ExternalDebtReportingStatus,External Debt Reporting Status -SystemOfTrade,System Of Trade -GovernmentAccountingConcept,Government Accounting Concept -ImfDataDisseminationStandard,IMF Standards for Data Dissemination -LatestPopulationCensus,Latest Population Census -LatestHouseholdSurvey, -SourceOfMostRecentIncomeAndExpenditureData,Source Of Most Recent Income And Expenditure Data -VitalRegistrationComplete,Vital Registration Complete -LatestAgriculturalCensus,Latest Agricultural Census -LatestIndustrialData,Latest Industrial Data -LatestTradeData,Latest Trade Data -LatestWaterWithdrawalData,Latest Water Withdrawal Data diff --git a/inputs_snowflake/world_development_indicators/schemas/CountryNotes.csv b/inputs_snowflake/world_development_indicators/schemas/CountryNotes.csv deleted file mode 100644 index 2d1e0bbb940007e6166b227654dfa1473b897509..0000000000000000000000000000000000000000 --- a/inputs_snowflake/world_development_indicators/schemas/CountryNotes.csv +++ /dev/null @@ -1,4 +0,0 @@ -column_name,column_description -Countrycode,code identifying unique countries -Seriescode,Series code of countries -Description,description diff --git a/inputs_snowflake/world_development_indicators/schemas/FootNotes.csv b/inputs_snowflake/world_development_indicators/schemas/FootNotes.csv deleted file mode 100644 index 26eec546f04c7863327fe324eb090ba5472370cf..0000000000000000000000000000000000000000 --- a/inputs_snowflake/world_development_indicators/schemas/FootNotes.csv +++ /dev/null @@ -1,5 +0,0 @@ -column_name,column_description -countrycode,code identifying unique countries -seriescode,Series code of countries -year,Year -description,Description of country footnotes diff --git a/inputs_snowflake/world_development_indicators/schemas/Indicators.csv b/inputs_snowflake/world_development_indicators/schemas/Indicators.csv deleted file mode 100644 index 9b1b25523ba61f526df5f56cc52a41b21ebd0b45..0000000000000000000000000000000000000000 --- a/inputs_snowflake/world_development_indicators/schemas/Indicators.csv +++ /dev/null @@ -1,7 +0,0 @@ -column_name,column_description -CountryName,code identifying unique countries -CountryCode,Series code of countries -IndicatorName,indicator name -IndicatorCode,indicator code -Year,year -Value,value diff --git a/inputs_snowflake/world_development_indicators/schemas/Series.csv b/inputs_snowflake/world_development_indicators/schemas/Series.csv deleted file mode 100644 index f0402038d6d60e99cbb42f627b3e4c979c1b4768..0000000000000000000000000000000000000000 --- a/inputs_snowflake/world_development_indicators/schemas/Series.csv +++ /dev/null @@ -1,18 +0,0 @@ -column_name,column_description -SeriesCode,unique code identifying series -Topic,topic of series -IndicatorName,Indicator Name -ShortDefinition,Short Definition of series -LongDefinition,Long Definition of series -UnitOfMeasure,Unit Of Measure -Periodicity,Periodicity -BasePeriod,"a period of business or economic activity used as a basis or reference point especially for indexing, calculating, estimating, or adjudicating prices, taxes, compensation, income, and production" -AggregationMethod,Aggregation Method -LimitationsAndExceptions,Limitations And Exceptions -NotesFromOriginalSource,Notes From Original Source -GeneralComments,General Comments -Source,source of this data -StatisticalConceptAndMethodology,Statistical Concept And Methodology -DevelopmentRelevance,Development Relevance -RelatedSourceLinks,Related Source Links -LicenseType,License Type diff --git a/inputs_snowflake/world_development_indicators/schemas/SeriesNotes.csv b/inputs_snowflake/world_development_indicators/schemas/SeriesNotes.csv deleted file mode 100644 index 405260bd0119f168c2ca6d471cb4d94cfa40328a..0000000000000000000000000000000000000000 --- a/inputs_snowflake/world_development_indicators/schemas/SeriesNotes.csv +++ /dev/null @@ -1,4 +0,0 @@ -column_name,column_description -Seriescode,code identifying the series -Year,year -Description,Description of series diff --git a/inputs_snowflake/xero/schemas/account.csv b/inputs_snowflake/xero/schemas/account.csv deleted file mode 100644 index de1ec2e70583a8a225cc9c4577f9fa96255c29a4..0000000000000000000000000000000000000000 --- a/inputs_snowflake/xero/schemas/account.csv +++ /dev/null @@ -1,7 +0,0 @@ -column_name,column_description -account_id,Xero identifier for the account. -name,The name of the account. -code,Customer defined alpha numeric account code e.g 200 or SALES -type,"The type of account, e.g. CURRENT, EQUITY, SALES" -class,"The class of account, e.g. ASSET, EQUITY, EXPENSE, LIABILITY, REVENUE" -_fivetran_synced,The timestamp that Fivetran last synced the record. diff --git a/inputs_snowflake/xero/schemas/bank_transaction.csv b/inputs_snowflake/xero/schemas/bank_transaction.csv deleted file mode 100644 index a35ecd97e09bcfff49bac616df0a88d1d6a54d0e..0000000000000000000000000000000000000000 --- a/inputs_snowflake/xero/schemas/bank_transaction.csv +++ /dev/null @@ -1,3 +0,0 @@ -column_name,column_description -bank_transaction_id,Xero identifier for the bank transaction. -contact_id,The ID of the associated contact in Xero diff --git a/inputs_snowflake/xero/schemas/contact.csv b/inputs_snowflake/xero/schemas/contact.csv deleted file mode 100644 index 53be9e14d81ab13be2fe372756081e104c371765..0000000000000000000000000000000000000000 --- a/inputs_snowflake/xero/schemas/contact.csv +++ /dev/null @@ -1,4 +0,0 @@ -column_name,column_description -contact_id,Xero identifier for the contact. -name,The name of the contact. -_fivetran_deleted,Timestamp of when Fivetran marked a record as deleted diff --git a/inputs_snowflake/xero/schemas/credit_note.csv b/inputs_snowflake/xero/schemas/credit_note.csv deleted file mode 100644 index 1b2ec62061894b74956e20dda1c998d341950edc..0000000000000000000000000000000000000000 --- a/inputs_snowflake/xero/schemas/credit_note.csv +++ /dev/null @@ -1,3 +0,0 @@ -column_name,column_description -credit_note_id,Xero identifier for the credit note. -contact_id,The ID of the associated contact in Xero diff --git a/inputs_snowflake/xero/schemas/invoice.csv b/inputs_snowflake/xero/schemas/invoice.csv deleted file mode 100644 index e603560c6b6377a928c00c1206dffc56bc9ab4fe..0000000000000000000000000000000000000000 --- a/inputs_snowflake/xero/schemas/invoice.csv +++ /dev/null @@ -1,28 +0,0 @@ -column_name,column_description -invoice_id,Xero identifier for the invoice -contact_id,The Xero identifier for the associated contact. -date,The date the invoice was issued. -updated_date_utc,The date the invoice was last modified. -planned_payment_date,"The planned payment date of the invoice, when set." -due_date,The date the invoice is/was due. -expected_payment_date,"The expected payment date of the invoice, when set." -fully_paid_on_date,The date the invoice was fully paid. Only returned on fully paid invoices -_fivetran_synced,The timestamp that Fivetran last synced the record. -currency_code,The currency that invoice has been raised in -currency_rate,The currency rate for a multicurrency invoice -invoice_number,Alpha numeric code identifying invoice -reference,Additional reference number. For accounts receivable only. -sent_to_contact,"Boolean to indicate whether the invoice in the Xero app displays as ""sent""" -status,The status of the invoice -type,The type of the invoice. -url,URL link to a source document -is_discounted, -amount_paid, -amount_credited, -total_tax, -has_attachments, -total, -has_errors, -line_amount_types, -sub_total, -amount_due, diff --git a/inputs_snowflake/xero/schemas/invoice_line_item.csv b/inputs_snowflake/xero/schemas/invoice_line_item.csv deleted file mode 100644 index eea08a12409b4f5ca492e2eab2e03f1748e6c208..0000000000000000000000000000000000000000 --- a/inputs_snowflake/xero/schemas/invoice_line_item.csv +++ /dev/null @@ -1,12 +0,0 @@ -column_name,column_description -_fivetran_synced,The timestamp that Fivetran last synced the record. -account_code,Customer defined alpha numeric account code e.g 200 or SALES -description,The description of the line item -discount_rate,Percentage discount being applied to a line item. -invoice_id,The Xero identifier for the invoice the line items belongs to. -line_amount,The line amount reflects the discounted price if a DiscountRate has been used. -line_item_id,Xero identifier for the line item. -quantity,The quantity of the line item. -tax_amount,The tax amount is auto calculated as a percentage of the line amount based on the tax rate. -tax_type,Used as an override if the default Tax Code for the selected AccountCode is not correct. -unit_amount,The unit amount of each line item. diff --git a/inputs_snowflake/xero/schemas/journal.csv b/inputs_snowflake/xero/schemas/journal.csv deleted file mode 100644 index a7dfcd0ee22aaa4166cce1df5bfea7e19548a8dc..0000000000000000000000000000000000000000 --- a/inputs_snowflake/xero/schemas/journal.csv +++ /dev/null @@ -1,8 +0,0 @@ -column_name,column_description -journal_id,Xero identifier for the journal entry -created_date_utc,The created date of the journal entry -journal_date,The date the journal was posted -journal_number,Xero generated journal number -reference,"The associated reference to the journal, if present." -source_id,The identifier for the source transaction. This can be used to join to other Xero tables. -source_type,The journal source type. This can be used to know which table to join to for additional information. diff --git a/inputs_snowflake/xero/schemas/journal_line.csv b/inputs_snowflake/xero/schemas/journal_line.csv deleted file mode 100644 index ad64c304c44b87cb3a389cedc6816cabf0921fa4..0000000000000000000000000000000000000000 --- a/inputs_snowflake/xero/schemas/journal_line.csv +++ /dev/null @@ -1,12 +0,0 @@ -column_name,column_description -journal_line_id,Xero identifier for the journal line. -account_code,Customer defined alpha numeric account code e.g 200 or SALES -account_id,The Xero identifier for the related account. -account_name,The name of the related account. -account_type,The type of the related account. -gross_amount,Gross amount of journal line (NetAmount + TaxAmount). -journal_id,The Xero identifier for the related journal entry. -net_amount,Net amount of journal line. This will be a positive value for a debit and negative for a credit -tax_amount,Total tax on a journal line -tax_name,The name of the tax rate. -tax_type,The type of the tax rate. diff --git a/inputs_snowflake/xero/schemas/organization.csv b/inputs_snowflake/xero/schemas/organization.csv deleted file mode 100644 index 897212c7e4f2666d8558bbeaad7e009dcf94ea8b..0000000000000000000000000000000000000000 --- a/inputs_snowflake/xero/schemas/organization.csv +++ /dev/null @@ -1,4 +0,0 @@ -column_name,column_description -organisation_id,Xero identifier for the organisation. -financial_year_end_month,Calendar Month e.g. 1-12 -financial_year_end_day,Calendar day e.g. 0-31 diff --git a/inputs_snowflake/youtube_analytics/schemas/channel_basic.csv b/inputs_snowflake/youtube_analytics/schemas/channel_basic.csv deleted file mode 100644 index 8799cecf8ec2a2dac0f53afd6a998c7742185bab..0000000000000000000000000000000000000000 --- a/inputs_snowflake/youtube_analytics/schemas/channel_basic.csv +++ /dev/null @@ -1,36 +0,0 @@ -column_name,column_description -_fivetran_id,The unique ID of the record generated by Fivetran -date,The date the video was viewed -_fivetran_synced,Timestamp of when the record was synced by Fivetran -average_view_duration_percentage,Average view duration calculated as a percentage -average_view_duration_seconds,Average view duration calculated in seconds -channel_id,Unique identifier of the video channel -comments,Number of comments the posted towards the video -dislikes,Number of dislikes the video received -likes,Number of likes the video received -shares,Number of times the video was shared -subscribers_gained,Number of subscribers gained -subscribers_lost,Number of subscribers lost -video_id,Unique ID of the video -views,Number of views the video received -watch_time_minutes,Total watch time the video received in minutes -card_click_rate, -annotation_clickable_impressions, -card_teaser_impressions, -card_teaser_clicks, -red_watch_time_minutes, -card_clicks, -subscribed_status, -videos_removed_from_playlists, -annotation_click_through_rate, -country_code, -annotation_close_rate, -red_views, -videos_added_to_playlists, -card_teaser_click_rate, -live_or_on_demand, -annotation_closable_impressions, -annotation_closes, -annotation_impressions, -annotation_clicks, -card_impressions, diff --git a/inputs_snowflake/youtube_analytics/schemas/channel_demographics.csv b/inputs_snowflake/youtube_analytics/schemas/channel_demographics.csv deleted file mode 100644 index 6251b80eb53345fc073b20718cf3e56ca7a7b884..0000000000000000000000000000000000000000 --- a/inputs_snowflake/youtube_analytics/schemas/channel_demographics.csv +++ /dev/null @@ -1,12 +0,0 @@ -column_name,column_description -_fivetran_id,The unique ID of the record generated by Fivetran -_fivetran_synced,Timestamp of when the record was synced by Fivetran -age_group,The age group the individual. Ranges follow the format of 'AGE_[min age]_[max age]' -channel_id,Reference of channel which the video belongs -country_code,Country code where the individual who watched the video is located -date,Date the video was watched -gender,"Gender of the user who watched the video. Either 'MALE', 'FEMALE', or 'GENDER_OTHER'" -live_or_on_demand,Indicates if the video was watched live or on demand. Either 'live' or 'on_demand' -subscribed_status,Indicates if the viewer was subscribed when watching the video. Either 'not_subscribed' or 'subscribed' -video_id,Unique reference ID of the video -views_percentage,Total percent of views the user makes up for the video diff --git a/inputs_snowflake/youtube_analytics/schemas/video.csv b/inputs_snowflake/youtube_analytics/schemas/video.csv deleted file mode 100644 index 19778c472c430bf0dc7700b6de0792780543a27a..0000000000000000000000000000000000000000 --- a/inputs_snowflake/youtube_analytics/schemas/video.csv +++ /dev/null @@ -1,43 +0,0 @@ -column_name,column_description -_fivetran_synced,Timestamp of when the record was synced by Fivetran -content_details_caption,Boolean indicating if the video contains captions -content_details_definition,"Identifies the details of the available definition of the video (ie. hd, sd, etc.)" -content_details_dimension,Identifies the dimension of the video (ie. 2d) -content_details_duration,Identifies the duration of the video -content_details_has_custom_thumbnail,Boolean indicating if the video has a custom thumbnail -content_details_licensed_content,Boolean indicating if the video has licensed content -content_details_projection,Identifies the projection type of the video -content_details_region_restriction,Identifies the region restrictions of the video -etag,Electronic tag of the video -id,Unique identifier of the video -kind,"Identifies the type of video (ie. video, short, etc.)" -player_embed_height,The height of the embedded video player -player_embed_html,The html used for the embedded video -player_embed_width,The width of the embedded video player -privacy_status,"Identifies if the video is either `public`, `private`, or `unlisted`." -snippet_category_id,Lookup id of the snippet category -snippet_channel_id,Lookup id of the snippet channel -snippet_channel_title,Title of the snippet channel -snippet_default_audio_language,Identifies the default audio language of the snippet video -snippet_default_language,Identifies the default language of the snippet video -snippet_description,Description of the snippet video -snippet_live_broadcast_content,The content of the live broadcast -snippet_localized,json object containing the localized snippet details -snippet_published_at,Timestamp of when the snippet was published -snippet_tags,Tags associated with the snippet -snippet_thumbnails,Thumbnail of the snippet -snippet_title,Title of the snippet -statistics_comment_count,Count of comments on the video -statistics_dislike_count,Count of dislikes on the video -statistics_favorite_count,Count of favorites on the video -statistics_like_count,Count of likes on the video -statistics_view_count,Count of total views on the video -status_embeddable,Boolean if the video is able to be embedded -status_failure_reason,Reason for video failure if provided -status_license,License associated with the video -status_made_for_kids,Boolean indicating if the video was made for kids -status_public_stats_viewable,Boolean indicating if the stats for the video are made public -status_publish_at,Timestamp of when the video was published -status_rejection_reason,Description of the rejection reason for the video if applicable -status_self_declared_made_for_kids,Boolean indicating if the video is self declaring that is is made for kids -upload_status,Status of the video upload diff --git a/inputs_snowflake/zuora/data_model.yaml b/inputs_snowflake/zuora/data_model.yaml deleted file mode 100644 index 95c69bafe290f54a1fd856adaaba994396b1ea10..0000000000000000000000000000000000000000 --- a/inputs_snowflake/zuora/data_model.yaml +++ /dev/null @@ -1,76 +0,0 @@ -models: - - name: zuora__billing_history - description: Each record is an invoice to evaluate the history of charges billed, enhanced with additional details from payments, refunds, adjustments, discounts, and taxes. - columns: - - name: invoice_id - description: The unique identifier of the invoice table. - - name: account_id - description: The account associated with the invoice. - - name: created_at - description: The time at which the invoice was created. - format: YYYY-MM-DD HH:MM:SS - - name: invoice_number - description: The unique identification number for the invoice. - - name: invoice_date - description: Specifies the date on which to generate the invoice. - format: YYYY-MM-DD - - name: invoice_amount - description: The sum of all charges and taxes associated with the invoice. - - name: invoice_amount_home_currency - description: The sum of all charges and taxes associated with the invoice in its home currency. - - name: invoice_amount_paid - description: The amount of the invoice currently paid for. - - name: invoice_amount_unpaid - description: The amount of the invoice yet to be paid for. - - name: tax_amount - description: The total amount of the taxes applied to the invoice. - - name: refund_amount - description: The amount of refunds applied to the invoice. - - name: credit_balance_adjustment_amount - description: The amount of the credit balance adjustment applied to the invoice. - - name: transaction_currency - description: Transaction currency the customer is billed in. - - name: home_currency - description: Home currency the customer is billed in. - - name: exchange_rate_date - description: The date of the exchange rate used for the invoice. - format: YYYY-MM-DD - - name: due_date - description: The due date of the invoice. - format: YYYY-MM-DD - - name: status - description: The status of the invoice in the system. This status is not the status of the payment of the invoice just the status of the invoice itself. - - name: purchase_type - description: The type of the invoice source. - - name: invoice_items - description: The number of invoice item in the invoice. - - name: products - description: The number of products billed in the invoice. - - name: subscriptions - description: The number of subscriptions in the invoice. - - name: total_quantity - description: The total quantity across all invoice items in the invoice. - - name: first_charge_date - description: The first charge date for the invoice. - format: YYYY-MM-DD HH:MM:SS.ffffff - - name: most_recent_charge_date - description: The most recent charge date for the invoice. - format: YYYY-MM-DD HH:MM:SS.ffffff - - name: invoice_service_start_date - description: Earliest invoice item service start date for the invoice. - format: YYYY-MM-DD - - name: invoice_service_end_date - description: Earliest invoice item service end date for the invoice. - format: YYYY-MM-DD - - name: payments - description: The number of payments applied to the invoice. - - name: payment_methods - description: The number of payment methods associated with the invoice. - - name: credit_balance_adjustments - description: The number of the credit balance adjustments applied on the invoice. - - name: first_credit_balance_adjustment_date - description: The first date when a credit balance adjustment is applied to the invoice. - format: YYYY-MM-DD - - name: most_recent_credit_balance_adjustment_date - description: The most recent date when a credit balance adjustment is applied to the invoice. - format: YYYY-MM-DD diff --git a/inputs_snowflake/zuora/schemas/account.csv b/inputs_snowflake/zuora/schemas/account.csv deleted file mode 100644 index 0df222d1bbb9350952360fd863f27d6083121025..0000000000000000000000000000000000000000 --- a/inputs_snowflake/zuora/schemas/account.csv +++ /dev/null @@ -1,38 +0,0 @@ -column_name,column_description -id,The unique identifier of the -_fivetran_synced,Timestamp of when a record was last synced. -_fivetran_deleted,Boolean identifiying whether the record was deleted in the source. -account_number,Unique account number assigned to the account. -auto_pay,Indicates if future payments are automatically collected when they're due during a Payment Run. -balance,Current outstanding balance for the account. Can be calculated by (Total Invoice Balance - Total Credit Balance) -batch,Organizes your customer accounts into groups to optimize your billing and payment operations. -bill_cycle_day,Day on which bill runs generate invoices for the account. -bill_to_contact_id,Person that you would like to bill or send the invoice to. -created_date,Creation date for -created_by_id,Identifier of the user who created -credit_balance,Total credit balance for the account. -currency,Currency the customer is billed in. -default_payment_method_id,Identifier of the default payment method for the account. -last_invoice_date,The date when the previous invoice was generated for the account. The field value is null if no invoice has ever been generated for the account. -mrr,The amount of predictable revenue expected to be received on a monthly basis. -name,Account name as displayed in Zuora. -parent_account_id,Identifier of the parent customer account for this account. Use this field if you have customer hierarchy enabled. -payment_term,Indicates when the customer pays for subscriptions. -sold_to_contact_id,Person that you have sold your product or services to; can be the same as the bill to contact. -status,Status of the account in the system. -tax_exempt_status,Status of the account's tax exemption. -total_debit_memo_balance,Total balance of the account's debit memos. -total_invoice_balance,Total balance of the account's invoices. -unapplied_balance,Total of unapplied payments not applied to invoices or debit memos. -unapplied_credit_memo_amount,"Total of credit memos created that has been created, but not used to settle or offset an invoice balance or a debit memo balance." -updated_date,Last updated date for -updated_by_id,Identifier of the user who last updated -testcustom_1_c, -invoice_template_id, -communication_profile_id, -testcustom_2_c, -invoice_delivery_prefs_print, -invoice_delivery_prefs_email, -parent_id, -allow_invoice_edit, -bcd_setting_option, diff --git a/inputs_snowflake/zuora/schemas/amendment.csv b/inputs_snowflake/zuora/schemas/amendment.csv deleted file mode 100644 index e0a7963d388dd5966022db0a509b4807937e3723..0000000000000000000000000000000000000000 --- a/inputs_snowflake/zuora/schemas/amendment.csv +++ /dev/null @@ -1,21 +0,0 @@ -column_name,column_description -id,The unique identifier of the -_fivetran_synced,Timestamp of when a record was last synced. -_fivetran_deleted,Boolean identifiying whether the record was deleted in the source. -booking_date,The date when the amendment is signed. -code,A unique alphanumeric string that identifies the amendment. -contract_effective_date,The date when the amendment's changes become effective for billing purposes. -created_by_id,Identifier of the user who created -created_date,Creation date for -current_term_period_type,The period type for the current subscription term. -customer_acceptance_date,The date when the customer accepts the amendment's changes to the subscription. -effective_date,The date when the amendment's changes take effective. This field validates that the amendment's changes are within valid ranges of products and product rate plans. -name,The name of the amendment. -renewal_setting,Specifies whether a termed subscription will remain termed or change to evergreen when it is renewed. -renewal_term_period_type,The period type for the subscription renewal term. -service_activation_date,The date when service is activated. -status,The status of the amendment. -subscription_id,The id of the subscription that the amendment changes. -type,The type of amendment. -updated_by_id,Identifier of the user who last updated -updated_date,Last updated date for diff --git a/inputs_snowflake/zuora/schemas/contact.csv b/inputs_snowflake/zuora/schemas/contact.csv deleted file mode 100644 index 23318580df7e13ed750d4378dafcf67d013b9c4d..0000000000000000000000000000000000000000 --- a/inputs_snowflake/zuora/schemas/contact.csv +++ /dev/null @@ -1,29 +0,0 @@ -column_name,column_description -id,The unique identifier of the -_fivetran_synced,Timestamp of when a record was last synced. -_fivetran_deleted,Boolean identifiying whether the record was deleted in the source. -account_id,The Zuora account id associated with this contact. -address_1,"The first line of the contact's address, which is often a street address or business name." -address_2,The second line of the contact's address. -city,The city of the contact's address. -country,The country of the contact's address. -created_by_id,Identifier of the user who created -created_date,Creation date for -description,A description for the contact. -first_name,The contact's first name. -last_name,The contact's last name. -postal_code,The zip code for the contact's address. -state,The state for the contact's address. -updated_by_id,Identifier of the user who last updated -updated_date,Last updated date for -work_email,The contact's business email address. -work_phone,The contact's business phone number. -county, -tax_region, -home_phone, -other_phone_type, -personal_email, -other_phone, -mobile_phone, -fax, -nick_name, diff --git a/inputs_snowflake/zuora/schemas/credit_balance_adjustment.csv b/inputs_snowflake/zuora/schemas/credit_balance_adjustment.csv deleted file mode 100644 index 6638b5eadc1e5ce93d505f0fdb1f095b24c5341e..0000000000000000000000000000000000000000 --- a/inputs_snowflake/zuora/schemas/credit_balance_adjustment.csv +++ /dev/null @@ -1,40 +0,0 @@ -column_name,column_description -id,The unique identifier of the -_fivetran_synced,Timestamp of when a record was last synced. -_fivetran_deleted,Boolean identifiying whether the record was deleted in the source. -account_id,The account id of the credit balance's account. Zuora generates this value from the source transaction. -account_receivable_accounting_code_id,The accounting code ID for the account receivable account to which the adjustment was made. -accounting_code,"The accounting code for the credit balance adjustment, maps to a bank account in the accounting system." -adjustment_date,The date when the credit balance adjustment is applied. -amount,The amount of the credit balance adjustment. -amount_home_currency,The amount of the adjustment in the home currency of the account. -bill_to_contact_id,Person that you would like to bill or send the invoice to. -cancelled_on,Date when the credit balance adjustment was canceled. -comment,Comments about the credit balance adjustment. -created_by_id,Identifier of the user who created -created_date,Creation date for -default_payment_method_id,Identifier of the default payment method for the account. -exchange_rate,The exchange rate used for the adjustment. -exchange_rate_date,The date of the exchange rate used for the adjustment. -home_currency,Home currency the customer is billed in. -invoice_id,The ID of the invoice associated with the adjustment. -journal_entry_id,The ID of the journal entry associated with the adjustment. -number,A unique identifier for the credit balance adjustment. -parent_account_id,The ID of the parent account associated with the adjustment. -reason_code,The reason code for the adjustment. -reference_id,The reference ID for the adjustment. -sold_to_contact_id,Person that you have sold your product or services to; can be the same as the bill to contact. -source_transaction_id,The id of the object that the credit balance adjustment is applied to. -source_transaction_number,The number of the object that the credit balance adjustment is applied to. -source_transaction_type,The source of the credit balance adjustment. -status,The status of the credit balance adjustment. -transaction_currency,Transaction currency the customer is billed in. -transferred_to_accounting,"Indicates the status of the credit balance adjustment's transfer to an external accounting system, such as Netsuite." -type,Specifies if the credit balance adjustment increases or decrease the amount of the credit balance. -updated_by_id,Identifier of the user who last updated -updated_date,Last updated date for -amount_currency_rounding, -journal_run_id, -customer_cash_on_account_accounting_code_id, -accounting_period_id, -provider_exchange_rate_date, diff --git a/inputs_snowflake/zuora/schemas/invoice.csv b/inputs_snowflake/zuora/schemas/invoice.csv deleted file mode 100644 index 764afba754a76fd813545c6c5498492ebaf2ac98..0000000000000000000000000000000000000000 --- a/inputs_snowflake/zuora/schemas/invoice.csv +++ /dev/null @@ -1,55 +0,0 @@ -column_name,column_description -id,The unique identifier of the -_fivetran_synced,Timestamp of when a record was last synced. -_fivetran_deleted,Boolean identifiying whether the record was deleted in the source. -account_id,The account identifier associated with the invoice. -adjustment_amount,The amount of the invoice adjustments associated with the invoice. -amount,The sum of all charges and taxes associated with the invoice. -amount_home_currency,The total amount of the invoice in the home currency of the customer's billing account. -amount_without_tax,The sum of all charges associated with the invoice. Taxes are excluded from this value. -amount_without_tax_home_currency,"The amount of the invoice that is not subject to tax, in the home currency of the customer's billing account." -auto_pay,Whether invoices are automatically picked up for processing in the corresponding payment run. -balance,"The remaining balance of the invoice after all payments, adjustments, and refunds are applied." -bill_to_contact_id,Person that you would like to bill or send the invoice to. -comments,Additional comments about the invoice. -created_by_id,Identifier of the user who created -created_date,Creation date for -credit_balance_adjustment_amount,The total amount of credit balance adjustments applied to the invoice. -credit_memo_amount,The total amount of credit memos applied to the invoice. -default_payment_method_id,Identifier of the default payment method for the account. -due_date,The due date of the invoice. -exchange_rate,The exchange rate used to convert the invoice amount into the customer's billing account currency. -exchange_rate_date,The date the exchange rate was last updated. -home_currency,Home currency the customer is billed in. -includes_one_time,Specifies whether the invoice includes one-time charges. -includes_recurring,Specifies whether the invoice includes recurring charges. -includes_usage,Specifies whether the invoice includes usage charges. -invoice_date,Specifies the date on which to generate the invoice. -invoice_number,The unique identification number for the invoice. -last_email_sent_date,The date when the invoice was last emailed. -parent_account_id,"The id of the parent account, if the invoice is associated with a parent-child account relationship." -payment_amount,The amount of payments applied to the invoice. -payment_term,The name of the payment term associated with the invoice. -posted_by,The user id of the person who moved the invoice to Posted status. -posted_date,The date when the invoice was posted. -refund_amount,Specifies the amount of a refund that was applied against an earlier payment on the invoice. -sold_to_contact_id,Person that you have sold your product or services to; can be the same as the bill to contact. -source,The source of the invoice. -source_id,The identifier of the value in the source field. -source_type,The type of the invoice source. -status,"The status of the invoice in the system. This status is not the status of the payment of the invoice, just the status of the invoice itself." -target_date,The date the invoice is generated. -tax_amount,The total amount of the taxes applied to the invoice. -tax_status,The status of tax calculation related to the invoice. -transaction_currency,The currency in which the invoice is billed. -transferred_to_accounting,Indicates whether the invoice has been transferred to the accounting system. -updated_by_id,Identifier of the user who last updated -updated_date,Last updated date for -amount_without_tax_currency_rounding, -sequence_set_id, -tax_exempt_amount, -reversed, -template_id, -provider_exchange_rate_date, -amount_currency_rounding, -tax_message, diff --git a/inputs_snowflake/zuora/schemas/invoice_item.csv b/inputs_snowflake/zuora/schemas/invoice_item.csv deleted file mode 100644 index af40bd4651ff5463b306f535621329def0bbfa13..0000000000000000000000000000000000000000 --- a/inputs_snowflake/zuora/schemas/invoice_item.csv +++ /dev/null @@ -1,55 +0,0 @@ -column_name,column_description -id,The unique identifier of the -_fivetran_synced,Timestamp of when a record was last synced. -_fivetran_deleted,Boolean identifiying whether the record was deleted in the source. -account_id,id of the account associated with this invoice item. -account_receivable_accounting_code_id,id of the accounting code for the account receivable account for this invoice item. -accounting_code,Accounting code for the invoice item. -amendment_id,id of the amendment associated with this invoice item. -applied_to_invoice_item_id,id of the invoice item that this invoice item is applied to. -balance,Balance of the invoice item. -bill_to_contact_id,id of the contact to whom the invoice item is billed. -charge_amount,Amount charged for the invoice item. -charge_amount_home_currency,Amount charged for the invoice item in the home currency. -charge_date,Date on which the charge for the invoice item was made. -charge_name,Name of the charge associated with this invoice item. -created_by_id,id of the user who created this invoice item. -created_date,Date on which the invoice item was created. -deferred_revenue_accounting_code_id,id of the accounting code for the deferred revenue account for this invoice item. -exchange_rate,Exchange rate for the invoice item. -exchange_rate_date,Date of the exchange rate for the invoice item. -home_currency,Currency used for the invoice item in the home currency. -invoice_id,id of the invoice associated with this invoice item. -journal_entry_id,id of the journal entry associated with this invoice item. -parent_account_id,id of the parent account associated with this invoice item. -processing_type,Type of processing for the invoice item. -product_id,id of the product associated with this invoice item. -product_rate_plan_charge_id,id of the product rate plan charge associated with this invoice item. -product_rate_plan_id,id of the product rate plan associated with this invoice item. -quantity,Quantity associated with the invoice item. -rate_plan_charge_id,id of the rate plan charge associated with this invoice item. -rate_plan_id,id of the rate plan associated with this invoice item. -recognized_revenue_accounting_code_id,id of the accounting code for the recognized revenue account for this invoice item. -rev_rec_start_date,Date on which revenue recognition starts for the invoice item. -service_end_date,End date of the service associated with the invoice item. -service_start_date,Start date of the service associated with the invoice item. -sku,SKU of the invoice item. -sold_to_contact_id,The id of the contact to whom the product or service was sold. -source_item_type,The type of the source item that created the invoice item. -subscription_id,The id of the subscription associated with the invoice item. -tax_amount,The tax amount for the invoice item. -tax_mode,The tax mode for the invoice item. -transaction_currency,The transaction currency for the invoice item. -unit_price,The unit price for the invoice item. -uom,The unit of measure for the invoice item. -updated_by_id,The id of the user who last updated the invoice item. -updated_date,The date and time when the invoice item was last updated. -PROVIDER_EXCHANGE_RATE_DATE, -TAX_EXEMPT_AMOUNT, -ACCOUNTING_PERIOD_ID, -JOURNAL_RUN_ID, -DEFAULT_PAYMENT_METHOD_ID, -TAX_CODE, -EXCLUDE_ITEM_BILLING_FROM_REVENUE_ACCOUNTING, -CHARGE_AMOUNT_CURRENCY_ROUNDING, -BOOKING_REFERENCE, diff --git a/inputs_snowflake/zuora/schemas/invoice_payment.csv b/inputs_snowflake/zuora/schemas/invoice_payment.csv deleted file mode 100644 index 77f1f4434c751472ef94c046c64314bb4f887906..0000000000000000000000000000000000000000 --- a/inputs_snowflake/zuora/schemas/invoice_payment.csv +++ /dev/null @@ -1,30 +0,0 @@ -column_name,column_description -id,The unique identifier of the -_fivetran_synced,Timestamp of when a record was last synced. -_fivetran_deleted,Boolean identifiying whether the record was deleted in the source. -account_id,The id of the customer account that the invoice payment is associated with. -account_receivable_accounting_code_id,The id of the accounting code for the account receivable account. -accounting_period_id,The id of the accounting period associated with the invoice payment. -amount,The amount of the invoice payment. -amount_currency_rounding,The amount of the invoice payment after rounding to the nearest currency unit. -amount_home_currency,The amount of the invoice payment in the home currency of the customer account. -bill_to_contact_id,The id of the contact associated with the billing address for the invoice payment. -cash_accounting_code_id,The id of the accounting code for the cash account. -created_by_id,The id of the user who created the invoice payment. -created_date,The date and time when the invoice payment was created. -default_payment_method_id,The id of the default payment method for the customer account. -exchange_rate,The exchange rate used to convert the transaction currency of the invoice payment to the home currency of the customer account. -exchange_rate_date,The date of the exchange rate used to convert the transaction currency of the invoice payment to the home currency of the customer account. -home_currency,The home currency of the customer account. -invoice_id,The id of the invoice associated with the invoice payment. -journal_entry_id,The id of the journal entry created for the invoice payment. -journal_run_id,The id of the journal run associated with the invoice payment. -parent_account_id,The id of the parent account for the customer account associated with the invoice payment. -payment_id,The id of the payment associated with the invoice payment. -payment_method_id,The id of the payment method used for the invoice payment. -provider_exchange_rate_date,The date of the exchange rate used by the payment provider to convert the transaction currency of the invoice payment to the currency of the payment provider. -refund_amount,The amount of the refund applied to the invoice payment. -sold_to_contact_id,The id of the contact associated with the shipping address for the invoice payment. -transaction_currency,The currency of the invoice payment. -updated_by_id,The id of the user who last updated the invoice payment. -updated_date,The date and time when the invoice payment was last updated. diff --git a/inputs_snowflake/zuora/schemas/orders.csv b/inputs_snowflake/zuora/schemas/orders.csv deleted file mode 100644 index 658f6ccd0e3a157f56f38a58292e5dcafb0cffd5..0000000000000000000000000000000000000000 --- a/inputs_snowflake/zuora/schemas/orders.csv +++ /dev/null @@ -1,25 +0,0 @@ -column_name,column_description -id,The unique identifier of the -_fivetran_synced,Timestamp of when a record was last synced. -_fivetran_deleted,Boolean identifiying whether the record was deleted in the source. -account_id,The id of the account associated with this order. -bill_to_contact_id,The id of the contact associated with the billing address for this order. -category,"The category of the order, such as NewSubscription or Amendment." -created_by_id,The id of the user who created this order. -created_date,The date and time when this order was created. -default_payment_method_id,The id of the default payment method used for this order. -description,A brief description of this order. -error_code,"The error code associated with this order, if any." -error_message,"The error message associated with this order, if any." -order_date,The date and time when this order was placed. -order_number,The unique identifier for this order. -response,"The response associated with this order, if any." -scheduled_date,The date and time when this order is scheduled to be processed. -sold_to_contact_id,The id of the contact associated with the shipping address for this order. -state,"The state of this order, such as Draft or Processing." -status,"The status of this order, such as Pending or Completed." -updated_by_id,The id of the user who last updated this order. -updated_date,The date and time when this order was last updated. -scheduled_date_policy, -created_by_migration, -parent_account_id, diff --git a/inputs_snowflake/zuora/schemas/payment.csv b/inputs_snowflake/zuora/schemas/payment.csv deleted file mode 100644 index bfd6944bdcffc68583696cfd19aed9a66a0ee6ee..0000000000000000000000000000000000000000 --- a/inputs_snowflake/zuora/schemas/payment.csv +++ /dev/null @@ -1,56 +0,0 @@ -column_name,column_description -id,The unique identifier of the payment. -_fivetran_synced,Timestamp of when a record was last synced. -_fivetran_deleted,Boolean identifiying whether the record was deleted in the source. -account_id,The id of the Zuora account associated with the payment. -accounting_code,The accounting code associated with the payment. -amount,The amount of the payment in the transaction currency. -amount_home_currency,The amount of the payment in the home currency. -applied_amount,The amount of the payment that has been applied to one or more invoices. -applied_credit_balance_amount,The amount of the payment that has been applied to a credit balance. -bill_to_contact_id,The id of the contact to which the payment should be billed. -cancelled_on,The date the payment was cancelled. -comment,A comment associated with the payment. -created_by_id,The id of the user who created the payment. -created_date,The date the payment was created. -currency,The currency of the payment. -effective_date,The date the payment will be effective. -exchange_rate,The exchange rate used to convert the payment amount from the transaction currency to the home currency. -exchange_rate_date,The date the exchange rate was set. -home_currency,The home currency of the payment. -parent_account_id,The id of the parent account associated with the payment. -payment_method_id,The id of the payment method used for the payment. -payment_number,The payment number assigned by Zuora. -refund_amount,The amount of the payment that has been refunded. -settled_on,The date the payment was settled. -sold_to_contact_id,The id of the contact who made the payment. -status,The status of the payment. -submitted_on,The date the payment was submitted. -transaction_currency,The transaction currency of the payment. -transferred_to_accounting,Whether the payment has been transferred to the accounting system. -type,The type of the payment. -unapplied_amount,The amount of the payment that has not yet been applied. -updated_by_id,The id of the user who last updated the payment. -updated_date,The date the payment was last updated. -gateway_reconciliation_reason, -second_payment_reference_id, -referenced_payment_id, -provider_exchange_rate_date, -reference_id, -gateway_response, -source_name, -auth_transaction_id, -payout_id, -gateway_state, -amount_currency_rounding, -gateway, -bank_identification_number, -gateway_order_id, -is_standalone, -marked_for_submission_on, -soft_descriptor, -source, -default_payment_method_id, -gateway_reconciliation_status, -gateway_response_code, -soft_descriptor_phone, diff --git a/inputs_snowflake/zuora/schemas/payment_method.csv b/inputs_snowflake/zuora/schemas/payment_method.csv deleted file mode 100644 index 635b1ed444939605ef2be2bad9d279738573cdb3..0000000000000000000000000000000000000000 --- a/inputs_snowflake/zuora/schemas/payment_method.csv +++ /dev/null @@ -1,91 +0,0 @@ -column_name,column_description -id,The unique identifier of the payment method. -_fivetran_synced,Timestamp of when a record was last synced. -_fivetran_deleted,Boolean identifiying whether the record was deleted in the source. -account_id,The unique identifier of the account associated with this payment method. -ach_account_type,The account type for ACH payment methods. -active,A Boolean value indicating whether this payment method is active. -bank_transfer_account_type,The account type for bank transfer payment methods. -created_by_id,The unique identifier of the user who created this payment method. -created_date,The date and time when this payment method was created. -credit_card_type,The credit card type for credit card payment methods. -last_failed_sale_transaction_date,The date and time when the last sale transaction failed for this payment method. -last_transaction_date_time,The date and time of the last transaction for this payment method. -last_transaction_status,The status of the last transaction for this payment method. -max_consecutive_payment_failures,The maximum number of consecutive payment failures allowed for this payment method. -name,The name of the payment method. -num_consecutive_failures,The number of consecutive payment failures for this payment method. -payment_method_status,The status of the payment method. -paypal_type,The PayPal account type for PayPal payment methods. -sub_type,The sub-type of the payment method. -total_number_of_error_payments,The total number of error payments for this payment method. -total_number_of_processed_payments,The total number of processed payments for this payment method. -type,The type of the payment method. -updated_by_id,The unique identifier of the user who last updated this payment method. -updated_date,The date and time when this payment method was last updated. -payment_retry_window, -ach_postal_code, -paypal_email, -mandate_update_date, -credit_card_address_2, -bank_transfer_account_number_mask, -user_reference_id, -first_name, -ach_address_1, -credit_card_expiration_year, -mandate_received, -ach_country, -ipaddress, -credit_card_address_1, -email, -ach_address_2, -iban, -method_specific_data, -second_token_id, -ach_account_number_mask, -bank_branch_code, -credit_card_postal_code, -postal_code, -identity_number, -city, -token_id, -credit_card_mask_number, -paypal_baid, -credit_card_state, -last_name, -state, -use_default_retry_rule, -credit_card_city, -bank_street_name, -mandate_id, -phone, -street_number, -credit_card_expiration_month, -bank_identification_number, -ach_state, -bank_name, -mandate_status, -mandate_reason, -ach_account_name, -method_reference_id, -ach_city, -mandate_creation_date, -credit_card_holder_name, -bank_code, -country, -ach_bank_name, -existing_mandate, -company_name, -bank_postal_code, -bank_transfer_type, -credit_card_country, -bank_check_digit, -bank_transfer_account_name, -bank_city, -bank_street_number, -street_name, -ach_aba_code, -device_session_id, -business_identification_code, -is_company, -paypal_preapproval_key, diff --git a/inputs_snowflake/zuora/schemas/product.csv b/inputs_snowflake/zuora/schemas/product.csv deleted file mode 100644 index f20b8f43e3a64083fe30951aba2ef4f44f31a78d..0000000000000000000000000000000000000000 --- a/inputs_snowflake/zuora/schemas/product.csv +++ /dev/null @@ -1,15 +0,0 @@ -column_name,column_description -id,The unique identifier for the product. -category,The category of the product. -created_by_id,The id of the user who created the product. -created_date,The date and time when the product was created. -description,A description of the product. -effective_end_date,The date when the product is no longer available for purchase. -effective_start_date,The date when the product becomes available for purchase. -name,The name of the product. -sku,The SKU (stock keeping unit) of the product. -updated_by_id,The id of the user who last updated the product. -updated_date,The date and time when the product was last updated. -_fivetran_deleted,Boolean identifiying whether the record was deleted in the source. -_fivetran_synced,Timestamp of when Fivetran synced a record -allow_feature_changes, diff --git a/inputs_snowflake/zuora/schemas/product_rate_plan.csv b/inputs_snowflake/zuora/schemas/product_rate_plan.csv deleted file mode 100644 index 944053ca7897b156052550156019d4801834e3e6..0000000000000000000000000000000000000000 --- a/inputs_snowflake/zuora/schemas/product_rate_plan.csv +++ /dev/null @@ -1,14 +0,0 @@ -column_name,column_description -id,Unique identifier of the product rate plan. -_fivetran_synced,Timestamp of when a record was last synced. -_fivetran_deleted,Boolean identifiying whether the record was deleted in the source. -created_by_id,The id of the Zuora user who created the product rate plan. -created_date,The date and time when the product rate plan was created. -description,A brief description of the product rate plan. -effective_end_date,The date when the product rate plan will no longer be effective. -effective_start_date,The date when the product rate plan becomes effective. -name,The name of the product rate plan. -product_id,The id of the product that this rate plan belongs to. -updated_by_id,The id of the Zuora user who last updated the product rate plan. -updated_date,The date and time when the product rate plan was last updated. -promotion_code_c, diff --git a/inputs_snowflake/zuora/schemas/product_rate_plan_charge.csv b/inputs_snowflake/zuora/schemas/product_rate_plan_charge.csv deleted file mode 100644 index 0ff9f76b7055fde42e97c8c72464ff4ec51e675b..0000000000000000000000000000000000000000 --- a/inputs_snowflake/zuora/schemas/product_rate_plan_charge.csv +++ /dev/null @@ -1,44 +0,0 @@ -column_name,column_description -id,Unique identifier of the product rate plan charge. -_fivetran_synced,Timestamp of when a record was last synced. -_fivetran_deleted,Boolean identifiying whether the record was deleted in the source. -account_receivable_accounting_code_id,The id of the accounting code for the accounts receivable account. -accounting_code,The accounting code for the charge. -apply_discount_to,The type of charge to which discounts apply. -bill_cycle_type,The type of bill cycle for the charge. -billing_period,The billing period for the charge. -charge_model,The charge model for the charge. -charge_type,The type of charge. -created_by_id,The id of the user who created the charge. -created_date,The date on which the charge was created. -default_quantity,The default quantity for the charge. -deferred_revenue_accounting_code_id,The id of the accounting code for deferred revenue. -description,A description of the charge. -discount_level,The level at which the discount is applied. -end_date_condition,The condition that determines when the charge ends. -is_stacked_discount,Indicates whether the discount is a stacked discount. Values are true or false. -list_price_base,The price used to calculate the charge. -name,The name of the product rate plan charge. -product_id,The unique identifier of the product associated with the product rate plan charge. -product_rate_plan_id,The unique identifier of the product rate plan associated with the product rate plan charge. -tax_mode,"Indicates how the charge is taxed. Values are TAXABLE, NON-TAXABLE, and TAXED_INCLUSIVE." -taxable,Indicates whether the charge is taxable. Values are true or false. -trigger_event,"The event that triggers the charge. Values are SERVICE_ACTIVATION, CONTRACT_EFFECTIVE, CUSTOMER_ACCEPTANCE, or SERVICE_USAGE." -up_to_periods_type,"The billing period type for the up to periods setting. Values are DAY, WEEK, MONTH, and YEAR." -updated_by_id,The unique identifier of the user who last updated the product rate plan charge. -updated_date,The date and time when the product rate plan charge was last updated. -use_discount_specific_accounting_code,Indicates whether the discount uses a specific accounting code. Values are true or false. -price_upsell_quantity_stacked, -legacy_revenue_reporting, -use_tenant_default_for_price_change, -revenue_recognition_rule_name, -overage_calculation_option, -tax_code, -billing_timing, -billing_period_alignment, -recognized_revenue_account, -recognized_revenue_accounting_code_id, -deferred_revenue_account, -price_increase_percentage, -overage_unused_units_credit_option, -price_change_option, diff --git a/inputs_snowflake/zuora/schemas/rate_plan.csv b/inputs_snowflake/zuora/schemas/rate_plan.csv deleted file mode 100644 index 70755c8d8146cfb1481b948c6d842e4402144bf6..0000000000000000000000000000000000000000 --- a/inputs_snowflake/zuora/schemas/rate_plan.csv +++ /dev/null @@ -1,24 +0,0 @@ -column_name,column_description -id,The unique identifier of the rate plan. -_fivetran_synced,Timestamp of when a record was last synced. -_fivetran_deleted,Boolean identifiying whether the record was deleted in the source. -account_id,The unique identifier of the account that the rate plan belongs to. -amendment_id,The unique identifier of the amendment that the rate plan belongs to. -bill_to_contact_id,The unique identifier of the contact that the rate plan is billed to. -created_by_id,The unique identifier of the user who created the rate plan. -created_date,The date and time when the rate plan was created. -default_payment_method_id,The unique identifier of the default payment method for the rate plan. -name,The name of the rate plan. -original_rate_plan_id,The unique identifier of the original rate plan that was used to create the rate plan. -product_id,The unique identifier of the product that the rate plan belongs to. -product_rate_plan_id,The unique identifier of the product rate plan that the rate plan belongs to. -sold_to_contact_id,The unique identifier of the contact that the rate plan is sold to. -subscription_id,The unique identifier of the subscription that the rate plan belongs to. -updated_by_id,The unique identifier of the user who last updated the rate plan. -updated_date,The date and time when the rate plan was last updated. -invoice_owner_id, -amendment_type, -parent_account_id, -subscription_version_amendment_id, -externally_managed_plan_id, -subscription_owner_id, diff --git a/inputs_snowflake/zuora/schemas/rate_plan_charge.csv b/inputs_snowflake/zuora/schemas/rate_plan_charge.csv deleted file mode 100644 index 28bead70e11421c42cb170cb45f3bdfd3689bf13..0000000000000000000000000000000000000000 --- a/inputs_snowflake/zuora/schemas/rate_plan_charge.csv +++ /dev/null @@ -1,87 +0,0 @@ -column_name,column_description -id,The unique identifier for the rate plan charge. -_fivetran_synced,Timestamp of when a record was last synced. -_fivetran_deleted,Boolean identifiying whether the record was deleted in the source. -account_id,The unique identifier of the account associated with the rate plan charge. -account_receivable_accounting_code_id,The unique identifier for the accounting code that represents the account receivable for this charge. -accounting_code,The accounting code associated with this charge. -amended_by_order_on,The date when the amendment order was created or processed. -amendment_id,The unique identifier for the amendment associated with this rate plan charge. -bill_cycle_day,The day of the month when the billing cycle for the charge ends. -bill_cycle_type,The type of billing cycle that the charge uses. -bill_to_contact_id,The unique identifier of the contact associated with the account's billing information. -bill_to_contact_snapshot_id,The unique identifier for the snapshot of the bill-to contact information that was used when the charge was created. -billing_period,The billing period for the charge. -billing_timing,The timing of the charge. -booking_exchange_rate,The exchange rate for the charge when it was booked. -booking_exchange_rate_date,The date on which the exchange rate for the charge when it was booked was determined. -charge_model,The model used to calculate the charge. -charge_number,The number of the charge within the subscription. -charge_type,The type of charge. -charged_through_date,The date through which the charge has been charged. -created_by_id,The unique identifier of the user who created the rate plan charge. -created_date,The date and time when the rate plan charge was created. -default_payment_method_id,The unique identifier of the default payment method for the account. -deferred_revenue_accounting_code_id,The unique identifier for the accounting code that represents the deferred revenue for this charge. -dmrc,The amount of the charge in the charge currency. -dmrchome_currency,The amount of the charge in the home currency of the company. -dtcv,The deferred tax calculated value of the rate plan charge. -dtcvhome_currency,The deferred tax calculated value of the rate plan charge in the home currency. -effective_end_date,The date on which the rate plan charge is no longer in effect. -effective_start_date,The date on which the rate plan charge goes into effect. -end_date_condition,The condition that triggers the end date of the rate plan charge. -exchange_rate,The exchange rate used for the rate plan charge. -exchange_rate_date,The date on which the exchange rate was determined. -home_currency,Home currency the customer is billed in. -is_prepaid,A boolean value indicating whether the rate plan charge is prepaid. -is_processed,A boolean value indicating whether the rate plan charge has been processed. -mrr,The monthly recurring revenue of the rate plan charge. -mrrhome_currency,The monthly recurring revenue of the rate plan charge in the home currency. -name,The name of the rate plan charge. -original_id,The original id of the rate plan charge. -original_order_date,The date on which the original order was placed. -price_change_option,The option selected for handling price changes for the rate plan charge. -price_increase_percentage,The percentage increase applied to the rate plan charge price. -processed_through_date,The date through which the rate plan charge has been processed. -product_id,The unique identifier of the product associated with the rate plan charge. -product_rate_plan_charge_id,The unique identifier of the product rate plan charge associated with the rate plan charge. -product_rate_plan_id,The unique identifier of the product rate plan associated with the rate plan charge. -quantity,The quantity associated with the rate plan charge. -rate_plan_id,The unique identifier of the rate plan associated with the rate plan charge. -recognized_revenue_accounting_code_id,The unique identifier of the accounting code associated with recognized revenue for the rate plan charge. -segment,The segment associated with the rate plan charge. -sold_to_contact_id,The unique identifier of the contact associated with the sold-to account. -subscription_id,The id of the subscription associated with the rate plan charge. -tcv,The total contract value for the rate plan charge. -tcvhome_currency,The home currency value of the Total Contract Value. -transaction_currency,The currency in which the transaction occurs. -trigger_event,The type of trigger event that is associated with the rate plan charge. -uom,The unit of measure for the quantity of the rate plan charge. -up_to_periods_type,The time unit that is used to calculate the maximum number of billing periods for which the charge is applicable. -updated_by_id,The id of the user who last updated the rate plan charge. -updated_date,The date and time when the rate plan charge was last updated. -version,The version number of the rate plan charge. -overage_unused_units_credit_option, -drawdown_rate, -payment_term_snapshot, -dtcvcurrency_rounding, -rating_group, -parent_account_id, -is_rollover, -list_price_base, -exclude_item_billing_from_revenue_accounting, -rollover_apply, -overage_calculation_option, -revenue_recognition_rule_name, -rollover_periods, -invoice_owner_id, -billing_period_alignment, -exclude_item_booking_from_revenue_accounting, -booking_provider_exchange_rate_date, -is_last_segment, -mrrcurrency_rounding, -sold_to_contact_snapshot_id, -dmrccurrency_rounding, -provider_exchange_rate_date, -tcvcurrency_rounding, -subscription_owner_id, diff --git a/inputs_snowflake/zuora/schemas/refund.csv b/inputs_snowflake/zuora/schemas/refund.csv deleted file mode 100644 index 4bb83581aeaba08c07244e7601f9ef60d8ab853d..0000000000000000000000000000000000000000 --- a/inputs_snowflake/zuora/schemas/refund.csv +++ /dev/null @@ -1,35 +0,0 @@ -column_name,column_description -id,The unique identifier of the refund object. -_fivetran_synced,Timestamp of when a record was last synced. -_fivetran_deleted,Boolean identifiying whether the record was deleted in the source. -accounting_code,The accounting code associated with the refund. -amount,The amount of the refund. -cancelled_on,The date and time when the refund was cancelled. -comment,A comment about the refund. -created_by_id,The id of the user who created the refund. -created_date,The date and time when the refund was created. -method_type,The type of the refund method. -payment_method_id,The id of the payment method used for the refund. -refund_date,The date when the refund was processed. -refund_number,The refund number associated with the refund. -refund_transaction_time,The date and time when the refund transaction was processed. -source_type,The type of the refund source. -status,The status of the refund. -submitted_on,The date and time when the refund was submitted. -transferred_to_accounting,A flag that indicates whether the refund was transferred to the accounting system. -type,The type of the refund. -updated_by_id,The id of the user who last updated the refund. -updated_date,The date and time when the refund was last updated. -gateway_reconciliation_status, -gateway_response_code, -soft_descriptor, -marked_for_submission_on, -reason_code, -reference_id, -soft_descriptor_phone, -gateway_reconciliation_reason, -gateway_response, -gateway_state, -second_refund_reference_id, -payout_id, -gateway, diff --git a/inputs_snowflake/zuora/schemas/refund_invoice_payment.csv b/inputs_snowflake/zuora/schemas/refund_invoice_payment.csv deleted file mode 100644 index a02a222889f4235841c40bb4657c3ff062157a74..0000000000000000000000000000000000000000 --- a/inputs_snowflake/zuora/schemas/refund_invoice_payment.csv +++ /dev/null @@ -1,9 +0,0 @@ -column_name,column_description -id,The id of the refund invoice payment in Zuora. -_fivetran_synced,Timestamp of when a record was last synced. -_fivetran_deleted,Boolean identifiying whether the record was deleted in the source. -created_by_id,The id of the user who created the refund invoice payment in Zuora. -created_date,The date and time when the refund invoice payment was created in Zuora. -refund_amount,The amount of the refund invoice payment in the currency of the invoice. -updated_by_id,The id of the user who last updated the refund invoice payment in Zuora. -updated_date,The date and time when the refund invoice payment was last updated in Zuora. diff --git a/inputs_snowflake/zuora/schemas/subscription.csv b/inputs_snowflake/zuora/schemas/subscription.csv deleted file mode 100644 index b372a58a526e7cc889bb85f6a9e157b70341e4b6..0000000000000000000000000000000000000000 --- a/inputs_snowflake/zuora/schemas/subscription.csv +++ /dev/null @@ -1,58 +0,0 @@ -column_name,column_description -id,The unique identifier for the subscription. -_fivetran_synced,Timestamp of when a record was last synced. -_fivetran_deleted,Boolean identifiying whether the record was deleted in the source. -account_id,The unique identifier for the account associated with the subscription. -auto_renew,Indicates whether the subscription is set to automatically renew at the end of the term. -bill_to_contact_id,The unique identifier for the contact that will be billed for the subscription. -cancel_reason,"The reason for cancelling the subscription, if applicable." -cancelled_date,"The date on which the subscription was cancelled, if applicable." -contract_acceptance_date,The date on which the contract was accepted by the customer. -contract_effective_date,The date on which the contract became effective. -created_by_id,The unique identifier for the user who created the subscription. -created_date,The date on which the subscription was created. -current_term,The length of the current subscription term. -current_term_period_type,"The unit of time for the current subscription term (e.g. ""Month"", ""Year"")." -default_payment_method_id,The unique identifier for the default payment method associated with the subscription. -externally_managed_by,Indicates whether the subscription is externally managed by another system or platform. -initial_term,The length of the initial subscription term. -initial_term_period_type,"The unit of time for the initial subscription term (e.g. ""Month"", ""Year"")." -invoice_owner_id,The unique identifier for the user who will receive invoice notifications for the subscription. -is_invoice_separate,Indicates whether the subscription is invoiced separately from other subscriptions on the same account. -is_latest_version,Indicates whether the subscription is the latest version of the subscription on the account. -last_booking_date,The date on which the most recent booking was created for the subscription. -name,The name of the subscription. -notes,Additional notes or comments about the subscription. -original_created_date,"The date on which the original subscription was created, if the current subscription is a renewal." -original_id,"The unique identifier for the original subscription, if the current subscription is a renewal." -parent_account_id,The unique identifier for the parent account associated with the subscription. -payment_term,The payment term associated with the subscription. -previous_subscription_id,The unique identifier for the previous subscription associated with the subscription. -renewal_term,The length of the renewal subscription term. -renewal_term_period_type,The type of the renewal term for the subscription. -revision,The revision number for the subscription. -service_activation_date,The date the subscription was activated. -sold_to_contact_id,The unique identifier for the sold-to contact associated with the subscription. -status,The status of the subscription. -subscription_end_date,The end date of the subscription. -subscription_start_date,The start date of the subscription. -term_end_date,The end date of the subscription term. -term_start_date,The start date of the subscription term. -term_type,The type of subscription term. -updated_by_id,The unique identifier of the user who last updated the subscription. -updated_date,The date the subscription was last updated. -version,The version number of the subscription. -TESTCUSTOMAAKASH_C, -QUOTE_BUSINESS_TYPE_QT, -SUBSCRIPTION_VERSION_AMENDMENT_ID, -QUOTE_TYPE_QT, -CUSTOM_DATE_FIELD_C, -INVOICE_TEMPLATE_ID, -QUOTE_NUMBER_QT, -OPPORTUNITY_CLOSE_DATE_QT, -CREATOR_ACCOUNT_ID, -SEQUENCE_SET_ID, -RENEWAL_SETTING, -CREATOR_INVOICE_OWNER_ID, -OPPORTUNITY_NAME_QT, -CPQ_BUNDLE_JSON_ID_QT, diff --git a/inputs_snowflake/zuora/schemas/taxation_item.csv b/inputs_snowflake/zuora/schemas/taxation_item.csv deleted file mode 100644 index 96a1698eb96dfe2950a9abcaf4e2a443d315268d..0000000000000000000000000000000000000000 --- a/inputs_snowflake/zuora/schemas/taxation_item.csv +++ /dev/null @@ -1,57 +0,0 @@ -column_name,column_description -id,The unique identifier of the taxation item. -_fivetran_synced,Timestamp of when a record was last synced. -_fivetran_deleted,Boolean identifiying whether the record was deleted in the source. -account_id,The id of the account associated with the taxation item. -account_receivable_accounting_code_id,The id of the accounting code for the account receivable. -accounting_code,The accounting code associated with the taxation item. -amendment_id,The id of the amendment associated with the taxation item. -balance,The balance of the taxation item. -bill_to_contact_id,The id of the contact associated with the billing of the taxation item. -created_by_id,The id of the user who created the taxation item. -created_date,The date when the taxation item was created. -credit_amount,The credit amount of the taxation item. -exchange_rate,The exchange rate of the taxation item. -exchange_rate_date,The date of the exchange rate of the taxation item. -exempt_amount,The exempt amount of the taxation item. -exempt_amount_home_currency,The exempt amount in home currency of the taxation item. -home_currency,The home currency of the taxation item. -invoice_id,The id of the invoice associated with the taxation item. -invoice_item_id,The id of the invoice item associated with the taxation item. -journal_entry_id,The id of the journal entry associated with the taxation item. -name,The name of the taxation item. -payment_amount,The payment amount of the taxation item. -product_id,The id of the product associated with the taxation item. -product_rate_plan_charge_id,The id of the product rate plan charge associated with the taxation item. -product_rate_plan_id,The id of the product rate plan associated with the taxation item. -rate_plan_charge_id,The id of the rate plan charge associated with the taxation item. -rate_plan_id,The id of the rate plan associated with the taxation item. -sales_tax_payable_accounting_code_id,The id of the accounting code for the sales tax payable. -sold_to_contact_id,The id of the contact associated with the sale of the taxation item. -subscription_id,The id of the subscription associated with the taxation item. -tax_amount,The tax amount of the taxation item. -tax_amount_home_currency,The tax amount in home currency of the taxation item. -tax_date,The date of the tax of the taxation item. -tax_description,The description of the tax of the taxation item. -tax_mode,The tax mode of the taxation item. -tax_rate,The tax rate of the taxation item. -tax_rate_type,The type of tax rate that applies to the taxation item. -transaction_currency,The currency in which the transaction was processed. -updated_by_id,The id of the user who last updated the taxation item. -updated_date,The date and time the taxation item was last updated. -tax_rule_id, -tax_code, -tax_code_description, -exempt_amount_currency_rounding, -tax_amount_currency_rounding, -tax_rate_description, -provider_exchange_rate_date, -seller_registration, -default_payment_method_id, -jurisdiction, -journal_run_id, -parent_account_id, -accounting_period_id, -exempt_certificate, -location_code, -customer_code, diff --git a/inputs_snowflake/instagram_business/config.yaml b/instagram_business/config.yaml similarity index 100% rename from inputs_snowflake/instagram_business/config.yaml rename to instagram_business/config.yaml diff --git a/inputs_snowflake/instagram_business/data_model.yaml b/instagram_business/data_model.yaml similarity index 97% rename from inputs_snowflake/instagram_business/data_model.yaml rename to instagram_business/data_model.yaml index fef3f7c85e2485934142cdb388e4fc4d6c1b7df1..dca243db684ce1fb2b341fd1d2fcf982416123c4 100644 --- a/inputs_snowflake/instagram_business/data_model.yaml +++ b/instagram_business/data_model.yaml @@ -8,7 +8,6 @@ models: description: The ID of this user. - name: created_timestamp description: The timestamp this post or story was created - format: YYYY-MM-DD HH:MM:SS - name: post_id description: The media ID of this post or story - name: is_comment_enabled @@ -19,7 +18,7 @@ models: description: Media type. Can be CAROUSEL_ALBUM, IMAGE, or VIDEO. - name: media_url description: Media URL. Will be omitted from responses if the media contains copyrighted material, or has been flagged for a copyright violation. - - name: permanent_url + - name: post_url description: Permanent URL to the media. - name: shortcode description: Shortcode to the media. diff --git a/inputs_databricks/instagram_business/schemas/media_history.csv b/instagram_business/schemas/media_history.csv similarity index 100% rename from inputs_databricks/instagram_business/schemas/media_history.csv rename to instagram_business/schemas/media_history.csv diff --git a/inputs_databricks/instagram_business/schemas/media_insights.csv b/instagram_business/schemas/media_insights.csv similarity index 100% rename from inputs_databricks/instagram_business/schemas/media_insights.csv rename to instagram_business/schemas/media_insights.csv diff --git a/inputs_databricks/instagram_business/schemas/user_history.csv b/instagram_business/schemas/user_history.csv similarity index 100% rename from inputs_databricks/instagram_business/schemas/user_history.csv rename to instagram_business/schemas/user_history.csv diff --git a/inputs_snowflake/language_corpus/config.yaml b/language_corpus/config.yaml similarity index 100% rename from inputs_snowflake/language_corpus/config.yaml rename to language_corpus/config.yaml diff --git a/inputs_snowflake/language_corpus/data_model.yaml b/language_corpus/data_model.yaml similarity index 63% rename from inputs_snowflake/language_corpus/data_model.yaml rename to language_corpus/data_model.yaml index ab34b726c1596499d3f184e2caead9a68cf2c30e..e2c93d0b998e4176a2af3cb2f6921197886416fe 100644 --- a/inputs_snowflake/language_corpus/data_model.yaml +++ b/language_corpus/data_model.yaml @@ -11,10 +11,10 @@ models: - name: num_biword description: The number of biwords that contain the word, replace NULL values with 0. - name: percentage_occurrence_Art_higher_Astronomia - description: The percentage difference in the word’s occurrence rate on the page titled “Art” relative to "Astronomia", calculated as (occurrences in Art - occurrences in Astronomia) / occurrences in Astronomia * 100. Leave NULL if the word does not appear on the page titled "Art" or "Astronomia". + description: The percentage of occurrences of the word in the page titled "Art" that are higher than the percentage of occurrences of the word in the page titled "Astronomia" - name: same_word_appears_in_a_pair - description: set to 1 if the word appears more than once in a pair, otherwise, set to 0. Appears in a pair refers to w1st is the same as w2nd in the biword table. + description: set to 1 if the word appears more than once in a pair, otherwise, set to 0 - name: repetition_more_than_16000 description: set to 1 if the word appears more than 16000 times, otherwise, set to 0 - name: avg_occurrence_per_page - description: the average occurrence of the word on each Wikipedia page that has this word. Replace NULL values with 0. + description: the average occurrence of the word on each Wikipedia page that has this word diff --git a/inputs_databricks/language_corpus/schemas/biwords.csv b/language_corpus/schemas/biwords.csv similarity index 100% rename from inputs_databricks/language_corpus/schemas/biwords.csv rename to language_corpus/schemas/biwords.csv diff --git a/inputs_databricks/language_corpus/schemas/langs.csv b/language_corpus/schemas/langs.csv similarity index 100% rename from inputs_databricks/language_corpus/schemas/langs.csv rename to language_corpus/schemas/langs.csv diff --git a/inputs_databricks/language_corpus/schemas/langs_words.csv b/language_corpus/schemas/langs_words.csv similarity index 100% rename from inputs_databricks/language_corpus/schemas/langs_words.csv rename to language_corpus/schemas/langs_words.csv diff --git a/inputs_databricks/language_corpus/schemas/pages.csv b/language_corpus/schemas/pages.csv similarity index 100% rename from inputs_databricks/language_corpus/schemas/pages.csv rename to language_corpus/schemas/pages.csv diff --git a/inputs_databricks/language_corpus/schemas/pages_words.csv b/language_corpus/schemas/pages_words.csv similarity index 100% rename from inputs_databricks/language_corpus/schemas/pages_words.csv rename to language_corpus/schemas/pages_words.csv diff --git a/inputs_databricks/language_corpus/schemas/words.csv b/language_corpus/schemas/words.csv similarity index 100% rename from inputs_databricks/language_corpus/schemas/words.csv rename to language_corpus/schemas/words.csv diff --git a/inputs_snowflake/law_episode/config.yaml b/law_episode/config.yaml similarity index 100% rename from inputs_snowflake/law_episode/config.yaml rename to law_episode/config.yaml diff --git a/inputs_redshift/law_episode/data_model.yaml b/law_episode/data_model.yaml similarity index 80% rename from inputs_redshift/law_episode/data_model.yaml rename to law_episode/data_model.yaml index 61c626b8abc415a377fd512418b969f686f0f5ae..828cf4f06699215bd54366c9b92ae57d9af35b9a 100644 --- a/inputs_redshift/law_episode/data_model.yaml +++ b/law_episode/data_model.yaml @@ -13,9 +13,9 @@ models: - name: number_of_crews_in_art description: the number of crews in the Art Department that the episode has, replace NULL values with 0. - name: number_of_nominations - description: the number of nominations that the episode has, replace NULL values with 0. Nominations include both nominations and winners. + description: the number of nominations that the episode has, replace NULL values with 0. - name: ratio_of_American_casts - description: The percentage of casts in the episode who was born in America. + description: the ratio of American casts in the episode - name: number_of_1_star_votes description: the number of 1-star votes that the episode has, replace NULL values with 0. - name: law_episode__person @@ -34,6 +34,6 @@ models: - name: has_won_at_least_3_awards description: set to 1 if the person has won at least 3 awards, otherwise, set to 0 - name: number_of_times_credited - description: the number of times that the person shows up in the on-screen credits, replace NULL values with 0. + description: the number of times that the person is credited, replace NULL values with 0. - name: average_star_rating - description: The average star rating of the episodes the person has worked on, calculated as a weighted average using data from the Vote table. \ No newline at end of file + description: the average star rating of the episodes that the person has worked on \ No newline at end of file diff --git a/inputs_databricks/law_episode/schemas/Award.csv b/law_episode/schemas/Award.csv similarity index 100% rename from inputs_databricks/law_episode/schemas/Award.csv rename to law_episode/schemas/Award.csv diff --git a/inputs_databricks/law_episode/schemas/Credit.csv b/law_episode/schemas/Credit.csv similarity index 100% rename from inputs_databricks/law_episode/schemas/Credit.csv rename to law_episode/schemas/Credit.csv diff --git a/inputs_databricks/law_episode/schemas/Episode.csv b/law_episode/schemas/Episode.csv similarity index 100% rename from inputs_databricks/law_episode/schemas/Episode.csv rename to law_episode/schemas/Episode.csv diff --git a/inputs_databricks/law_episode/schemas/Keyword.csv b/law_episode/schemas/Keyword.csv similarity index 100% rename from inputs_databricks/law_episode/schemas/Keyword.csv rename to law_episode/schemas/Keyword.csv diff --git a/inputs_databricks/law_episode/schemas/Person.csv b/law_episode/schemas/Person.csv similarity index 100% rename from inputs_databricks/law_episode/schemas/Person.csv rename to law_episode/schemas/Person.csv diff --git a/inputs_databricks/law_episode/schemas/Vote.csv b/law_episode/schemas/Vote.csv similarity index 100% rename from inputs_databricks/law_episode/schemas/Vote.csv rename to law_episode/schemas/Vote.csv diff --git a/inputs_snowflake/legislator/config.yaml b/legislator/config.yaml similarity index 100% rename from inputs_snowflake/legislator/config.yaml rename to legislator/config.yaml diff --git a/inputs_databricks/legislator/data_model.yaml b/legislator/data_model.yaml similarity index 94% rename from inputs_databricks/legislator/data_model.yaml rename to legislator/data_model.yaml index 67bc65671cc63198b898491fcfcb4f86ad3c335e..5a4d0175f565d454bb1e3b9e82d52a0cbfaf28d5 100644 --- a/inputs_databricks/legislator/data_model.yaml +++ b/legislator/data_model.yaml @@ -7,7 +7,7 @@ models: - name: gender_bio description: The gender of the legislator. - name: full_name - description: The official full name of the legislator + description: The full name of the legislator. - name: num_served_terms description: The number of terms the current legislator has served, replace NULL values with 0. - name: has_served_in_Maine diff --git a/inputs_databricks/legislator/schemas/current_terms.csv b/legislator/schemas/current_terms.csv similarity index 100% rename from inputs_databricks/legislator/schemas/current_terms.csv rename to legislator/schemas/current_terms.csv diff --git a/inputs_databricks/legislator/schemas/historical.csv b/legislator/schemas/historical.csv similarity index 100% rename from inputs_databricks/legislator/schemas/historical.csv rename to legislator/schemas/historical.csv diff --git a/inputs_databricks/legislator/schemas/historical_terms.csv b/legislator/schemas/historical_terms.csv similarity index 100% rename from inputs_databricks/legislator/schemas/historical_terms.csv rename to legislator/schemas/historical_terms.csv diff --git a/inputs_databricks/legislator/schemas/legislator_current.csv b/legislator/schemas/legislator_current.csv similarity index 100% rename from inputs_databricks/legislator/schemas/legislator_current.csv rename to legislator/schemas/legislator_current.csv diff --git a/inputs_databricks/legislator/schemas/social_media.csv b/legislator/schemas/social_media.csv similarity index 100% rename from inputs_databricks/legislator/schemas/social_media.csv rename to legislator/schemas/social_media.csv diff --git a/inputs_snowflake/lever/config.yaml b/lever/config.yaml similarity index 100% rename from inputs_snowflake/lever/config.yaml rename to lever/config.yaml diff --git a/inputs_snowflake/lever/data_model.yaml b/lever/data_model.yaml similarity index 94% rename from inputs_snowflake/lever/data_model.yaml rename to lever/data_model.yaml index 7cad0991c632eab1c0973b32560737a38fdd51c3..d85db67b78706c73b16a8007904604398cd13fa9 100644 --- a/inputs_snowflake/lever/data_model.yaml +++ b/lever/data_model.yaml @@ -12,7 +12,6 @@ models: description: Job posting description that is shown at the top of the job's page, as plaintext. - name: created_at description: Timestamp of when the posting was created in Lever. - format: YYYY-MM-DD HH:MM:SS - name: creator_user_id description: Foreign key referencing the id of the USER who created the job posting. - name: posting_id @@ -25,17 +24,16 @@ models: description: Title of the job posting role. - name: updated_at description: Timestamp of when the posting was last updated. - format: YYYY-MM-DD HH:MM:SS - name: count_referred_applications description: Count of how many applications were referred to this posting. Set to 0 if NULL. - name: count_posting_applications - description: Count of how many applications were submitted through the posting. Set to 0 if NULL. + description: Count of how many applications were submitted through the posting (including via an agency).Set to 0 if NULL. - name: count_manual_user_applications description: Count of how many applications have been manually submitted by internal users. Set to 0 if NULL. - name: count_opportunities description: Count of how many opportunities applied to this posting. Set to 0 if NULL. - name: count_open_opportunities - description: Count of how many currently open opprtunities applied to this posting. "currently open" means the opportunity's application to this posting has not been archived. Set to 0 if NULL. + description: Count of how many currently open opprtunities applied to this posting. Set to 0 if NULL. - name: count_interviews description: Count of the number of interviews conducted for this posting. Set to 0 if NULL. - name: count_interviewees @@ -59,8 +57,7 @@ models: - name: compensation_band_min description: The low bound for the compensation band. - name: created_at - description: Timestamp of when the requisition was first created. - format: YYYY-MM-DD HH:MM:SS.fff + description: Timestamp of when the requisition was first created. - name: creator_user_id description: Foreign key referencing the USER who created the requisition. - name: employment_status diff --git a/inputs_databricks/lever/schemas/application.csv b/lever/schemas/application.csv similarity index 100% rename from inputs_databricks/lever/schemas/application.csv rename to lever/schemas/application.csv diff --git a/inputs_databricks/lever/schemas/archive_reason.csv b/lever/schemas/archive_reason.csv similarity index 100% rename from inputs_databricks/lever/schemas/archive_reason.csv rename to lever/schemas/archive_reason.csv diff --git a/inputs_databricks/lever/schemas/contact_email.csv b/lever/schemas/contact_email.csv similarity index 100% rename from inputs_databricks/lever/schemas/contact_email.csv rename to lever/schemas/contact_email.csv diff --git a/inputs_databricks/lever/schemas/contact_link.csv b/lever/schemas/contact_link.csv similarity index 100% rename from inputs_databricks/lever/schemas/contact_link.csv rename to lever/schemas/contact_link.csv diff --git a/inputs_databricks/lever/schemas/contact_phone.csv b/lever/schemas/contact_phone.csv similarity index 100% rename from inputs_databricks/lever/schemas/contact_phone.csv rename to lever/schemas/contact_phone.csv diff --git a/inputs_databricks/lever/schemas/feedback_form.csv b/lever/schemas/feedback_form.csv similarity index 100% rename from inputs_databricks/lever/schemas/feedback_form.csv rename to lever/schemas/feedback_form.csv diff --git a/inputs_databricks/lever/schemas/feedback_form_field.csv b/lever/schemas/feedback_form_field.csv similarity index 100% rename from inputs_databricks/lever/schemas/feedback_form_field.csv rename to lever/schemas/feedback_form_field.csv diff --git a/inputs_databricks/lever/schemas/interview.csv b/lever/schemas/interview.csv similarity index 100% rename from inputs_databricks/lever/schemas/interview.csv rename to lever/schemas/interview.csv diff --git a/inputs_databricks/lever/schemas/interview_feedback.csv b/lever/schemas/interview_feedback.csv similarity index 100% rename from inputs_databricks/lever/schemas/interview_feedback.csv rename to lever/schemas/interview_feedback.csv diff --git a/inputs_databricks/lever/schemas/interview_user.csv b/lever/schemas/interview_user.csv similarity index 100% rename from inputs_databricks/lever/schemas/interview_user.csv rename to lever/schemas/interview_user.csv diff --git a/inputs_databricks/lever/schemas/interviewer_user.csv b/lever/schemas/interviewer_user.csv similarity index 100% rename from inputs_databricks/lever/schemas/interviewer_user.csv rename to lever/schemas/interviewer_user.csv diff --git a/inputs_databricks/lever/schemas/offer.csv b/lever/schemas/offer.csv similarity index 100% rename from inputs_databricks/lever/schemas/offer.csv rename to lever/schemas/offer.csv diff --git a/inputs_databricks/lever/schemas/opportunity.csv b/lever/schemas/opportunity.csv similarity index 100% rename from inputs_databricks/lever/schemas/opportunity.csv rename to lever/schemas/opportunity.csv diff --git a/inputs_databricks/lever/schemas/opportunity_source.csv b/lever/schemas/opportunity_source.csv similarity index 100% rename from inputs_databricks/lever/schemas/opportunity_source.csv rename to lever/schemas/opportunity_source.csv diff --git a/inputs_databricks/lever/schemas/opportunity_stage_history.csv b/lever/schemas/opportunity_stage_history.csv similarity index 100% rename from inputs_databricks/lever/schemas/opportunity_stage_history.csv rename to lever/schemas/opportunity_stage_history.csv diff --git a/inputs_databricks/lever/schemas/opportunity_tag.csv b/lever/schemas/opportunity_tag.csv similarity index 100% rename from inputs_databricks/lever/schemas/opportunity_tag.csv rename to lever/schemas/opportunity_tag.csv diff --git a/inputs_databricks/lever/schemas/posting.csv b/lever/schemas/posting.csv similarity index 100% rename from inputs_databricks/lever/schemas/posting.csv rename to lever/schemas/posting.csv diff --git a/inputs_databricks/lever/schemas/posting_interview.csv b/lever/schemas/posting_interview.csv similarity index 100% rename from inputs_databricks/lever/schemas/posting_interview.csv rename to lever/schemas/posting_interview.csv diff --git a/inputs_databricks/lever/schemas/posting_tag.csv b/lever/schemas/posting_tag.csv similarity index 100% rename from inputs_databricks/lever/schemas/posting_tag.csv rename to lever/schemas/posting_tag.csv diff --git a/inputs_databricks/lever/schemas/requisition.csv b/lever/schemas/requisition.csv similarity index 100% rename from inputs_databricks/lever/schemas/requisition.csv rename to lever/schemas/requisition.csv diff --git a/inputs_databricks/lever/schemas/requisition_offer.csv b/lever/schemas/requisition_offer.csv similarity index 100% rename from inputs_databricks/lever/schemas/requisition_offer.csv rename to lever/schemas/requisition_offer.csv diff --git a/inputs_databricks/lever/schemas/requisition_posting.csv b/lever/schemas/requisition_posting.csv similarity index 100% rename from inputs_databricks/lever/schemas/requisition_posting.csv rename to lever/schemas/requisition_posting.csv diff --git a/inputs_databricks/lever/schemas/resume.csv b/lever/schemas/resume.csv similarity index 100% rename from inputs_databricks/lever/schemas/resume.csv rename to lever/schemas/resume.csv diff --git a/inputs_databricks/lever/schemas/stage.csv b/lever/schemas/stage.csv similarity index 100% rename from inputs_databricks/lever/schemas/stage.csv rename to lever/schemas/stage.csv diff --git a/inputs_databricks/lever/schemas/user.csv b/lever/schemas/user.csv similarity index 100% rename from inputs_databricks/lever/schemas/user.csv rename to lever/schemas/user.csv diff --git a/inputs_snowflake/linkedin/config.yaml b/linkedin/config.yaml similarity index 100% rename from inputs_snowflake/linkedin/config.yaml rename to linkedin/config.yaml diff --git a/inputs_snowflake/linkedin/data_model.yaml b/linkedin/data_model.yaml similarity index 90% rename from inputs_snowflake/linkedin/data_model.yaml rename to linkedin/data_model.yaml index c46c3b75fe8df29ed2001737acd6af3070f287f8..e3f730a992fcfc71f794f9f3cb634a30d9e0d4bb 100644 --- a/inputs_snowflake/linkedin/data_model.yaml +++ b/linkedin/data_model.yaml @@ -4,7 +4,6 @@ models: columns: - name: date_day description: The day of the activity. - format: YYYY-MM-DD - name: account_id description: Unique internal ID representing the account. - name: account_name @@ -15,16 +14,14 @@ models: description: The ISO 4217 currency code of the account, such as 'USD' for United States Dollar (default). - name: last_modified_at description: The timestamp of when the version was updated. - format: YYYY-MM-DD HH:MM:SS.fff - name: created_at description: The timestamp of when the account was created. - format: YYYY-MM-DD HH:MM:SS - name: clicks description: The count of chargeable clicks. - name: impressions description: This is the count of "impressions" for Direct Ads and Sponsored Updates and "sends" for InMails. - name: cost - description: The cost of the ads in the local currency. + description: The cost of the ads in the local currency or USD. - name: conversion_value_in_local_currency description: The value generated by your conversions, displayed in your LinkedIn account's local currency, on the given day. Set to 0 if the value is NULL. @@ -33,7 +30,6 @@ models: columns: - name: date_day description: The day of the activity. - format: YYYY-MM-DD - name: campaign_id description: Unique internal ID representing the campaign. - name: campaign_name @@ -50,16 +46,14 @@ models: description: The ISO 4217 currency code of the account, such as 'USD' for United States Dollar (default). - name: last_modified_at description: The timestamp of when the version was updated. - format: YYYY-MM-DD HH:MM:SS - name: created_at description: The timestamp of when the campaign was created. - format: YYYY-MM-DD HH:MM:SS - name: clicks description: The count of chargeable clicks. - name: impressions description: This is the count of "impressions" for Direct Ads and Sponsored Updates and "sends" for InMails. - name: cost - description: The cost of the ads in the local currency. + description: The cost of the ads in the local currency or USD. - name: conversion_value_in_local_currency description: The value generated by your conversions, displayed in your LinkedIn account's local currency, on the given day. Set to 0 if the value is NULL. @@ -68,7 +62,6 @@ models: columns: - name: date_day description: The day of the activity. - format: YYYY-MM-DD - name: campaign_group_id description: Unique internal ID representing the campaign group. - name: campaign_group_name @@ -81,15 +74,13 @@ models: description: The ISO 4217 currency code of the account, such as 'USD' for United States Dollar (default). - name: last_modified_at description: The timestamp of when the version was updated. - format: YYYY-MM-DD HH:MM:SS - name: created_at description: The timestamp of when the campaign group was created. - format: YYYY-MM-DD HH:MM:SS - name: clicks description: The count of chargeable clicks. - name: impressions description: This is the count of "impressions" for Direct Ads and Sponsored Updates and "sends" for InMails. - name: cost - description: The cost of the ads in the local currency. + description: The cost of the ads in the local currency or USD. - name: conversion_value_in_local_currency description: The value generated by your conversions, displayed in your LinkedIn account's local currency, on the given day. Set to 0 if the value is NULL. diff --git a/inputs_databricks/linkedin/schemas/ad_analytics_by_campaign.csv b/linkedin/schemas/ad_analytics_by_campaign.csv similarity index 100% rename from inputs_databricks/linkedin/schemas/ad_analytics_by_campaign.csv rename to linkedin/schemas/ad_analytics_by_campaign.csv diff --git a/inputs_databricks/linkedin/schemas/ad_analytics_by_creative.csv b/linkedin/schemas/ad_analytics_by_creative.csv similarity index 100% rename from inputs_databricks/linkedin/schemas/ad_analytics_by_creative.csv rename to linkedin/schemas/ad_analytics_by_creative.csv diff --git a/inputs_databricks/linkedin/schemas/campaign_group_history.csv b/linkedin/schemas/campaign_group_history.csv similarity index 100% rename from inputs_databricks/linkedin/schemas/campaign_group_history.csv rename to linkedin/schemas/campaign_group_history.csv diff --git a/inputs_databricks/linkedin/schemas/campaign_history.csv b/linkedin/schemas/campaign_history.csv similarity index 100% rename from inputs_databricks/linkedin/schemas/campaign_history.csv rename to linkedin/schemas/campaign_history.csv diff --git a/inputs_databricks/linkedin/schemas/creative_history.csv b/linkedin/schemas/creative_history.csv similarity index 100% rename from inputs_databricks/linkedin/schemas/creative_history.csv rename to linkedin/schemas/creative_history.csv diff --git a/inputs_databricks/linkedin/schemas/linkedin_account_history.csv b/linkedin/schemas/linkedin_account_history.csv similarity index 100% rename from inputs_databricks/linkedin/schemas/linkedin_account_history.csv rename to linkedin/schemas/linkedin_account_history.csv diff --git a/inputs_snowflake/mailchimp/config.yaml b/mailchimp/config.yaml similarity index 100% rename from inputs_snowflake/mailchimp/config.yaml rename to mailchimp/config.yaml diff --git a/inputs_redshift/mailchimp/data_model.yaml b/mailchimp/data_model.yaml similarity index 93% rename from inputs_redshift/mailchimp/data_model.yaml rename to mailchimp/data_model.yaml index 6bb20eaafad79d573cc434c34a8224944d6fdd60..bff57c960d5f521d8f4a9da75d7e7b43e841f439 100644 --- a/inputs_redshift/mailchimp/data_model.yaml +++ b/mailchimp/data_model.yaml @@ -6,7 +6,6 @@ models: description: The unique ID of a list. - name: date_created description: The date and time that a list was created. - format: YYYY-MM-DD HH:MM:SS - name: name description: The name of a list. - name: list_rating @@ -47,7 +46,6 @@ models: description: The number of members in a list. - name: most_recent_signup_timestamp description: The date of the most recent signup to a list. - format: YYYY-MM-DD HH:MM:SS - name: campaign_sends description: The number of sent emails from campaigns. Set to 0 if NULL. - name: campaign_opens @@ -90,13 +88,10 @@ models: description: The ID of the list the member belongs to. - name: signup_timestamp description: The date and time the subscriber signed up for the list. - format: YYYY-MM-DD HH:MM:SS - name: opt_in_timestamp description: The date and time the subscribe confirmed their opt-in status. - format: YYYY-MM-DD HH:MM:SS - name: last_changed_timestamp description: The date and time the member's info was last changed. - format: YYYY-MM-DD HH:MM:SS - name: country_code description: The member's unique code for the location country. - name: dstoff @@ -155,10 +150,8 @@ models: description: The ID of the Segment a campaign was sent to. - name: create_timestamp description: The date and time the campaign was created. - format: YYYY-MM-DD HH:MM:SS - name: send_timestamp description: The date and time a campaign was sent. - format: YYYY-MM-DD HH:MM:SS - name: list_id description: The ID of the List a campaign was sent to. - name: reply_to_email @@ -230,7 +223,7 @@ models: description: Each record represents the send of a campaign email, enriched with click, open and unsubscribe metrics. columns: - name: email_id - description: The ID of the email sent. Surrogate key generated from 'campaign_id' and 'member_id'. Use the dbt utils package to generate the surrogate key. + description: The ID of the email sent. Surrogate key generated in dbt from 'campaign_id' and 'member_id'. - name: campaign_id description: The ID of the campaign a sent email is from. - name: member_id @@ -253,10 +246,8 @@ models: description: Whether the email sent was clicked. Set to False if NULL. - name: send_timestamp description: The date and time a campaign was sent. - format: YYYY-MM-DD HH:MM:SS - name: first_open_timestamp description: The timestamp of the first open for an email. - format: YYYY-MM-DD HH:MM:SS - name: time_to_open_minutes description: The time from send to open in minutes. - name: time_to_open_hours @@ -279,18 +270,16 @@ models: description: The ID of the list the email was sent to. - name: activity_timestamp description: The timestamp when the activity occurred. - format: YYYY-MM-DD HH:MM:SS - name: ip_address description: The IP address recorded for the action. - name: url description: If the action is a 'click', the URL on which the member clicked. - name: activity_id - description: The ID of the activity/event. Surrogate key generated in dbt from 'action_type', 'campaign_id', 'member_id', and 'activity_timestamp'. Use the dbt utils package to generate the surrogate key. + description: The ID of the activity/event. - name: email_id - description: The ID of the email sent. Surrogate key generated in dbt from 'campaign_id' and 'member_id'. Use the dbt utils package to generate the surrogate key. + description: The ID of the email sent. Surrogate key generated in dbt from 'campaign_id' and 'member_id'. - name: send_timestamp description: The time the campaign was sent. - format: YYYY-MM-DD HH:MM:SS - name: time_since_send_minutes description: The time from send to activity in minutes. - name: time_since_send_hours @@ -311,10 +300,8 @@ models: description: Description of the segment. Formatted as a string marked up with HTML. - name: started_timestamp description: The date and time the Automation was started. - format: YYYY-MM-DD HH:MM:SS - name: created_timestamp description: The date and time the Automation was created. - format: YYYY-MM-DD HH:MM:SS - name: status description: The current status of the Automation. Possible Values:save, paused, sending - name: title @@ -343,13 +330,10 @@ models: description: The ID of the automation an email relates to. - name: created_timestamp description: The date and time the automation email was created. - format: YYYY-MM-DD HH:MM:SS - name: started_timestamp description: The date and time the automation email was started. - format: YYYY-MM-DD HH:MM:SS - name: send_timestamp description: The date and time the automation email was sent. - format: YYYY-MM-DD HH:MM:SS - name: from_name description: The 'from' name on the automation email (not an email address). - name: reply_to @@ -407,17 +391,17 @@ models: - name: segment_id description: The ID of the Segment this automation email is being sent to. - name: sends - description: The number of sent emails from automation. Set to 0 if NULL. + description: The number of sent emails from campaigns. Set to 0 if NULL. - name: opens - description: The number of open events from automation emails. The same email being opened multiple times is included in this metric. Set to 0 if NULL. + description: The number of open events from campaign emails. The same email being opened multiple times is included in this metric. Set to 0 if NULL. - name: clicks - description: The number of click events from automation emails. The same email being clicked multiple times is included in this metric. Set to 0 if NULL. + description: The number of click events from campaign emails. The same email being clicked multiple times is included in this metric. Set to 0 if NULL. - name: unique_opens - description: The unique number of emails opened from automation emails. If a given email to a user was opened multiple times, it will only count once in this metric. This is the metric for opens that is reported by Mailchimp. Set to 0 if NULL. + description: The unique number of emails opened from campaign emails. If a given email to a user was opened multiple times, it will only count once in this metric. This is the metric for opens that is reported by Mailchimp. Set to 0 if NULL. - name: unique_clicks - description: The unique number of emails clicked from automation emails. If a given email to a user was clicked multiple times, it will only count once in this metric. This is the metric for clicks that is reported by Mailchimp. Set to 0 if NULL. + description: The unique number of emails clicked from campaign emails. If a given email to a user was clicked multiple times, it will only count once in this metric. This is the metric for clicks that is reported by Mailchimp. Set to 0 if NULL. - name: unsubscribes - description: The number of users who have unsubscribed from automation emails. Set to 0 if NULL. + description: The number of users who have unsubscribed from campaign emails. Set to 0 if NULL. - name: mailchimp__automation_activities description: Each record represents an activity taken in relation to a automation email. @@ -432,13 +416,12 @@ models: description: The ID of the list the email was sent to. - name: activity_timestamp description: The timestamp when the activity occurred. - format: YYYY-MM-DD HH:MM:SS - name: ip_address description: The IP address recorded for the action. - name: url description: If the action is a 'click', the URL on which the member clicked. - name: activity_id - description: The ID of the activity/event. Surrogate key generated in dbt from 'action_type', 'automation_email_id', 'member_id', and 'activity_timestamp'. Use the dbt utils package to generate the surrogate key. + description: The ID of the activity/event. - name: automation_id description: The ID for the automation that relates to the activity. - name: segment_id @@ -461,10 +444,8 @@ models: description: The type of segment - name: updated_timestamp description: The date and time the segment was last updated. - format: YYYY-MM-DD HH:MM:SS - name: created_timestamp description: The date and time the segment was created. - format: YYYY-MM-DD HH:MM:SS - name: campaign_sends description: The number of sent emails from campaigns. Set the value to 0 if it is NULL. - name: campaign_opens diff --git a/inputs_databricks/mailchimp/schemas/automation.csv b/mailchimp/schemas/automation.csv similarity index 100% rename from inputs_databricks/mailchimp/schemas/automation.csv rename to mailchimp/schemas/automation.csv diff --git a/inputs_databricks/mailchimp/schemas/automation_email.csv b/mailchimp/schemas/automation_email.csv similarity index 100% rename from inputs_databricks/mailchimp/schemas/automation_email.csv rename to mailchimp/schemas/automation_email.csv diff --git a/inputs_databricks/mailchimp/schemas/automation_recipient.csv b/mailchimp/schemas/automation_recipient.csv similarity index 100% rename from inputs_databricks/mailchimp/schemas/automation_recipient.csv rename to mailchimp/schemas/automation_recipient.csv diff --git a/inputs_databricks/mailchimp/schemas/automation_recipient_activity.csv b/mailchimp/schemas/automation_recipient_activity.csv similarity index 100% rename from inputs_databricks/mailchimp/schemas/automation_recipient_activity.csv rename to mailchimp/schemas/automation_recipient_activity.csv diff --git a/inputs_databricks/mailchimp/schemas/campaign.csv b/mailchimp/schemas/campaign.csv similarity index 100% rename from inputs_databricks/mailchimp/schemas/campaign.csv rename to mailchimp/schemas/campaign.csv diff --git a/inputs_databricks/mailchimp/schemas/campaign_recipient.csv b/mailchimp/schemas/campaign_recipient.csv similarity index 100% rename from inputs_databricks/mailchimp/schemas/campaign_recipient.csv rename to mailchimp/schemas/campaign_recipient.csv diff --git a/inputs_databricks/mailchimp/schemas/campaign_recipient_activity.csv b/mailchimp/schemas/campaign_recipient_activity.csv similarity index 100% rename from inputs_databricks/mailchimp/schemas/campaign_recipient_activity.csv rename to mailchimp/schemas/campaign_recipient_activity.csv diff --git a/inputs_databricks/mailchimp/schemas/list.csv b/mailchimp/schemas/list.csv similarity index 100% rename from inputs_databricks/mailchimp/schemas/list.csv rename to mailchimp/schemas/list.csv diff --git a/inputs_databricks/mailchimp/schemas/member.csv b/mailchimp/schemas/member.csv similarity index 100% rename from inputs_databricks/mailchimp/schemas/member.csv rename to mailchimp/schemas/member.csv diff --git a/inputs_databricks/mailchimp/schemas/segment.csv b/mailchimp/schemas/segment.csv similarity index 100% rename from inputs_databricks/mailchimp/schemas/segment.csv rename to mailchimp/schemas/segment.csv diff --git a/inputs_databricks/mailchimp/schemas/segment_member.csv b/mailchimp/schemas/segment_member.csv similarity index 100% rename from inputs_databricks/mailchimp/schemas/segment_member.csv rename to mailchimp/schemas/segment_member.csv diff --git a/inputs_databricks/mailchimp/schemas/unsubscribe.csv b/mailchimp/schemas/unsubscribe.csv similarity index 100% rename from inputs_databricks/mailchimp/schemas/unsubscribe.csv rename to mailchimp/schemas/unsubscribe.csv diff --git a/inputs_snowflake/marketo/config.yaml b/marketo/config.yaml similarity index 100% rename from inputs_snowflake/marketo/config.yaml rename to marketo/config.yaml diff --git a/inputs_redshift/marketo/data_model.yaml b/marketo/data_model.yaml similarity index 89% rename from inputs_redshift/marketo/data_model.yaml rename to marketo/data_model.yaml index 98caf01b8964ced4cef81a603a1e721e8b52a851..926362f33e985bda5d12f9d2b15f2d45fce036de 100644 --- a/inputs_redshift/marketo/data_model.yaml +++ b/marketo/data_model.yaml @@ -10,7 +10,6 @@ models: description: Type of campaign, either 'batch' or 'trigger'. - name: created_timestamp description: Timestamp when the campaign was created. - format: YYYY-MM-DD HH:MM:SS - name: description description: Description of the campaign - name: is_active @@ -19,7 +18,6 @@ models: description: ID of the parent program, if applicable. - name: updated_timestamp description: Timestamp when the campaign was most recently updated. - format: YYYY-MM-DD HH:MM:SS - name: workspace_name description: Name of the parent workspace, if applicable. - name: count_sends @@ -45,7 +43,7 @@ models: - name: folder_id description: ID of the folder where the campaign is stored in Marketo. - name: folder_type - description: Type of folder that stores the campaign. + description: Type of folder (e.g., program, campaign) that stores the campaign. - name: is_communication_limit_enabled description: Whether the communication limit is enabled for the campaign. - name: is_requestable @@ -60,11 +58,10 @@ models: description: Unit for the qualification interval (e.g., hours, days). - name: recurrence_start_at description: Timestamp when the recurrence of the campaign starts. - format: YYYY-MM-DD HH:MM:SS - name: recurrence_interval_type description: Type of interval for the recurrence (e.g., daily, weekly). - name: recurrence_interval - description: The value of the recurrence interval + description: Frequency of recurrence (e.g., every 1 day). - name: recurrence_weekday_only description: Whether recurrence occurs only on weekdays. - name: smart_list_id @@ -73,7 +70,7 @@ models: description: Current status of the campaign (e.g., active, paused). - name: marketo__email_sends - description: Each record is a sent email in Marketo to a user. The email send activity timestamp should be in the valid range of the email template's valid time range. Valid range is from when the version was created or last updated until the next version's update, and the latest version's range stays open (i.e., 2099-01-01 00:00:00.000). + description: Each record is a sent email in Marketo to a user. The email send activity timestamp should be in the valid range of the email template's valid time range. columns: - name: action_result description: The outcome of a specific action performed within the Marketo platform. @@ -83,7 +80,6 @@ models: description: Assigned rank for a given email_send_id, determined by ascending order of activity_timestamp. Earliest activity_timestamp gets rank 1. - name: activity_timestamp description: The timestamp the email was sent. - format: YYYY-MM-DD HH:MM:SS - name: activity_type_id description: The ID of the activity type. - name: campaign_id @@ -93,7 +89,7 @@ models: - name: choice_number description: The choice number of the current step that triggered the activity. - name: email_send_id - description: The inferred ID for the email sent. This is a surrogate key generated from primary_attribute_value_id, campaign_id, campaign_run_id, and lead_id. Use dbt utils package to generate the surrogate key. + description: The inferred ID for the email sent. - name: email_template_id description: The ID of the email's template. - name: lead_id @@ -130,17 +126,16 @@ models: description: Whether the email send was operational. - name: marketo__email_templates - description: Each record is a version of an email template. + description: Each record is the most recent version of an email template. columns: - name: created_timestamp description: Timestamp the email template was created. - format: YYYY-MM-DD HH:MM:SS.fff - name: description description: Description of the email template. - name: email_subject description: Subject line of the email. - name: email_template_history_id - description: ID of the version of the email template. This is a surrogate key generated from email_template_id and inferred_version. Use dbt utils package to generate the surrogate key. + description: ID of the version of the email template. - name: email_template_id description: ID of the email template - name: email_template_name @@ -164,7 +159,7 @@ models: - name: has_web_view_enabled description: Whether 'View as Webpage' function is enabled for the email. - name: inferred_version - description: Incrementing positive integer version of the email template. + description: Incrementing integer version of the email template. - name: is_most_recent_version description: Whether it is the most recent version of the email template. - name: is_operational @@ -183,12 +178,10 @@ models: description: Count of records for a given email_template_id. - name: updated_timestamp description: Timestamp the email template was last updated. - format: YYYY-MM-DD HH:MM:SS.fff - name: valid_from - description: The timestamp from which this version of the email template became the current version - format: YYYY-MM-DD HH:MM:SS.fff + description: When the version of the email template was is valid from. - name: valid_to - description: The timestamp at which this version stopped being the current version, i.e. the update timestamp of the next version. NULL for the most recent version, which has no successor. + description: When the version of the email template was is valid to. - name: version_type description: The type version of the email, either '1' or '2'. - name: workspace_name @@ -219,7 +212,6 @@ models: description: Channel of the program. - name: created_timestamp description: Timestamp the program was created at - format: YYYY-MM-DD HH:MM:SS - name: program_name description: Name of the program. - name: program_status @@ -232,7 +224,6 @@ models: description: Name of the linked SFDC campaign if applicable. - name: updated_timestamp description: Timestamp the program was most recently updated. - format: YYYY-MM-DD HH:MM:SS - name: url description: URL of the program in the Marketo UI. - name: workspace diff --git a/inputs_databricks/marketo/schemas/activity_change_data_value.csv b/marketo/schemas/activity_change_data_value.csv similarity index 100% rename from inputs_databricks/marketo/schemas/activity_change_data_value.csv rename to marketo/schemas/activity_change_data_value.csv diff --git a/inputs_databricks/marketo/schemas/activity_click_email.csv b/marketo/schemas/activity_click_email.csv similarity index 100% rename from inputs_databricks/marketo/schemas/activity_click_email.csv rename to marketo/schemas/activity_click_email.csv diff --git a/inputs_databricks/marketo/schemas/activity_delete_lead.csv b/marketo/schemas/activity_delete_lead.csv similarity index 100% rename from inputs_databricks/marketo/schemas/activity_delete_lead.csv rename to marketo/schemas/activity_delete_lead.csv diff --git a/inputs_databricks/marketo/schemas/activity_email_bounced.csv b/marketo/schemas/activity_email_bounced.csv similarity index 100% rename from inputs_databricks/marketo/schemas/activity_email_bounced.csv rename to marketo/schemas/activity_email_bounced.csv diff --git a/inputs_databricks/marketo/schemas/activity_email_delivered.csv b/marketo/schemas/activity_email_delivered.csv similarity index 100% rename from inputs_databricks/marketo/schemas/activity_email_delivered.csv rename to marketo/schemas/activity_email_delivered.csv diff --git a/inputs_databricks/marketo/schemas/activity_merge_leads.csv b/marketo/schemas/activity_merge_leads.csv similarity index 100% rename from inputs_databricks/marketo/schemas/activity_merge_leads.csv rename to marketo/schemas/activity_merge_leads.csv diff --git a/inputs_databricks/marketo/schemas/activity_open_email.csv b/marketo/schemas/activity_open_email.csv similarity index 100% rename from inputs_databricks/marketo/schemas/activity_open_email.csv rename to marketo/schemas/activity_open_email.csv diff --git a/inputs_databricks/marketo/schemas/activity_send_email.csv b/marketo/schemas/activity_send_email.csv similarity index 100% rename from inputs_databricks/marketo/schemas/activity_send_email.csv rename to marketo/schemas/activity_send_email.csv diff --git a/inputs_databricks/marketo/schemas/activity_unsubscribe_email.csv b/marketo/schemas/activity_unsubscribe_email.csv similarity index 100% rename from inputs_databricks/marketo/schemas/activity_unsubscribe_email.csv rename to marketo/schemas/activity_unsubscribe_email.csv diff --git a/inputs_databricks/marketo/schemas/email_template_history.csv b/marketo/schemas/email_template_history.csv similarity index 100% rename from inputs_databricks/marketo/schemas/email_template_history.csv rename to marketo/schemas/email_template_history.csv diff --git a/inputs_databricks/marketo/schemas/lead.csv b/marketo/schemas/lead.csv similarity index 100% rename from inputs_databricks/marketo/schemas/lead.csv rename to marketo/schemas/lead.csv diff --git a/inputs_databricks/marketo/schemas/lead_describe.csv b/marketo/schemas/lead_describe.csv similarity index 100% rename from inputs_databricks/marketo/schemas/lead_describe.csv rename to marketo/schemas/lead_describe.csv diff --git a/inputs_databricks/marketo/schemas/marketo_campaign.csv b/marketo/schemas/marketo_campaign.csv similarity index 100% rename from inputs_databricks/marketo/schemas/marketo_campaign.csv rename to marketo/schemas/marketo_campaign.csv diff --git a/inputs_databricks/marketo/schemas/program.csv b/marketo/schemas/program.csv similarity index 100% rename from inputs_databricks/marketo/schemas/program.csv rename to marketo/schemas/program.csv diff --git a/inputs_snowflake/mental_health_survey/config.yaml b/mental_health_survey/config.yaml similarity index 100% rename from inputs_snowflake/mental_health_survey/config.yaml rename to mental_health_survey/config.yaml diff --git a/inputs_databricks/mental_health_survey/data_model.yaml b/mental_health_survey/data_model.yaml similarity index 94% rename from inputs_databricks/mental_health_survey/data_model.yaml rename to mental_health_survey/data_model.yaml index da1d6146c774f496da37362fe6f93e2d59dfeee7..210d75b81244f5ffb96548b9c258eb85d6625b19 100644 --- a/inputs_databricks/mental_health_survey/data_model.yaml +++ b/mental_health_survey/data_model.yaml @@ -13,6 +13,6 @@ models: - name: oldest_user_age description: The age of the oldest user who answered the survey (question 'What is your age?') - name: per_bring_mental_issue_in_interview - description: The percentage of people in the survey who would bring up a mental health issue with a potential employer in an interview. Only include respondents who answered that question. + description: The percentage of people in the survey who would bring up a mental health issue with a potential employer in an interview - name: contains_work_city description: Set to 1 if the survey contains the question "What country do you work in?", 0 otherwise. \ No newline at end of file diff --git a/inputs_databricks/mental_health_survey/schemas/Answer.csv b/mental_health_survey/schemas/Answer.csv similarity index 100% rename from inputs_databricks/mental_health_survey/schemas/Answer.csv rename to mental_health_survey/schemas/Answer.csv diff --git a/inputs_databricks/mental_health_survey/schemas/Question.csv b/mental_health_survey/schemas/Question.csv similarity index 100% rename from inputs_databricks/mental_health_survey/schemas/Question.csv rename to mental_health_survey/schemas/Question.csv diff --git a/inputs_databricks/mental_health_survey/schemas/Survey.csv b/mental_health_survey/schemas/Survey.csv similarity index 100% rename from inputs_databricks/mental_health_survey/schemas/Survey.csv rename to mental_health_survey/schemas/Survey.csv diff --git a/inputs_snowflake/menu/config.yaml b/menu/config.yaml similarity index 100% rename from inputs_snowflake/menu/config.yaml rename to menu/config.yaml diff --git a/inputs_redshift/menu/data_model.yaml b/menu/data_model.yaml similarity index 72% rename from inputs_redshift/menu/data_model.yaml rename to menu/data_model.yaml index 0efc9a0ef945198b6d1725289912bbbc367a0f91..4a3ca0705ed6996b6cfb7ff28d812f2dccdab43b 100644 --- a/inputs_redshift/menu/data_model.yaml +++ b/menu/data_model.yaml @@ -9,12 +9,12 @@ models: - name: sponsor description: The sponsor of the menu. - name: dish_with_highest_price - description: The dish with the highest price in the menu, with ties broken by dish name in ascending order. If every dish has a NULL price, return the alphabetically first dish. + description: The dish with the highest price in the menu, with ties broken by the ascending order of the dish name. - name: num_dishes_second_page description: The number of dishes on the second page of the menu, replace NULL values with 0. - name: has_clear_green_turtle_and_uses_dollars - description: Set to 1 if the menu has the dish "Clear green turtle" and uses dollars as their currency, 0 otherwise. Has the dish "Clear green turtle" refers to name = 'Clear green turtle'. Using dollars refers to currency = 'Dollars'. + description: Set to 1 if the menu has the dish "Clear green turtle" and uses dollars as their currency, 0 otherwise. - name: page_with_biggest_height description: The page number with the biggest height in the menu, with ties broken by the ascending order of the page number - name: avg_num_of_dishes_per_page - description: The average number of dishes per page in the menu, calculated as dish_count / page_count. \ No newline at end of file + description: The average number of dishes per page in the menu. \ No newline at end of file diff --git a/inputs_databricks/menu/schemas/Dish.csv b/menu/schemas/Dish.csv similarity index 100% rename from inputs_databricks/menu/schemas/Dish.csv rename to menu/schemas/Dish.csv diff --git a/inputs_databricks/menu/schemas/Menu.csv b/menu/schemas/Menu.csv similarity index 100% rename from inputs_databricks/menu/schemas/Menu.csv rename to menu/schemas/Menu.csv diff --git a/inputs_databricks/menu/schemas/MenuItem.csv b/menu/schemas/MenuItem.csv similarity index 100% rename from inputs_databricks/menu/schemas/MenuItem.csv rename to menu/schemas/MenuItem.csv diff --git a/inputs_databricks/menu/schemas/MenuPage.csv b/menu/schemas/MenuPage.csv similarity index 100% rename from inputs_databricks/menu/schemas/MenuPage.csv rename to menu/schemas/MenuPage.csv diff --git a/inputs_snowflake/microsoft_ads/config.yaml b/microsoft_ads/config.yaml similarity index 100% rename from inputs_snowflake/microsoft_ads/config.yaml rename to microsoft_ads/config.yaml diff --git a/inputs_redshift/microsoft_ads/data_model.yaml b/microsoft_ads/data_model.yaml similarity index 84% rename from inputs_redshift/microsoft_ads/data_model.yaml rename to microsoft_ads/data_model.yaml index 3183d0f883e643778957c7cba5b0e523a512a8d5..15d22491655c674f9564fc653f99876008ad28de 100644 --- a/inputs_redshift/microsoft_ads/data_model.yaml +++ b/microsoft_ads/data_model.yaml @@ -1,10 +1,9 @@ models: - name: microsoft_ads__account_report - description: Each record in this table represents the daily clicks, impressions, spend (and if applicable other passthrough metrics) of ads by account, account timezone, device os, device type, network and currency code. Use the most recent record if multiple records exist. + description: Each record in this table represents the daily clicks, impressions, spend (and if applicable other passthrough metrics) of ads by account, account timezone, device os, device type, network and currency code. columns: - name: date_day description: The date of the performance report. - format: YYYY-MM-DD - name: account_name description: The name of the account. - name: account_id @@ -33,11 +32,10 @@ models: description: Number of all conversions, measured by completion of an action by a customer after viewing your ad. This will include data from conversions regardless of the value of the conversion goal's ExcludeFromBidding property in Microsoft Ads. This field coalesces the source all_conversions_qualifed and all_conversions fields, and will be 0 if both are null. - name: microsoft_ads__ad_group_report - description: Each record in this table represents the daily clicks, impressions, spend (and if applicable other passthrough metrics) of ads by ad group, campaign, account, device os, device type, network and currency code. Use the most recent record if multiple records exist. + description: Each record in this table represents the daily clicks, impressions, spend (and if applicable other passthrough metrics) of ads by ad group, campaign, account, device os, device type, network and currency code. columns: - name: date_day description: The date of the performance report. - format: YYYY-MM-DD - name: account_name description: The name of the account. - name: account_id @@ -74,11 +72,10 @@ models: description: The revenue reported by the advertiser as a result of the all_conversions figure. This will include revenue from conversions regardless of the value of the conversion goal's ExcludeFromBidding property in Microsoft Ads. Set the value to 0 if it is NULL. - name: microsoft_ads__ad_report - description: Each record in this table represents the daily clicks, impressions, spend (and if applicable other passthrough metrics) of ads by ad, ad group, campaign, account, ad type, device os, device type, network and currency code. Use the most recent record if multiple records exist. + description: Each record in this table represents the daily clicks, impressions, spend (and if applicable other passthrough metrics) of ads by ad, ad group, campaign, account, ad type, device os, device type, network and currency code. columns: - name: date_day description: The date of the performance report. - format: YYYY-MM-DD - name: account_name description: The name of the account. - name: account_id @@ -121,11 +118,10 @@ models: description: The revenue reported by the advertiser as a result of the all_conversions figure. This will include revenue from conversions regardless of the value of the conversion goal's ExcludeFromBidding property in Microsoft Ads. Set the value to 0 if it is NULL. - name: microsoft_ads__campaign_report - description: Each record in this table represents the daily clicks, impressions, spend (and if applicable other passthrough metrics) of ads by campaign, account, campaign type, campaign timezone, campaign status, device os, device type, network and currency code. Use the most recent record if multiple records exist. + description: Each record in this table represents the daily clicks, impressions, spend (and if applicable other passthrough metrics) of ads by campaign, account, campaign type, campaign timezone, campaign status, device os, device type, network and currency code. columns: - name: date_day description: The date of the performance report. - format: YYYY-MM-DD - name: account_name description: The name of the account. - name: account_id @@ -164,11 +160,10 @@ models: description: The revenue reported by the advertiser as a result of the all_conversions figure. This will include revenue from conversions regardless of the value of the conversion goal's ExcludeFromBidding property in Microsoft Ads. Set the value to 0 if it is NULL. - name: microsoft_ads__keyword_report - description: Each record in this table represents the daily clicks, impressions, spend (and if applicable other passthrough metrics) of ads by keyword, ad, ad group, campaign, account, device os, device type, network and currency code. Use the most recent record if multiple records exist. + description: Each record in this table represents the daily clicks, impressions, spend (and if applicable other passthrough metrics) of ads by keyword, ad, ad group, campaign, account, device os, device type, network and currency code. columns: - name: date_day description: The date of the performance report. - format: YYYY-MM-DD - name: account_name description: The name of the account. - name: account_id @@ -208,11 +203,10 @@ models: - name: microsoft_ads__search_report - description: Each record in this table represents the daily clicks, impressions, spend (and if applicable other passthrough metrics) of ads by search query, keyword, ad, ad group, campaign, account, device os, device type and network. Use the most recent record if multiple records exist. + description: Each record in this table represents the daily clicks, impressions, spend (and if applicable other passthrough metrics) of ads by search query, keyword, ad, ad group, campaign, account, device os, device type and network. columns: - name: date_day description: The date of the performance report. - format: YYYY-MM-DD - name: account_name description: The name of the account. - name: account_id @@ -253,3 +247,47 @@ models: description: Number of all conversions, measured by completion of an action by a customer after viewing your ad. This will include data from conversions regardless of the value of the conversion goal's ExcludeFromBidding property in Microsoft Ads. This field coalesces the source all_conversions_qualifed and all_conversions fields, and will be 0 if both are null. - name: all_conversions_value description: The revenue reported by the advertiser as a result of the all_conversions figure. This will include revenue from conversions regardless of the value of the conversion goal's ExcludeFromBidding property in Microsoft Ads. Set the value to 0 if it is NULL. + + - name: microsoft_ads__url_report + description: Each record in this table represents the daily clicks, impressions, spend (and if applicable other passthrough metrics) of ads by ad, ad group, campaign, account, ad type, device os, device type, network, currency code, url and utm parameters. + columns: + - name: date_day + description: The date of the performance report. + - name: account_name + description: The name of the account. + - name: account_id + description: The ID of the account. + - name: campaign_name + description: The name of the campaign. + - name: campaign_id + description: The ID of the campaign. + - name: ad_group_name + description: The name of the corresponding ad group. + - name: ad_group_id + description: The ID of the corresponding ad group. + - name: ad_name + description: The name of the corresponding ad; title_part_1 is used as the ad name as a proxy as one is not provided by the data source. + - name: ad_id + description: The ID of the corresponding ad. + - name: device_os + description: The device operating system associated with this record; values include but may not be limited to 'Windows', 'iOS', 'Android', 'Other', 'BlackBerry' and 'Unknown'. + - name: device_type + description: The device type associated with this record; values include but may not be limited to 'Computer', 'Smartphone', 'Tablet' and 'Unknown'. + - name: network + description: The network associated with this record. + - name: currency_code + description: The currency code associated with spend and, if applicable, other metrics associated with currency. + - name: clicks + description: The number of clicks that occurred by the grain of the report. Set the value to 0 if it is NULL. + - name: impressions + description: The number of impressions that occurred by the grain of the report. Set the value to 0 if it is NULL. + - name: spend + description: The amount of spend that occurred by the grain of the report. Set the value to 0 if it is NULL. + - name: conversions + description: Number of conversions, measured by completion of an action by a customer after viewing your ad. This will exclude any conversions where the convesion goal's ExcludeFromBidding property in Microsoft Ads is set to true. This field coalesces the source conversions_qualifed and conversions fields, and will be 0 if both are null. + - name: conversions_value + description: The revenue optionally reported by the advertiser as a result of the conversions figure. This will exclude revenue from conversions in which the conversion goal's ExcludeFromBidding property in Microsoft Ads is set to true. Set the value to 0 if it is NULL. + - name: all_conversions + description: Number of all conversions, measured by completion of an action by a customer after viewing your ad. This will include data from conversions regardless of the value of the conversion goal's ExcludeFromBidding property in Microsoft Ads. This field coalesces the source all_conversions_qualifed and all_conversions fields, and will be 0 if both are null. + - name: all_conversions_value + description: The revenue reported by the advertiser as a result of the all_conversions figure. This will include revenue from conversions regardless of the value of the conversion goal's ExcludeFromBidding property in Microsoft Ads. Set the value to 0 if it is NULL. diff --git a/inputs_databricks/microsoft_ads/schemas/account_history.csv b/microsoft_ads/schemas/account_history.csv similarity index 100% rename from inputs_databricks/microsoft_ads/schemas/account_history.csv rename to microsoft_ads/schemas/account_history.csv diff --git a/inputs_databricks/microsoft_ads/schemas/account_performance_daily_report.csv b/microsoft_ads/schemas/account_performance_daily_report.csv similarity index 100% rename from inputs_databricks/microsoft_ads/schemas/account_performance_daily_report.csv rename to microsoft_ads/schemas/account_performance_daily_report.csv diff --git a/inputs_databricks/microsoft_ads/schemas/ad_group_history.csv b/microsoft_ads/schemas/ad_group_history.csv similarity index 100% rename from inputs_databricks/microsoft_ads/schemas/ad_group_history.csv rename to microsoft_ads/schemas/ad_group_history.csv diff --git a/inputs_databricks/microsoft_ads/schemas/ad_group_performance_daily_report.csv b/microsoft_ads/schemas/ad_group_performance_daily_report.csv similarity index 100% rename from inputs_databricks/microsoft_ads/schemas/ad_group_performance_daily_report.csv rename to microsoft_ads/schemas/ad_group_performance_daily_report.csv diff --git a/inputs_databricks/microsoft_ads/schemas/ad_history.csv b/microsoft_ads/schemas/ad_history.csv similarity index 100% rename from inputs_databricks/microsoft_ads/schemas/ad_history.csv rename to microsoft_ads/schemas/ad_history.csv diff --git a/inputs_databricks/microsoft_ads/schemas/ad_performance_daily_report.csv b/microsoft_ads/schemas/ad_performance_daily_report.csv similarity index 100% rename from inputs_databricks/microsoft_ads/schemas/ad_performance_daily_report.csv rename to microsoft_ads/schemas/ad_performance_daily_report.csv diff --git a/inputs_databricks/microsoft_ads/schemas/campaign_history.csv b/microsoft_ads/schemas/campaign_history.csv similarity index 100% rename from inputs_databricks/microsoft_ads/schemas/campaign_history.csv rename to microsoft_ads/schemas/campaign_history.csv diff --git a/inputs_databricks/microsoft_ads/schemas/campaign_performance_daily_report.csv b/microsoft_ads/schemas/campaign_performance_daily_report.csv similarity index 100% rename from inputs_databricks/microsoft_ads/schemas/campaign_performance_daily_report.csv rename to microsoft_ads/schemas/campaign_performance_daily_report.csv diff --git a/inputs_databricks/microsoft_ads/schemas/keyword_history.csv b/microsoft_ads/schemas/keyword_history.csv similarity index 100% rename from inputs_databricks/microsoft_ads/schemas/keyword_history.csv rename to microsoft_ads/schemas/keyword_history.csv diff --git a/inputs_databricks/microsoft_ads/schemas/keyword_performance_daily_report.csv b/microsoft_ads/schemas/keyword_performance_daily_report.csv similarity index 100% rename from inputs_databricks/microsoft_ads/schemas/keyword_performance_daily_report.csv rename to microsoft_ads/schemas/keyword_performance_daily_report.csv diff --git a/inputs_databricks/microsoft_ads/schemas/search_performance_daily_report.csv b/microsoft_ads/schemas/search_performance_daily_report.csv similarity index 100% rename from inputs_databricks/microsoft_ads/schemas/search_performance_daily_report.csv rename to microsoft_ads/schemas/search_performance_daily_report.csv diff --git a/inputs_snowflake/mondial_geo/config.yaml b/mondial_geo/config.yaml similarity index 100% rename from inputs_snowflake/mondial_geo/config.yaml rename to mondial_geo/config.yaml diff --git a/inputs_snowflake/mondial_geo/data_model.yaml b/mondial_geo/data_model.yaml similarity index 85% rename from inputs_snowflake/mondial_geo/data_model.yaml rename to mondial_geo/data_model.yaml index ab10c90c25e6d9bad5149bae7db12742e2dd29bb..8f72c177a6cc394355856baa33d72203e758efcc 100644 --- a/inputs_snowflake/mondial_geo/data_model.yaml +++ b/mondial_geo/data_model.yaml @@ -15,6 +15,6 @@ models: - name: num_languages_spoken description: The number of languages spoken in the country, replace NULL values with 0. - name: has_over_1_organizations_and_an_inflation_rate_of_over_3_per - description: Set to 1 if more than one organization is headquartered in the country and the country's inflation rate is greater than 3. Otherwise set to 0. + description: Set to 1 if the country has over 1 organizations and an inflation rate of over 3, otherwise, set to 0. - name: num_neighbors description: The number of neighbors of the country, replace NULL values with 0. diff --git a/inputs_databricks/mondial_geo/schemas/borders.csv b/mondial_geo/schemas/borders.csv similarity index 100% rename from inputs_databricks/mondial_geo/schemas/borders.csv rename to mondial_geo/schemas/borders.csv diff --git a/inputs_databricks/mondial_geo/schemas/city.csv b/mondial_geo/schemas/city.csv similarity index 100% rename from inputs_databricks/mondial_geo/schemas/city.csv rename to mondial_geo/schemas/city.csv diff --git a/inputs_databricks/mondial_geo/schemas/continent.csv b/mondial_geo/schemas/continent.csv similarity index 100% rename from inputs_databricks/mondial_geo/schemas/continent.csv rename to mondial_geo/schemas/continent.csv diff --git a/inputs_databricks/mondial_geo/schemas/country.csv b/mondial_geo/schemas/country.csv similarity index 100% rename from inputs_databricks/mondial_geo/schemas/country.csv rename to mondial_geo/schemas/country.csv diff --git a/inputs_databricks/mondial_geo/schemas/desert.csv b/mondial_geo/schemas/desert.csv similarity index 100% rename from inputs_databricks/mondial_geo/schemas/desert.csv rename to mondial_geo/schemas/desert.csv diff --git a/inputs_databricks/mondial_geo/schemas/economy.csv b/mondial_geo/schemas/economy.csv similarity index 100% rename from inputs_databricks/mondial_geo/schemas/economy.csv rename to mondial_geo/schemas/economy.csv diff --git a/inputs_databricks/mondial_geo/schemas/encompasses.csv b/mondial_geo/schemas/encompasses.csv similarity index 100% rename from inputs_databricks/mondial_geo/schemas/encompasses.csv rename to mondial_geo/schemas/encompasses.csv diff --git a/inputs_snowflake/mondial_geo/schemas/language.csv b/mondial_geo/schemas/ethnicGroup.csv similarity index 59% rename from inputs_snowflake/mondial_geo/schemas/language.csv rename to mondial_geo/schemas/ethnicGroup.csv index 3093f035264296460a05e5578e619bdcf30289c7..6a8fc2392ee4df37460088912d487a8dc0ffc6ad 100644 --- a/inputs_snowflake/mondial_geo/schemas/language.csv +++ b/mondial_geo/schemas/ethnicGroup.csv @@ -1,4 +1,4 @@ column_name,column_description Country,the country code Name,name of the language -Percentage,percentage of the language in this country +Percentage,percentage of the language in this country. diff --git a/inputs_databricks/mondial_geo/schemas/geo_desert.csv b/mondial_geo/schemas/geo_desert.csv similarity index 100% rename from inputs_databricks/mondial_geo/schemas/geo_desert.csv rename to mondial_geo/schemas/geo_desert.csv diff --git a/inputs_databricks/mondial_geo/schemas/geo_estuary.csv b/mondial_geo/schemas/geo_estuary.csv similarity index 100% rename from inputs_databricks/mondial_geo/schemas/geo_estuary.csv rename to mondial_geo/schemas/geo_estuary.csv diff --git a/inputs_databricks/mondial_geo/schemas/geo_island.csv b/mondial_geo/schemas/geo_island.csv similarity index 100% rename from inputs_databricks/mondial_geo/schemas/geo_island.csv rename to mondial_geo/schemas/geo_island.csv diff --git a/inputs_databricks/mondial_geo/schemas/geo_lake.csv b/mondial_geo/schemas/geo_lake.csv similarity index 100% rename from inputs_databricks/mondial_geo/schemas/geo_lake.csv rename to mondial_geo/schemas/geo_lake.csv diff --git a/inputs_databricks/mondial_geo/schemas/geo_mountain.csv b/mondial_geo/schemas/geo_mountain.csv similarity index 100% rename from inputs_databricks/mondial_geo/schemas/geo_mountain.csv rename to mondial_geo/schemas/geo_mountain.csv diff --git a/inputs_databricks/mondial_geo/schemas/geo_river.csv b/mondial_geo/schemas/geo_river.csv similarity index 100% rename from inputs_databricks/mondial_geo/schemas/geo_river.csv rename to mondial_geo/schemas/geo_river.csv diff --git a/inputs_databricks/mondial_geo/schemas/geo_sea.csv b/mondial_geo/schemas/geo_sea.csv similarity index 100% rename from inputs_databricks/mondial_geo/schemas/geo_sea.csv rename to mondial_geo/schemas/geo_sea.csv diff --git a/inputs_databricks/mondial_geo/schemas/geo_source.csv b/mondial_geo/schemas/geo_source.csv similarity index 100% rename from inputs_databricks/mondial_geo/schemas/geo_source.csv rename to mondial_geo/schemas/geo_source.csv diff --git a/inputs_databricks/mondial_geo/schemas/is_member.csv b/mondial_geo/schemas/is_member.csv similarity index 100% rename from inputs_databricks/mondial_geo/schemas/is_member.csv rename to mondial_geo/schemas/is_member.csv diff --git a/inputs_databricks/mondial_geo/schemas/island.csv b/mondial_geo/schemas/island.csv similarity index 100% rename from inputs_databricks/mondial_geo/schemas/island.csv rename to mondial_geo/schemas/island.csv diff --git a/inputs_databricks/mondial_geo/schemas/islandIn.csv b/mondial_geo/schemas/islandIn.csv similarity index 100% rename from inputs_databricks/mondial_geo/schemas/islandIn.csv rename to mondial_geo/schemas/islandIn.csv diff --git a/inputs_databricks/mondial_geo/schemas/lake.csv b/mondial_geo/schemas/lake.csv similarity index 100% rename from inputs_databricks/mondial_geo/schemas/lake.csv rename to mondial_geo/schemas/lake.csv diff --git a/inputs_databricks/mondial_geo/schemas/language.csv b/mondial_geo/schemas/language.csv similarity index 100% rename from inputs_databricks/mondial_geo/schemas/language.csv rename to mondial_geo/schemas/language.csv diff --git a/inputs_databricks/mondial_geo/schemas/located.csv b/mondial_geo/schemas/located.csv similarity index 100% rename from inputs_databricks/mondial_geo/schemas/located.csv rename to mondial_geo/schemas/located.csv diff --git a/inputs_databricks/mondial_geo/schemas/located_on.csv b/mondial_geo/schemas/located_on.csv similarity index 100% rename from inputs_databricks/mondial_geo/schemas/located_on.csv rename to mondial_geo/schemas/located_on.csv diff --git a/inputs_databricks/mondial_geo/schemas/mergeswith.csv b/mondial_geo/schemas/mergeswith.csv similarity index 100% rename from inputs_databricks/mondial_geo/schemas/mergeswith.csv rename to mondial_geo/schemas/mergeswith.csv diff --git a/inputs_databricks/mondial_geo/schemas/mountainonisland.csv b/mondial_geo/schemas/mountainonisland.csv similarity index 100% rename from inputs_databricks/mondial_geo/schemas/mountainonisland.csv rename to mondial_geo/schemas/mountainonisland.csv diff --git a/inputs_databricks/mondial_geo/schemas/organization.csv b/mondial_geo/schemas/organization.csv similarity index 100% rename from inputs_databricks/mondial_geo/schemas/organization.csv rename to mondial_geo/schemas/organization.csv diff --git a/inputs_databricks/mondial_geo/schemas/politics.csv b/mondial_geo/schemas/politics.csv similarity index 100% rename from inputs_databricks/mondial_geo/schemas/politics.csv rename to mondial_geo/schemas/politics.csv diff --git a/inputs_databricks/mondial_geo/schemas/population.csv b/mondial_geo/schemas/population.csv similarity index 100% rename from inputs_databricks/mondial_geo/schemas/population.csv rename to mondial_geo/schemas/population.csv diff --git a/inputs_databricks/mondial_geo/schemas/province.csv b/mondial_geo/schemas/province.csv similarity index 100% rename from inputs_databricks/mondial_geo/schemas/province.csv rename to mondial_geo/schemas/province.csv diff --git a/inputs_databricks/mondial_geo/schemas/religion.csv b/mondial_geo/schemas/religion.csv similarity index 100% rename from inputs_databricks/mondial_geo/schemas/religion.csv rename to mondial_geo/schemas/religion.csv diff --git a/inputs_databricks/mondial_geo/schemas/river.csv b/mondial_geo/schemas/river.csv similarity index 100% rename from inputs_databricks/mondial_geo/schemas/river.csv rename to mondial_geo/schemas/river.csv diff --git a/inputs_databricks/mondial_geo/schemas/sea.csv b/mondial_geo/schemas/sea.csv similarity index 100% rename from inputs_databricks/mondial_geo/schemas/sea.csv rename to mondial_geo/schemas/sea.csv diff --git a/inputs_databricks/mondial_geo/schemas/target.csv b/mondial_geo/schemas/target.csv similarity index 100% rename from inputs_databricks/mondial_geo/schemas/target.csv rename to mondial_geo/schemas/target.csv diff --git a/inputs_snowflake/movie/config.yaml b/movie/config.yaml similarity index 100% rename from inputs_snowflake/movie/config.yaml rename to movie/config.yaml diff --git a/inputs_snowflake/movie/data_model.yaml b/movie/data_model.yaml similarity index 89% rename from inputs_snowflake/movie/data_model.yaml rename to movie/data_model.yaml index c25a1c82e783ea41b6057d3ee12a56bebce3e523..f27d623a3962e9e54f81c3763104f80a17b2494c 100644 --- a/inputs_snowflake/movie/data_model.yaml +++ b/movie/data_model.yaml @@ -11,9 +11,9 @@ models: - name: actor_with_longest_screentime description: The actor with the longest screentime in the movie, with ties broken by the ascending order of the actor name. - name: percentage_of_the_USA_actors - description: The percentage of the actors born in the USA that showed up in the credit list of the movie + description: The percentage of the USA actors that showed up in the credit list of the movie - name: percentage_of_the_actor_born_after_19700101 - description: The percentage of actors in the movie's credit list whose date of birth is valid and after 1970-01-01. + description: The percentage of the actors that were born after 1970/1/1 in the credit list of the movie - name: num_distinct_characters description: The number of distinct characters in the movie, replace NULL values with 0. - name: number_of_USA_male_actors diff --git a/inputs_databricks/movie/schemas/actor.csv b/movie/schemas/actor.csv similarity index 100% rename from inputs_databricks/movie/schemas/actor.csv rename to movie/schemas/actor.csv diff --git a/inputs_databricks/movie/schemas/characters.csv b/movie/schemas/characters.csv similarity index 100% rename from inputs_databricks/movie/schemas/characters.csv rename to movie/schemas/characters.csv diff --git a/inputs_databricks/movie/schemas/movies.csv b/movie/schemas/movies.csv similarity index 100% rename from inputs_databricks/movie/schemas/movies.csv rename to movie/schemas/movies.csv diff --git a/inputs_snowflake/movie_3/config.yaml b/movie_3/config.yaml similarity index 100% rename from inputs_snowflake/movie_3/config.yaml rename to movie_3/config.yaml diff --git a/inputs_snowflake/movie_3/data_model.yaml b/movie_3/data_model.yaml similarity index 78% rename from inputs_snowflake/movie_3/data_model.yaml rename to movie_3/data_model.yaml index 92d20cd7a1b0a62d746ac829d73f5879f813116f..8e1cb612ffaf63f71c0c6d7f8fb6e2f71ca7c772 100644 --- a/inputs_snowflake/movie_3/data_model.yaml +++ b/movie_3/data_model.yaml @@ -11,7 +11,7 @@ models: - name: num_rented_times description: The number of times the film has been rented, replace NULL values with 0. - name: rental_revenue - description: The total rental revenue of the film, replace NULL values with 0. Calculate the revenue using the amount received in the payment table. + description: The rental revenue of the film, replace NULL values with 0. - name: has_a_rental_rate_greater_than_the_60per_of_average_rental_rate_of_all_listed_films description: Set to 1 if the rental rate of the film is greater than 60% of the average rental rate of all listed films, 0 otherwise. - name: num_actors @@ -24,16 +24,16 @@ models: - name: customer_id description: The unique identifier of the customer. - name: full_name - description: The full name of the customer, concatenate the first name and last name with a space separating them. + description: The full name of the customer - name: email description: The email of the customer - name: has_rented_the_film_with_the_highest_replacement_cost description: Set to 1 if the customer has rented the film with the highest replacement cost, 0 otherwise. - name: num_rented_films - description: The number of films the customer has rented, replace NULL values with 0. If the customer rents the same film multiple times, count each rental. + description: The number of films the customer has rented, replace NULL values with 0. - name: per_music_film_among_all_rented_films - description: The percentage of music films among all the films the customer has rented. If the customer rents the same film multiple times, count each rental. + description: The percentage of music films among all the films the customer has rented - name: avg_amount_of_money_spent_on_rental - description: The average amount of money on a single film rental the customer has spent, replace NULL values with 0. + description: The average amount of money on a single film rental the customer has spent - name: total_payments_greater_than_70per_of_the_average_total_payments description: Set to 1 if the total payments of the customer is greater than 70% of the average total payments of all customers, 0 otherwise. diff --git a/inputs_databricks/movie_3/schemas/actor.csv b/movie_3/schemas/actor.csv similarity index 100% rename from inputs_databricks/movie_3/schemas/actor.csv rename to movie_3/schemas/actor.csv diff --git a/inputs_databricks/movie_3/schemas/address.csv b/movie_3/schemas/address.csv similarity index 100% rename from inputs_databricks/movie_3/schemas/address.csv rename to movie_3/schemas/address.csv diff --git a/inputs_databricks/movie_3/schemas/category.csv b/movie_3/schemas/category.csv similarity index 100% rename from inputs_databricks/movie_3/schemas/category.csv rename to movie_3/schemas/category.csv diff --git a/inputs_databricks/movie_3/schemas/country.csv b/movie_3/schemas/country.csv similarity index 100% rename from inputs_databricks/movie_3/schemas/country.csv rename to movie_3/schemas/country.csv diff --git a/inputs_databricks/movie_3/schemas/customer.csv b/movie_3/schemas/customer.csv similarity index 100% rename from inputs_databricks/movie_3/schemas/customer.csv rename to movie_3/schemas/customer.csv diff --git a/inputs_databricks/movie_3/schemas/film.csv b/movie_3/schemas/film.csv similarity index 100% rename from inputs_databricks/movie_3/schemas/film.csv rename to movie_3/schemas/film.csv diff --git a/inputs_databricks/movie_3/schemas/film_actor.csv b/movie_3/schemas/film_actor.csv similarity index 100% rename from inputs_databricks/movie_3/schemas/film_actor.csv rename to movie_3/schemas/film_actor.csv diff --git a/inputs_databricks/movie_3/schemas/film_category.csv b/movie_3/schemas/film_category.csv similarity index 100% rename from inputs_databricks/movie_3/schemas/film_category.csv rename to movie_3/schemas/film_category.csv diff --git a/inputs_databricks/movie_3/schemas/film_text.csv b/movie_3/schemas/film_text.csv similarity index 100% rename from inputs_databricks/movie_3/schemas/film_text.csv rename to movie_3/schemas/film_text.csv diff --git a/inputs_databricks/movie_3/schemas/inventory.csv b/movie_3/schemas/inventory.csv similarity index 100% rename from inputs_databricks/movie_3/schemas/inventory.csv rename to movie_3/schemas/inventory.csv diff --git a/inputs_databricks/movie_3/schemas/language.csv b/movie_3/schemas/language.csv similarity index 100% rename from inputs_databricks/movie_3/schemas/language.csv rename to movie_3/schemas/language.csv diff --git a/inputs_databricks/movie_3/schemas/movie_city.csv b/movie_3/schemas/movie_city.csv similarity index 100% rename from inputs_databricks/movie_3/schemas/movie_city.csv rename to movie_3/schemas/movie_city.csv diff --git a/inputs_databricks/movie_3/schemas/payment.csv b/movie_3/schemas/payment.csv similarity index 87% rename from inputs_databricks/movie_3/schemas/payment.csv rename to movie_3/schemas/payment.csv index 6f5db4813f0366a242a77292cafd48e1dc82e7ce..b9b536fd01640abd9c2653c0ef2e0835191777f0 100644 --- a/inputs_databricks/movie_3/schemas/payment.csv +++ b/movie_3/schemas/payment.csv @@ -3,6 +3,6 @@ payment_id,unique id number identifying the payment customer_id,unique id number identifying the customer staff_id,unique id number identifying the staff rental_id,unique id number identifying the rental -amount,the amount of payment +amount,unique id number identifying the amount payment_date,the date when the payment ocurs last_update,The time of the latest update diff --git a/inputs_databricks/movie_3/schemas/rental.csv b/movie_3/schemas/rental.csv similarity index 100% rename from inputs_databricks/movie_3/schemas/rental.csv rename to movie_3/schemas/rental.csv diff --git a/inputs_databricks/movie_3/schemas/staff.csv b/movie_3/schemas/staff.csv similarity index 100% rename from inputs_databricks/movie_3/schemas/staff.csv rename to movie_3/schemas/staff.csv diff --git a/inputs_databricks/movie_3/schemas/store.csv b/movie_3/schemas/store.csv similarity index 100% rename from inputs_databricks/movie_3/schemas/store.csv rename to movie_3/schemas/store.csv diff --git a/inputs_snowflake/movie_platform/config.yaml b/movie_platform/config.yaml similarity index 100% rename from inputs_snowflake/movie_platform/config.yaml rename to movie_platform/config.yaml diff --git a/inputs_databricks/movie_platform/data_model.yaml b/movie_platform/data_model.yaml similarity index 89% rename from inputs_databricks/movie_platform/data_model.yaml rename to movie_platform/data_model.yaml index 4740f0bb820a01f360b967499041ae053941b889..e6fb3b303e2d4b92c746a800bb73740d92d23ee3 100644 --- a/inputs_databricks/movie_platform/data_model.yaml +++ b/movie_platform/data_model.yaml @@ -32,11 +32,11 @@ models: - name: total_critic_comments description: The total number of critic comments on the movie, replace NULL values with 0. - name: percentage_subscribers_rated - description: The percentage of ratings submitted by subscribers among all ratings on the movie. + description: The percentage of subscribers who rated the movie - name: critic_highest_number_likes - description: The critic made by the user rating the movie that received the highest number of likes, with ties broken by the ascending order of the critic. Exclude NULL values. + description: The critic made by the user rating the movie that received the highest number of likes, with ties broken by the ascending order of the critic - name: percentage_highest_rating_score - description: The percentage of the movie's ratings that equal the highest rating score, where 'the highest rating score' is the maximum rating score across all movies + description: The percentage of the highest rating score the movie received - name: movie_platform__directors description: Each record represents a director columns: @@ -49,10 +49,10 @@ models: - name: third_movie_directed description: The title of the third movie directed by the director, with ties broken by the ascending order of the movie title - name: highest_average_score_film - description: The title of the film with the highest average score directed by the director, with ties broken by the ascending order of the film id + description: The title of the film with the highest average score directed by the director, with ties broken by the ascending order of the film title - name: number_of_movies_directed_in_70s description: The number of movies directed by the director in the 1970s, replace NULL values with 0. - name: has_more_than_10_movies_1960_1985 description: Set to 1 if the director has directed more than 10 movies between 1960 and 1985, 0 otherwise - name: average_rating_score_of_most_popular_movie - description: The average rating score of the most popular movie directed by the director, if there are multiple movies with the same popularity, rank them by the descending order of the movie id and take the first one \ No newline at end of file + description: The average rating score of the most popular movie directed by the director, if there are multiple movies with the same popularity, rank them by the descending order of the movie title and take the first one \ No newline at end of file diff --git a/inputs_databricks/movie_platform/schemas/lists.csv b/movie_platform/schemas/lists.csv similarity index 100% rename from inputs_databricks/movie_platform/schemas/lists.csv rename to movie_platform/schemas/lists.csv diff --git a/inputs_databricks/movie_platform/schemas/lists_users.csv b/movie_platform/schemas/lists_users.csv similarity index 100% rename from inputs_databricks/movie_platform/schemas/lists_users.csv rename to movie_platform/schemas/lists_users.csv diff --git a/inputs_databricks/movie_platform/schemas/movies.csv b/movie_platform/schemas/movies.csv similarity index 100% rename from inputs_databricks/movie_platform/schemas/movies.csv rename to movie_platform/schemas/movies.csv diff --git a/inputs_databricks/movie_platform/schemas/ratings.csv b/movie_platform/schemas/ratings.csv similarity index 100% rename from inputs_databricks/movie_platform/schemas/ratings.csv rename to movie_platform/schemas/ratings.csv diff --git a/inputs_databricks/movie_platform/schemas/ratings_users.csv b/movie_platform/schemas/ratings_users.csv similarity index 100% rename from inputs_databricks/movie_platform/schemas/ratings_users.csv rename to movie_platform/schemas/ratings_users.csv diff --git a/inputs_snowflake/movielens/config.yaml b/movielens/config.yaml similarity index 100% rename from inputs_snowflake/movielens/config.yaml rename to movielens/config.yaml diff --git a/inputs_snowflake/movielens/data_model.yaml b/movielens/data_model.yaml similarity index 88% rename from inputs_snowflake/movielens/data_model.yaml rename to movielens/data_model.yaml index 7ab89a6603bcfb2537564659f03b555de0bd5674..59d00c422f2027ad8595fca9a494b14df2968d2f 100644 --- a/inputs_snowflake/movielens/data_model.yaml +++ b/movielens/data_model.yaml @@ -17,7 +17,7 @@ models: - name: percentage_of_female_actresses description: The percentage of female actresses in the movie - name: running_time_3_ave_revenue_1 - description: Set to 1 if the movie has a running time of 3 and at least one director with an average revenue of 1; otherwise, set to 0. + description: Set to 1 if the movie has a running time of 3 and an average revenue of 1, otherwise, set to 0 - name: movielens__directors description: Each record represents a director. columns: @@ -32,11 +32,11 @@ models: - name: num_movie_avg_rating_over_3 description: The number of movies with an average rating over 3 directed by the director, replace NULL values with 0. - name: most_common_film_genres - description: The most common film genres directed by the director, with ties broken by ascending order of the genre. + description: The most common film genres directed by the director. - name: has_quality_3_and_at_least_2_genres description: Set to 1 if the director has a quality of at least 3 and has directed at least 2 genres, otherwise, set to 0 - name: is_called_box_office_success_paradox - description: Set to 1 if the director is called the "box office success paradox", otherwise, set to 0. The “box office success paradox” is defined as a director whose average revenue is greater than his or her quality. + description: Set to 1 if the director is called the "box office success paradox", otherwise, set to 0 - name: movielens__actors description: Each record represents an actor. columns: @@ -47,7 +47,7 @@ models: - name: a_quality description: The quality of the actor. - name: num_rating_over_3 - description: The number of movies the actor has acted in with an average user rating over 3, replace NULL values with 0. + description: The number of movies the actor has acted in with a rating over 3, replace NULL values with 0. - name: has_acted_in_at_least_2_French_films description: Set to 1 if the actor has acted in at least 2 French films, otherwise, set to 0 - name: num_film diff --git a/inputs_databricks/movielens/schemas/actors.csv b/movielens/schemas/actors.csv similarity index 100% rename from inputs_databricks/movielens/schemas/actors.csv rename to movielens/schemas/actors.csv diff --git a/inputs_databricks/movielens/schemas/directors.csv b/movielens/schemas/directors.csv similarity index 100% rename from inputs_databricks/movielens/schemas/directors.csv rename to movielens/schemas/directors.csv diff --git a/inputs_databricks/movielens/schemas/movies.csv b/movielens/schemas/movies.csv similarity index 100% rename from inputs_databricks/movielens/schemas/movies.csv rename to movielens/schemas/movies.csv diff --git a/inputs_databricks/movielens/schemas/movies2actors.csv b/movielens/schemas/movies2actors.csv similarity index 100% rename from inputs_databricks/movielens/schemas/movies2actors.csv rename to movielens/schemas/movies2actors.csv diff --git a/inputs_databricks/movielens/schemas/movies2directors.csv b/movielens/schemas/movies2directors.csv similarity index 100% rename from inputs_databricks/movielens/schemas/movies2directors.csv rename to movielens/schemas/movies2directors.csv diff --git a/inputs_databricks/movielens/schemas/u2base.csv b/movielens/schemas/u2base.csv similarity index 100% rename from inputs_databricks/movielens/schemas/u2base.csv rename to movielens/schemas/u2base.csv diff --git a/inputs_databricks/movielens/schemas/users.csv b/movielens/schemas/users.csv similarity index 100% rename from inputs_databricks/movielens/schemas/users.csv rename to movielens/schemas/users.csv diff --git a/inputs_snowflake/movies_4/config.yaml b/movies_4/config.yaml similarity index 100% rename from inputs_snowflake/movies_4/config.yaml rename to movies_4/config.yaml diff --git a/inputs_snowflake/movies_4/data_model.yaml b/movies_4/data_model.yaml similarity index 85% rename from inputs_snowflake/movies_4/data_model.yaml rename to movies_4/data_model.yaml index c547b04194cb5eca3a5cd8797f348a096beb97ca..fe22530e3645a72fc6d18927d6e7bd49bf9f62df 100644 --- a/inputs_snowflake/movies_4/data_model.yaml +++ b/movies_4/data_model.yaml @@ -13,11 +13,11 @@ models: - name: percentage_of_male_characters description: The percentage of male characters in the movie. - name: number_of_crews - description: The number of distinct crew members that worked on the movie, replace NULL values with 0. + description: The number of crews that worked on the movie, replace NULL values with 0. - name: number_of_main_characters - description: The number of main characters in the movie. A main character is a cast member cast earliest. Replace NULL values with 0. + description: The number of main characters in the movie, replace NULL values with 0. - name: ratio_between_male_and_female_cast_members - description: The ratio between male and female cast members in the movie, computed as the number of male cast members divided by the number of female cast members + description: The ratio between male and female cast members in the movie. - name: movies4__production_company description: Each record represents a production company. columns: @@ -34,7 +34,7 @@ models: - name: highest_revenue_movie description: The movie title made the highest revenue among the production company's movies, with ties broken by the descending order of the movie title - name: category_running_time_per_movie_2016 - description: Set to 3 if the production company’s average movie running time in 2016 exceeds 75% of the overall 2016 average runtime, to 2 if it exceeds 55%, to 1 if it exceeds 35%, and to 0 otherwise + description: Set to 3 if the production company’s average movie running time in 2016 exceeds 75%, to 2 if it exceeds 55%, to 1 if it exceeds 35%, and to 0 otherwise - name: movies4__person description: Each record represents a person. columns: diff --git a/inputs_databricks/movies_4/schemas/country.csv b/movies_4/schemas/country.csv similarity index 100% rename from inputs_databricks/movies_4/schemas/country.csv rename to movies_4/schemas/country.csv diff --git a/inputs_databricks/movies_4/schemas/department.csv b/movies_4/schemas/department.csv similarity index 100% rename from inputs_databricks/movies_4/schemas/department.csv rename to movies_4/schemas/department.csv diff --git a/inputs_databricks/movies_4/schemas/gender.csv b/movies_4/schemas/gender.csv similarity index 100% rename from inputs_databricks/movies_4/schemas/gender.csv rename to movies_4/schemas/gender.csv diff --git a/inputs_databricks/movies_4/schemas/genre.csv b/movies_4/schemas/genre.csv similarity index 100% rename from inputs_databricks/movies_4/schemas/genre.csv rename to movies_4/schemas/genre.csv diff --git a/inputs_databricks/movies_4/schemas/keyword.csv b/movies_4/schemas/keyword.csv similarity index 100% rename from inputs_databricks/movies_4/schemas/keyword.csv rename to movies_4/schemas/keyword.csv diff --git a/inputs_databricks/movies_4/schemas/language.csv b/movies_4/schemas/language.csv similarity index 100% rename from inputs_databricks/movies_4/schemas/language.csv rename to movies_4/schemas/language.csv diff --git a/inputs_databricks/movies_4/schemas/language_role.csv b/movies_4/schemas/language_role.csv similarity index 100% rename from inputs_databricks/movies_4/schemas/language_role.csv rename to movies_4/schemas/language_role.csv diff --git a/inputs_databricks/movies_4/schemas/movie.csv b/movies_4/schemas/movie.csv similarity index 100% rename from inputs_databricks/movies_4/schemas/movie.csv rename to movies_4/schemas/movie.csv diff --git a/inputs_databricks/movies_4/schemas/movie_cast.csv b/movies_4/schemas/movie_cast.csv similarity index 100% rename from inputs_databricks/movies_4/schemas/movie_cast.csv rename to movies_4/schemas/movie_cast.csv diff --git a/inputs_databricks/movies_4/schemas/movie_company.csv b/movies_4/schemas/movie_company.csv similarity index 100% rename from inputs_databricks/movies_4/schemas/movie_company.csv rename to movies_4/schemas/movie_company.csv diff --git a/inputs_databricks/movies_4/schemas/movie_crew.csv b/movies_4/schemas/movie_crew.csv similarity index 100% rename from inputs_databricks/movies_4/schemas/movie_crew.csv rename to movies_4/schemas/movie_crew.csv diff --git a/inputs_databricks/movies_4/schemas/movie_genres.csv b/movies_4/schemas/movie_genres.csv similarity index 100% rename from inputs_databricks/movies_4/schemas/movie_genres.csv rename to movies_4/schemas/movie_genres.csv diff --git a/inputs_databricks/movies_4/schemas/movie_keywords.csv b/movies_4/schemas/movie_keywords.csv similarity index 100% rename from inputs_databricks/movies_4/schemas/movie_keywords.csv rename to movies_4/schemas/movie_keywords.csv diff --git a/inputs_databricks/movies_4/schemas/movie_languages.csv b/movies_4/schemas/movie_languages.csv similarity index 100% rename from inputs_databricks/movies_4/schemas/movie_languages.csv rename to movies_4/schemas/movie_languages.csv diff --git a/inputs_databricks/movies_4/schemas/person.csv b/movies_4/schemas/person.csv similarity index 100% rename from inputs_databricks/movies_4/schemas/person.csv rename to movies_4/schemas/person.csv diff --git a/inputs_databricks/movies_4/schemas/production_company.csv b/movies_4/schemas/production_company.csv similarity index 100% rename from inputs_databricks/movies_4/schemas/production_company.csv rename to movies_4/schemas/production_company.csv diff --git a/inputs_databricks/movies_4/schemas/production_country.csv b/movies_4/schemas/production_country.csv similarity index 100% rename from inputs_databricks/movies_4/schemas/production_country.csv rename to movies_4/schemas/production_country.csv diff --git a/inputs_snowflake/music_platform_2/config.yaml b/music_platform_2/config.yaml similarity index 100% rename from inputs_snowflake/music_platform_2/config.yaml rename to music_platform_2/config.yaml diff --git a/inputs_redshift/music_platform_2/data_model.yaml b/music_platform_2/data_model.yaml similarity index 94% rename from inputs_redshift/music_platform_2/data_model.yaml rename to music_platform_2/data_model.yaml index 57ddc889f161624d4c2b77b8b4684900b3dc85ca..98e908c89075980db47b33821807340d62e2d231 100644 --- a/inputs_redshift/music_platform_2/data_model.yaml +++ b/music_platform_2/data_model.yaml @@ -9,7 +9,7 @@ models: - name: num_reviews description: The number of reviews of podcasts in the category, replace NULL values with 0. - name: avg_rating - description: The average of all individual review ratings for podcasts that belong to the category. + description: The average rating of podcasts in the category - name: latest_review_podcast_title description: The title of the podcast with the latest review in the category, with ties broken by the ascending order of the podcast title. - name: includes_podcast_with_jessica_in_title diff --git a/inputs_databricks/music_platform_2/schemas/categories.csv b/music_platform_2/schemas/categories.csv similarity index 100% rename from inputs_databricks/music_platform_2/schemas/categories.csv rename to music_platform_2/schemas/categories.csv diff --git a/inputs_databricks/music_platform_2/schemas/podcasts.csv b/music_platform_2/schemas/podcasts.csv similarity index 100% rename from inputs_databricks/music_platform_2/schemas/podcasts.csv rename to music_platform_2/schemas/podcasts.csv diff --git a/inputs_databricks/music_platform_2/schemas/reviews.csv b/music_platform_2/schemas/reviews.csv similarity index 100% rename from inputs_databricks/music_platform_2/schemas/reviews.csv rename to music_platform_2/schemas/reviews.csv diff --git a/inputs_databricks/music_platform_2/schemas/runs.csv b/music_platform_2/schemas/runs.csv similarity index 100% rename from inputs_databricks/music_platform_2/schemas/runs.csv rename to music_platform_2/schemas/runs.csv diff --git a/inputs_snowflake/music_tracker/config.yaml b/music_tracker/config.yaml similarity index 100% rename from inputs_snowflake/music_tracker/config.yaml rename to music_tracker/config.yaml diff --git a/inputs_databricks/music_tracker/data_model.yaml b/music_tracker/data_model.yaml similarity index 93% rename from inputs_databricks/music_tracker/data_model.yaml rename to music_tracker/data_model.yaml index d273c5cf2f54fb6a4242aceee5641290228284ed..c42ddfb2cfff0cced6b55856b9d5ffc14057d34f 100644 --- a/inputs_databricks/music_tracker/data_model.yaml +++ b/music_tracker/data_model.yaml @@ -3,7 +3,7 @@ models: description: Each record represents a unique tag. columns: - name: tags - description: The tag of the music, excluding the Null tag. + description: The tag of the music. - name: artist_released_most_singles description: The artist who has released the most singles with the tag, with ties broken by the ascending order of the artist - name: total_album_download diff --git a/inputs_databricks/music_tracker/schemas/tags.csv b/music_tracker/schemas/tags.csv similarity index 100% rename from inputs_databricks/music_tracker/schemas/tags.csv rename to music_tracker/schemas/tags.csv diff --git a/inputs_databricks/music_tracker/schemas/torrents.csv b/music_tracker/schemas/torrents.csv similarity index 100% rename from inputs_databricks/music_tracker/schemas/torrents.csv rename to music_tracker/schemas/torrents.csv diff --git a/inputs_snowflake/olympics/config.yaml b/olympics/config.yaml similarity index 100% rename from inputs_snowflake/olympics/config.yaml rename to olympics/config.yaml diff --git a/inputs_databricks/olympics/data_model.yaml b/olympics/data_model.yaml similarity index 86% rename from inputs_databricks/olympics/data_model.yaml rename to olympics/data_model.yaml index d37847d5f657be2e2ea83cecb4a79f803e774547..071d4a1c2c2602ec6058a2f986dfb1f30bdeeb51 100644 --- a/inputs_databricks/olympics/data_model.yaml +++ b/olympics/data_model.yaml @@ -11,7 +11,7 @@ models: - name: tallest_competitor description: The name of the tallest competitor in the region, with ties broken by the ascending order of the competitor full name. - name: per_from_region_1994 - description: The percentage of competitors of the 1994 Winter Olympic Game who come from the region + description: The percentage of competitors of the 1994 Winter Olympic Game come from the region - name: num_athletes description: The number of athletes from the region, replace NULL values with 0. - name: num_medals @@ -28,9 +28,11 @@ models: - name: num_events description: The number of events in the sport, replace NULL values with 0. - name: avg_male_height - description: The average height of male athletes participating in the sport. Exclude athletes with invalid height when calculating the average height. + description: The average height of male athletes participating in the sport + - name: avg_age + description: The average age of athletes participating in the sport - name: num_athletes_overweight_2008 - description: The number of distinct athletes playing in the sport fall into overweight BMI category in the 2008 Summer games, replace NULL values with 0. Overweight BMI category refers to BMI greater than or equal to 25 and less than 30. + description: The number of athletes playing in the sport fall into overweight BMI category in the 2008 Summer games, replace NULL values with 0. - name: heaviest_athlete description: The name of the heaviest athlete in the sport, with ties broken by the ascending order of the athlete full name. - name: athletes diff --git a/inputs_databricks/olympics/schemas/city.csv b/olympics/schemas/city.csv similarity index 100% rename from inputs_databricks/olympics/schemas/city.csv rename to olympics/schemas/city.csv diff --git a/inputs_databricks/olympics/schemas/competitor_event.csv b/olympics/schemas/competitor_event.csv similarity index 100% rename from inputs_databricks/olympics/schemas/competitor_event.csv rename to olympics/schemas/competitor_event.csv diff --git a/inputs_databricks/olympics/schemas/event.csv b/olympics/schemas/event.csv similarity index 100% rename from inputs_databricks/olympics/schemas/event.csv rename to olympics/schemas/event.csv diff --git a/inputs_databricks/olympics/schemas/games.csv b/olympics/schemas/games.csv similarity index 100% rename from inputs_databricks/olympics/schemas/games.csv rename to olympics/schemas/games.csv diff --git a/inputs_databricks/olympics/schemas/games_city.csv b/olympics/schemas/games_city.csv similarity index 100% rename from inputs_databricks/olympics/schemas/games_city.csv rename to olympics/schemas/games_city.csv diff --git a/inputs_databricks/olympics/schemas/games_competitor.csv b/olympics/schemas/games_competitor.csv similarity index 100% rename from inputs_databricks/olympics/schemas/games_competitor.csv rename to olympics/schemas/games_competitor.csv diff --git a/inputs_databricks/olympics/schemas/medal.csv b/olympics/schemas/medal.csv similarity index 100% rename from inputs_databricks/olympics/schemas/medal.csv rename to olympics/schemas/medal.csv diff --git a/inputs_databricks/olympics/schemas/noc_region.csv b/olympics/schemas/noc_region.csv similarity index 100% rename from inputs_databricks/olympics/schemas/noc_region.csv rename to olympics/schemas/noc_region.csv diff --git a/inputs_databricks/olympics/schemas/person.csv b/olympics/schemas/person.csv similarity index 100% rename from inputs_databricks/olympics/schemas/person.csv rename to olympics/schemas/person.csv diff --git a/inputs_databricks/olympics/schemas/person_region.csv b/olympics/schemas/person_region.csv similarity index 100% rename from inputs_databricks/olympics/schemas/person_region.csv rename to olympics/schemas/person_region.csv diff --git a/inputs_databricks/olympics/schemas/sport.csv b/olympics/schemas/sport.csv similarity index 100% rename from inputs_databricks/olympics/schemas/sport.csv rename to olympics/schemas/sport.csv diff --git a/inputs_snowflake/pardot/config.yaml b/pardot/config.yaml similarity index 100% rename from inputs_snowflake/pardot/config.yaml rename to pardot/config.yaml diff --git a/inputs_databricks/pardot/data_model.yaml b/pardot/data_model.yaml similarity index 89% rename from inputs_databricks/pardot/data_model.yaml rename to pardot/data_model.yaml index 16ae5f34651d74edd1d82a335c33efcdce2ae79a..a0e2d8d360e492520c9ebacbd661800510e1a81b 100644 --- a/inputs_databricks/pardot/data_model.yaml +++ b/pardot/data_model.yaml @@ -8,12 +8,14 @@ models: description: Campaign's name - name: _fivetran_deleted description: Boolean representing whether the record has been deleted in the source system. + - name: _fivetran_synced + description: The timestamp of when a record was last synced by Fivetran. - name: count_opportunities - description: Count of all campaign opportunities. Set the value to 0 if it is NULL. + description: Count of all campaign opportunities. - name: count_opportunities_won - description: Count of all campaign opportunities won. Set the value to 0 if it is NULL. + description: Count of all campaign opportunities won. - name: count_opportunities_lost - description: Count of all campaign opportunities lost. Set the value to 0 if it is NULL. + description: Count of all campaign opportunities lost. - name: pardot__lists description: Each record represents a list in Pardot. @@ -34,14 +36,14 @@ models: description: If true, list has prospects dynamically added to it via a set of chosen rules - name: created_timestamp description: Time list is created in Pardot. - format: YYYY-MM-DD HH:MM:SS UTC - name: updated_timestamp description: Last time list was updated - format: YYYY-MM-DD HH:MM:SS UTC + - name: _fivetran_synced + description: The timestamp of when a record was last synced by Fivetran. - name: count_activity_emails description: Count of email activities associated with the members of the list. Set the value to 0 if it is NULL. - name: count_activity_visits - description: Count of visit activities associated with the members of the list. An visit activity refers to type_name = 'visit'. Set the value to 0 if it is NULL. + description: Count of visit activities associated with the members of the list. Set the value to 0 if it is NULL. - name: pardot__opportunities description: Each record represents an opportunity in Pardot. @@ -52,10 +54,8 @@ models: description: Pardot ID of the campaign associated with this opportunity - name: created_timestamp description: Time opportunity is created in Pardot - format: YYYY-MM-DD HH:MM:SS UTC - name: updated_timestamp description: Last time opportunity was updated in Pardot - format: YYYY-MM-DD HH:MM:SS UTC - name: opportunity_name description: Opportunity's name - name: probability @@ -68,11 +68,12 @@ models: description: Opportunity's type - name: amount description: Opportunity's value + - name: _fivetran_synced + description: The timestamp of when a record was last synced by Fivetran. - name: closed_timestamp description: Opportunity's closed date - format: YYYY-MM-DD HH:MM:SS UTC - name: count_prospects - description: Number of prospects associated with the opportunity. Set the value to 0 if it is NULL. + description: Number of prospects associated with the opportunity. - name: pardot__prospects description: Each record in the table represents a prospect in Pardot. @@ -81,6 +82,8 @@ models: description: Pardot ID for this prospect - name: _fivetran_deleted description: Boolean representing whether the record has been deleted in the source system. + - name: _fivetran_synced + description: The timestamp of when a record was last synced by Fivetran. - name: address_one description: Prospect's address, line 1 - name: address_two @@ -99,14 +102,12 @@ models: description: Prospect's country - name: created_timestamp description: Time prospect is created in Pardot; Time is reported in API user's preferred timezone - format: YYYY-MM-DD HH:MM:SS UTC - name: crm_account_fid description: Account ID in a supported CRM system - name: crm_contact_fid description: Prospect's contact ID in a supported CRM system - name: crm_last_sync description: Last time this prospect was synced with a supported CRM system - format: YYYY-MM-DD HH:MM:SS UTC - name: crm_lead_fid description: Prospect's lead ID in a supported CRM system - name: crm_owner_fid @@ -165,7 +166,6 @@ models: description: Prospect's territory - name: updated_timestamp description: Last time prospect was updated in Pardot; Time is reported in API user's preferred timezone - format: YYYY-MM-DD HH:MM:SS UTC - name: user_id description: Pardot ID of the user associated with this prospect - name: website @@ -175,6 +175,6 @@ models: - name: zip description: Prospect's postal code - name: count_activity_visits - description: Count of visit activities associated with the prospect. An visit activity refers to type_name = 'visit'. Set the value to 0 if it is NULL. + description: Count of visit activities associated with the prospect. Set the value to 0 if it is NULL. - name: count_activity_emails description: Count of email activities associated with the prospect. Set the value to 0 if it is NULL. \ No newline at end of file diff --git a/inputs_databricks/pardot/schemas/campaign.csv b/pardot/schemas/campaign.csv similarity index 100% rename from inputs_databricks/pardot/schemas/campaign.csv rename to pardot/schemas/campaign.csv diff --git a/inputs_databricks/pardot/schemas/list.csv b/pardot/schemas/list.csv similarity index 100% rename from inputs_databricks/pardot/schemas/list.csv rename to pardot/schemas/list.csv diff --git a/inputs_databricks/pardot/schemas/list_membership.csv b/pardot/schemas/list_membership.csv similarity index 100% rename from inputs_databricks/pardot/schemas/list_membership.csv rename to pardot/schemas/list_membership.csv diff --git a/inputs_databricks/pardot/schemas/opportunity.csv b/pardot/schemas/opportunity.csv similarity index 100% rename from inputs_databricks/pardot/schemas/opportunity.csv rename to pardot/schemas/opportunity.csv diff --git a/inputs_databricks/pardot/schemas/opportunity_prospect.csv b/pardot/schemas/opportunity_prospect.csv similarity index 100% rename from inputs_databricks/pardot/schemas/opportunity_prospect.csv rename to pardot/schemas/opportunity_prospect.csv diff --git a/inputs_databricks/pardot/schemas/prospect.csv b/pardot/schemas/prospect.csv similarity index 100% rename from inputs_databricks/pardot/schemas/prospect.csv rename to pardot/schemas/prospect.csv diff --git a/inputs_databricks/pardot/schemas/visitor.csv b/pardot/schemas/visitor.csv similarity index 100% rename from inputs_databricks/pardot/schemas/visitor.csv rename to pardot/schemas/visitor.csv diff --git a/inputs_databricks/pardot/schemas/visitor_activity.csv b/pardot/schemas/visitor_activity.csv similarity index 100% rename from inputs_databricks/pardot/schemas/visitor_activity.csv rename to pardot/schemas/visitor_activity.csv diff --git a/inputs_snowflake/pinterest/config.yaml b/pinterest/config.yaml similarity index 100% rename from inputs_snowflake/pinterest/config.yaml rename to pinterest/config.yaml diff --git a/inputs_redshift/pinterest/data_model.yaml b/pinterest/data_model.yaml similarity index 97% rename from inputs_redshift/pinterest/data_model.yaml rename to pinterest/data_model.yaml index 1011ba0195aa7eef255323cbdc58292f8a8c6acc..fa476f9cc0089cf5231654ef84ffdaff6e2d7d50 100644 --- a/inputs_redshift/pinterest/data_model.yaml +++ b/pinterest/data_model.yaml @@ -4,7 +4,6 @@ models: columns: - name: date_day description: The performance date of the record. - format: YYYY-MM-DD - name: advertiser_name description: Name of the advertiser. - name: advertiser_id @@ -21,10 +20,8 @@ models: description: The ID of the related Ad group. - name: created_at description: Ad group creation time. - format: YYYY-MM-DD HH:MM:SS.fff - name: start_time - description: Ad group start time. - format: YYYY-MM-DD HH:MM:SS.fff + description: Ad group start time. - name: end_time description: Ad group end time. - name: ad_group_status @@ -47,7 +44,6 @@ models: columns: - name: date_day description: The performance date of the record. - format: YYYY-MM-DD - name: advertiser_name description: Name of the advertiser. - name: advertiser_id @@ -76,7 +72,6 @@ models: columns: - name: date_day description: The performance date of the record. - format: YYYY-MM-DD - name: advertiser_name description: Name of the advertiser. - name: advertiser_id @@ -104,7 +99,6 @@ models: columns: - name: date_day description: The performance date of the record. - format: YYYY-MM-DD - name: advertiser_name description: Name of the advertiser. - name: advertiser_id @@ -124,7 +118,7 @@ models: - name: parent_type description: Identifier of what grain the parent type is. Ad group or campaign. - name: keyword_value - description: The text value that makes up the keyword. + description: The text value that makes upd the keyword. - name: spend description: The amount of spend that occurred on the day of the record. Convert the unit to dollars. Set to 0 if the value is NULL. - name: clicks diff --git a/inputs_databricks/pinterest/schemas/ad_group_history.csv b/pinterest/schemas/ad_group_history.csv similarity index 100% rename from inputs_databricks/pinterest/schemas/ad_group_history.csv rename to pinterest/schemas/ad_group_history.csv diff --git a/inputs_databricks/pinterest/schemas/ad_group_report.csv b/pinterest/schemas/ad_group_report.csv similarity index 100% rename from inputs_databricks/pinterest/schemas/ad_group_report.csv rename to pinterest/schemas/ad_group_report.csv diff --git a/inputs_databricks/pinterest/schemas/advertiser_history.csv b/pinterest/schemas/advertiser_history.csv similarity index 100% rename from inputs_databricks/pinterest/schemas/advertiser_history.csv rename to pinterest/schemas/advertiser_history.csv diff --git a/inputs_databricks/pinterest/schemas/advertiser_report.csv b/pinterest/schemas/advertiser_report.csv similarity index 100% rename from inputs_databricks/pinterest/schemas/advertiser_report.csv rename to pinterest/schemas/advertiser_report.csv diff --git a/inputs_databricks/pinterest/schemas/campaign_history.csv b/pinterest/schemas/campaign_history.csv similarity index 100% rename from inputs_databricks/pinterest/schemas/campaign_history.csv rename to pinterest/schemas/campaign_history.csv diff --git a/inputs_databricks/pinterest/schemas/campaign_report.csv b/pinterest/schemas/campaign_report.csv similarity index 100% rename from inputs_databricks/pinterest/schemas/campaign_report.csv rename to pinterest/schemas/campaign_report.csv diff --git a/inputs_databricks/pinterest/schemas/keyword_history.csv b/pinterest/schemas/keyword_history.csv similarity index 100% rename from inputs_databricks/pinterest/schemas/keyword_history.csv rename to pinterest/schemas/keyword_history.csv diff --git a/inputs_databricks/pinterest/schemas/keyword_report.csv b/pinterest/schemas/keyword_report.csv similarity index 100% rename from inputs_databricks/pinterest/schemas/keyword_report.csv rename to pinterest/schemas/keyword_report.csv diff --git a/inputs_databricks/pinterest/schemas/pin_promotion_history.csv b/pinterest/schemas/pin_promotion_history.csv similarity index 100% rename from inputs_databricks/pinterest/schemas/pin_promotion_history.csv rename to pinterest/schemas/pin_promotion_history.csv diff --git a/inputs_databricks/pinterest/schemas/pin_promotion_report.csv b/pinterest/schemas/pin_promotion_report.csv similarity index 100% rename from inputs_databricks/pinterest/schemas/pin_promotion_report.csv rename to pinterest/schemas/pin_promotion_report.csv diff --git a/inputs_snowflake/professional_basketball/config.yaml b/professional_basketball/config.yaml similarity index 100% rename from inputs_snowflake/professional_basketball/config.yaml rename to professional_basketball/config.yaml diff --git a/inputs_redshift/professional_basketball/data_model.yaml b/professional_basketball/data_model.yaml similarity index 58% rename from inputs_redshift/professional_basketball/data_model.yaml rename to professional_basketball/data_model.yaml index 65b87c7823573b69bf7f85ddf0810adf04c23fd6..927338ed9562324cf578c215eed4794c39091faa 100644 --- a/inputs_redshift/professional_basketball/data_model.yaml +++ b/professional_basketball/data_model.yaml @@ -5,15 +5,15 @@ models: - name: team_id description: The unique identifier of the team. - name: win_more_in_2005_than_2004 - description: Set to 1 if the team won more games in 2005 than in 2004; 0 otherwise. Set to 0 if the team did not play in both 2004 and 2005. - - name: has_player_with_MVP - description: Set the value to 1 if the team includes at least one player who won the MVP award while playing for that team in any season; otherwise, set it to 0. MVP award refers to award = 'Most Valuable Player'. + description: Set to 1 if the team won more games in 2005 than in 2004, 0 otherwise. + - name: has_played_over_3800_points_and_has_player_with_MVP + description: Set to 1 if the team has played over 3800 points and has a player who has won the MVP award, 0 otherwise. - name: win_rate_change_from_1972_to_1973 - description: The change in win rate (percentage points) from 1972 to 1973. + description: The change in win rate from 1972 to 1973. - name: has_at_least_3_all_star_players - description: Set to 1 if at least 3 distinct players who have played for the team were named all-stars at any point in their careers; otherwise, set to 0 + description: Set to 1 if the team has at least 3 all-star players, otherwise, set to 0. - name: has_more_home_won_than_lost_80_per - description: Set to 1 if, in any season, the team's home wins exceed its home losses by more than 80%; otherwise, set to 0. + description: Set to 1 if the team has more home won than home lost more than 80% in any season, otherwise, set to 0. - name: professional_basketball__coaches description: Each record represents a coach. columns: @@ -35,16 +35,16 @@ models: - name: player_id description: The unique identifier of the player. - name: name - description: The name of the player. Concatenate the first name and last name with a space in between. + description: The name of the player. - name: birthcountry description: The country where the player was born. - name: num_MVPs - description: The number of MVP awards the player has won, replace NULL values with 0. MVP award refers to award = 'Most Valuable Player'. + description: The number of MVPs the player has won, replace NULL values with 0. - name: num_fouls - description: The number of fouls the player has committed in his career, replace NULL values with 0. + description: The number of fouls the player has committed, replace NULL values with 0. - name: field_goal_made_rate - description: The rate of field goals made by the player, return as a percentage. - - name: is_all_star_player_and_taller_than_75_inch - description: Set to 1 if the player is an all-star player and is taller than 75 inches, 0 otherwise. + description: The rate of field goals made by the player. + - name: is_all_star_player_and_higher_than_75_inch + description: Set to 1 if the player is an all-star player and is higher than 75 inches, 0 otherwise. - name: attended_California_college_and_is_an_all_star_player - description: Set to 1 if the player attended 'California' college and is an all-star player, 0 otherwise. 'California' college refers to college = 'California'. + description: Set to 1 if the player attended a college in California and is an all-star player, 0 otherwise. diff --git a/inputs_databricks/professional_basketball/schemas/awards_coaches.csv b/professional_basketball/schemas/awards_coaches.csv similarity index 100% rename from inputs_databricks/professional_basketball/schemas/awards_coaches.csv rename to professional_basketball/schemas/awards_coaches.csv diff --git a/inputs_databricks/professional_basketball/schemas/awards_players.csv b/professional_basketball/schemas/awards_players.csv similarity index 100% rename from inputs_databricks/professional_basketball/schemas/awards_players.csv rename to professional_basketball/schemas/awards_players.csv diff --git a/inputs_databricks/professional_basketball/schemas/coaches.csv b/professional_basketball/schemas/coaches.csv similarity index 100% rename from inputs_databricks/professional_basketball/schemas/coaches.csv rename to professional_basketball/schemas/coaches.csv diff --git a/inputs_databricks/professional_basketball/schemas/draft.csv b/professional_basketball/schemas/draft.csv similarity index 100% rename from inputs_databricks/professional_basketball/schemas/draft.csv rename to professional_basketball/schemas/draft.csv diff --git a/inputs_databricks/professional_basketball/schemas/player_allstar.csv b/professional_basketball/schemas/player_allstar.csv similarity index 100% rename from inputs_databricks/professional_basketball/schemas/player_allstar.csv rename to professional_basketball/schemas/player_allstar.csv diff --git a/inputs_databricks/professional_basketball/schemas/players.csv b/professional_basketball/schemas/players.csv similarity index 100% rename from inputs_databricks/professional_basketball/schemas/players.csv rename to professional_basketball/schemas/players.csv diff --git a/inputs_databricks/professional_basketball/schemas/players_teams.csv b/professional_basketball/schemas/players_teams.csv similarity index 100% rename from inputs_databricks/professional_basketball/schemas/players_teams.csv rename to professional_basketball/schemas/players_teams.csv diff --git a/inputs_databricks/professional_basketball/schemas/series_post.csv b/professional_basketball/schemas/series_post.csv similarity index 100% rename from inputs_databricks/professional_basketball/schemas/series_post.csv rename to professional_basketball/schemas/series_post.csv diff --git a/inputs_databricks/professional_basketball/schemas/teams.csv b/professional_basketball/schemas/teams.csv similarity index 100% rename from inputs_databricks/professional_basketball/schemas/teams.csv rename to professional_basketball/schemas/teams.csv diff --git a/inputs_snowflake/public_review_platform/config.yaml b/public_review_platform/config.yaml similarity index 100% rename from inputs_snowflake/public_review_platform/config.yaml rename to public_review_platform/config.yaml diff --git a/inputs_databricks/public_review_platform/data_model.yaml b/public_review_platform/data_model.yaml similarity index 85% rename from inputs_databricks/public_review_platform/data_model.yaml rename to public_review_platform/data_model.yaml index d365f49076c8308aac34d2e9320e01624f2d9022..973900580f4b91ad3e71db4f75b15fc5b0b5b60c 100644 --- a/inputs_databricks/public_review_platform/data_model.yaml +++ b/public_review_platform/data_model.yaml @@ -12,8 +12,8 @@ models: description: The number of 5-star reviews the user has given, replace NULL values with 0. - name: num_business_reviewed description: The number of businesses the user has reviewed, replace NULL values with 0. - - name: received_funny_type_of_compliments - description: Set to 1 if the user has received a funny type of compliment, 0 otherwise. + - name: num_of_funny_type_of_compliments + description: The number of funny type of compliments the user has received, replace NULL values with 0. - name: is_an_elite_user_for_5_years_or_more description: Set to 1 if the user has been an elite user for 5 years or more, 0 otherwise. - name: received_less_than_5_low_compliments_from_other_users @@ -34,6 +34,6 @@ models: - name: average_review_star description: The average review star of the business - name: has_more_than_10_attributes - description: Set to 1 if the business has more than 10 attributes whose value is 'true', 0 otherwise. + description: Set to 1 if the business has more than 10 attributes, 0 otherwise. - name: received_the_review_of_4_star_and_above_by_65_per_of_user - description: Set to 1 if at least 65% of users have given the business a review of 4 stars or higher; otherwise, set to 0. \ No newline at end of file + description: Set to 1 if the business has received the review of 4-star and above by 65% of users, 0 otherwise. \ No newline at end of file diff --git a/inputs_databricks/public_review_platform/schemas/Attributes.csv b/public_review_platform/schemas/Attributes.csv similarity index 100% rename from inputs_databricks/public_review_platform/schemas/Attributes.csv rename to public_review_platform/schemas/Attributes.csv diff --git a/inputs_databricks/public_review_platform/schemas/Business.csv b/public_review_platform/schemas/Business.csv similarity index 100% rename from inputs_databricks/public_review_platform/schemas/Business.csv rename to public_review_platform/schemas/Business.csv diff --git a/inputs_databricks/public_review_platform/schemas/Business_Attributes.csv b/public_review_platform/schemas/Business_Attributes.csv similarity index 100% rename from inputs_databricks/public_review_platform/schemas/Business_Attributes.csv rename to public_review_platform/schemas/Business_Attributes.csv diff --git a/inputs_databricks/public_review_platform/schemas/Business_Categories.csv b/public_review_platform/schemas/Business_Categories.csv similarity index 100% rename from inputs_databricks/public_review_platform/schemas/Business_Categories.csv rename to public_review_platform/schemas/Business_Categories.csv diff --git a/inputs_databricks/public_review_platform/schemas/Business_Hours.csv b/public_review_platform/schemas/Business_Hours.csv similarity index 100% rename from inputs_databricks/public_review_platform/schemas/Business_Hours.csv rename to public_review_platform/schemas/Business_Hours.csv diff --git a/inputs_databricks/public_review_platform/schemas/Categories.csv b/public_review_platform/schemas/Categories.csv similarity index 100% rename from inputs_databricks/public_review_platform/schemas/Categories.csv rename to public_review_platform/schemas/Categories.csv diff --git a/inputs_databricks/public_review_platform/schemas/Checkins.csv b/public_review_platform/schemas/Checkins.csv similarity index 100% rename from inputs_databricks/public_review_platform/schemas/Checkins.csv rename to public_review_platform/schemas/Checkins.csv diff --git a/inputs_databricks/public_review_platform/schemas/Compliments.csv b/public_review_platform/schemas/Compliments.csv similarity index 100% rename from inputs_databricks/public_review_platform/schemas/Compliments.csv rename to public_review_platform/schemas/Compliments.csv diff --git a/inputs_databricks/public_review_platform/schemas/Days.csv b/public_review_platform/schemas/Days.csv similarity index 100% rename from inputs_databricks/public_review_platform/schemas/Days.csv rename to public_review_platform/schemas/Days.csv diff --git a/inputs_databricks/public_review_platform/schemas/Elite.csv b/public_review_platform/schemas/Elite.csv similarity index 100% rename from inputs_databricks/public_review_platform/schemas/Elite.csv rename to public_review_platform/schemas/Elite.csv diff --git a/inputs_databricks/public_review_platform/schemas/Reviews.csv b/public_review_platform/schemas/Reviews.csv similarity index 100% rename from inputs_databricks/public_review_platform/schemas/Reviews.csv rename to public_review_platform/schemas/Reviews.csv diff --git a/inputs_databricks/public_review_platform/schemas/Tips.csv b/public_review_platform/schemas/Tips.csv similarity index 100% rename from inputs_databricks/public_review_platform/schemas/Tips.csv rename to public_review_platform/schemas/Tips.csv diff --git a/inputs_databricks/public_review_platform/schemas/Users.csv b/public_review_platform/schemas/Users.csv similarity index 100% rename from inputs_databricks/public_review_platform/schemas/Users.csv rename to public_review_platform/schemas/Users.csv diff --git a/inputs_redshift/public_review_platform/schemas/Users_Compliments.csv b/public_review_platform/schemas/Users_Compliments.csv similarity index 61% rename from inputs_redshift/public_review_platform/schemas/Users_Compliments.csv rename to public_review_platform/schemas/Users_Compliments.csv index 7db15d41bcb3d9f1b3417c78aac5a3c2b0fb89fa..dc0477feaf1c8fd240846fc349d83e1e731ac60e 100644 --- a/inputs_redshift/public_review_platform/schemas/Users_Compliments.csv +++ b/public_review_platform/schemas/Users_Compliments.csv @@ -1,4 +1,4 @@ column_name,column_description compliment_id,the id number indicating the compliment user_id,the id number indicating the user -number_of_compliments, Ordinal level of compliments received from other users +number_of_compliments,how many compliments a user has received from other users diff --git a/inputs_databricks/public_review_platform/schemas/Years.csv b/public_review_platform/schemas/Years.csv similarity index 100% rename from inputs_databricks/public_review_platform/schemas/Years.csv rename to public_review_platform/schemas/Years.csv diff --git a/inputs_snowflake/qualtrics/config.yaml b/qualtrics/config.yaml similarity index 100% rename from inputs_snowflake/qualtrics/config.yaml rename to qualtrics/config.yaml diff --git a/inputs_redshift/qualtrics/data_model.yaml b/qualtrics/data_model.yaml similarity index 85% rename from inputs_redshift/qualtrics/data_model.yaml rename to qualtrics/data_model.yaml index fcd2ab5c70a8cb4b2f7d60697cebe4cf5de5b3c0..0b5355ecbf99042e34bffcf7376e0f9240988324 100644 --- a/inputs_redshift/qualtrics/data_model.yaml +++ b/qualtrics/data_model.yaml @@ -23,11 +23,9 @@ models: - name: scoring_summary_after_survey description: Boolean representing whether the scoring summary is after the survey. - name: last_activated_at - description: The date and time the survey was last activated; follows the format YYYY-MM-DD HH:MM:SS - format: YYYY-MM-DD HH:MM:SS + description: The date the survey was last activated. - name: last_modified_at - description: The point in time when the record was last modified; follows the format YYYY-MM-DD HH:MM:SS. - format: YYYY-MM-DD HH:MM:SS + description: The point in time when the record was last modified. - name: is_deleted description: Boolean representing whether the record was soft-deleted in Qualtrics. - name: owner_email @@ -40,10 +38,10 @@ models: description: Total number of completed survey responses (ie is_finished=true). Set to 0 if NULL. - name: qualtrics__contact - description: Detailed view of contacts from both the XM Directory and (to-be-deprecated) Research Core contact endpoints, enhanced with response and mailing list metrics. + description: Detailed view of all contacts (from both the XM Directory and Research Core contact endpoints), ehanced with response and mailing list metrics. columns: - name: contact_id - description: The ID for the contact. + description: The ID for the contact. Example - CID_012345678901234 - name: is_xm_directory_contact description: Boolean representing whether the contact came from the XM Directory API endpoint (ie stored in the directory_contact table). - name: is_research_core_contact @@ -61,14 +59,13 @@ models: - name: language description: The user's default language. - name: mailing_list_ids - description: Comma-separated list of mailing list IDs the record is associated with, sorted in ascending order of mailing list ID. + description: Comma-separated list of mailing list IDs the record is associated with. - name: count_mailing_lists_subscribed_to description: Count of distinct mailing lists the contact is a member of and has not opted out of. - name: count_mailing_lists_unsubscribed_from description: Count of distinct mailing lists that the contact has opted out of receiving emails through. - name: created_at - description: The creation date and time of the record. If a creation time is not available, the timestamp when the record was last updated is used. - format: YYYY-MM-DD HH:MM:SS + description: The creation date and time of the record, expressed as an ISO 8601 value. - name: count_surveys_sent_email description: Distinct surveys sent to the contact via email invite. Set to 0 if NULL. - name: count_surveys_sent_sms @@ -78,9 +75,9 @@ models: - name: count_surveys_opened_sms description: Distinct surveys opened by the contact via SMS invite. Set to 0 if NULL. - name: count_surveys_started_email - description: Distinct surveys started by the contact (i.e., has a survey response) via email invite. Set to 0 if NULL. + description: Distinct surveys started by the contact via email invite. Set to 0 if NULL. - name: count_surveys_started_sms - description: Distinct surveys started by the contact (i.e., has a survey response) via SMS invite. Set to 0 if NULL. + description: Distinct surveys started by the contact via SMS invite. Set to 0 if NULL. - name: count_surveys_completed_email description: Distinct surveys completed by the contact via email invite. Set to 0 if NULL. - name: count_surveys_completed_sms @@ -111,31 +108,32 @@ models: description: Name of the directory. - name: is_deleted description: Boolean representing whether the record was soft-deleted in Qualtrics. + - name: _fivetran_synced + description: The time when a record was last updated by Fivetran. - name: count_distinct_emails description: Count of distinct email addresses in the directory. Set to 0 if NULL. - name: count_distinct_phones description: Count of distinct phone numbers (stripped of any non-numeric characters) in the directory. Set to 0 if NULL. - name: total_count_contacts description: Total number of contacts. Set to 0 if NULL. - - name: count_contacts_sent_survey - description: Number of contacts in this directory who have been sent a survey. Set to 0 if NULL. - - name: count_contacts_opened_survey - description: Number of contacts in this directory who have been sent a survey and opened it. Set to 0 if NULL. - - name: count_contacts_started_survey - description: Number of contacts in this directory who have been sent a survey and started the response. Set to 0 if NULL. - - name: count_contacts_completed_survey - description: Number of contacts in this directory who have been sent a survey and completed it. Set to 0 if NULL. - - name: count_surveys_sent - description: Number of distinct surveys sent to contacts. Set to 0 if NULL. + - name: count_contacts_sent_survey_30d + description: Number of contacts in this directory who have been sent a survey in the past 30 days (inclusive). Set to 0 if NULL. + - name: count_contacts_opened_survey_30d + description: Number of contacts in this directory who have been sent a survey in the past 30 days (inclusive) and opened it. Set to 0 if NULL. + - name: count_contacts_started_survey_30d + description: Number of contacts in this directory who have been sent a survey in the past 30 days (inclusive)and started it. Set to 0 if NULL. + - name: count_contacts_completed_survey_30d + description: Number of contacts in this directory who have been sent a survey in the past 30 days (inclusive) and completed it. Set to 0 if NULL. + - name: count_surveys_sent_30d + description: Number of distinct surveys sent to contacts in the past 30 days (inclusive). Set to 0 if NULL. - name: count_mailing_lists description: Number of mailing lists the exist within the directory. Set to 0 if NULL. - name: qualtrics__distribution - description: Table of each survey's distribution (method of reaching out to XM directory contacts or Research core contacts) enhanced with survey response and status metrics. + description: Table of each survey's distribution (method of reaching out to XM directory contacts) enhanced with survey response and status metrics. columns: - name: created_at - description: The creation date and time of the record. If a creation time is not available, the timestamp when the record was last updated is used. - format: YYYY-MM-DD HH:MM:SS + description: The creation date and time of the record, expressed as an ISO 8601 value. - name: header_from_email description: Email from address. - name: header_from_name @@ -147,8 +145,7 @@ models: - name: distribution_id description: The unique Distribution ID. - name: last_modified_at - description: The point in time when the record was last modified. Follows the format YYYY-MM-DD HH:MM:SS. - format: YYYY-MM-DD HH:MM:SS + description: The point in time when the record was last modified. - name: organization_id description: ID of the organization/brand this record belongs to. - name: owner_user_id @@ -166,17 +163,17 @@ models: - name: request_type description: The distribution's type. Types include Invite, Reminder, and ThankYou. - name: send_at - description: The date and time the request will be or was sent (follows the format YYYY-MM-DD HH:MM:SS.). Note that this date and time could be in the future if the email distribution is scheduled to send after a delay. - format: YYYY-MM-DD HH:MM:SS + description: The date and time the request will be or was sent (in ISO 8601 format). Note that this date and time could be in the future if the email distribution is scheduled to send after a delay. - name: survey_link_expires_at - description: The expiration date for the link associated with the survey distribution. Null if request_type != Invite. Follows the format YYYY-MM-DD HH:MM:SS. - format: YYYY-MM-DD HH:MM:SS + description: The expiration date for the link associated with the survey distribution. Null if request_type != Invite. - name: survey_link_type description: The link type (Individual, Anonymous, or Multiple) for the link associated with the survey distribution. Null if request_type != Invite. - name: survey_id description: The unique survey ID. Will be non-null even if request_type != Invite. - name: is_deleted description: Boolean representing whether the record was soft-deleted in Qualtrics. + - name: _fivetran_synced + description: The time when a record was last updated by Fivetran. - name: owner_email description: Email of the USER who owns the object. - name: owner_first_name @@ -226,9 +223,7 @@ models: - name: count_contacts_completed_surveys description: Count of unique contacts who have completed surveys via the distribution. Set to 0 if NULL. - name: first_survey_sent_at - description: Timestamp of when the first survey was sent via this distribution. Follows the format YYYY-MM-DD HH:MM:SS. - format: YYYY-MM-DD HH:MM:SS.fff + description: Timestamp of when the first survey was sent via this distribution. - name: last_survey_sent_at - description: Timestamp of when a survey was most recently sent out via this distribution. Follows the format YYYY-MM-DD HH:MM:SS. - format: YYYY-MM-DD HH:MM:SS.fff + description: Timestamp of when a survey was most recently sent out via this distribution. \ No newline at end of file diff --git a/inputs_databricks/qualtrics/schemas/block.csv b/qualtrics/schemas/block.csv similarity index 100% rename from inputs_databricks/qualtrics/schemas/block.csv rename to qualtrics/schemas/block.csv diff --git a/inputs_databricks/qualtrics/schemas/block_question.csv b/qualtrics/schemas/block_question.csv similarity index 100% rename from inputs_databricks/qualtrics/schemas/block_question.csv rename to qualtrics/schemas/block_question.csv diff --git a/inputs_databricks/qualtrics/schemas/contact_mailing_list_membership.csv b/qualtrics/schemas/contact_mailing_list_membership.csv similarity index 100% rename from inputs_databricks/qualtrics/schemas/contact_mailing_list_membership.csv rename to qualtrics/schemas/contact_mailing_list_membership.csv diff --git a/inputs_databricks/qualtrics/schemas/core_contact.csv b/qualtrics/schemas/core_contact.csv similarity index 100% rename from inputs_databricks/qualtrics/schemas/core_contact.csv rename to qualtrics/schemas/core_contact.csv diff --git a/inputs_databricks/qualtrics/schemas/core_mailing_list.csv b/qualtrics/schemas/core_mailing_list.csv similarity index 100% rename from inputs_databricks/qualtrics/schemas/core_mailing_list.csv rename to qualtrics/schemas/core_mailing_list.csv diff --git a/inputs_databricks/qualtrics/schemas/directory.csv b/qualtrics/schemas/directory.csv similarity index 100% rename from inputs_databricks/qualtrics/schemas/directory.csv rename to qualtrics/schemas/directory.csv diff --git a/inputs_databricks/qualtrics/schemas/directory_contact.csv b/qualtrics/schemas/directory_contact.csv similarity index 100% rename from inputs_databricks/qualtrics/schemas/directory_contact.csv rename to qualtrics/schemas/directory_contact.csv diff --git a/inputs_databricks/qualtrics/schemas/directory_mailing_list.csv b/qualtrics/schemas/directory_mailing_list.csv similarity index 100% rename from inputs_databricks/qualtrics/schemas/directory_mailing_list.csv rename to qualtrics/schemas/directory_mailing_list.csv diff --git a/inputs_databricks/qualtrics/schemas/distribution.csv b/qualtrics/schemas/distribution.csv similarity index 100% rename from inputs_databricks/qualtrics/schemas/distribution.csv rename to qualtrics/schemas/distribution.csv diff --git a/inputs_databricks/qualtrics/schemas/distribution_contact.csv b/qualtrics/schemas/distribution_contact.csv similarity index 100% rename from inputs_databricks/qualtrics/schemas/distribution_contact.csv rename to qualtrics/schemas/distribution_contact.csv diff --git a/inputs_databricks/qualtrics/schemas/question.csv b/qualtrics/schemas/question.csv similarity index 100% rename from inputs_databricks/qualtrics/schemas/question.csv rename to qualtrics/schemas/question.csv diff --git a/inputs_databricks/qualtrics/schemas/question_option.csv b/qualtrics/schemas/question_option.csv similarity index 100% rename from inputs_databricks/qualtrics/schemas/question_option.csv rename to qualtrics/schemas/question_option.csv diff --git a/inputs_databricks/qualtrics/schemas/question_response.csv b/qualtrics/schemas/question_response.csv similarity index 100% rename from inputs_databricks/qualtrics/schemas/question_response.csv rename to qualtrics/schemas/question_response.csv diff --git a/inputs_databricks/qualtrics/schemas/sub_question.csv b/qualtrics/schemas/sub_question.csv similarity index 100% rename from inputs_databricks/qualtrics/schemas/sub_question.csv rename to qualtrics/schemas/sub_question.csv diff --git a/inputs_databricks/qualtrics/schemas/survey.csv b/qualtrics/schemas/survey.csv similarity index 100% rename from inputs_databricks/qualtrics/schemas/survey.csv rename to qualtrics/schemas/survey.csv diff --git a/inputs_databricks/qualtrics/schemas/survey_embedded.csv b/qualtrics/schemas/survey_embedded.csv similarity index 100% rename from inputs_databricks/qualtrics/schemas/survey_embedded.csv rename to qualtrics/schemas/survey_embedded.csv diff --git a/inputs_databricks/qualtrics/schemas/survey_response.csv b/qualtrics/schemas/survey_response.csv similarity index 100% rename from inputs_databricks/qualtrics/schemas/survey_response.csv rename to qualtrics/schemas/survey_response.csv diff --git a/inputs_databricks/qualtrics/schemas/survey_version.csv b/qualtrics/schemas/survey_version.csv similarity index 100% rename from inputs_databricks/qualtrics/schemas/survey_version.csv rename to qualtrics/schemas/survey_version.csv diff --git a/inputs_databricks/qualtrics/schemas/user.csv b/qualtrics/schemas/user.csv similarity index 100% rename from inputs_databricks/qualtrics/schemas/user.csv rename to qualtrics/schemas/user.csv diff --git a/inputs_snowflake/recurly/config.yaml b/recurly/config.yaml similarity index 100% rename from inputs_snowflake/recurly/config.yaml rename to recurly/config.yaml diff --git a/inputs_snowflake/recurly/data_model.yaml b/recurly/data_model.yaml similarity index 90% rename from inputs_snowflake/recurly/data_model.yaml rename to recurly/data_model.yaml index 9b7ed6159790e6cea17b2cdcaf10b0b312dee2a3..c2836b76aedc83b3f4a829d8558c69b045d2b70b 100644 --- a/inputs_snowflake/recurly/data_model.yaml +++ b/recurly/data_model.yaml @@ -6,7 +6,6 @@ models: description: Primary key for the account. - name: account_created_at description: Timestamp of when the account entry was created. - format: YYYY-MM-DD HH:MM:SS - name: account_code description: The unique identifier of the account. This cannot be changed once the account is created. Provided during account creation. - name: account_company @@ -39,22 +38,16 @@ models: description: Total number of credits issued to this account. Set to 0 if no credits. - name: first_charge_date description: Date the first charge on the account was issued. - format: YYYY-MM-DDTHH:MM:SS - name: most_recent_charge_date description: Date the most recent charge on the account was issued. - format: YYYY-MM-DDTHH:MM:SS - name: first_invoice_date description: Date the first invoice on the account was issued. - format: YYYY-MM-DD HH:MM:SS - name: most_recent_invoice_date description: Date the most recent invoice on the account was issued. - format: YYYY-MM-DD HH:MM:SS - name: first_transaction_date description: Date first transaction occurred on the account. - format: YYYY-MM-DD HH:MM:SS - name: most_recent_transaction_date - description: Date most recent transaction occurred on the account. - format: YYYY-MM-DD HH:MM:SS + description: Date most recent transaction occurred on the account. - name: recurly__balance_transactions description: Each record represents a specific line item charge, credit, or other balance change that accumulates into the final invoices. @@ -63,10 +56,8 @@ models: description: Unique identifier for the balance transaction line item - name: created_at description: When the line item was created. - format: YYYY-MM-DDTHH:MM:SS - name: updated_at description: When the line item was last updated. - format: YYYY-MM-DDTHH:MM:SS - name: account_id description: Customer in Recurly responsible for the line item. - name: invoice_id @@ -78,7 +69,7 @@ models: - name: state description: Pending line items are charges or credits on an account that have not been applied to an invoice yet. Invoiced line items will always have an invoice_id value. Enum, "invoiced", "pending" - name: origin - description: A credit created from an original charge will have the value of the charge's origin. Enum, "add_on", "add_on_trial", "carryforward", "coupon", "credit", "debit", "one_time", "plan", "plan_trial", "setup_fee", "prepayment". + description: A credit created from an original charge will have the value of the charge's origin - name: discount description: The discount applied to the line item. - name: tax @@ -101,7 +92,6 @@ models: description: Total before discounts and taxes (quantity * unit_amount). - name: started_at description: If an end date is present, this is value indicates the beginning of a billing time range. If no end date is present it indicates billing for a specific date. - format: YYYY-MM-DD HH:MM:SS - name: invoice_state description: The invoice state. Enum, "open", "pending", "processing", "past_due", "paid", "closed", "failed", "voided". - name: invoice_origin @@ -110,18 +100,14 @@ models: description: Invoices are either "charge", "credit", or "legacy" invoices. - name: invoice_created_at description: When the invoice was created. - format: YYYY-MM-DD HH:MM:SS - name: invoice_due_at description: Date invoice is due. This is the date the net terms are reached. - format: YYYY-MM-DD HH:MM:SS - name: invoice_closed_at description: Date invoice was marked paid or failed. - format: YYYY-MM-DD HH:MM:SS - name: transaction_id description: The id of the transaction associated with the invoice. - name: transaction_created_at description: Time transaction was created. - format: YYYY-MM-DD HH:MM:SS - name: transaction_type description: > Transaction types: @@ -149,24 +135,19 @@ models: - name: subscription_id description: Unique identifier for the subscription. - name: activated_at - description: When the subscription was activated. - format: YYYY-MM-DD HH:MM:SS + description: When the subscription was activated. - name: account_id description: The account this subscription belongs to. - name: account_state description: Current state of the account. - name: canceled_at description: When the subscription was canceled. Can take future dates. - format: YYYY-MM-DD HH:MM:SS - name: current_period_ended_at description: Current billing period ends at. - format: YYYY-MM-DD HH:MM:SS - name: current_period_started_at description: Current billing period started at. - format: YYYY-MM-DD HH:MM:SS - name: expires_at description: When the subscription has expired. Can take future dates. - format: YYYY-MM-DD HH:MM:SS - name: expiration_reason description: Reason for subscription expiration. - name: has_auto_renew @@ -177,7 +158,6 @@ models: description: The current state of the plan. Enum:"active", "inactive" - name: subscription_end_date description: When the subscription actually ends, factors in cancellations earlier than the expected end date. - format: YYYY-MM-DD HH:MM:SS - name: subscription_interval_days description: Subscription interval by number of days, accounting for cancelled/expired periods. - name: subscription_state @@ -198,43 +178,34 @@ models: description: Unique identifier for the subscription. - name: updated_at description: When the subscription was updated. - format: YYYY-MM-DD HH:MM:SS - name: activated_at - description: When the subscription was activated. - format: YYYY-MM-DD HH:MM:SS + description: When the subscription was activated. - name: add_ons_total description: Total price of add-ons. Greater or equal to 0. - name: canceled_at description: When the subscription was canceled. Can take future dates. - format: YYYY-MM-DD HH:MM:SS - name: current_period_ended_at description: Current billing period ends at. - format: YYYY-MM-DD HH:MM:SS - name: current_period_started_at description: Current billing period started at. - format: YYYY-MM-DD HH:MM:SS - name: expiration_reason description: Reason for subscription expiration. - name: expires_at description: When the subscription has expired. Can take future dates. - format: YYYY-MM-DD HH:MM:SS - name: has_auto_renew description: Whether the subscription renews at the end of its term. Default:true - name: subscription_state description: The current state of the subscription. Enum:"active", "canceled", "expired", "failed", "future", "paused" - name: subscription_end_date description: When the subscription actually ends, factors in cancellations earlier than the expected end date. - format: YYYY-MM-DD HH:MM:SS - name: subscription_interval_days description: Subscription interval by number of days, accounting for cancelled/expired periods. - name: subtotal description: Estimated total, before tax. - name: trial_ends_at description: Trial period ends at. - format: YYYY-MM-DD HH:MM:SS - name: trial_started_at description: Trial period started at. - format: YYYY-MM-DD HH:MM:SS - name: trial_interval_days description: Period of trial, in days. - name: unit_amount @@ -243,7 +214,6 @@ models: description: The account this subscription belongs to. - name: account_created_at description: The date this account was created. - format: YYYY-MM-DD HH:MM:SS - name: account_email description: Email address associated with the account for this subscription. - name: account_state @@ -252,10 +222,8 @@ models: description: Unique code to identify the plan. This is used in Hosted Payment Page URLs and in the invoice exports. - name: plan_created_at description: When the plan was created. - format: YYYY-MM-DD HH:MM:SS - name: plan_deleted_at description: When the plan was deleted. - format: YYYY-MM-DD HH:MM:SS - name: plan_interval_days description: The number of days on the expected Recurly plan. Assume a month has 30 days. - name: plan_is_tax_exempt diff --git a/inputs_databricks/recurly/schemas/account.csv b/recurly/schemas/account.csv similarity index 100% rename from inputs_databricks/recurly/schemas/account.csv rename to recurly/schemas/account.csv diff --git a/inputs_databricks/recurly/schemas/account_balance.csv b/recurly/schemas/account_balance.csv similarity index 100% rename from inputs_databricks/recurly/schemas/account_balance.csv rename to recurly/schemas/account_balance.csv diff --git a/inputs_databricks/recurly/schemas/account_note.csv b/recurly/schemas/account_note.csv similarity index 100% rename from inputs_databricks/recurly/schemas/account_note.csv rename to recurly/schemas/account_note.csv diff --git a/inputs_databricks/recurly/schemas/billing_info.csv b/recurly/schemas/billing_info.csv similarity index 100% rename from inputs_databricks/recurly/schemas/billing_info.csv rename to recurly/schemas/billing_info.csv diff --git a/inputs_databricks/recurly/schemas/coupon_discount.csv b/recurly/schemas/coupon_discount.csv similarity index 100% rename from inputs_databricks/recurly/schemas/coupon_discount.csv rename to recurly/schemas/coupon_discount.csv diff --git a/inputs_databricks/recurly/schemas/coupon_redemption.csv b/recurly/schemas/coupon_redemption.csv similarity index 100% rename from inputs_databricks/recurly/schemas/coupon_redemption.csv rename to recurly/schemas/coupon_redemption.csv diff --git a/inputs_databricks/recurly/schemas/credit_payment.csv b/recurly/schemas/credit_payment.csv similarity index 100% rename from inputs_databricks/recurly/schemas/credit_payment.csv rename to recurly/schemas/credit_payment.csv diff --git a/inputs_databricks/recurly/schemas/invoice.csv b/recurly/schemas/invoice.csv similarity index 100% rename from inputs_databricks/recurly/schemas/invoice.csv rename to recurly/schemas/invoice.csv diff --git a/inputs_databricks/recurly/schemas/invoice_coupon_redemption.csv b/recurly/schemas/invoice_coupon_redemption.csv similarity index 100% rename from inputs_databricks/recurly/schemas/invoice_coupon_redemption.csv rename to recurly/schemas/invoice_coupon_redemption.csv diff --git a/inputs_databricks/recurly/schemas/invoice_subscription.csv b/recurly/schemas/invoice_subscription.csv similarity index 100% rename from inputs_databricks/recurly/schemas/invoice_subscription.csv rename to recurly/schemas/invoice_subscription.csv diff --git a/inputs_databricks/recurly/schemas/line_item.csv b/recurly/schemas/line_item.csv similarity index 100% rename from inputs_databricks/recurly/schemas/line_item.csv rename to recurly/schemas/line_item.csv diff --git a/inputs_databricks/recurly/schemas/plan.csv b/recurly/schemas/plan.csv similarity index 100% rename from inputs_databricks/recurly/schemas/plan.csv rename to recurly/schemas/plan.csv diff --git a/inputs_databricks/recurly/schemas/plan_currency.csv b/recurly/schemas/plan_currency.csv similarity index 100% rename from inputs_databricks/recurly/schemas/plan_currency.csv rename to recurly/schemas/plan_currency.csv diff --git a/inputs_databricks/recurly/schemas/recurly_subscription.csv b/recurly/schemas/recurly_subscription.csv similarity index 100% rename from inputs_databricks/recurly/schemas/recurly_subscription.csv rename to recurly/schemas/recurly_subscription.csv diff --git a/inputs_databricks/recurly/schemas/subscription_add_on.csv b/recurly/schemas/subscription_add_on.csv similarity index 100% rename from inputs_databricks/recurly/schemas/subscription_add_on.csv rename to recurly/schemas/subscription_add_on.csv diff --git a/inputs_databricks/recurly/schemas/subscription_change.csv b/recurly/schemas/subscription_change.csv similarity index 100% rename from inputs_databricks/recurly/schemas/subscription_change.csv rename to recurly/schemas/subscription_change.csv diff --git a/inputs_databricks/recurly/schemas/transaction.csv b/recurly/schemas/transaction.csv similarity index 100% rename from inputs_databricks/recurly/schemas/transaction.csv rename to recurly/schemas/transaction.csv diff --git a/inputs_databricks/recurly/schemas/transaction_subscription.csv b/recurly/schemas/transaction_subscription.csv similarity index 100% rename from inputs_databricks/recurly/schemas/transaction_subscription.csv rename to recurly/schemas/transaction_subscription.csv diff --git a/inputs_snowflake/regional_sales/config.yaml b/regional_sales/config.yaml similarity index 100% rename from inputs_snowflake/regional_sales/config.yaml rename to regional_sales/config.yaml diff --git a/inputs_databricks/regional_sales/data_model.yaml b/regional_sales/data_model.yaml similarity index 68% rename from inputs_databricks/regional_sales/data_model.yaml rename to regional_sales/data_model.yaml index 0da7dc0230fae8e275cb42b2c52e7963d77d90c3..8f4d8c5b667fd90291d454c92df21bf9bb4f701c 100644 --- a/inputs_databricks/regional_sales/data_model.yaml +++ b/regional_sales/data_model.yaml @@ -7,11 +7,11 @@ models: - name: customer_name description: The name of the customer. - name: most_expensive_order - description: The most expensive order before discount applied the customer has made, with ties broken by the ascending order of the order number. + description: The most expensive order the customer has made, with ties broken by the ascending order of the order number. - name: has_made_orders_online description: Set to 1 if the customer has made orders online, 0 otherwise. - name: highest_net_profiit_for_order - description: The highest net profit before discount applied for an order the customer has made. + description: The highest net profit for an order the customer has made. - name: avg_price_of_order_after_discount description: The average price of an order after discount the customer has made. - name: quantity_of_orders_in_2018 @@ -25,11 +25,11 @@ models: description: The name of the product. - name: has_been_applied_10per_discount description: Set to 1 if the product has been applied a 10% discount, 0 otherwise. - - name: percent_of_units_ordered_from_burbank_stores - description: Of all units of this product ordered, the percent whose store is in Burbank. + - name: percentage_of_products_that_were_shipped_from_Burban + description: The percentage of products that were shipped from Burban. - name: total_net_profit - description: The total net profit of the product before discount applied , replace NULL values with 0. + description: The total net profit of the product, replace NULL values with 0. - name: number_of_orders description: The number of orders the product has, replace NULL values with 0. - name: highest_net_profit_in_2019 - description: The highest net profit of the product before discount applied in 2019. \ No newline at end of file + description: The highest net profit of the product in 2019. \ No newline at end of file diff --git a/inputs_databricks/regional_sales/schemas/Customers.csv b/regional_sales/schemas/Customers.csv similarity index 100% rename from inputs_databricks/regional_sales/schemas/Customers.csv rename to regional_sales/schemas/Customers.csv diff --git a/inputs_databricks/regional_sales/schemas/Products.csv b/regional_sales/schemas/Products.csv similarity index 100% rename from inputs_databricks/regional_sales/schemas/Products.csv rename to regional_sales/schemas/Products.csv diff --git a/inputs_databricks/regional_sales/schemas/Regions.csv b/regional_sales/schemas/Regions.csv similarity index 100% rename from inputs_databricks/regional_sales/schemas/Regions.csv rename to regional_sales/schemas/Regions.csv diff --git a/inputs_databricks/regional_sales/schemas/Sales_Orders.csv b/regional_sales/schemas/Sales_Orders.csv similarity index 100% rename from inputs_databricks/regional_sales/schemas/Sales_Orders.csv rename to regional_sales/schemas/Sales_Orders.csv diff --git a/inputs_databricks/regional_sales/schemas/Sales_Team.csv b/regional_sales/schemas/Sales_Team.csv similarity index 100% rename from inputs_databricks/regional_sales/schemas/Sales_Team.csv rename to regional_sales/schemas/Sales_Team.csv diff --git a/inputs_databricks/regional_sales/schemas/Store_Locations.csv b/regional_sales/schemas/Store_Locations.csv similarity index 100% rename from inputs_databricks/regional_sales/schemas/Store_Locations.csv rename to regional_sales/schemas/Store_Locations.csv diff --git a/inputs_snowflake/restaurant/config.yaml b/restaurant/config.yaml similarity index 100% rename from inputs_snowflake/restaurant/config.yaml rename to restaurant/config.yaml diff --git a/inputs_databricks/restaurant/data_model.yaml b/restaurant/data_model.yaml similarity index 54% rename from inputs_databricks/restaurant/data_model.yaml rename to restaurant/data_model.yaml index d454f4931b4aaffaf54e870a97bd6837f6bd3fd3..401cf26afd697a93540c521a830970cabc5ca65b 100644 --- a/inputs_databricks/restaurant/data_model.yaml +++ b/restaurant/data_model.yaml @@ -1,15 +1,15 @@ models: - name: cities - description: Each record represents a unique city from table geographic. + description: Each record represents a unique city. columns: - name: city description: Unique identifier for the city. - - name: most_popular_restaurant - description: The most popular restaurant's label in the city, with ties broken by the ascending order of the restaurant's label. Most popular restaurant refers to the restaurant with the highest review score. + - name: most_popular_restaurant_among_dinner + description: The most popular restaurant among dinner in the city, with ties broken by the ascending order of the restaurant's label. - name: most_common_type description: The most common type of restaurant in the city,with ties broken by the ascending order of the food type - name: most_popular_restaurant_serving_Asian_foods - description: The label of the most popular restaurant serving Asian foods in the city, with ties broken by the ascending order of the restaurant's label. Most popular restaurant refers to the restaurant with the highest review score. Serving asian foods refers to food_type = 'asian'. + description: The most popular restaurant serving Asian foods in the city, with ties broken by the ascending order of the restaurant's label. - name: average_review_score_of_restaurants description: The average review score of restaurants in the city. - name: review_greater_than_average_review_all_American_restaurants diff --git a/inputs_databricks/restaurant/schemas/generalinfo.csv b/restaurant/schemas/generalinfo.csv similarity index 100% rename from inputs_databricks/restaurant/schemas/generalinfo.csv rename to restaurant/schemas/generalinfo.csv diff --git a/inputs_databricks/restaurant/schemas/geographic.csv b/restaurant/schemas/geographic.csv similarity index 100% rename from inputs_databricks/restaurant/schemas/geographic.csv rename to restaurant/schemas/geographic.csv diff --git a/inputs_databricks/restaurant/schemas/location.csv b/restaurant/schemas/location.csv similarity index 100% rename from inputs_databricks/restaurant/schemas/location.csv rename to restaurant/schemas/location.csv diff --git a/inputs_snowflake/retail_complains/config.yaml b/retail_complains/config.yaml similarity index 100% rename from inputs_snowflake/retail_complains/config.yaml rename to retail_complains/config.yaml diff --git a/inputs_snowflake/retail_complains/data_model.yaml b/retail_complains/data_model.yaml similarity index 84% rename from inputs_snowflake/retail_complains/data_model.yaml rename to retail_complains/data_model.yaml index 7ae18df969fcb3794c2872b8205f039a2cecfefa..4a930f3bcc555e50fc5f1c626174ec2a5269eb86 100644 --- a/inputs_snowflake/retail_complains/data_model.yaml +++ b/retail_complains/data_model.yaml @@ -1,5 +1,5 @@ models: - - name: clients + - name: Clients description: Each record represents a client. columns: - name: client_id @@ -11,10 +11,10 @@ models: - name: issue_with_the_longest_server_time description: The issue that the client with the longest server time faced,with ties broken by the ascending order of the issue - name: days_of_longest_delay_of_complaint - description: The number of days of the longest delay in the client’s complaint. Delay refers to the time between when the complaint was received and when it was sent to the company. + description: The number of days of the longest delay in the client’s complaint. - name: has_in_progress_complaints description: Set to 1 if the client has in progress complaints, 0 otherwise. - name: percentage_of_complaint_calls_got_consent - description: The percentage of complaint calls that got consent of all complaints for the client . + description: The percentage of complaint calls that got consent. - name: number_of_complaint_submitted_via_fax description: The number of complaints submitted via fax, replace NULL values with 0. \ No newline at end of file diff --git a/inputs_databricks/retail_complains/schemas/callcenterlogs.csv b/retail_complains/schemas/callcenterlogs.csv similarity index 100% rename from inputs_databricks/retail_complains/schemas/callcenterlogs.csv rename to retail_complains/schemas/callcenterlogs.csv diff --git a/inputs_databricks/retail_complains/schemas/client.csv b/retail_complains/schemas/client.csv similarity index 100% rename from inputs_databricks/retail_complains/schemas/client.csv rename to retail_complains/schemas/client.csv diff --git a/inputs_databricks/retail_complains/schemas/district.csv b/retail_complains/schemas/district.csv similarity index 100% rename from inputs_databricks/retail_complains/schemas/district.csv rename to retail_complains/schemas/district.csv diff --git a/inputs_databricks/retail_complains/schemas/events.csv b/retail_complains/schemas/events.csv similarity index 100% rename from inputs_databricks/retail_complains/schemas/events.csv rename to retail_complains/schemas/events.csv diff --git a/inputs_databricks/retail_complains/schemas/retail_complains_reviews.csv b/retail_complains/schemas/retail_complains_reviews.csv similarity index 100% rename from inputs_databricks/retail_complains/schemas/retail_complains_reviews.csv rename to retail_complains/schemas/retail_complains_reviews.csv diff --git a/inputs_databricks/retail_complains/schemas/state.csv b/retail_complains/schemas/state.csv similarity index 100% rename from inputs_databricks/retail_complains/schemas/state.csv rename to retail_complains/schemas/state.csv diff --git a/inputs_snowflake/retail_world/config.yaml b/retail_world/config.yaml similarity index 100% rename from inputs_snowflake/retail_world/config.yaml rename to retail_world/config.yaml diff --git a/inputs_databricks/retail_world/data_model.yaml b/retail_world/data_model.yaml similarity index 100% rename from inputs_databricks/retail_world/data_model.yaml rename to retail_world/data_model.yaml diff --git a/inputs_databricks/retail_world/schemas/Categories.csv b/retail_world/schemas/Categories.csv similarity index 100% rename from inputs_databricks/retail_world/schemas/Categories.csv rename to retail_world/schemas/Categories.csv diff --git a/inputs_databricks/retail_world/schemas/Customers.csv b/retail_world/schemas/Customers.csv similarity index 100% rename from inputs_databricks/retail_world/schemas/Customers.csv rename to retail_world/schemas/Customers.csv diff --git a/inputs_databricks/retail_world/schemas/Employees.csv b/retail_world/schemas/Employees.csv similarity index 100% rename from inputs_databricks/retail_world/schemas/Employees.csv rename to retail_world/schemas/Employees.csv diff --git a/inputs_databricks/retail_world/schemas/Order_Details.csv b/retail_world/schemas/Order_Details.csv similarity index 100% rename from inputs_databricks/retail_world/schemas/Order_Details.csv rename to retail_world/schemas/Order_Details.csv diff --git a/inputs_databricks/retail_world/schemas/Orders.csv b/retail_world/schemas/Orders.csv similarity index 100% rename from inputs_databricks/retail_world/schemas/Orders.csv rename to retail_world/schemas/Orders.csv diff --git a/inputs_databricks/retail_world/schemas/Shippers.csv b/retail_world/schemas/Shippers.csv similarity index 100% rename from inputs_databricks/retail_world/schemas/Shippers.csv rename to retail_world/schemas/Shippers.csv diff --git a/inputs_databricks/retail_world/schemas/Suppliers.csv b/retail_world/schemas/Suppliers.csv similarity index 100% rename from inputs_databricks/retail_world/schemas/Suppliers.csv rename to retail_world/schemas/Suppliers.csv diff --git a/inputs_databricks/retail_world/schemas/retail_world_products.csv b/retail_world/schemas/retail_world_products.csv similarity index 100% rename from inputs_databricks/retail_world/schemas/retail_world_products.csv rename to retail_world/schemas/retail_world_products.csv diff --git a/inputs_snowflake/retails/config.yaml b/retails/config.yaml similarity index 100% rename from inputs_snowflake/retails/config.yaml rename to retails/config.yaml diff --git a/inputs_databricks/retails/data_model.yaml b/retails/data_model.yaml similarity index 100% rename from inputs_databricks/retails/data_model.yaml rename to retails/data_model.yaml diff --git a/inputs_databricks/retails/schemas/customer.csv b/retails/schemas/customer.csv similarity index 100% rename from inputs_databricks/retails/schemas/customer.csv rename to retails/schemas/customer.csv diff --git a/inputs_databricks/retails/schemas/lineitem.csv b/retails/schemas/lineitem.csv similarity index 100% rename from inputs_databricks/retails/schemas/lineitem.csv rename to retails/schemas/lineitem.csv diff --git a/inputs_databricks/retails/schemas/nation.csv b/retails/schemas/nation.csv similarity index 100% rename from inputs_databricks/retails/schemas/nation.csv rename to retails/schemas/nation.csv diff --git a/inputs_databricks/retails/schemas/orders.csv b/retails/schemas/orders.csv similarity index 100% rename from inputs_databricks/retails/schemas/orders.csv rename to retails/schemas/orders.csv diff --git a/inputs_databricks/retails/schemas/part.csv b/retails/schemas/part.csv similarity index 100% rename from inputs_databricks/retails/schemas/part.csv rename to retails/schemas/part.csv diff --git a/inputs_databricks/retails/schemas/partsupp.csv b/retails/schemas/partsupp.csv similarity index 100% rename from inputs_databricks/retails/schemas/partsupp.csv rename to retails/schemas/partsupp.csv diff --git a/inputs_databricks/retails/schemas/region.csv b/retails/schemas/region.csv similarity index 100% rename from inputs_databricks/retails/schemas/region.csv rename to retails/schemas/region.csv diff --git a/inputs_databricks/retails/schemas/supplier.csv b/retails/schemas/supplier.csv similarity index 100% rename from inputs_databricks/retails/schemas/supplier.csv rename to retails/schemas/supplier.csv diff --git a/inputs_snowflake/sales/config.yaml b/sales/config.yaml similarity index 100% rename from inputs_snowflake/sales/config.yaml rename to sales/config.yaml diff --git a/inputs_databricks/sales/data_model.yaml b/sales/data_model.yaml similarity index 93% rename from inputs_databricks/sales/data_model.yaml rename to sales/data_model.yaml index 23cdd73735d31ba2e26bf4588ef85a91f20d6fa7..184998c3092de499b535d624bfe007e198201ec3 100644 --- a/inputs_databricks/sales/data_model.yaml +++ b/sales/data_model.yaml @@ -11,7 +11,7 @@ models: - name: product_with_the_highest_quantity description: The product with the highest quantity the customer has bought, with ties broken by the ascending order of the product name - name: above_average_bought_quantity - description: Set to 1 if the customer has bought more than the average quantity of customers who made a purchase, 0 otherwise. + description: Set to 1 if the customer has bought more than the average quantity of all customers, 0 otherwise. - name: total_bought_quantity description: The total quantity of products the customer has bought, replace NULL values with 0. - name: placed_order_for_product_id_1 @@ -55,6 +55,6 @@ models: - name: per_sold description: The percentage of the product sold in the total number of products sold. - name: num_sold_by_Stearns_MacFeather - description: The total quantity of products sold by the employee "Stearns MacFeather", replace NULL values with 0. + description: The number of products sold by the employee "Stearns MacFeather", replace NULL values with 0. - name: is_freebies description: Set to 1 if the product is freebies, 0 otherwise. \ No newline at end of file diff --git a/inputs_databricks/sales/schemas/Customers.csv b/sales/schemas/Customers.csv similarity index 100% rename from inputs_databricks/sales/schemas/Customers.csv rename to sales/schemas/Customers.csv diff --git a/inputs_databricks/sales/schemas/Employees.csv b/sales/schemas/Employees.csv similarity index 100% rename from inputs_databricks/sales/schemas/Employees.csv rename to sales/schemas/Employees.csv diff --git a/inputs_databricks/sales/schemas/sale.csv b/sales/schemas/sale.csv similarity index 100% rename from inputs_databricks/sales/schemas/sale.csv rename to sales/schemas/sale.csv diff --git a/inputs_databricks/sales/schemas/sales_products.csv b/sales/schemas/sales_products.csv similarity index 100% rename from inputs_databricks/sales/schemas/sales_products.csv rename to sales/schemas/sales_products.csv diff --git a/inputs_snowflake/sales_in_weather/config.yaml b/sales_in_weather/config.yaml similarity index 100% rename from inputs_snowflake/sales_in_weather/config.yaml rename to sales_in_weather/config.yaml diff --git a/inputs_databricks/sales_in_weather/data_model.yaml b/sales_in_weather/data_model.yaml similarity index 100% rename from inputs_databricks/sales_in_weather/data_model.yaml rename to sales_in_weather/data_model.yaml diff --git a/inputs_databricks/sales_in_weather/schemas/relation.csv b/sales_in_weather/schemas/relation.csv similarity index 100% rename from inputs_databricks/sales_in_weather/schemas/relation.csv rename to sales_in_weather/schemas/relation.csv diff --git a/inputs_databricks/sales_in_weather/schemas/sale_weather.csv b/sales_in_weather/schemas/sale_weather.csv similarity index 100% rename from inputs_databricks/sales_in_weather/schemas/sale_weather.csv rename to sales_in_weather/schemas/sale_weather.csv diff --git a/inputs_databricks/sales_in_weather/schemas/sales.csv b/sales_in_weather/schemas/sales.csv similarity index 100% rename from inputs_databricks/sales_in_weather/schemas/sales.csv rename to sales_in_weather/schemas/sales.csv diff --git a/inputs_snowflake/shakespeare/config.yaml b/shakespeare/config.yaml similarity index 100% rename from inputs_snowflake/shakespeare/config.yaml rename to shakespeare/config.yaml diff --git a/inputs_databricks/shakespeare/data_model.yaml b/shakespeare/data_model.yaml similarity index 100% rename from inputs_databricks/shakespeare/data_model.yaml rename to shakespeare/data_model.yaml diff --git a/inputs_databricks/shakespeare/schemas/chapters.csv b/shakespeare/schemas/chapters.csv similarity index 100% rename from inputs_databricks/shakespeare/schemas/chapters.csv rename to shakespeare/schemas/chapters.csv diff --git a/inputs_databricks/shakespeare/schemas/characters.csv b/shakespeare/schemas/characters.csv similarity index 100% rename from inputs_databricks/shakespeare/schemas/characters.csv rename to shakespeare/schemas/characters.csv diff --git a/inputs_databricks/shakespeare/schemas/paragraphs.csv b/shakespeare/schemas/paragraphs.csv similarity index 100% rename from inputs_databricks/shakespeare/schemas/paragraphs.csv rename to shakespeare/schemas/paragraphs.csv diff --git a/inputs_databricks/shakespeare/schemas/works.csv b/shakespeare/schemas/works.csv similarity index 100% rename from inputs_databricks/shakespeare/schemas/works.csv rename to shakespeare/schemas/works.csv diff --git a/inputs_snowflake/shipping/config.yaml b/shipping/config.yaml similarity index 100% rename from inputs_snowflake/shipping/config.yaml rename to shipping/config.yaml diff --git a/inputs_snowflake/shipping/data_model.yaml b/shipping/data_model.yaml similarity index 98% rename from inputs_snowflake/shipping/data_model.yaml rename to shipping/data_model.yaml index 0b786104fd385091e384a9cd4f75549bb58a5301..a53599884c42a4038c834a04b2f65ca8ef490b59 100644 --- a/inputs_snowflake/shipping/data_model.yaml +++ b/shipping/data_model.yaml @@ -9,7 +9,7 @@ models: - name: model_year description: The model year of the truck. - name: headquarter - description: Set to 'Texas (TX)' if the make is 'Peterbilt', set to 'North Carolina (NC)' if the make is Mack, set to 'Washington (WA)' if the make is 'Kenworth' + description: Set to 'Texas (TX)' if the make is 'Peterbilt', set to 'North Carolina (NC)' if the make is Mack, set to 'Washington (WA)' isf the make is 'Kenworth' - name: num_shipments description: The number of shipment delivered by the truck model, replace NULL values with 0. - name: person_receive_heaviest_shipment diff --git a/inputs_databricks/shipping/schemas/city.csv b/shipping/schemas/city.csv similarity index 100% rename from inputs_databricks/shipping/schemas/city.csv rename to shipping/schemas/city.csv diff --git a/inputs_databricks/shipping/schemas/customer.csv b/shipping/schemas/customer.csv similarity index 100% rename from inputs_databricks/shipping/schemas/customer.csv rename to shipping/schemas/customer.csv diff --git a/inputs_databricks/shipping/schemas/driver.csv b/shipping/schemas/driver.csv similarity index 100% rename from inputs_databricks/shipping/schemas/driver.csv rename to shipping/schemas/driver.csv diff --git a/inputs_databricks/shipping/schemas/shipment.csv b/shipping/schemas/shipment.csv similarity index 100% rename from inputs_databricks/shipping/schemas/shipment.csv rename to shipping/schemas/shipment.csv diff --git a/inputs_databricks/shipping/schemas/truck.csv b/shipping/schemas/truck.csv similarity index 100% rename from inputs_databricks/shipping/schemas/truck.csv rename to shipping/schemas/truck.csv diff --git a/inputs_snowflake/simpson_episodes/config.yaml b/simpson_episodes/config.yaml similarity index 100% rename from inputs_snowflake/simpson_episodes/config.yaml rename to simpson_episodes/config.yaml diff --git a/inputs_redshift/simpson_episodes/data_model.yaml b/simpson_episodes/data_model.yaml similarity index 61% rename from inputs_redshift/simpson_episodes/data_model.yaml rename to simpson_episodes/data_model.yaml index c5308d16478ee515f6a6e75481905745841034bb..bfd41e06eaff17ed9375834f685f918637df67f9 100644 --- a/inputs_redshift/simpson_episodes/data_model.yaml +++ b/simpson_episodes/data_model.yaml @@ -11,9 +11,9 @@ models: - name: num_worst_vote description: The number of votes in star classification of worst the episode got, replace NULL values with 0. - name: num_nominations - description: The number of nominations the episode received (including both nominees and winners); replace NULL values with 0. + description: The number of nominations the episode got, replace NULL values with 0. - name: star_7_class - description: Set to 3 if the episode's 7-star votes exceed 1.1x the average number of 7-star votes across all episodes. Set to 2 if the episode's 7-star votes exceed the across-episode average but are ≤ 1.1x the average. Set to 1 if the episode's 7-star votes are ≥ 0.9x the across-episode average but do not exceed the average. Otherwise, set to 0. + description: Set to 3 if the episode receives 7-star votes exceeding 1.1 times the season average. Set to 2 if the episode receives 7-star votes exceeding the season average but less than or equal to 1.1 times the average. Set to 1 if the episode receives 7-star votes that are at least 0.9 times the season average but do not exceed it. Otherwise, set to 0. - name: ratio_between_uncredited_and_credited_roles description: The percentage ratio between uncredited and credited roles on the episode - name: average_stars diff --git a/inputs_databricks/simpson_episodes/schemas/Award.csv b/simpson_episodes/schemas/Award.csv similarity index 100% rename from inputs_databricks/simpson_episodes/schemas/Award.csv rename to simpson_episodes/schemas/Award.csv diff --git a/inputs_databricks/simpson_episodes/schemas/Character_Award.csv b/simpson_episodes/schemas/Character_Award.csv similarity index 100% rename from inputs_databricks/simpson_episodes/schemas/Character_Award.csv rename to simpson_episodes/schemas/Character_Award.csv diff --git a/inputs_databricks/simpson_episodes/schemas/Credit.csv b/simpson_episodes/schemas/Credit.csv similarity index 100% rename from inputs_databricks/simpson_episodes/schemas/Credit.csv rename to simpson_episodes/schemas/Credit.csv diff --git a/inputs_databricks/simpson_episodes/schemas/Episode.csv b/simpson_episodes/schemas/Episode.csv similarity index 100% rename from inputs_databricks/simpson_episodes/schemas/Episode.csv rename to simpson_episodes/schemas/Episode.csv diff --git a/inputs_databricks/simpson_episodes/schemas/Keyword.csv b/simpson_episodes/schemas/Keyword.csv similarity index 100% rename from inputs_databricks/simpson_episodes/schemas/Keyword.csv rename to simpson_episodes/schemas/Keyword.csv diff --git a/inputs_databricks/simpson_episodes/schemas/Person.csv b/simpson_episodes/schemas/Person.csv similarity index 100% rename from inputs_databricks/simpson_episodes/schemas/Person.csv rename to simpson_episodes/schemas/Person.csv diff --git a/inputs_databricks/simpson_episodes/schemas/Vote.csv b/simpson_episodes/schemas/Vote.csv similarity index 100% rename from inputs_databricks/simpson_episodes/schemas/Vote.csv rename to simpson_episodes/schemas/Vote.csv diff --git a/inputs_snowflake/soccer_2016/config.yaml b/soccer_2016/config.yaml similarity index 100% rename from inputs_snowflake/soccer_2016/config.yaml rename to soccer_2016/config.yaml diff --git a/inputs_snowflake/soccer_2016/data_model.yaml b/soccer_2016/data_model.yaml similarity index 89% rename from inputs_snowflake/soccer_2016/data_model.yaml rename to soccer_2016/data_model.yaml index ae6f9b2e59761a218d63a71328550093ceeda116..9b576e6082bba9ee3a1913dd16de308c4f1005c1 100644 --- a/inputs_snowflake/soccer_2016/data_model.yaml +++ b/soccer_2016/data_model.yaml @@ -15,4 +15,4 @@ models: - name: first_match_time description: The time of the first match played by the team. - name: win_rate - description: The win rate of the team, expressed as a value in the range [0, 1]. \ No newline at end of file + description: The win rate of the team. \ No newline at end of file diff --git a/inputs_databricks/soccer_2016/schemas/Ball_by_Ball.csv b/soccer_2016/schemas/Ball_by_Ball.csv similarity index 100% rename from inputs_databricks/soccer_2016/schemas/Ball_by_Ball.csv rename to soccer_2016/schemas/Ball_by_Ball.csv diff --git a/inputs_databricks/soccer_2016/schemas/Batsman_Scored.csv b/soccer_2016/schemas/Batsman_Scored.csv similarity index 100% rename from inputs_databricks/soccer_2016/schemas/Batsman_Scored.csv rename to soccer_2016/schemas/Batsman_Scored.csv diff --git a/inputs_databricks/soccer_2016/schemas/Batting_Style.csv b/soccer_2016/schemas/Batting_Style.csv similarity index 100% rename from inputs_databricks/soccer_2016/schemas/Batting_Style.csv rename to soccer_2016/schemas/Batting_Style.csv diff --git a/inputs_databricks/soccer_2016/schemas/Bowling_Style.csv b/soccer_2016/schemas/Bowling_Style.csv similarity index 100% rename from inputs_databricks/soccer_2016/schemas/Bowling_Style.csv rename to soccer_2016/schemas/Bowling_Style.csv diff --git a/inputs_databricks/soccer_2016/schemas/City.csv b/soccer_2016/schemas/City.csv similarity index 100% rename from inputs_databricks/soccer_2016/schemas/City.csv rename to soccer_2016/schemas/City.csv diff --git a/inputs_databricks/soccer_2016/schemas/Country.csv b/soccer_2016/schemas/Country.csv similarity index 100% rename from inputs_databricks/soccer_2016/schemas/Country.csv rename to soccer_2016/schemas/Country.csv diff --git a/inputs_databricks/soccer_2016/schemas/Extra_Runs.csv b/soccer_2016/schemas/Extra_Runs.csv similarity index 100% rename from inputs_databricks/soccer_2016/schemas/Extra_Runs.csv rename to soccer_2016/schemas/Extra_Runs.csv diff --git a/inputs_databricks/soccer_2016/schemas/Extra_Type.csv b/soccer_2016/schemas/Extra_Type.csv similarity index 100% rename from inputs_databricks/soccer_2016/schemas/Extra_Type.csv rename to soccer_2016/schemas/Extra_Type.csv diff --git a/inputs_databricks/soccer_2016/schemas/Match.csv b/soccer_2016/schemas/Match.csv similarity index 100% rename from inputs_databricks/soccer_2016/schemas/Match.csv rename to soccer_2016/schemas/Match.csv diff --git a/inputs_databricks/soccer_2016/schemas/Out_Type.csv b/soccer_2016/schemas/Out_Type.csv similarity index 100% rename from inputs_databricks/soccer_2016/schemas/Out_Type.csv rename to soccer_2016/schemas/Out_Type.csv diff --git a/inputs_databricks/soccer_2016/schemas/Outcome.csv b/soccer_2016/schemas/Outcome.csv similarity index 100% rename from inputs_databricks/soccer_2016/schemas/Outcome.csv rename to soccer_2016/schemas/Outcome.csv diff --git a/inputs_databricks/soccer_2016/schemas/Player.csv b/soccer_2016/schemas/Player.csv similarity index 100% rename from inputs_databricks/soccer_2016/schemas/Player.csv rename to soccer_2016/schemas/Player.csv diff --git a/inputs_databricks/soccer_2016/schemas/Player_Match.csv b/soccer_2016/schemas/Player_Match.csv similarity index 100% rename from inputs_databricks/soccer_2016/schemas/Player_Match.csv rename to soccer_2016/schemas/Player_Match.csv diff --git a/inputs_databricks/soccer_2016/schemas/Rolee.csv b/soccer_2016/schemas/Rolee.csv similarity index 100% rename from inputs_databricks/soccer_2016/schemas/Rolee.csv rename to soccer_2016/schemas/Rolee.csv diff --git a/inputs_databricks/soccer_2016/schemas/Season.csv b/soccer_2016/schemas/Season.csv similarity index 100% rename from inputs_databricks/soccer_2016/schemas/Season.csv rename to soccer_2016/schemas/Season.csv diff --git a/inputs_databricks/soccer_2016/schemas/Team.csv b/soccer_2016/schemas/Team.csv similarity index 100% rename from inputs_databricks/soccer_2016/schemas/Team.csv rename to soccer_2016/schemas/Team.csv diff --git a/inputs_databricks/soccer_2016/schemas/Toss_Decision.csv b/soccer_2016/schemas/Toss_Decision.csv similarity index 100% rename from inputs_databricks/soccer_2016/schemas/Toss_Decision.csv rename to soccer_2016/schemas/Toss_Decision.csv diff --git a/inputs_databricks/soccer_2016/schemas/Umpire.csv b/soccer_2016/schemas/Umpire.csv similarity index 100% rename from inputs_databricks/soccer_2016/schemas/Umpire.csv rename to soccer_2016/schemas/Umpire.csv diff --git a/inputs_databricks/soccer_2016/schemas/Venue.csv b/soccer_2016/schemas/Venue.csv similarity index 100% rename from inputs_databricks/soccer_2016/schemas/Venue.csv rename to soccer_2016/schemas/Venue.csv diff --git a/inputs_databricks/soccer_2016/schemas/Wicket_Taken.csv b/soccer_2016/schemas/Wicket_Taken.csv similarity index 100% rename from inputs_databricks/soccer_2016/schemas/Wicket_Taken.csv rename to soccer_2016/schemas/Wicket_Taken.csv diff --git a/inputs_databricks/soccer_2016/schemas/Win_By.csv b/soccer_2016/schemas/Win_By.csv similarity index 100% rename from inputs_databricks/soccer_2016/schemas/Win_By.csv rename to soccer_2016/schemas/Win_By.csv diff --git a/inputs_snowflake/social_media/config.yaml b/social_media/config.yaml similarity index 100% rename from inputs_snowflake/social_media/config.yaml rename to social_media/config.yaml diff --git a/inputs_redshift/social_media/data_model.yaml b/social_media/data_model.yaml similarity index 91% rename from inputs_redshift/social_media/data_model.yaml rename to social_media/data_model.yaml index 6e9c0cb3fc3563577def01a5ef07c84d75630df2..c7a1e87de0db949fc6fe673b120bc324726fc8f6 100644 --- a/inputs_redshift/social_media/data_model.yaml +++ b/social_media/data_model.yaml @@ -3,7 +3,7 @@ models: description: Each record represents a country. columns: - name: country - description: Unique identifier for the country, which is the country name + description: Unique identifier for the country. - name: number_of_tweets description: The number of tweets posted by the users in the country, replace NULL values with 0. - name: percentage_of_male_users diff --git a/inputs_databricks/social_media/schemas/location.csv b/social_media/schemas/location.csv similarity index 100% rename from inputs_databricks/social_media/schemas/location.csv rename to social_media/schemas/location.csv diff --git a/inputs_databricks/social_media/schemas/twitter.csv b/social_media/schemas/twitter.csv similarity index 100% rename from inputs_databricks/social_media/schemas/twitter.csv rename to social_media/schemas/twitter.csv diff --git a/inputs_databricks/social_media/schemas/users.csv b/social_media/schemas/users.csv similarity index 100% rename from inputs_databricks/social_media/schemas/users.csv rename to social_media/schemas/users.csv diff --git a/inputs_snowflake/software_company/config.yaml b/software_company/config.yaml similarity index 100% rename from inputs_snowflake/software_company/config.yaml rename to software_company/config.yaml diff --git a/inputs_databricks/software_company/data_model.yaml b/software_company/data_model.yaml similarity index 73% rename from inputs_databricks/software_company/data_model.yaml rename to software_company/data_model.yaml index cd89958d5fbd38f83e131cea2071791310ce0fa4..1824892301c0a290060c960f1a17d29eee626cb3 100644 --- a/inputs_databricks/software_company/data_model.yaml +++ b/software_company/data_model.yaml @@ -13,8 +13,8 @@ models: - name: avg_education_level description: The average education level of the inhabitants in the place. - name: per_elderly_customer_never_married - description: The percentage of elderly customers in the location who have never been married, out of all customers in that location. Elderly customers refers to age over 65. + description: The percentage of elderly customers who have never been married in the place. - name: response_rate - description: The proportion of mails sent to customers in the place that received a response, expressed as a value in the range [0, 1]. + description: The response rate of the customers in the place. - name: per_male_teenager_among_all_teenage_edu_above_10 description: The percentage of male teenagers with an education level above 10 among all teenagers with an education level above 10. \ No newline at end of file diff --git a/inputs_databricks/software_company/schemas/Customers.csv b/software_company/schemas/Customers.csv similarity index 100% rename from inputs_databricks/software_company/schemas/Customers.csv rename to software_company/schemas/Customers.csv diff --git a/inputs_databricks/software_company/schemas/Demog.csv b/software_company/schemas/Demog.csv similarity index 100% rename from inputs_databricks/software_company/schemas/Demog.csv rename to software_company/schemas/Demog.csv diff --git a/inputs_databricks/software_company/schemas/Sales.csv b/software_company/schemas/Sales.csv similarity index 100% rename from inputs_databricks/software_company/schemas/Sales.csv rename to software_company/schemas/Sales.csv diff --git a/inputs_databricks/software_company/schemas/mailings.csv b/software_company/schemas/mailings.csv similarity index 100% rename from inputs_databricks/software_company/schemas/mailings.csv rename to software_company/schemas/mailings.csv diff --git a/inputs_snowflake/student_club/config.yaml b/student_club/config.yaml similarity index 100% rename from inputs_snowflake/student_club/config.yaml rename to student_club/config.yaml diff --git a/inputs_snowflake/student_club/data_model.yaml b/student_club/data_model.yaml similarity index 88% rename from inputs_snowflake/student_club/data_model.yaml rename to student_club/data_model.yaml index d6c55dd48139fd769eea469f1207ce322016d3c9..e02e37617ec430596bccc769a53dfe6bc2004369 100644 --- a/inputs_snowflake/student_club/data_model.yaml +++ b/student_club/data_model.yaml @@ -24,13 +24,13 @@ models: - name: member_id description: Unique identifier for the member. - name: name - description: Name of the member. Concatenate the first name and last name with a space separating them. + description: Name of the member. - name: position description: Position of the member in the club. - name: incurred_expenses_in_more_than_one_event description: set to 1 if the member incurred expenses in more than one event, otherwise, set to 0 - name: has_expense_more_than_avg_expense - description: Set to 1 if the member has any single expense greater than the average expense across all expenses, otherwise, set to 0 + description: Set to 1 if the member has any expense greater than the average expense across all expenses, otherwise, set to 0 - name: comes_from_the_Art_and_Design_Department description: Set to 1 if the member comes from the Art and Design Department, otherwise, set to 0 - name: num_events_attended_2019 diff --git a/inputs_databricks/student_club/schemas/attendance.csv b/student_club/schemas/attendance.csv similarity index 100% rename from inputs_databricks/student_club/schemas/attendance.csv rename to student_club/schemas/attendance.csv diff --git a/inputs_databricks/student_club/schemas/budget.csv b/student_club/schemas/budget.csv similarity index 100% rename from inputs_databricks/student_club/schemas/budget.csv rename to student_club/schemas/budget.csv diff --git a/inputs_databricks/student_club/schemas/club_event.csv b/student_club/schemas/club_event.csv similarity index 100% rename from inputs_databricks/student_club/schemas/club_event.csv rename to student_club/schemas/club_event.csv diff --git a/inputs_databricks/student_club/schemas/expense.csv b/student_club/schemas/expense.csv similarity index 100% rename from inputs_databricks/student_club/schemas/expense.csv rename to student_club/schemas/expense.csv diff --git a/inputs_databricks/student_club/schemas/income.csv b/student_club/schemas/income.csv similarity index 100% rename from inputs_databricks/student_club/schemas/income.csv rename to student_club/schemas/income.csv diff --git a/inputs_databricks/student_club/schemas/major.csv b/student_club/schemas/major.csv similarity index 100% rename from inputs_databricks/student_club/schemas/major.csv rename to student_club/schemas/major.csv diff --git a/inputs_databricks/student_club/schemas/member.csv b/student_club/schemas/member.csv similarity index 100% rename from inputs_databricks/student_club/schemas/member.csv rename to student_club/schemas/member.csv diff --git a/inputs_databricks/student_club/schemas/zip_code.csv b/student_club/schemas/zip_code.csv similarity index 100% rename from inputs_databricks/student_club/schemas/zip_code.csv rename to student_club/schemas/zip_code.csv diff --git a/inputs_snowflake/student_loan/config.yaml b/student_loan/config.yaml similarity index 100% rename from inputs_snowflake/student_loan/config.yaml rename to student_loan/config.yaml diff --git a/inputs_redshift/student_loan/data_model.yaml b/student_loan/data_model.yaml similarity index 82% rename from inputs_redshift/student_loan/data_model.yaml rename to student_loan/data_model.yaml index 943f8b632a34ada17b2dfebea0d7044b99bca4c7..0e832bdae1be20c1dce11e43d2ab8d8e780dedab 100644 --- a/inputs_redshift/student_loan/data_model.yaml +++ b/student_loan/data_model.yaml @@ -9,20 +9,22 @@ models: - name: per_male_students description: The percentage of male students in the organization. - name: longest_time_absence - description: The longest time for a student from the department to be absent from school, replace NULL values with 0. + description: The longest time for a student from the department to be absent from school. - name: per_students_have_due_payment description: The percentage of students who have a due payment in the organization. - name: ratio_between_female_and_male - description: The ratio between the number of female and male students who joined the organization, calculated as the number of female students divided by the number of male students. + description: The ratio between the number of female and male students who joined the organization - name: students description: Each record represents a student. columns: - name: name description: The name of the student. - name: gender - description: The gender of the student, set to 'M' for male 'F' for female. + description: The gender of the student. - name: female_and_no_due_payments description: Set to 1 if the student is female and has no due payments, otherwise, set to 0 + - name: total_absence_time + description: The total time the student has been absent from school, replace NULL values with 0. - name: join_more_than_one_org description: Set to 1 if the student has joined more than one organization, 0 otherwise. - name: not_file_for_bankruptcy @@ -37,10 +39,10 @@ models: - name: num_disabled_students description: The number of disabled students in the school, replace NULL values with 0. - name: per_male_and_air_force - description: The percentage of male students in the air force department among all students enrolled in the school. + description: The percentage of male students in the air force department among the students enrolled in the school. - name: per_disabled_female_students description: The percentage of disabled female students in the school. - name: per_students_file_bankruptcy description: The percentage of students who have filed for bankruptcy in the school. - name: per_navy_make_up_num_students - description: The percentage of enrolled students in the school who enlisted in the navy. \ No newline at end of file + description: The percentage of students who enlisted in the navy make up the number of students enrolled in the school. \ No newline at end of file diff --git a/inputs_databricks/student_loan/schemas/bool.csv b/student_loan/schemas/bool.csv similarity index 100% rename from inputs_databricks/student_loan/schemas/bool.csv rename to student_loan/schemas/bool.csv diff --git a/inputs_databricks/student_loan/schemas/disabled.csv b/student_loan/schemas/disabled.csv similarity index 100% rename from inputs_databricks/student_loan/schemas/disabled.csv rename to student_loan/schemas/disabled.csv diff --git a/inputs_databricks/student_loan/schemas/enlist.csv b/student_loan/schemas/enlist.csv similarity index 100% rename from inputs_databricks/student_loan/schemas/enlist.csv rename to student_loan/schemas/enlist.csv diff --git a/inputs_databricks/student_loan/schemas/enrolled.csv b/student_loan/schemas/enrolled.csv similarity index 100% rename from inputs_databricks/student_loan/schemas/enrolled.csv rename to student_loan/schemas/enrolled.csv diff --git a/inputs_databricks/student_loan/schemas/filed_for_bankruptcy.csv b/student_loan/schemas/filed_for_bankruptcy.csv similarity index 100% rename from inputs_databricks/student_loan/schemas/filed_for_bankruptcy.csv rename to student_loan/schemas/filed_for_bankruptcy.csv diff --git a/inputs_databricks/student_loan/schemas/longest_absense_from_school.csv b/student_loan/schemas/longest_absense_from_school.csv similarity index 100% rename from inputs_databricks/student_loan/schemas/longest_absense_from_school.csv rename to student_loan/schemas/longest_absense_from_school.csv diff --git a/inputs_databricks/student_loan/schemas/male.csv b/student_loan/schemas/male.csv similarity index 100% rename from inputs_databricks/student_loan/schemas/male.csv rename to student_loan/schemas/male.csv diff --git a/inputs_databricks/student_loan/schemas/no_payment_due.csv b/student_loan/schemas/no_payment_due.csv similarity index 100% rename from inputs_databricks/student_loan/schemas/no_payment_due.csv rename to student_loan/schemas/no_payment_due.csv diff --git a/inputs_databricks/student_loan/schemas/person.csv b/student_loan/schemas/person.csv similarity index 100% rename from inputs_databricks/student_loan/schemas/person.csv rename to student_loan/schemas/person.csv diff --git a/inputs_databricks/student_loan/schemas/unemployed.csv b/student_loan/schemas/unemployed.csv similarity index 100% rename from inputs_databricks/student_loan/schemas/unemployed.csv rename to student_loan/schemas/unemployed.csv diff --git a/inputs_snowflake/superhero/config.yaml b/superhero/config.yaml similarity index 100% rename from inputs_snowflake/superhero/config.yaml rename to superhero/config.yaml diff --git a/inputs_redshift/superhero/data_model.yaml b/superhero/data_model.yaml similarity index 89% rename from inputs_redshift/superhero/data_model.yaml rename to superhero/data_model.yaml index 48e17aef0d8e55c1b88e9e83f8f391ba38ae13fe..0385ba31e191aec9d72bcfabde83ed4c67da56ef 100644 --- a/inputs_redshift/superhero/data_model.yaml +++ b/superhero/data_model.yaml @@ -15,6 +15,6 @@ models: - name: has_weight_greater_than_79_per_avg_weight description: set to 1 if the superhero has a weight greater than the 79% average weight of all superheroes, otherwise, set to 0. - name: is_blue_female_superhero - description: Set to 1 if the superhero is a female superhero whose skin color is blue, otherwise, set to 0. + description: Set to 1 if the superhero is a blue female superhero, otherwise, set to 0. - name: has_highest_value_in_strength description: Set to 1 if the superhero has the highest attribute value in strength, otherwise, set to 0 \ No newline at end of file diff --git a/inputs_databricks/superhero/schemas/alignment.csv b/superhero/schemas/alignment.csv similarity index 100% rename from inputs_databricks/superhero/schemas/alignment.csv rename to superhero/schemas/alignment.csv diff --git a/inputs_databricks/superhero/schemas/attribute.csv b/superhero/schemas/attribute.csv similarity index 100% rename from inputs_databricks/superhero/schemas/attribute.csv rename to superhero/schemas/attribute.csv diff --git a/inputs_databricks/superhero/schemas/colour.csv b/superhero/schemas/colour.csv similarity index 100% rename from inputs_databricks/superhero/schemas/colour.csv rename to superhero/schemas/colour.csv diff --git a/inputs_databricks/superhero/schemas/gender.csv b/superhero/schemas/gender.csv similarity index 100% rename from inputs_databricks/superhero/schemas/gender.csv rename to superhero/schemas/gender.csv diff --git a/inputs_databricks/superhero/schemas/hero_attribute.csv b/superhero/schemas/hero_attribute.csv similarity index 100% rename from inputs_databricks/superhero/schemas/hero_attribute.csv rename to superhero/schemas/hero_attribute.csv diff --git a/inputs_databricks/superhero/schemas/hero_power.csv b/superhero/schemas/hero_power.csv similarity index 100% rename from inputs_databricks/superhero/schemas/hero_power.csv rename to superhero/schemas/hero_power.csv diff --git a/inputs_databricks/superhero/schemas/publisher.csv b/superhero/schemas/publisher.csv similarity index 100% rename from inputs_databricks/superhero/schemas/publisher.csv rename to superhero/schemas/publisher.csv diff --git a/inputs_databricks/superhero/schemas/race.csv b/superhero/schemas/race.csv similarity index 100% rename from inputs_databricks/superhero/schemas/race.csv rename to superhero/schemas/race.csv diff --git a/inputs_databricks/superhero/schemas/superhero.csv b/superhero/schemas/superhero.csv similarity index 100% rename from inputs_databricks/superhero/schemas/superhero.csv rename to superhero/schemas/superhero.csv diff --git a/inputs_databricks/superhero/schemas/superpower.csv b/superhero/schemas/superpower.csv similarity index 100% rename from inputs_databricks/superhero/schemas/superpower.csv rename to superhero/schemas/superpower.csv diff --git a/inputs_snowflake/superstore/config.yaml b/superstore/config.yaml similarity index 100% rename from inputs_snowflake/superstore/config.yaml rename to superstore/config.yaml diff --git a/inputs_databricks/superstore/data_model.yaml b/superstore/data_model.yaml similarity index 72% rename from inputs_databricks/superstore/data_model.yaml rename to superstore/data_model.yaml index d378d0f3c469aac584d735b8474934db8583204e..234cc174ec4dac0d2bd82e732265bc91315b0b47 100644 --- a/inputs_databricks/superstore/data_model.yaml +++ b/superstore/data_model.yaml @@ -18,22 +18,20 @@ models: description: The number of orders in 2016 from the East region superstore by the customer, replace NULL values with 0. - name: number_of_orders_with_more_than_3_kinds_of_products_ordered description: The number of orders with more than 3 kinds of products ordered by the customer, replace NULL values with 0. - - name: products - description: Each record represents a product in a specific region. - columns: + - name: products + description: Each record represents a product. + columns: - name: product_id - description: Identifier for the product. - - name: region - description: The region of the product. + description: Unique identifier for the product. - name: product_name - description: The name of the product in its region. + description: The name of the product. - name: total_profits - description: The total profits of the product in its region, replace NULL values with 0. + description: The total profits of the product, replace NULL values with 0. - name: has_a_profit_greater_than_98_per_of_the_average_profit_of_all_products_in_the_East_region - description: Set to 1 if the profit of the product is greater than 98% of the average profit of all products in the East region, 0 otherwise. Only applicable when region is 'East'; always Null for other regions. + description: Set to 1 if the profit of the product is greater than 98% of the average profit of all products in the East region, 0 otherwise. - name: percetange_of_consumers_among_the_customers - description: The percentage of consumers among the customers who have ordered the product in its region. + description: The percentage of consumers among the customers who have ordered the product. - name: is_ordered_by_Becky_Martin_around_the_Central_region - description: Set to 1 if the product is ordered by Becky Martin in the Central region, 0 otherwise. Only applicable when region is 'Central'; always 0 for other regions. + description: Set to 1 if the product is ordered by Becky Martin around the Central region, 0 otherwise. - name: total_quantity_sold - description: The total quantity sold of the product in its region, replace NULL values with 0. + description: The total quantity sold of the product, replace NULL values with 0. \ No newline at end of file diff --git a/inputs_databricks/superstore/schemas/central_superstore.csv b/superstore/schemas/central_superstore.csv similarity index 100% rename from inputs_databricks/superstore/schemas/central_superstore.csv rename to superstore/schemas/central_superstore.csv diff --git a/inputs_databricks/superstore/schemas/east_superstore.csv b/superstore/schemas/east_superstore.csv similarity index 100% rename from inputs_databricks/superstore/schemas/east_superstore.csv rename to superstore/schemas/east_superstore.csv diff --git a/inputs_databricks/superstore/schemas/people.csv b/superstore/schemas/people.csv similarity index 100% rename from inputs_databricks/superstore/schemas/people.csv rename to superstore/schemas/people.csv diff --git a/inputs_databricks/superstore/schemas/product.csv b/superstore/schemas/product.csv similarity index 100% rename from inputs_databricks/superstore/schemas/product.csv rename to superstore/schemas/product.csv diff --git a/inputs_databricks/superstore/schemas/south_superstore.csv b/superstore/schemas/south_superstore.csv similarity index 100% rename from inputs_databricks/superstore/schemas/south_superstore.csv rename to superstore/schemas/south_superstore.csv diff --git a/inputs_databricks/superstore/schemas/west_superstore.csv b/superstore/schemas/west_superstore.csv similarity index 100% rename from inputs_databricks/superstore/schemas/west_superstore.csv rename to superstore/schemas/west_superstore.csv diff --git a/inputs_snowflake/synthea/config.yaml b/synthea/config.yaml similarity index 100% rename from inputs_snowflake/synthea/config.yaml rename to synthea/config.yaml diff --git a/inputs_snowflake/synthea/data_model.yaml b/synthea/data_model.yaml similarity index 95% rename from inputs_snowflake/synthea/data_model.yaml rename to synthea/data_model.yaml index 1b0da893074849425c995f4dbec5c463fefeb4d5..1368e12525c2d525bebcb4885f722264b3a4dbb1 100644 --- a/inputs_snowflake/synthea/data_model.yaml +++ b/synthea/data_model.yaml @@ -15,7 +15,7 @@ models: - name: num_encounters_between_2010_and_2017 description: The number of encounters the patient has with medical professionals between 2010 and 2017, replace NULL values with 0. - name: has_received_the_IPV_and_is_english - description: Set to 1 if the patient has received the IPV and his/her ethnicity is English, 0 otherwise. + description: Set to 1 if the patient has received the IPV and is English, 0 otherwise. - name: time_recieve_most_recent_vaccine description: The time when the patient received her/his most recent influenza seasonal vaccine diff --git a/inputs_databricks/synthea/schemas/all_prevalences.csv b/synthea/schemas/all_prevalences.csv similarity index 100% rename from inputs_databricks/synthea/schemas/all_prevalences.csv rename to synthea/schemas/all_prevalences.csv diff --git a/inputs_databricks/synthea/schemas/allergies.csv b/synthea/schemas/allergies.csv similarity index 100% rename from inputs_databricks/synthea/schemas/allergies.csv rename to synthea/schemas/allergies.csv diff --git a/inputs_databricks/synthea/schemas/careplans.csv b/synthea/schemas/careplans.csv similarity index 100% rename from inputs_databricks/synthea/schemas/careplans.csv rename to synthea/schemas/careplans.csv diff --git a/inputs_databricks/synthea/schemas/claims.csv b/synthea/schemas/claims.csv similarity index 100% rename from inputs_databricks/synthea/schemas/claims.csv rename to synthea/schemas/claims.csv diff --git a/inputs_databricks/synthea/schemas/conditions.csv b/synthea/schemas/conditions.csv similarity index 100% rename from inputs_databricks/synthea/schemas/conditions.csv rename to synthea/schemas/conditions.csv diff --git a/inputs_databricks/synthea/schemas/encounters.csv b/synthea/schemas/encounters.csv similarity index 100% rename from inputs_databricks/synthea/schemas/encounters.csv rename to synthea/schemas/encounters.csv diff --git a/inputs_databricks/synthea/schemas/immunizations.csv b/synthea/schemas/immunizations.csv similarity index 100% rename from inputs_databricks/synthea/schemas/immunizations.csv rename to synthea/schemas/immunizations.csv diff --git a/inputs_databricks/synthea/schemas/medications.csv b/synthea/schemas/medications.csv similarity index 100% rename from inputs_databricks/synthea/schemas/medications.csv rename to synthea/schemas/medications.csv diff --git a/inputs_databricks/synthea/schemas/observations.csv b/synthea/schemas/observations.csv similarity index 100% rename from inputs_databricks/synthea/schemas/observations.csv rename to synthea/schemas/observations.csv diff --git a/inputs_databricks/synthea/schemas/patients.csv b/synthea/schemas/patients.csv similarity index 100% rename from inputs_databricks/synthea/schemas/patients.csv rename to synthea/schemas/patients.csv diff --git a/inputs_databricks/synthea/schemas/procedures.csv b/synthea/schemas/procedures.csv similarity index 100% rename from inputs_databricks/synthea/schemas/procedures.csv rename to synthea/schemas/procedures.csv diff --git a/inputs_snowflake/talkingdata/config.yaml b/talkingdata/config.yaml similarity index 100% rename from inputs_snowflake/talkingdata/config.yaml rename to talkingdata/config.yaml diff --git a/inputs_redshift/talkingdata/data_model.yaml b/talkingdata/data_model.yaml similarity index 90% rename from inputs_redshift/talkingdata/data_model.yaml rename to talkingdata/data_model.yaml index dd5fa771d2a3de4858f9ec4119876766a146227d..ae031b5db665671a9b24baf412565fb835f9977d 100644 --- a/inputs_redshift/talkingdata/data_model.yaml +++ b/talkingdata/data_model.yaml @@ -11,7 +11,7 @@ models: - name: oldest_event_id description: The id of the oldest event belongs to the label category, with ties broken by the ascending order of the event id. - name: percentage_of_the_app_under_the_label - description: The percentage of distinct app users that belong to the label category. + description: The percentage of the app that belongs to the label category. - name: number_of_users_not_active_when_2_happened description: The number of users belong to the label category who were not active when event no.2 happened, replace NULL values with 0. - name: start_with_the_word_game diff --git a/inputs_databricks/talkingdata/schemas/app_all.csv b/talkingdata/schemas/app_all.csv similarity index 100% rename from inputs_databricks/talkingdata/schemas/app_all.csv rename to talkingdata/schemas/app_all.csv diff --git a/inputs_databricks/talkingdata/schemas/app_events.csv b/talkingdata/schemas/app_events.csv similarity index 100% rename from inputs_databricks/talkingdata/schemas/app_events.csv rename to talkingdata/schemas/app_events.csv diff --git a/inputs_databricks/talkingdata/schemas/app_events_relevant.csv b/talkingdata/schemas/app_events_relevant.csv similarity index 100% rename from inputs_databricks/talkingdata/schemas/app_events_relevant.csv rename to talkingdata/schemas/app_events_relevant.csv diff --git a/inputs_databricks/talkingdata/schemas/app_labels.csv b/talkingdata/schemas/app_labels.csv similarity index 100% rename from inputs_databricks/talkingdata/schemas/app_labels.csv rename to talkingdata/schemas/app_labels.csv diff --git a/inputs_databricks/talkingdata/schemas/events.csv b/talkingdata/schemas/events.csv similarity index 100% rename from inputs_databricks/talkingdata/schemas/events.csv rename to talkingdata/schemas/events.csv diff --git a/inputs_databricks/talkingdata/schemas/events_relevant.csv b/talkingdata/schemas/events_relevant.csv similarity index 100% rename from inputs_databricks/talkingdata/schemas/events_relevant.csv rename to talkingdata/schemas/events_relevant.csv diff --git a/inputs_databricks/talkingdata/schemas/gender_age.csv b/talkingdata/schemas/gender_age.csv similarity index 100% rename from inputs_databricks/talkingdata/schemas/gender_age.csv rename to talkingdata/schemas/gender_age.csv diff --git a/inputs_databricks/talkingdata/schemas/gender_age_test.csv b/talkingdata/schemas/gender_age_test.csv similarity index 100% rename from inputs_databricks/talkingdata/schemas/gender_age_test.csv rename to talkingdata/schemas/gender_age_test.csv diff --git a/inputs_databricks/talkingdata/schemas/gender_age_train.csv b/talkingdata/schemas/gender_age_train.csv similarity index 100% rename from inputs_databricks/talkingdata/schemas/gender_age_train.csv rename to talkingdata/schemas/gender_age_train.csv diff --git a/inputs_databricks/talkingdata/schemas/label_categories.csv b/talkingdata/schemas/label_categories.csv similarity index 100% rename from inputs_databricks/talkingdata/schemas/label_categories.csv rename to talkingdata/schemas/label_categories.csv diff --git a/inputs_databricks/talkingdata/schemas/phone_brand_device_model2.csv b/talkingdata/schemas/phone_brand_device_model2.csv similarity index 100% rename from inputs_databricks/talkingdata/schemas/phone_brand_device_model2.csv rename to talkingdata/schemas/phone_brand_device_model2.csv diff --git a/inputs_databricks/talkingdata/schemas/sample_submission.csv b/talkingdata/schemas/sample_submission.csv similarity index 100% rename from inputs_databricks/talkingdata/schemas/sample_submission.csv rename to talkingdata/schemas/sample_submission.csv diff --git a/inputs_snowflake/thrombosis_prediction/config.yaml b/thrombosis_prediction/config.yaml similarity index 100% rename from inputs_snowflake/thrombosis_prediction/config.yaml rename to thrombosis_prediction/config.yaml diff --git a/inputs_snowflake/thrombosis_prediction/data_model.yaml b/thrombosis_prediction/data_model.yaml similarity index 65% rename from inputs_snowflake/thrombosis_prediction/data_model.yaml rename to thrombosis_prediction/data_model.yaml index 0f39e9c7c18548ce91b1b90c9873bc151df48b47..4217a75dc96cc16fe8513dc01f0a678979e7df44 100644 --- a/inputs_snowflake/thrombosis_prediction/data_model.yaml +++ b/thrombosis_prediction/data_model.yaml @@ -9,12 +9,12 @@ models: - name: birthday description: The birthday of the patient. - name: has_thrombosis_2_ANA_S_IgM - description: set to 1 if the patient has a degree of thrombosis level 2, ANA pattern of only S, and a level of anti-Cardiolip in antibody (IgM) 20% higher than average ACL IgM among patients with thrombosis level 2 and ANA pattern 'S', otherwise, set to 0 + description: set to 1 if the patient has a degree of thrombosis level 2, ANA pattern of only S, and a level of anti-Cardiolip in antibody (IgM) 20% higher than average, otherwise, set to 0 - name: UA_index_in_latest_laboratory_examination description: the UA index in the patient's latest laboratory examination result - name: num_laboratory_examinations_hematoclit_exceed_52 description: The number of laboratory examinations where the patient’s hematocrit level exceeded 52, replace NULL values with 0. - name: abnormal_white_blood_cell_count - description: Set to 1 if the white blood cell count in the patient's latest laboratory examination is less than or equal to 3.5 or greater than or equal to 9, otherwise, set to 0 + description: Set to 1 if the patient’s white blood cell count is less than or equal to 3.5 or greater than or equal to 9, otherwise, set to 0 - name: has_an_abnormal_level_of_glutamic_oxaloacetic_transaminase - description: Set to 1 if the level of glutamic oxaloacetic transaminase in the patient's latest laboratory examination is greater than or equal to 60, otherwise, set to 0 \ No newline at end of file + description: Set to 1 if the patient's level of glutamic oxaloacetic transaminase is greater than or equal to 60, otherwise, set to 0 \ No newline at end of file diff --git a/inputs_databricks/thrombosis_prediction/schemas/Examination.csv b/thrombosis_prediction/schemas/Examination.csv similarity index 100% rename from inputs_databricks/thrombosis_prediction/schemas/Examination.csv rename to thrombosis_prediction/schemas/Examination.csv diff --git a/inputs_databricks/thrombosis_prediction/schemas/Laboratory.csv b/thrombosis_prediction/schemas/Laboratory.csv similarity index 100% rename from inputs_databricks/thrombosis_prediction/schemas/Laboratory.csv rename to thrombosis_prediction/schemas/Laboratory.csv diff --git a/inputs_databricks/thrombosis_prediction/schemas/Patient.csv b/thrombosis_prediction/schemas/Patient.csv similarity index 100% rename from inputs_databricks/thrombosis_prediction/schemas/Patient.csv rename to thrombosis_prediction/schemas/Patient.csv diff --git a/inputs_snowflake/tiktok_ads/config.yaml b/tiktok_ads/config.yaml similarity index 100% rename from inputs_snowflake/tiktok_ads/config.yaml rename to tiktok_ads/config.yaml diff --git a/inputs_snowflake/tiktok_ads/data_model.yaml b/tiktok_ads/data_model.yaml similarity index 97% rename from inputs_snowflake/tiktok_ads/data_model.yaml rename to tiktok_ads/data_model.yaml index 79acf5f1b711afdab4e2d37da5b8e9899b8b2d2e..d5bed2ca3a88e41634ab70ba1e11ca1dba4464f8 100644 --- a/inputs_snowflake/tiktok_ads/data_model.yaml +++ b/tiktok_ads/data_model.yaml @@ -4,7 +4,6 @@ models: columns: - name: date_day description: Day of record. - format: YYYY-MM-DD - name: advertiser_id description: Advertiser ID. - name: advertiser_name @@ -18,7 +17,7 @@ models: - name: spend description: The amount of spend that occurred on the day of the record. - name: reach - description: The sum of hourly reach occurred on the day of the record + description: The number of unique users who saw your ads at least once. This metric is estimated. - name: conversion description: The number of times your ad achieved an outcome, based on the secondary goal you selected. As one campaign may have a number of different secondary goals, this statistic is not supported for campaigns. Please go to ad groups or ads to view. (The total count is calculated based on the time each ad impression occurred.) - name: likes @@ -61,7 +60,6 @@ models: columns: - name: date_day description: Day of record. - format: YYYY-MM-DD - name: advertiser_id description: Advertiser ID. - name: advertiser_name @@ -93,7 +91,7 @@ models: - name: spend description: The amount of spend that occurred on the day of the record. - name: reach - description: The sum of hourly reach occurred on the day of the record + description: The number of unique users who saw your ads at least once. This metric is estimated. - name: conversion description: The number of times your ad achieved an outcome, based on the secondary goal you selected. As one campaign may have a number of different secondary goals, this statistic is not supported for campaigns. Please go to ad groups or ads to view. (The total count is calculated based on the time each ad impression occurred.) - name: likes @@ -136,7 +134,6 @@ models: columns: - name: date_day description: Day of record - format: YYYY-MM-DD - name: advertiser_id description: Advertiser ID - name: ad_group_id @@ -156,7 +153,7 @@ models: - name: spend description: The amount of spend that occurred on the day of the record. - name: reach - description: The sum of hourly reach occurred on the day of the record + description: The number of unique users who saw your ads at least once. This metric is estimated. - name: conversion description: The number of times your ad achieved an outcome, based on the secondary goal you selected. As one campaign may have a number of different secondary goals, this statistic is not supported for campaigns. Please go to ad groups or ads to view. (The total count is calculated based on the time each ad impression occurred.) - name: likes @@ -199,7 +196,6 @@ models: columns: - name: date_day description: Day of record - format: YYYY-MM-DD - name: advertiser_id description: Advertiser ID - name: advertiser_name @@ -217,7 +213,7 @@ models: - name: spend description: The amount of spend that occurred on the day of the record. - name: reach - description: The sum of hourly reach occurred on the day of the record + description: The number of unique users who saw your ads at least once. This metric is estimated. - name: conversion description: The number of times your ad achieved an outcome, based on the secondary goal you selected. As one campaign may have a number of different secondary goals, this statistic is not supported for campaigns. Please go to ad groups or ads to view. (The total count is calculated based on the time each ad impression occurred.) - name: likes diff --git a/inputs_databricks/tiktok_ads/schemas/tiktok_ad_history.csv b/tiktok_ads/schemas/tiktok_ad_history.csv similarity index 100% rename from inputs_databricks/tiktok_ads/schemas/tiktok_ad_history.csv rename to tiktok_ads/schemas/tiktok_ad_history.csv diff --git a/inputs_databricks/tiktok_ads/schemas/tiktok_ad_report_hourly.csv b/tiktok_ads/schemas/tiktok_ad_report_hourly.csv similarity index 100% rename from inputs_databricks/tiktok_ads/schemas/tiktok_ad_report_hourly.csv rename to tiktok_ads/schemas/tiktok_ad_report_hourly.csv diff --git a/inputs_databricks/tiktok_ads/schemas/tiktok_adgroup_history.csv b/tiktok_ads/schemas/tiktok_adgroup_history.csv similarity index 100% rename from inputs_databricks/tiktok_ads/schemas/tiktok_adgroup_history.csv rename to tiktok_ads/schemas/tiktok_adgroup_history.csv diff --git a/inputs_databricks/tiktok_ads/schemas/tiktok_adgroup_report_hourly.csv b/tiktok_ads/schemas/tiktok_adgroup_report_hourly.csv similarity index 100% rename from inputs_databricks/tiktok_ads/schemas/tiktok_adgroup_report_hourly.csv rename to tiktok_ads/schemas/tiktok_adgroup_report_hourly.csv diff --git a/inputs_databricks/tiktok_ads/schemas/tiktok_advertiser.csv b/tiktok_ads/schemas/tiktok_advertiser.csv similarity index 100% rename from inputs_databricks/tiktok_ads/schemas/tiktok_advertiser.csv rename to tiktok_ads/schemas/tiktok_advertiser.csv diff --git a/inputs_databricks/tiktok_ads/schemas/tiktok_campaign_history.csv b/tiktok_ads/schemas/tiktok_campaign_history.csv similarity index 100% rename from inputs_databricks/tiktok_ads/schemas/tiktok_campaign_history.csv rename to tiktok_ads/schemas/tiktok_campaign_history.csv diff --git a/inputs_databricks/tiktok_ads/schemas/tiktok_campaign_report_hourly.csv b/tiktok_ads/schemas/tiktok_campaign_report_hourly.csv similarity index 100% rename from inputs_databricks/tiktok_ads/schemas/tiktok_campaign_report_hourly.csv rename to tiktok_ads/schemas/tiktok_campaign_report_hourly.csv diff --git a/inputs_snowflake/toxicology/config.yaml b/toxicology/config.yaml similarity index 100% rename from inputs_snowflake/toxicology/config.yaml rename to toxicology/config.yaml diff --git a/inputs_redshift/toxicology/data_model.yaml b/toxicology/data_model.yaml similarity index 84% rename from inputs_redshift/toxicology/data_model.yaml rename to toxicology/data_model.yaml index 018b089262b71e24a1f0cd206d8c919ff221b67e..a1820e888931fe3ed52ef009dcb0f8f0b10ec28f 100644 --- a/inputs_redshift/toxicology/data_model.yaml +++ b/toxicology/data_model.yaml @@ -13,7 +13,7 @@ models: - name: num_atom_types description: number of different atom types in the molecule, replace NULL values with 0. - name: ratio_of_Hydrogen_elements - description: ratio of Hydrogen elements in the molecule, calculated as the number of Hydrogen atoms divided by the total number of atoms. + description: ratio of Hydrogen elements in the molecule - name: has_double_bonded_Carbon_atom description: set to 1 if the molecule has a double bonded Carbon atom, otherwise, set to 0 diff --git a/inputs_databricks/toxicology/schemas/atom.csv b/toxicology/schemas/atom.csv similarity index 100% rename from inputs_databricks/toxicology/schemas/atom.csv rename to toxicology/schemas/atom.csv diff --git a/inputs_databricks/toxicology/schemas/bond.csv b/toxicology/schemas/bond.csv similarity index 100% rename from inputs_databricks/toxicology/schemas/bond.csv rename to toxicology/schemas/bond.csv diff --git a/inputs_databricks/toxicology/schemas/connected.csv b/toxicology/schemas/connected.csv similarity index 100% rename from inputs_databricks/toxicology/schemas/connected.csv rename to toxicology/schemas/connected.csv diff --git a/inputs_databricks/toxicology/schemas/molecule.csv b/toxicology/schemas/molecule.csv similarity index 100% rename from inputs_databricks/toxicology/schemas/molecule.csv rename to toxicology/schemas/molecule.csv diff --git a/inputs_snowflake/trains/config.yaml b/trains/config.yaml similarity index 100% rename from inputs_snowflake/trains/config.yaml rename to trains/config.yaml diff --git a/inputs_databricks/trains/data_model.yaml b/trains/data_model.yaml similarity index 100% rename from inputs_databricks/trains/data_model.yaml rename to trains/data_model.yaml diff --git a/inputs_databricks/trains/schemas/cars.csv b/trains/schemas/cars.csv similarity index 100% rename from inputs_databricks/trains/schemas/cars.csv rename to trains/schemas/cars.csv diff --git a/inputs_databricks/trains/schemas/train.csv b/trains/schemas/train.csv similarity index 100% rename from inputs_databricks/trains/schemas/train.csv rename to trains/schemas/train.csv diff --git a/inputs_snowflake/twilio/config.yaml b/twilio/config.yaml similarity index 100% rename from inputs_snowflake/twilio/config.yaml rename to twilio/config.yaml diff --git a/inputs_snowflake/twilio/data_model.yaml b/twilio/data_model.yaml similarity index 96% rename from inputs_snowflake/twilio/data_model.yaml rename to twilio/data_model.yaml index 34394f1183944d14816665a6df773984816ef0e6..90183c4115c446c31788368e3e9ab4f3a4532d19 100644 --- a/inputs_snowflake/twilio/data_model.yaml +++ b/twilio/data_model.yaml @@ -12,13 +12,10 @@ models: description: The type or category of the account. - name: date_day description: The day of the message activity. - format: YYYY-MM-DD - name: date_week description: The week of the message activity. - format: YYYY-MM-DD - name: date_month description: The month of the message activity. - format: YYYY-MM-DD - name: price_unit description: The currency unit in which the `price` is measured. - name: total_outbound_messages diff --git a/inputs_databricks/twilio/schemas/account_history.csv b/twilio/schemas/account_history.csv similarity index 100% rename from inputs_databricks/twilio/schemas/account_history.csv rename to twilio/schemas/account_history.csv diff --git a/inputs_databricks/twilio/schemas/address.csv b/twilio/schemas/address.csv similarity index 100% rename from inputs_databricks/twilio/schemas/address.csv rename to twilio/schemas/address.csv diff --git a/inputs_databricks/twilio/schemas/call.csv b/twilio/schemas/call.csv similarity index 100% rename from inputs_databricks/twilio/schemas/call.csv rename to twilio/schemas/call.csv diff --git a/inputs_databricks/twilio/schemas/incoming_phone_number.csv b/twilio/schemas/incoming_phone_number.csv similarity index 100% rename from inputs_databricks/twilio/schemas/incoming_phone_number.csv rename to twilio/schemas/incoming_phone_number.csv diff --git a/inputs_databricks/twilio/schemas/message.csv b/twilio/schemas/message.csv similarity index 100% rename from inputs_databricks/twilio/schemas/message.csv rename to twilio/schemas/message.csv diff --git a/inputs_databricks/twilio/schemas/messaging_service.csv b/twilio/schemas/messaging_service.csv similarity index 100% rename from inputs_databricks/twilio/schemas/messaging_service.csv rename to twilio/schemas/messaging_service.csv diff --git a/inputs_databricks/twilio/schemas/outgoing_caller_id.csv b/twilio/schemas/outgoing_caller_id.csv similarity index 100% rename from inputs_databricks/twilio/schemas/outgoing_caller_id.csv rename to twilio/schemas/outgoing_caller_id.csv diff --git a/inputs_databricks/twilio/schemas/usage_record.csv b/twilio/schemas/usage_record.csv similarity index 100% rename from inputs_databricks/twilio/schemas/usage_record.csv rename to twilio/schemas/usage_record.csv diff --git a/inputs_snowflake/twitter_organic/config.yaml b/twitter_organic/config.yaml similarity index 100% rename from inputs_snowflake/twitter_organic/config.yaml rename to twitter_organic/config.yaml diff --git a/inputs_snowflake/twitter_organic/data_model.yaml b/twitter_organic/data_model.yaml similarity index 97% rename from inputs_snowflake/twitter_organic/data_model.yaml rename to twitter_organic/data_model.yaml index 9202a7be37febe930cf6e1de0f72bdbb21705df8..fed007c87812016a9860548313a2fde65f17f047 100644 --- a/inputs_snowflake/twitter_organic/data_model.yaml +++ b/twitter_organic/data_model.yaml @@ -4,12 +4,10 @@ models: columns: - name: date_day description: Date of the report - format: YYYY-MM-DDTHH:MM:SS - name: organic_tweet_id description: The unique ID of the tweet - name: created_timestamp description: Date and time when the tweet was created - format: YYYY-MM-DD HH:MM:SS - name: tweet_text description: The full text of the tweet - name: account_id diff --git a/inputs_databricks/twitter_organic/schemas/account_history.csv b/twitter_organic/schemas/account_history.csv similarity index 100% rename from inputs_databricks/twitter_organic/schemas/account_history.csv rename to twitter_organic/schemas/account_history.csv diff --git a/inputs_databricks/twitter_organic/schemas/organic_tweet_report.csv b/twitter_organic/schemas/organic_tweet_report.csv similarity index 100% rename from inputs_databricks/twitter_organic/schemas/organic_tweet_report.csv rename to twitter_organic/schemas/organic_tweet_report.csv diff --git a/inputs_databricks/twitter_organic/schemas/tweet.csv b/twitter_organic/schemas/tweet.csv similarity index 100% rename from inputs_databricks/twitter_organic/schemas/tweet.csv rename to twitter_organic/schemas/tweet.csv diff --git a/inputs_databricks/twitter_organic/schemas/twitter_user_history.csv b/twitter_organic/schemas/twitter_user_history.csv similarity index 100% rename from inputs_databricks/twitter_organic/schemas/twitter_user_history.csv rename to twitter_organic/schemas/twitter_user_history.csv diff --git a/inputs_snowflake/university/config.yaml b/university/config.yaml similarity index 100% rename from inputs_snowflake/university/config.yaml rename to university/config.yaml diff --git a/inputs_databricks/university/data_model.yaml b/university/data_model.yaml similarity index 92% rename from inputs_databricks/university/data_model.yaml rename to university/data_model.yaml index ab9199577ab307b7b6ae7905770ece3b86cb3d7a..5ab03c6fb266af4fb285155f3e4aab597f0482d4 100644 --- a/inputs_databricks/university/data_model.yaml +++ b/university/data_model.yaml @@ -11,13 +11,13 @@ models: - name: avg_student_staff_ratio description: The average student-to-staff ratio of the university. - name: num_international_students - description: The number of international students in the university in 2012, replace NULL values with 0. + description: The number of international students in the university, replace NULL values with 0. - name: avg_ranking_score_in_Teaching description: The average ranking score in Teaching the university got across all ranking systems - name: score_less_than_28_per_avg_research_2015 - description: Set to 1 if the university's score in research is less than 28% of the average research score of all universities in 2015, otherwise, set to 0. + description: Set to 1 if the university's score in research is less than 28% of the average score of all universities in 2015, otherwise, set to 0. - name: num_male_students - description: The number of male students in the university in 2015. + description: The number of male students in the university, replace NULL values with 0. - name: countries description: Each record represents a country. columns: diff --git a/inputs_databricks/university/schemas/country.csv b/university/schemas/country.csv similarity index 100% rename from inputs_databricks/university/schemas/country.csv rename to university/schemas/country.csv diff --git a/inputs_databricks/university/schemas/ranking_criteria.csv b/university/schemas/ranking_criteria.csv similarity index 100% rename from inputs_databricks/university/schemas/ranking_criteria.csv rename to university/schemas/ranking_criteria.csv diff --git a/inputs_databricks/university/schemas/ranking_system.csv b/university/schemas/ranking_system.csv similarity index 100% rename from inputs_databricks/university/schemas/ranking_system.csv rename to university/schemas/ranking_system.csv diff --git a/inputs_databricks/university/schemas/university.csv b/university/schemas/university.csv similarity index 100% rename from inputs_databricks/university/schemas/university.csv rename to university/schemas/university.csv diff --git a/inputs_databricks/university/schemas/university_ranking_year.csv b/university/schemas/university_ranking_year.csv similarity index 100% rename from inputs_databricks/university/schemas/university_ranking_year.csv rename to university/schemas/university_ranking_year.csv diff --git a/inputs_databricks/university/schemas/university_year.csv b/university/schemas/university_year.csv similarity index 100% rename from inputs_databricks/university/schemas/university_year.csv rename to university/schemas/university_year.csv diff --git a/inputs_snowflake/video_games/config.yaml b/video_games/config.yaml similarity index 100% rename from inputs_snowflake/video_games/config.yaml rename to video_games/config.yaml diff --git a/inputs_snowflake/video_games/data_model.yaml b/video_games/data_model.yaml similarity index 93% rename from inputs_snowflake/video_games/data_model.yaml rename to video_games/data_model.yaml index 537478e35568a5184240cd10bf9c7543aaf7ad58..85f89e171b1db9abfa249f04c84cbb92787bfe02 100644 --- a/inputs_snowflake/video_games/data_model.yaml +++ b/video_games/data_model.yaml @@ -11,7 +11,7 @@ models: - name: num_puzzle_games description: The number of puzzle games published by the publisher, replace NULL values with 0. - name: oldest_published_game - description: The name of the oldest game published by the publisher, with ties broken by the ascending order of the game name. + description: The name of the oldest game published by the publisher. - name: published_only_one_game description: Set to 1 if the publisher has published only one game, otherwise, set to 0. - name: avg_sale_greater_than_90_per_of_avg_sale_in_Japan diff --git a/inputs_databricks/video_games/schemas/game.csv b/video_games/schemas/game.csv similarity index 100% rename from inputs_databricks/video_games/schemas/game.csv rename to video_games/schemas/game.csv diff --git a/inputs_databricks/video_games/schemas/game_platform.csv b/video_games/schemas/game_platform.csv similarity index 100% rename from inputs_databricks/video_games/schemas/game_platform.csv rename to video_games/schemas/game_platform.csv diff --git a/inputs_databricks/video_games/schemas/game_publisher.csv b/video_games/schemas/game_publisher.csv similarity index 100% rename from inputs_databricks/video_games/schemas/game_publisher.csv rename to video_games/schemas/game_publisher.csv diff --git a/inputs_databricks/video_games/schemas/genre.csv b/video_games/schemas/genre.csv similarity index 100% rename from inputs_databricks/video_games/schemas/genre.csv rename to video_games/schemas/genre.csv diff --git a/inputs_databricks/video_games/schemas/platform.csv b/video_games/schemas/platform.csv similarity index 100% rename from inputs_databricks/video_games/schemas/platform.csv rename to video_games/schemas/platform.csv diff --git a/inputs_databricks/video_games/schemas/region.csv b/video_games/schemas/region.csv similarity index 100% rename from inputs_databricks/video_games/schemas/region.csv rename to video_games/schemas/region.csv diff --git a/inputs_databricks/video_games/schemas/region_sales.csv b/video_games/schemas/region_sales.csv similarity index 100% rename from inputs_databricks/video_games/schemas/region_sales.csv rename to video_games/schemas/region_sales.csv diff --git a/inputs_databricks/video_games/schemas/vg_publisher.csv b/video_games/schemas/vg_publisher.csv similarity index 100% rename from inputs_databricks/video_games/schemas/vg_publisher.csv rename to video_games/schemas/vg_publisher.csv diff --git a/inputs_snowflake/workday/config.yaml b/workday/config.yaml similarity index 100% rename from inputs_snowflake/workday/config.yaml rename to workday/config.yaml diff --git a/inputs_snowflake/workday/data_model.yaml b/workday/data_model.yaml similarity index 84% rename from inputs_snowflake/workday/data_model.yaml rename to workday/data_model.yaml index 483fc52f4fac6cc4b28896aacf62abfae29f7807..3559d85169505dc0b6f5ba899297dc1e503bf46a 100644 --- a/inputs_snowflake/workday/data_model.yaml +++ b/workday/data_model.yaml @@ -3,14 +3,13 @@ models: description: Each record represents an employee with enriched personal information and the positions they hold. This helps measure employee demographic and geographical distribution, overall retention and turnover, and compensation analysis of their employees. columns: - name: employee_id - description: Surrogate key on worker_id, position_id, position_start_date to create a unique identifier for a Workday employee. Use dbt utils package to generate the surrogate key. + description: Surrogate key on worker_id, source_relation, position_id, position_start_date to create unique identifier for a Workday employee. - name: worker_id description: Unique identifier for the worker. - name: position_id description: Identifier for the specific position. - name: position_start_date description: The position start date for this employee. - format: YYYY-MM-DD - name: worker_code description: The code associated with the worker. - name: user_id @@ -19,7 +18,6 @@ models: description: Is the user currently active. - name: hire_date description: The date when the worker was hired. - format: YYYY-MM-DD - name: is_terminated description: Has the worker been terminated? - name: primary_termination_category @@ -30,7 +28,6 @@ models: description: Has the worker been regrettably terminated? Set to true if the worker was terminated and the termination is regrettable, set to false if the worker was terminated and the termination is not regrettable, otherwise null. - name: compensation_effective_date description: Effective date when changes to the worker's compensation take effect. - format: YYYY-MM-DD - name: employee_compensation_frequency description: Frequency of payment for the worker's employee compensation. - name: annual_currency_summary_currency @@ -56,17 +53,15 @@ models: - name: employee_type description: The type of employee associated with the worker position. - name: position_location - description: The location of the business site where the employee's position is based. + description: The position location of the employee. - name: management_level_code description: Code indicating the management level associated with the job profile. - name: fte_percent - description: The full-time equivalent (FTE) percentage associated with the worker position. + description: The percentage of hours, the employee's scheduled hours divided by the employer's hours for a full-time workweek - name: position_end_date description: The position end date for this employee. - format: YYYY-MM-DD - name: position_effective_date - description: The date when the position becomes effective for the employee. - format: YYYY-MM-DD + description: The position effective date for the employee. - name: workday__job_overview description: Each record represents a job with enriched details on job profiles and job families. This allows users to understand recruitment patterns and details within a job and job groupings. @@ -82,13 +77,13 @@ models: - name: job_description description: Brief description of the job profile. - name: job_family_codes - description: Comma-separated string array of all job family codes assigned to a job profile. Leave as Null if no job family codes are assigned. + description: String array of all job family codes assigned to a job profile. - name: job_family_summaries - description: Comma-separated string array of all job family summaries assigned to a job profile. Leave as Null if no job family summaries are assigned. + description: String array of all job family summaries assigned to a job profile. - name: job_family_group_codes - description: Comma-separated string array of all job family group codes assigned to a job profile. Leave as Null if no job family group codes are assigned. + description: String array of all job family group codes assigned to a job profile. - name: job_family_group_summaries - description: Comma-separated string array of all job family group summaries assigned to a job profile. Leave as Null if no job family group summaries are assigned. + description: String array of all job family group summaries assigned to a job profile. - name: workday__position_overview description: Each record represents a position with enriched data on positions. This allows end users to understand position availabilities, vacancies, cost to optimize hiring efforts. @@ -101,7 +96,6 @@ models: description: Title used for job postings associated with the position. - name: effective_date description: Date when the job profile becomes effective. - format: YYYY-MM-DD - name: is_closed description: Flag indicating whether the position is closed. - name: is_hiring_freeze @@ -110,12 +104,10 @@ models: description: Flag indicating whether the organization is available for hiring. - name: availability_date description: Date when the organization becomes available. - format: YYYY-MM-DD - name: is_available_for_recruiting description: Flag indicating whether the position is available for recruiting. - name: earliest_hire_date - description: Earliest date when the position can be filled. - format: YYYY-MM-DD + description: Earliest date when the position can be filled. - name: is_available_for_overlap description: Flag indicating whether the position is available for overlap with other positions. - name: worker_for_filled_position_id diff --git a/inputs_databricks/workday/schemas/job_family.csv b/workday/schemas/job_family.csv similarity index 100% rename from inputs_databricks/workday/schemas/job_family.csv rename to workday/schemas/job_family.csv diff --git a/inputs_databricks/workday/schemas/job_family_group.csv b/workday/schemas/job_family_group.csv similarity index 100% rename from inputs_databricks/workday/schemas/job_family_group.csv rename to workday/schemas/job_family_group.csv diff --git a/inputs_databricks/workday/schemas/job_family_job_family_group.csv b/workday/schemas/job_family_job_family_group.csv similarity index 100% rename from inputs_databricks/workday/schemas/job_family_job_family_group.csv rename to workday/schemas/job_family_job_family_group.csv diff --git a/inputs_databricks/workday/schemas/job_family_job_profile.csv b/workday/schemas/job_family_job_profile.csv similarity index 100% rename from inputs_databricks/workday/schemas/job_family_job_profile.csv rename to workday/schemas/job_family_job_profile.csv diff --git a/inputs_databricks/workday/schemas/job_profile.csv b/workday/schemas/job_profile.csv similarity index 100% rename from inputs_databricks/workday/schemas/job_profile.csv rename to workday/schemas/job_profile.csv diff --git a/inputs_databricks/workday/schemas/military_service.csv b/workday/schemas/military_service.csv similarity index 100% rename from inputs_databricks/workday/schemas/military_service.csv rename to workday/schemas/military_service.csv diff --git a/inputs_databricks/workday/schemas/organization.csv b/workday/schemas/organization.csv similarity index 100% rename from inputs_databricks/workday/schemas/organization.csv rename to workday/schemas/organization.csv diff --git a/inputs_databricks/workday/schemas/organization_job_family.csv b/workday/schemas/organization_job_family.csv similarity index 100% rename from inputs_databricks/workday/schemas/organization_job_family.csv rename to workday/schemas/organization_job_family.csv diff --git a/inputs_databricks/workday/schemas/organization_role.csv b/workday/schemas/organization_role.csv similarity index 100% rename from inputs_databricks/workday/schemas/organization_role.csv rename to workday/schemas/organization_role.csv diff --git a/inputs_databricks/workday/schemas/organization_role_worker.csv b/workday/schemas/organization_role_worker.csv similarity index 100% rename from inputs_databricks/workday/schemas/organization_role_worker.csv rename to workday/schemas/organization_role_worker.csv diff --git a/inputs_databricks/workday/schemas/person_contact_email_address.csv b/workday/schemas/person_contact_email_address.csv similarity index 100% rename from inputs_databricks/workday/schemas/person_contact_email_address.csv rename to workday/schemas/person_contact_email_address.csv diff --git a/inputs_databricks/workday/schemas/person_name.csv b/workday/schemas/person_name.csv similarity index 100% rename from inputs_databricks/workday/schemas/person_name.csv rename to workday/schemas/person_name.csv diff --git a/inputs_databricks/workday/schemas/personal_information_ethnicity.csv b/workday/schemas/personal_information_ethnicity.csv similarity index 100% rename from inputs_databricks/workday/schemas/personal_information_ethnicity.csv rename to workday/schemas/personal_information_ethnicity.csv diff --git a/inputs_databricks/workday/schemas/personal_information_history.csv b/workday/schemas/personal_information_history.csv similarity index 100% rename from inputs_databricks/workday/schemas/personal_information_history.csv rename to workday/schemas/personal_information_history.csv diff --git a/inputs_databricks/workday/schemas/position.csv b/workday/schemas/position.csv similarity index 100% rename from inputs_databricks/workday/schemas/position.csv rename to workday/schemas/position.csv diff --git a/inputs_databricks/workday/schemas/position_job_profile.csv b/workday/schemas/position_job_profile.csv similarity index 100% rename from inputs_databricks/workday/schemas/position_job_profile.csv rename to workday/schemas/position_job_profile.csv diff --git a/inputs_databricks/workday/schemas/position_organization.csv b/workday/schemas/position_organization.csv similarity index 100% rename from inputs_databricks/workday/schemas/position_organization.csv rename to workday/schemas/position_organization.csv diff --git a/inputs_databricks/workday/schemas/worker_history.csv b/workday/schemas/worker_history.csv similarity index 100% rename from inputs_databricks/workday/schemas/worker_history.csv rename to workday/schemas/worker_history.csv diff --git a/inputs_databricks/workday/schemas/worker_leave_status.csv b/workday/schemas/worker_leave_status.csv similarity index 100% rename from inputs_databricks/workday/schemas/worker_leave_status.csv rename to workday/schemas/worker_leave_status.csv diff --git a/inputs_databricks/workday/schemas/worker_position_history.csv b/workday/schemas/worker_position_history.csv similarity index 100% rename from inputs_databricks/workday/schemas/worker_position_history.csv rename to workday/schemas/worker_position_history.csv diff --git a/inputs_databricks/workday/schemas/worker_position_organization_history.csv b/workday/schemas/worker_position_organization_history.csv similarity index 100% rename from inputs_databricks/workday/schemas/worker_position_organization_history.csv rename to workday/schemas/worker_position_organization_history.csv diff --git a/inputs_snowflake/works_cycles/config.yaml b/works_cycles/config.yaml similarity index 100% rename from inputs_snowflake/works_cycles/config.yaml rename to works_cycles/config.yaml diff --git a/inputs_databricks/works_cycles/data_model.yaml b/works_cycles/data_model.yaml similarity index 100% rename from inputs_databricks/works_cycles/data_model.yaml rename to works_cycles/data_model.yaml diff --git a/inputs_databricks/works_cycles/schemas/Address.csv b/works_cycles/schemas/Address.csv similarity index 100% rename from inputs_databricks/works_cycles/schemas/Address.csv rename to works_cycles/schemas/Address.csv diff --git a/inputs_databricks/works_cycles/schemas/AddressType.csv b/works_cycles/schemas/AddressType.csv similarity index 100% rename from inputs_databricks/works_cycles/schemas/AddressType.csv rename to works_cycles/schemas/AddressType.csv diff --git a/inputs_databricks/works_cycles/schemas/BusinessEntity.csv b/works_cycles/schemas/BusinessEntity.csv similarity index 100% rename from inputs_databricks/works_cycles/schemas/BusinessEntity.csv rename to works_cycles/schemas/BusinessEntity.csv diff --git a/inputs_databricks/works_cycles/schemas/BusinessEntityAddress.csv b/works_cycles/schemas/BusinessEntityAddress.csv similarity index 100% rename from inputs_databricks/works_cycles/schemas/BusinessEntityAddress.csv rename to works_cycles/schemas/BusinessEntityAddress.csv diff --git a/inputs_databricks/works_cycles/schemas/BusinessEntityContact.csv b/works_cycles/schemas/BusinessEntityContact.csv similarity index 100% rename from inputs_databricks/works_cycles/schemas/BusinessEntityContact.csv rename to works_cycles/schemas/BusinessEntityContact.csv diff --git a/inputs_databricks/works_cycles/schemas/ContactType.csv b/works_cycles/schemas/ContactType.csv similarity index 100% rename from inputs_databricks/works_cycles/schemas/ContactType.csv rename to works_cycles/schemas/ContactType.csv diff --git a/inputs_databricks/works_cycles/schemas/CountryRegion.csv b/works_cycles/schemas/CountryRegion.csv similarity index 100% rename from inputs_databricks/works_cycles/schemas/CountryRegion.csv rename to works_cycles/schemas/CountryRegion.csv diff --git a/inputs_databricks/works_cycles/schemas/CountryRegionCurrency.csv b/works_cycles/schemas/CountryRegionCurrency.csv similarity index 100% rename from inputs_databricks/works_cycles/schemas/CountryRegionCurrency.csv rename to works_cycles/schemas/CountryRegionCurrency.csv diff --git a/inputs_databricks/works_cycles/schemas/Culture.csv b/works_cycles/schemas/Culture.csv similarity index 100% rename from inputs_databricks/works_cycles/schemas/Culture.csv rename to works_cycles/schemas/Culture.csv diff --git a/inputs_databricks/works_cycles/schemas/Currency.csv b/works_cycles/schemas/Currency.csv similarity index 100% rename from inputs_databricks/works_cycles/schemas/Currency.csv rename to works_cycles/schemas/Currency.csv diff --git a/inputs_databricks/works_cycles/schemas/CurrencyRate.csv b/works_cycles/schemas/CurrencyRate.csv similarity index 100% rename from inputs_databricks/works_cycles/schemas/CurrencyRate.csv rename to works_cycles/schemas/CurrencyRate.csv diff --git a/inputs_databricks/works_cycles/schemas/Department.csv b/works_cycles/schemas/Department.csv similarity index 100% rename from inputs_databricks/works_cycles/schemas/Department.csv rename to works_cycles/schemas/Department.csv diff --git a/inputs_databricks/works_cycles/schemas/Document.csv b/works_cycles/schemas/Document.csv similarity index 100% rename from inputs_databricks/works_cycles/schemas/Document.csv rename to works_cycles/schemas/Document.csv diff --git a/inputs_databricks/works_cycles/schemas/Employee.csv b/works_cycles/schemas/Employee.csv similarity index 100% rename from inputs_databricks/works_cycles/schemas/Employee.csv rename to works_cycles/schemas/Employee.csv diff --git a/inputs_databricks/works_cycles/schemas/EmployeeDepartmentHistory.csv b/works_cycles/schemas/EmployeeDepartmentHistory.csv similarity index 100% rename from inputs_databricks/works_cycles/schemas/EmployeeDepartmentHistory.csv rename to works_cycles/schemas/EmployeeDepartmentHistory.csv diff --git a/inputs_databricks/works_cycles/schemas/EmployeePayHistory.csv b/works_cycles/schemas/EmployeePayHistory.csv similarity index 100% rename from inputs_databricks/works_cycles/schemas/EmployeePayHistory.csv rename to works_cycles/schemas/EmployeePayHistory.csv diff --git a/inputs_databricks/works_cycles/schemas/JobCandidate.csv b/works_cycles/schemas/JobCandidate.csv similarity index 100% rename from inputs_databricks/works_cycles/schemas/JobCandidate.csv rename to works_cycles/schemas/JobCandidate.csv diff --git a/inputs_databricks/works_cycles/schemas/Location.csv b/works_cycles/schemas/Location.csv similarity index 100% rename from inputs_databricks/works_cycles/schemas/Location.csv rename to works_cycles/schemas/Location.csv diff --git a/inputs_databricks/works_cycles/schemas/Password.csv b/works_cycles/schemas/Password.csv similarity index 100% rename from inputs_databricks/works_cycles/schemas/Password.csv rename to works_cycles/schemas/Password.csv diff --git a/inputs_databricks/works_cycles/schemas/Person.csv b/works_cycles/schemas/Person.csv similarity index 100% rename from inputs_databricks/works_cycles/schemas/Person.csv rename to works_cycles/schemas/Person.csv diff --git a/inputs_databricks/works_cycles/schemas/PhoneNumberType.csv b/works_cycles/schemas/PhoneNumberType.csv similarity index 100% rename from inputs_databricks/works_cycles/schemas/PhoneNumberType.csv rename to works_cycles/schemas/PhoneNumberType.csv diff --git a/inputs_databricks/works_cycles/schemas/Product.csv b/works_cycles/schemas/Product.csv similarity index 100% rename from inputs_databricks/works_cycles/schemas/Product.csv rename to works_cycles/schemas/Product.csv diff --git a/inputs_databricks/works_cycles/schemas/ProductCategory.csv b/works_cycles/schemas/ProductCategory.csv similarity index 100% rename from inputs_databricks/works_cycles/schemas/ProductCategory.csv rename to works_cycles/schemas/ProductCategory.csv diff --git a/inputs_databricks/works_cycles/schemas/ProductDescription.csv b/works_cycles/schemas/ProductDescription.csv similarity index 100% rename from inputs_databricks/works_cycles/schemas/ProductDescription.csv rename to works_cycles/schemas/ProductDescription.csv diff --git a/inputs_databricks/works_cycles/schemas/ProductDocument.csv b/works_cycles/schemas/ProductDocument.csv similarity index 100% rename from inputs_databricks/works_cycles/schemas/ProductDocument.csv rename to works_cycles/schemas/ProductDocument.csv diff --git a/inputs_databricks/works_cycles/schemas/ProductModel.csv b/works_cycles/schemas/ProductModel.csv similarity index 100% rename from inputs_databricks/works_cycles/schemas/ProductModel.csv rename to works_cycles/schemas/ProductModel.csv diff --git a/inputs_databricks/works_cycles/schemas/ProductPhoto.csv b/works_cycles/schemas/ProductPhoto.csv similarity index 100% rename from inputs_databricks/works_cycles/schemas/ProductPhoto.csv rename to works_cycles/schemas/ProductPhoto.csv diff --git a/inputs_databricks/works_cycles/schemas/ProductProductPhoto.csv b/works_cycles/schemas/ProductProductPhoto.csv similarity index 100% rename from inputs_databricks/works_cycles/schemas/ProductProductPhoto.csv rename to works_cycles/schemas/ProductProductPhoto.csv diff --git a/inputs_databricks/works_cycles/schemas/ProductReview.csv b/works_cycles/schemas/ProductReview.csv similarity index 100% rename from inputs_databricks/works_cycles/schemas/ProductReview.csv rename to works_cycles/schemas/ProductReview.csv diff --git a/inputs_databricks/works_cycles/schemas/ProductSubcategory.csv b/works_cycles/schemas/ProductSubcategory.csv similarity index 100% rename from inputs_databricks/works_cycles/schemas/ProductSubcategory.csv rename to works_cycles/schemas/ProductSubcategory.csv diff --git a/inputs_databricks/works_cycles/schemas/SalesOrderDetail.csv b/works_cycles/schemas/SalesOrderDetail.csv similarity index 100% rename from inputs_databricks/works_cycles/schemas/SalesOrderDetail.csv rename to works_cycles/schemas/SalesOrderDetail.csv diff --git a/inputs_databricks/works_cycles/schemas/SalesOrderHeader.csv b/works_cycles/schemas/SalesOrderHeader.csv similarity index 100% rename from inputs_databricks/works_cycles/schemas/SalesOrderHeader.csv rename to works_cycles/schemas/SalesOrderHeader.csv diff --git a/inputs_databricks/works_cycles/schemas/SalesOrderHeaderSalesReason.csv b/works_cycles/schemas/SalesOrderHeaderSalesReason.csv similarity index 100% rename from inputs_databricks/works_cycles/schemas/SalesOrderHeaderSalesReason.csv rename to works_cycles/schemas/SalesOrderHeaderSalesReason.csv diff --git a/inputs_databricks/works_cycles/schemas/SalesPerson.csv b/works_cycles/schemas/SalesPerson.csv similarity index 100% rename from inputs_databricks/works_cycles/schemas/SalesPerson.csv rename to works_cycles/schemas/SalesPerson.csv diff --git a/inputs_databricks/works_cycles/schemas/SalesReason.csv b/works_cycles/schemas/SalesReason.csv similarity index 100% rename from inputs_databricks/works_cycles/schemas/SalesReason.csv rename to works_cycles/schemas/SalesReason.csv diff --git a/inputs_databricks/works_cycles/schemas/SalesTaxRate.csv b/works_cycles/schemas/SalesTaxRate.csv similarity index 100% rename from inputs_databricks/works_cycles/schemas/SalesTaxRate.csv rename to works_cycles/schemas/SalesTaxRate.csv diff --git a/inputs_databricks/works_cycles/schemas/SalesTerritory.csv b/works_cycles/schemas/SalesTerritory.csv similarity index 100% rename from inputs_databricks/works_cycles/schemas/SalesTerritory.csv rename to works_cycles/schemas/SalesTerritory.csv diff --git a/inputs_databricks/works_cycles/schemas/SalesTerritoryHistory.csv b/works_cycles/schemas/SalesTerritoryHistory.csv similarity index 100% rename from inputs_databricks/works_cycles/schemas/SalesTerritoryHistory.csv rename to works_cycles/schemas/SalesTerritoryHistory.csv diff --git a/inputs_databricks/works_cycles/schemas/ScrapReason.csv b/works_cycles/schemas/ScrapReason.csv similarity index 100% rename from inputs_databricks/works_cycles/schemas/ScrapReason.csv rename to works_cycles/schemas/ScrapReason.csv diff --git a/inputs_databricks/works_cycles/schemas/Shift.csv b/works_cycles/schemas/Shift.csv similarity index 100% rename from inputs_databricks/works_cycles/schemas/Shift.csv rename to works_cycles/schemas/Shift.csv diff --git a/inputs_databricks/works_cycles/schemas/ShipMethod.csv b/works_cycles/schemas/ShipMethod.csv similarity index 100% rename from inputs_databricks/works_cycles/schemas/ShipMethod.csv rename to works_cycles/schemas/ShipMethod.csv diff --git a/inputs_databricks/works_cycles/schemas/ShoppingCartItem.csv b/works_cycles/schemas/ShoppingCartItem.csv similarity index 100% rename from inputs_databricks/works_cycles/schemas/ShoppingCartItem.csv rename to works_cycles/schemas/ShoppingCartItem.csv diff --git a/inputs_databricks/works_cycles/schemas/SpecialOffer.csv b/works_cycles/schemas/SpecialOffer.csv similarity index 100% rename from inputs_databricks/works_cycles/schemas/SpecialOffer.csv rename to works_cycles/schemas/SpecialOffer.csv diff --git a/inputs_databricks/works_cycles/schemas/SpecialOfferProduct.csv b/works_cycles/schemas/SpecialOfferProduct.csv similarity index 100% rename from inputs_databricks/works_cycles/schemas/SpecialOfferProduct.csv rename to works_cycles/schemas/SpecialOfferProduct.csv diff --git a/inputs_databricks/works_cycles/schemas/StateProvince.csv b/works_cycles/schemas/StateProvince.csv similarity index 100% rename from inputs_databricks/works_cycles/schemas/StateProvince.csv rename to works_cycles/schemas/StateProvince.csv diff --git a/inputs_databricks/works_cycles/schemas/Store.csv b/works_cycles/schemas/Store.csv similarity index 100% rename from inputs_databricks/works_cycles/schemas/Store.csv rename to works_cycles/schemas/Store.csv diff --git a/inputs_databricks/works_cycles/schemas/TransactionHistoryArchive.csv b/works_cycles/schemas/TransactionHistoryArchive.csv similarity index 100% rename from inputs_databricks/works_cycles/schemas/TransactionHistoryArchive.csv rename to works_cycles/schemas/TransactionHistoryArchive.csv diff --git a/inputs_databricks/works_cycles/schemas/UnitMeasure.csv b/works_cycles/schemas/UnitMeasure.csv similarity index 100% rename from inputs_databricks/works_cycles/schemas/UnitMeasure.csv rename to works_cycles/schemas/UnitMeasure.csv diff --git a/inputs_databricks/works_cycles/schemas/Vendor.csv b/works_cycles/schemas/Vendor.csv similarity index 100% rename from inputs_databricks/works_cycles/schemas/Vendor.csv rename to works_cycles/schemas/Vendor.csv diff --git a/inputs_databricks/works_cycles/schemas/WorkOrder.csv b/works_cycles/schemas/WorkOrder.csv similarity index 100% rename from inputs_databricks/works_cycles/schemas/WorkOrder.csv rename to works_cycles/schemas/WorkOrder.csv diff --git a/inputs_databricks/works_cycles/schemas/WorkOrderRouting.csv b/works_cycles/schemas/WorkOrderRouting.csv similarity index 100% rename from inputs_databricks/works_cycles/schemas/WorkOrderRouting.csv rename to works_cycles/schemas/WorkOrderRouting.csv diff --git a/inputs_databricks/works_cycles/schemas/bill_of_materials.csv b/works_cycles/schemas/bill_of_materials.csv similarity index 100% rename from inputs_databricks/works_cycles/schemas/bill_of_materials.csv rename to works_cycles/schemas/bill_of_materials.csv diff --git a/inputs_databricks/works_cycles/schemas/credit_card.csv b/works_cycles/schemas/credit_card.csv similarity index 100% rename from inputs_databricks/works_cycles/schemas/credit_card.csv rename to works_cycles/schemas/credit_card.csv diff --git a/inputs_databricks/works_cycles/schemas/email_address.csv b/works_cycles/schemas/email_address.csv similarity index 100% rename from inputs_databricks/works_cycles/schemas/email_address.csv rename to works_cycles/schemas/email_address.csv diff --git a/inputs_databricks/works_cycles/schemas/person_credit_card.csv b/works_cycles/schemas/person_credit_card.csv similarity index 100% rename from inputs_databricks/works_cycles/schemas/person_credit_card.csv rename to works_cycles/schemas/person_credit_card.csv diff --git a/inputs_databricks/works_cycles/schemas/product_cost_history.csv b/works_cycles/schemas/product_cost_history.csv similarity index 100% rename from inputs_databricks/works_cycles/schemas/product_cost_history.csv rename to works_cycles/schemas/product_cost_history.csv diff --git a/inputs_databricks/works_cycles/schemas/product_inventory.csv b/works_cycles/schemas/product_inventory.csv similarity index 100% rename from inputs_databricks/works_cycles/schemas/product_inventory.csv rename to works_cycles/schemas/product_inventory.csv diff --git a/inputs_databricks/works_cycles/schemas/product_list_price_history.csv b/works_cycles/schemas/product_list_price_history.csv similarity index 100% rename from inputs_databricks/works_cycles/schemas/product_list_price_history.csv rename to works_cycles/schemas/product_list_price_history.csv diff --git a/inputs_databricks/works_cycles/schemas/product_model_product_description_culture.csv b/works_cycles/schemas/product_model_product_description_culture.csv similarity index 100% rename from inputs_databricks/works_cycles/schemas/product_model_product_description_culture.csv rename to works_cycles/schemas/product_model_product_description_culture.csv diff --git a/inputs_databricks/works_cycles/schemas/product_vendor.csv b/works_cycles/schemas/product_vendor.csv similarity index 100% rename from inputs_databricks/works_cycles/schemas/product_vendor.csv rename to works_cycles/schemas/product_vendor.csv diff --git a/inputs_databricks/works_cycles/schemas/purchase_order_detail.csv b/works_cycles/schemas/purchase_order_detail.csv similarity index 100% rename from inputs_databricks/works_cycles/schemas/purchase_order_detail.csv rename to works_cycles/schemas/purchase_order_detail.csv diff --git a/inputs_databricks/works_cycles/schemas/purchase_order_header.csv b/works_cycles/schemas/purchase_order_header.csv similarity index 100% rename from inputs_databricks/works_cycles/schemas/purchase_order_header.csv rename to works_cycles/schemas/purchase_order_header.csv diff --git a/inputs_databricks/works_cycles/schemas/sales_person_quota_history.csv b/works_cycles/schemas/sales_person_quota_history.csv similarity index 100% rename from inputs_databricks/works_cycles/schemas/sales_person_quota_history.csv rename to works_cycles/schemas/sales_person_quota_history.csv diff --git a/inputs_databricks/works_cycles/schemas/transaction_history.csv b/works_cycles/schemas/transaction_history.csv similarity index 100% rename from inputs_databricks/works_cycles/schemas/transaction_history.csv rename to works_cycles/schemas/transaction_history.csv diff --git a/inputs_snowflake/world/config.yaml b/world/config.yaml similarity index 100% rename from inputs_snowflake/world/config.yaml rename to world/config.yaml diff --git a/inputs_snowflake/world/data_model.yaml b/world/data_model.yaml similarity index 78% rename from inputs_snowflake/world/data_model.yaml rename to world/data_model.yaml index c97ddeac7e3fe18e6baf3202d504bca654488985..95c0bc388dda24c7ca5902b67742ee508653ba8c 100644 --- a/inputs_snowflake/world/data_model.yaml +++ b/world/data_model.yaml @@ -15,6 +15,6 @@ models: - name: city_with_least_population description: The city in the country that has the least population, with ties broken by the ascending order of the city name - name: GNP_growth_rate - description: GNP growth rate of the country, expressed as a percentage. + description: The GNP growth rate of the country. - name: use_most_widely_used_language_as_official_language - description: Set to 1 if the country uses the language that is official in most countries as its official language, otherwise, set to 0 \ No newline at end of file + description: Set to 1 if the country uses the most widely used language as its official language, otherwise, set to 0 \ No newline at end of file diff --git a/inputs_databricks/world/schemas/City.csv b/world/schemas/City.csv similarity index 100% rename from inputs_databricks/world/schemas/City.csv rename to world/schemas/City.csv diff --git a/inputs_databricks/world/schemas/Country.csv b/world/schemas/Country.csv similarity index 100% rename from inputs_databricks/world/schemas/Country.csv rename to world/schemas/Country.csv diff --git a/inputs_databricks/world/schemas/CountryLanguage.csv b/world/schemas/CountryLanguage.csv similarity index 100% rename from inputs_databricks/world/schemas/CountryLanguage.csv rename to world/schemas/CountryLanguage.csv diff --git a/inputs_snowflake/world_development_indicators/config.yaml b/world_development_indicators/config.yaml similarity index 100% rename from inputs_snowflake/world_development_indicators/config.yaml rename to world_development_indicators/config.yaml diff --git a/inputs_databricks/world_development_indicators/data_model.yaml b/world_development_indicators/data_model.yaml similarity index 89% rename from inputs_databricks/world_development_indicators/data_model.yaml rename to world_development_indicators/data_model.yaml index f145d7d20a4dac49804ad2fe4dcf836ac5368469..0cb1f9fb69cb4e5c90273fe8ba75cc79c8b5d0ec 100644 --- a/inputs_databricks/world_development_indicators/data_model.yaml +++ b/world_development_indicators/data_model.yaml @@ -11,7 +11,7 @@ models: - name: average_adolescent_fertility_rate description: The average adolescent fertility rate of the country. - name: lowest_value_indicator_HPS_1960_to_1965 - description: The lowest value of the indicator belongs to 'Health: Population: Structure' in the period 1960 to 1965. + description: The lowest value of the indicator HPS in the period 1960 to 1965. - name: number_of_footnotes_1980 description: The number of footnotes have been made in year 1980 in the country, replace NULL values with 0. - name: percentage_increase_Adolescent_1960_to_1961 diff --git a/inputs_databricks/world_development_indicators/schemas/Country.csv b/world_development_indicators/schemas/Country.csv similarity index 100% rename from inputs_databricks/world_development_indicators/schemas/Country.csv rename to world_development_indicators/schemas/Country.csv diff --git a/inputs_databricks/world_development_indicators/schemas/CountryNotes.csv b/world_development_indicators/schemas/CountryNotes.csv similarity index 100% rename from inputs_databricks/world_development_indicators/schemas/CountryNotes.csv rename to world_development_indicators/schemas/CountryNotes.csv diff --git a/inputs_databricks/world_development_indicators/schemas/FootNotes.csv b/world_development_indicators/schemas/FootNotes.csv similarity index 100% rename from inputs_databricks/world_development_indicators/schemas/FootNotes.csv rename to world_development_indicators/schemas/FootNotes.csv diff --git a/inputs_databricks/world_development_indicators/schemas/Indicators.csv b/world_development_indicators/schemas/Indicators.csv similarity index 100% rename from inputs_databricks/world_development_indicators/schemas/Indicators.csv rename to world_development_indicators/schemas/Indicators.csv diff --git a/inputs_databricks/world_development_indicators/schemas/Series.csv b/world_development_indicators/schemas/Series.csv similarity index 100% rename from inputs_databricks/world_development_indicators/schemas/Series.csv rename to world_development_indicators/schemas/Series.csv diff --git a/inputs_databricks/world_development_indicators/schemas/SeriesNotes.csv b/world_development_indicators/schemas/SeriesNotes.csv similarity index 100% rename from inputs_databricks/world_development_indicators/schemas/SeriesNotes.csv rename to world_development_indicators/schemas/SeriesNotes.csv diff --git a/inputs_snowflake/xero/config.yaml b/xero/config.yaml similarity index 100% rename from inputs_snowflake/xero/config.yaml rename to xero/config.yaml diff --git a/inputs_snowflake/xero/data_model.yaml b/xero/data_model.yaml similarity index 94% rename from inputs_snowflake/xero/data_model.yaml rename to xero/data_model.yaml index e50bec3260bffb93a3f20b08d64be58d8c510a87..0413a4a1ef99f8be0efb82c72a9c2b4db89cbd01 100644 --- a/inputs_snowflake/xero/data_model.yaml +++ b/xero/data_model.yaml @@ -2,6 +2,8 @@ models: - name: xero__invoice_line_items description: Each record represents an invoice line item, enriched with account, contact and invoice information. columns: + - name: _fivetran_synced + description: The timestamp that Fivetran last synced the record. - name: account_code description: Customer defined alpha numeric account code e.g 200 or SALES - name: line_item_description @@ -24,16 +26,12 @@ models: description: The unit amount of each line item. - name: invoice_date description: The date the invoice was issued. - format: YYYY-MM-DD - name: updated_date description: The date the invoice was last modified. - format: YYYY-MM-DD HH:MM:SS - name: due_date description: The date the invoice is/was due. - format: YYYY-MM-DD - name: fully_paid_on_date description: The date the invoice was fully paid. Only returned on fully paid invoices - format: YYYY-MM-DD - name: currency_code description: The currency that invoice has been raised in - name: currency_rate @@ -66,10 +64,8 @@ models: description: Xero identifier for the journal entry - name: created_date_utc description: The created date of the journal entry - format: YYYY-MM-DD HH:MM:SS - name: journal_date description: The date the journal was posted - format: YYYY-MM-DD - name: journal_number description: Xero generated journal number - name: reference @@ -113,6 +109,6 @@ models: - name: credit_note_id description: Source ID where it can be joined to the credit note table. Set to the source id of the journal when the source type of the journal is in ('ACCPAYCREDIT','ACCRECCREDIT'). - name: contact_id - description: ID of the associated contact, where relevant. Populated only when source_type IN ('ACCPAY','ACCREC'); NULL otherwise + description: ID of the associated contact, where relevant. - name: contact_name - description: Name of the contact identified by contact_id. NULL when contact_id is NULL. + description: Name of the associated contact, where relevant. diff --git a/inputs_databricks/xero/schemas/account.csv b/xero/schemas/account.csv similarity index 100% rename from inputs_databricks/xero/schemas/account.csv rename to xero/schemas/account.csv diff --git a/inputs_databricks/xero/schemas/bank_transaction.csv b/xero/schemas/bank_transaction.csv similarity index 100% rename from inputs_databricks/xero/schemas/bank_transaction.csv rename to xero/schemas/bank_transaction.csv diff --git a/inputs_databricks/xero/schemas/contact.csv b/xero/schemas/contact.csv similarity index 100% rename from inputs_databricks/xero/schemas/contact.csv rename to xero/schemas/contact.csv diff --git a/inputs_databricks/xero/schemas/credit_note.csv b/xero/schemas/credit_note.csv similarity index 100% rename from inputs_databricks/xero/schemas/credit_note.csv rename to xero/schemas/credit_note.csv diff --git a/inputs_databricks/xero/schemas/invoice.csv b/xero/schemas/invoice.csv similarity index 100% rename from inputs_databricks/xero/schemas/invoice.csv rename to xero/schemas/invoice.csv diff --git a/inputs_databricks/xero/schemas/invoice_line_item.csv b/xero/schemas/invoice_line_item.csv similarity index 100% rename from inputs_databricks/xero/schemas/invoice_line_item.csv rename to xero/schemas/invoice_line_item.csv diff --git a/inputs_databricks/xero/schemas/journal.csv b/xero/schemas/journal.csv similarity index 100% rename from inputs_databricks/xero/schemas/journal.csv rename to xero/schemas/journal.csv diff --git a/inputs_databricks/xero/schemas/journal_line.csv b/xero/schemas/journal_line.csv similarity index 100% rename from inputs_databricks/xero/schemas/journal_line.csv rename to xero/schemas/journal_line.csv diff --git a/inputs_databricks/xero/schemas/organization.csv b/xero/schemas/organization.csv similarity index 100% rename from inputs_databricks/xero/schemas/organization.csv rename to xero/schemas/organization.csv diff --git a/inputs_snowflake/youtube_analytics/config.yaml b/youtube_analytics/config.yaml similarity index 100% rename from inputs_snowflake/youtube_analytics/config.yaml rename to youtube_analytics/config.yaml diff --git a/inputs_snowflake/youtube_analytics/data_model.yaml b/youtube_analytics/data_model.yaml similarity index 92% rename from inputs_snowflake/youtube_analytics/data_model.yaml rename to youtube_analytics/data_model.yaml index ed568aba939dbf9f421868b52cfe06f768b416bf..eb0c575742ca7cc3dfc07d17f417a925e5368629 100644 --- a/inputs_snowflake/youtube_analytics/data_model.yaml +++ b/youtube_analytics/data_model.yaml @@ -4,7 +4,6 @@ models: columns: - name: date_day description: The date the video was viewed - format: YYYY-MM-DD - name: video_id description: Unique ID of the video - name: channel_id @@ -17,11 +16,10 @@ models: description: Title of the channel - name: video_published_at description: Timestamp of when the video was published - format: YYYY-MM-DD HH:MM:SS - name: average_view_duration_percentage - description: Average duration of views represented as a percent of the entire length of the video, weighted by the number of views. + description: Average duration of views represented as a percent of the entire length of the video - name: average_view_duration_seconds - description: Average duration of views for the video in seconds, weighted by the number of views. + description: Average duration of views for the video in seconds - name: comments description: Total number of comment posted on the video - name: dislikes @@ -46,7 +44,6 @@ models: columns: - name: date_day description: The date the video was viewed - format: YYYY-MM-DD - name: video_id description: Unique ID of the video - name: video_title @@ -55,7 +52,6 @@ models: description: Description of the video - name: video_published_at description: Timestamp of when the video was published - format: YYYY-MM-DD HH:MM:SS - name: channel_title description: The channel title - name: AGE_18_24_view_percentage @@ -70,7 +66,6 @@ models: columns: - name: date_day description: The date the video was viewed - format: YYYY-MM-DD - name: video_id description: Unique ID of the video - name: video_title @@ -81,7 +76,6 @@ models: description: The channel title - name: video_published_at description: Timestamp of when the video was published - format: YYYY-MM-DD HH:MM:SS - name: age_group description: The age group the individual. Ranges follow the format of 'AGE_[min age]_[max age]' - name: country_code diff --git a/inputs_databricks/youtube_analytics/schemas/channel_basic.csv b/youtube_analytics/schemas/channel_basic.csv similarity index 100% rename from inputs_databricks/youtube_analytics/schemas/channel_basic.csv rename to youtube_analytics/schemas/channel_basic.csv diff --git a/inputs_databricks/youtube_analytics/schemas/channel_demographics.csv b/youtube_analytics/schemas/channel_demographics.csv similarity index 100% rename from inputs_databricks/youtube_analytics/schemas/channel_demographics.csv rename to youtube_analytics/schemas/channel_demographics.csv diff --git a/inputs_databricks/youtube_analytics/schemas/video.csv b/youtube_analytics/schemas/video.csv similarity index 100% rename from inputs_databricks/youtube_analytics/schemas/video.csv rename to youtube_analytics/schemas/video.csv diff --git a/inputs_snowflake/zuora/config.yaml b/zuora/config.yaml similarity index 100% rename from inputs_snowflake/zuora/config.yaml rename to zuora/config.yaml diff --git a/inputs_databricks/zuora/data_model.yaml b/zuora/data_model.yaml similarity index 84% rename from inputs_databricks/zuora/data_model.yaml rename to zuora/data_model.yaml index 95c69bafe290f54a1fd856adaaba994396b1ea10..eb1b90154d2326bb09cc216151ec9d9213a4c8a8 100644 --- a/inputs_databricks/zuora/data_model.yaml +++ b/zuora/data_model.yaml @@ -8,12 +8,10 @@ models: description: The account associated with the invoice. - name: created_at description: The time at which the invoice was created. - format: YYYY-MM-DD HH:MM:SS - name: invoice_number description: The unique identification number for the invoice. - name: invoice_date description: Specifies the date on which to generate the invoice. - format: YYYY-MM-DD - name: invoice_amount description: The sum of all charges and taxes associated with the invoice. - name: invoice_amount_home_currency @@ -32,36 +30,30 @@ models: description: Transaction currency the customer is billed in. - name: home_currency description: Home currency the customer is billed in. - - name: exchange_rate_date + - name: exchange_rate_date description: The date of the exchange rate used for the invoice. - format: YYYY-MM-DD - name: due_date description: The due date of the invoice. - format: YYYY-MM-DD - name: status description: The status of the invoice in the system. This status is not the status of the payment of the invoice just the status of the invoice itself. - name: purchase_type description: The type of the invoice source. - name: invoice_items - description: The number of invoice item in the invoice. + description: The amount of invoice items in the invoice. - name: products description: The number of products billed in the invoice. - name: subscriptions description: The number of subscriptions in the invoice. - - name: total_quantity - description: The total quantity across all invoice items in the invoice. + - name: units + description: The units in the invoice. - name: first_charge_date description: The first charge date for the invoice. - format: YYYY-MM-DD HH:MM:SS.ffffff - name: most_recent_charge_date description: The most recent charge date for the invoice. - format: YYYY-MM-DD HH:MM:SS.ffffff - name: invoice_service_start_date description: Earliest invoice item service start date for the invoice. - format: YYYY-MM-DD - name: invoice_service_end_date description: Earliest invoice item service end date for the invoice. - format: YYYY-MM-DD - name: payments description: The number of payments applied to the invoice. - name: payment_methods @@ -69,8 +61,6 @@ models: - name: credit_balance_adjustments description: The number of the credit balance adjustments applied on the invoice. - name: first_credit_balance_adjustment_date - description: The first date when a credit balance adjustment is applied to the invoice. - format: YYYY-MM-DD + description: The first date when a credit balance adjustment is applied to the invoice. - name: most_recent_credit_balance_adjustment_date - description: The most recent date when a credit balance adjustment is applied to the invoice. - format: YYYY-MM-DD + description: The most recent date when a credit balance adjustment is applied to the invoice. diff --git a/inputs_databricks/zuora/schemas/account.csv b/zuora/schemas/account.csv similarity index 100% rename from inputs_databricks/zuora/schemas/account.csv rename to zuora/schemas/account.csv diff --git a/inputs_databricks/zuora/schemas/amendment.csv b/zuora/schemas/amendment.csv similarity index 100% rename from inputs_databricks/zuora/schemas/amendment.csv rename to zuora/schemas/amendment.csv diff --git a/inputs_databricks/zuora/schemas/contact.csv b/zuora/schemas/contact.csv similarity index 100% rename from inputs_databricks/zuora/schemas/contact.csv rename to zuora/schemas/contact.csv diff --git a/inputs_databricks/zuora/schemas/credit_balance_adjustment.csv b/zuora/schemas/credit_balance_adjustment.csv similarity index 100% rename from inputs_databricks/zuora/schemas/credit_balance_adjustment.csv rename to zuora/schemas/credit_balance_adjustment.csv diff --git a/inputs_databricks/zuora/schemas/invoice.csv b/zuora/schemas/invoice.csv similarity index 100% rename from inputs_databricks/zuora/schemas/invoice.csv rename to zuora/schemas/invoice.csv diff --git a/inputs_databricks/zuora/schemas/invoice_item.csv b/zuora/schemas/invoice_item.csv similarity index 100% rename from inputs_databricks/zuora/schemas/invoice_item.csv rename to zuora/schemas/invoice_item.csv diff --git a/inputs_databricks/zuora/schemas/invoice_payment.csv b/zuora/schemas/invoice_payment.csv similarity index 100% rename from inputs_databricks/zuora/schemas/invoice_payment.csv rename to zuora/schemas/invoice_payment.csv diff --git a/inputs_databricks/zuora/schemas/orders.csv b/zuora/schemas/orders.csv similarity index 100% rename from inputs_databricks/zuora/schemas/orders.csv rename to zuora/schemas/orders.csv diff --git a/inputs_databricks/zuora/schemas/payment.csv b/zuora/schemas/payment.csv similarity index 100% rename from inputs_databricks/zuora/schemas/payment.csv rename to zuora/schemas/payment.csv diff --git a/inputs_databricks/zuora/schemas/payment_method.csv b/zuora/schemas/payment_method.csv similarity index 100% rename from inputs_databricks/zuora/schemas/payment_method.csv rename to zuora/schemas/payment_method.csv diff --git a/inputs_databricks/zuora/schemas/product.csv b/zuora/schemas/product.csv similarity index 100% rename from inputs_databricks/zuora/schemas/product.csv rename to zuora/schemas/product.csv diff --git a/inputs_databricks/zuora/schemas/product_rate_plan.csv b/zuora/schemas/product_rate_plan.csv similarity index 100% rename from inputs_databricks/zuora/schemas/product_rate_plan.csv rename to zuora/schemas/product_rate_plan.csv diff --git a/inputs_databricks/zuora/schemas/product_rate_plan_charge.csv b/zuora/schemas/product_rate_plan_charge.csv similarity index 100% rename from inputs_databricks/zuora/schemas/product_rate_plan_charge.csv rename to zuora/schemas/product_rate_plan_charge.csv diff --git a/inputs_databricks/zuora/schemas/rate_plan.csv b/zuora/schemas/rate_plan.csv similarity index 100% rename from inputs_databricks/zuora/schemas/rate_plan.csv rename to zuora/schemas/rate_plan.csv diff --git a/inputs_databricks/zuora/schemas/rate_plan_charge.csv b/zuora/schemas/rate_plan_charge.csv similarity index 100% rename from inputs_databricks/zuora/schemas/rate_plan_charge.csv rename to zuora/schemas/rate_plan_charge.csv diff --git a/inputs_databricks/zuora/schemas/refund.csv b/zuora/schemas/refund.csv similarity index 100% rename from inputs_databricks/zuora/schemas/refund.csv rename to zuora/schemas/refund.csv diff --git a/inputs_databricks/zuora/schemas/refund_invoice_payment.csv b/zuora/schemas/refund_invoice_payment.csv similarity index 100% rename from inputs_databricks/zuora/schemas/refund_invoice_payment.csv rename to zuora/schemas/refund_invoice_payment.csv diff --git a/inputs_databricks/zuora/schemas/subscription.csv b/zuora/schemas/subscription.csv similarity index 100% rename from inputs_databricks/zuora/schemas/subscription.csv rename to zuora/schemas/subscription.csv diff --git a/inputs_databricks/zuora/schemas/taxation_item.csv b/zuora/schemas/taxation_item.csv similarity index 100% rename from inputs_databricks/zuora/schemas/taxation_item.csv rename to zuora/schemas/taxation_item.csv