data
#1
by tttjjj - opened
This view is limited to 50 files because it contains too many changes. See the raw diff here.
- .gitattributes +0 -3
- README.md +3 -32
- {inputs_snowflake/address → address}/config.yaml +0 -0
- {inputs_databricks/address → address}/data_model.yaml +3 -3
- {inputs_databricks/address → address}/schemas/CBSA.csv +0 -0
- {inputs_databricks/address → address}/schemas/alias.csv +0 -0
- {inputs_databricks/address → address}/schemas/area_code.csv +0 -0
- {inputs_databricks/address → address}/schemas/avoid.csv +0 -0
- {inputs_databricks/address → address}/schemas/congress.csv +0 -0
- address/schemas/country.csv +4 -0
- {inputs_databricks/address → address}/schemas/state.csv +0 -0
- {inputs_databricks/address → address}/schemas/zip_congress.csv +0 -0
- {inputs_snowflake/address → address}/schemas/zip_data.csv +2 -2
- {inputs_snowflake/airline → airline}/config.yaml +0 -0
- {inputs_redshift/airline → airline}/data_model.yaml +1 -1
- {inputs_databricks/airline → airline}/schemas/Air_Carriers.csv +0 -0
- {inputs_databricks/airline → airline}/schemas/Airlines.csv +0 -0
- {inputs_databricks/airline → airline}/schemas/Airports.csv +0 -0
- {inputs_snowflake/amplitude → amplitude}/config.yaml +0 -0
- {inputs_snowflake/amplitude → amplitude}/data_model.yaml +15 -32
- {inputs_databricks/amplitude → amplitude}/schemas/event.csv +0 -0
- {inputs_databricks/amplitude → amplitude}/schemas/event_type.csv +0 -0
- {inputs_snowflake/app_store → app_store}/config.yaml +0 -0
- {inputs_snowflake/app_store → app_store}/data_model.yaml +1 -1
- {inputs_databricks/app_store → app_store}/schemas/playstore.csv +0 -0
- {inputs_databricks/app_store → app_store}/schemas/user_reviews.csv +0 -0
- {inputs_snowflake/apple_store → apple_store}/config.yaml +0 -0
- {inputs_databricks/apple_store → apple_store}/data_model.yaml +23 -23
- {inputs_databricks/apple_store → apple_store}/schemas/app.csv +0 -0
- {inputs_databricks/apple_store → apple_store}/schemas/app_store_device.csv +0 -0
- {inputs_databricks/apple_store → apple_store}/schemas/app_store_platform_version.csv +0 -0
- {inputs_databricks/apple_store → apple_store}/schemas/app_store_territory.csv +0 -0
- {inputs_databricks/apple_store → apple_store}/schemas/crashes_app_version.csv +0 -0
- {inputs_databricks/apple_store → apple_store}/schemas/crashes_platform_version.csv +0 -0
- {inputs_databricks/apple_store → apple_store}/schemas/downloads_device.csv +0 -0
- {inputs_databricks/apple_store → apple_store}/schemas/downloads_platform_version.csv +0 -0
- {inputs_databricks/apple_store → apple_store}/schemas/downloads_territory.csv +0 -0
- {inputs_databricks/apple_store → apple_store}/schemas/sales_account.csv +0 -0
- {inputs_databricks/apple_store → apple_store}/schemas/sales_subscription_events.csv +0 -0
- {inputs_databricks/apple_store → apple_store}/schemas/sales_subscription_summary.csv +0 -0
- {inputs_databricks/apple_store → apple_store}/schemas/usage_app_version.csv +0 -0
- {inputs_databricks/apple_store → apple_store}/schemas/usage_device.csv +0 -0
- {inputs_databricks/apple_store → apple_store}/schemas/usage_platform_version.csv +0 -0
- {inputs_databricks/apple_store → apple_store}/schemas/usage_territory.csv +0 -0
- {inputs_snowflake/asana → asana}/config.yaml +0 -0
- {inputs_snowflake/asana → asana}/data_model.yaml +2 -10
- {inputs_databricks/asana → asana}/schemas/project.csv +0 -0
- {inputs_databricks/asana → asana}/schemas/project_task.csv +0 -0
- {inputs_databricks/asana → asana}/schemas/section.csv +0 -0
- {inputs_databricks/asana → asana}/schemas/story.csv +0 -0
.gitattributes
CHANGED
|
@@ -35,9 +35,6 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 35 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 36 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 37 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 38 |
-
gt_v5/**/*.csv filter=lfs diff=lfs merge=lfs -text
|
| 39 |
-
gt_v5_databricks/**/*.csv filter=lfs diff=lfs merge=lfs -text
|
| 40 |
-
gt_redshift_v5/**/*.csv filter=lfs diff=lfs merge=lfs -text
|
| 41 |
# Audio files - uncompressed
|
| 42 |
*.pcm filter=lfs diff=lfs merge=lfs -text
|
| 43 |
*.sam filter=lfs diff=lfs merge=lfs -text
|
|
|
|
| 35 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 36 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 37 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
| 38 |
# Audio files - uncompressed
|
| 39 |
*.pcm filter=lfs diff=lfs merge=lfs -text
|
| 40 |
*.sam filter=lfs diff=lfs merge=lfs -text
|
README.md
CHANGED
|
@@ -1,32 +1,3 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: cc-by-sa-4.0
|
| 3 |
-
---
|
| 4 |
-
|
| 5 |
-
# ELT-Bench Inputs
|
| 6 |
-
|
| 7 |
-
This dataset contains the 100 ELT-Bench task inputs for three data
|
| 8 |
-
warehouses:
|
| 9 |
-
|
| 10 |
-
| Data warehouse | Directory |
|
| 11 |
-
| --- | --- |
|
| 12 |
-
| Snowflake | `inputs/` |
|
| 13 |
-
| Databricks | `inputs_databricks/` |
|
| 14 |
-
| Redshift | `inputs_redshift/` |
|
| 15 |
-
|
| 16 |
-
Every directory is self-contained. Each task includes its
|
| 17 |
-
destination-specific `config.yaml` and `data_model.yaml`, together with a
|
| 18 |
-
copy of the shared table schemas under `schemas/`.
|
| 19 |
-
|
| 20 |
-
## Ground Truth
|
| 21 |
-
|
| 22 |
-
The v5 ground-truth output tables are provided separately for each data
|
| 23 |
-
warehouse:
|
| 24 |
-
|
| 25 |
-
| Data warehouse | Ground-truth directory |
|
| 26 |
-
| --- | --- |
|
| 27 |
-
| Snowflake | `gt_v5/` |
|
| 28 |
-
| Databricks | `gt_v5_databricks/` |
|
| 29 |
-
| Redshift | `gt_redshift_v5/` |
|
| 30 |
-
|
| 31 |
-
Each directory contains 202 evaluation CSV files organized as
|
| 32 |
-
`<database>/<output_table>.csv`.
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: cc-by-sa-4.0
|
| 3 |
+
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
{inputs_snowflake/address → address}/config.yaml
RENAMED
|
File without changes
|
{inputs_databricks/address → address}/data_model.yaml
RENAMED
|
@@ -7,12 +7,12 @@ models:
|
|
| 7 |
- name: name
|
| 8 |
description: the name of the state
|
| 9 |
- name: county_with_highest_average_income_per_household
|
| 10 |
-
description: the county with the highest average income per household in the state, with ties broken by the ascending order of the
|
| 11 |
- name: num_asian
|
| 12 |
description: the number of Asian in the state, replace NULL values with 0.
|
| 13 |
- name: num_counties
|
| 14 |
description: the number of counties in the state, replace NULL values with 0.
|
| 15 |
- name: higher_avg_female_per
|
| 16 |
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
|
| 17 |
-
- name:
|
| 18 |
-
description: Set to 1 if the state has greater than
|
|
|
|
| 7 |
- name: name
|
| 8 |
description: the name of the state
|
| 9 |
- name: county_with_highest_average_income_per_household
|
| 10 |
+
description: the county with the highest average income per household in the state, with ties broken by the ascending order of the country
|
| 11 |
- name: num_asian
|
| 12 |
description: the number of Asian in the state, replace NULL values with 0.
|
| 13 |
- name: num_counties
|
| 14 |
description: the number of counties in the state, replace NULL values with 0.
|
| 15 |
- name: higher_avg_female_per
|
| 16 |
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
|
| 17 |
+
- name: greater_than_50_CBSA_metro
|
| 18 |
+
description: Set to 1 if the state has greater than 50 CBSA officers of metro type, otherwise, set to 0
|
{inputs_databricks/address → address}/schemas/CBSA.csv
RENAMED
|
File without changes
|
{inputs_databricks/address → address}/schemas/alias.csv
RENAMED
|
File without changes
|
{inputs_databricks/address → address}/schemas/area_code.csv
RENAMED
|
File without changes
|
{inputs_databricks/address → address}/schemas/avoid.csv
RENAMED
|
File without changes
|
{inputs_databricks/address → address}/schemas/congress.csv
RENAMED
|
File without changes
|
address/schemas/country.csv
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
column_name,column_description
|
| 2 |
+
zip_code,the zip code of the state in the country
|
| 3 |
+
county,the country
|
| 4 |
+
state,the state of the country
|
{inputs_databricks/address → address}/schemas/state.csv
RENAMED
|
File without changes
|
{inputs_databricks/address → address}/schemas/zip_congress.csv
RENAMED
|
File without changes
|
{inputs_snowflake/address → address}/schemas/zip_data.csv
RENAMED
|
@@ -2,7 +2,7 @@ column_name,column_description
|
|
| 2 |
zip_code,the zip code of the postal point
|
| 3 |
city,the city where the postal point locates
|
| 4 |
state,the state of the city
|
| 5 |
-
multi_county,whether the
|
| 6 |
type,the type of the postal point
|
| 7 |
organization,the organization to which the postal point belongs
|
| 8 |
time_zone,the time zone of the postal point location
|
|
@@ -11,7 +11,7 @@ latitude,the latitude of the postal point location
|
|
| 11 |
longitude,the longitude of the postal point location
|
| 12 |
elevation,the elevation of the postal point location
|
| 13 |
state_fips,state-level FIPS code
|
| 14 |
-
county_fips,
|
| 15 |
region,the region where the postal point locates
|
| 16 |
division,the division of the organization
|
| 17 |
population_2020,the population of the residential area in 2020
|
|
|
|
| 2 |
zip_code,the zip code of the postal point
|
| 3 |
city,the city where the postal point locates
|
| 4 |
state,the state of the city
|
| 5 |
+
multi_county,whether the country that the city belongs to is multi_country
|
| 6 |
type,the type of the postal point
|
| 7 |
organization,the organization to which the postal point belongs
|
| 8 |
time_zone,the time zone of the postal point location
|
|
|
|
| 11 |
longitude,the longitude of the postal point location
|
| 12 |
elevation,the elevation of the postal point location
|
| 13 |
state_fips,state-level FIPS code
|
| 14 |
+
county_fips,country-level FIPS code
|
| 15 |
region,the region where the postal point locates
|
| 16 |
division,the division of the organization
|
| 17 |
population_2020,the population of the residential area in 2020
|
{inputs_snowflake/airline → airline}/config.yaml
RENAMED
|
File without changes
|
{inputs_redshift/airline → airline}/data_model.yaml
RENAMED
|
@@ -6,7 +6,7 @@ models:
|
|
| 6 |
description: The airline code.
|
| 7 |
- name: airline_name
|
| 8 |
description: The airline name.
|
| 9 |
-
- name:
|
| 10 |
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
|
| 11 |
- name: num_flights_operate_in_2018
|
| 12 |
description: the number of flights operated by the airline in 2018, replace NULL values with 0.
|
|
|
|
| 6 |
description: The airline code.
|
| 7 |
- name: airline_name
|
| 8 |
description: The airline name.
|
| 9 |
+
- name: flight_number_had_the_lonest_delay_in_departure
|
| 10 |
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
|
| 11 |
- name: num_flights_operate_in_2018
|
| 12 |
description: the number of flights operated by the airline in 2018, replace NULL values with 0.
|
{inputs_databricks/airline → airline}/schemas/Air_Carriers.csv
RENAMED
|
File without changes
|
{inputs_databricks/airline → airline}/schemas/Airlines.csv
RENAMED
|
File without changes
|
{inputs_databricks/airline → airline}/schemas/Airports.csv
RENAMED
|
File without changes
|
{inputs_snowflake/amplitude → amplitude}/config.yaml
RENAMED
|
File without changes
|
{inputs_snowflake/amplitude → amplitude}/data_model.yaml
RENAMED
|
@@ -3,9 +3,9 @@ models:
|
|
| 3 |
description: Each record represents event data, enhanced with event type data and unnested event, group, and user properties.
|
| 4 |
columns:
|
| 5 |
- name: unique_event_id
|
| 6 |
-
description: A surrogate key that uniquely identifies each event, derived from event_id, device_id,
|
| 7 |
- name: unique_session_id
|
| 8 |
-
description: A surrogate key that uniquely identifies each session, derived from user_id and session_id
|
| 9 |
- name: amplitude_user_id
|
| 10 |
description: Unique key for each user, which is user_id by default. If user_id does not exist, use amplitude_id
|
| 11 |
- name: event_id
|
|
@@ -20,23 +20,21 @@ models:
|
|
| 20 |
client_upload_time) 2015-08-10T12:00:00.000000 We use this timestamp to
|
| 21 |
organize events on Amplitude charts. Note: If the difference between
|
| 22 |
server_received_time and client_upload_time is less than 60 seconds, the
|
| 23 |
-
event_time will not be adjusted and will equal the client_event_time
|
| 24 |
-
format: YYYY-MM-DD HH:MM:SS.fff
|
| 25 |
- name: event_day
|
| 26 |
description: Day of event time
|
| 27 |
-
format: YYYY-MM-DD
|
| 28 |
- name: unique_event_type_id
|
| 29 |
-
description: A
|
| 30 |
- name: event_type_id
|
| 31 |
description: Event type ID
|
| 32 |
- name: event_type_name
|
| 33 |
description: Event type name
|
| 34 |
- name: session_id
|
| 35 |
-
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.
|
| 36 |
- name: session_event_number
|
| 37 |
-
description: The number of the event within the session, ordered by time of event
|
| 38 |
- name: user_event_number
|
| 39 |
-
description:
|
| 40 |
- name: group_types
|
| 41 |
description: Group types. "Groups" in the source table, renamed here. See the Accounts documentation for more information.
|
| 42 |
- name: user_id
|
|
@@ -44,10 +42,10 @@ models:
|
|
| 44 |
A readable ID specified by you.
|
| 45 |
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.
|
| 46 |
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.
|
| 47 |
-
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.
|
|
|
|
| 48 |
- name: user_creation_time
|
| 49 |
description: Event_time (UTC) of the user's first event
|
| 50 |
-
format: YYYY-MM-DD HH:MM:SS.fff
|
| 51 |
- name: amplitude_id
|
| 52 |
description: An internal ID used to count unique users.
|
| 53 |
- name: app
|
|
@@ -56,18 +54,14 @@ models:
|
|
| 56 |
description: Project ID
|
| 57 |
- name: client_event_time
|
| 58 |
description: Local timestamp (UTC) of when the device logged the event.
|
| 59 |
-
format: YYYY-MM-DD HH:MM:SS.fff
|
| 60 |
- name: client_upload_time
|
| 61 |
description: The local timestamp (UTC) of when the device uploaded the event.
|
| 62 |
-
format: YYYY-MM-DD HH:MM:SS.fff
|
| 63 |
- name: server_received_time
|
| 64 |
description: Amplitude timestamp (UTC) of when servers received the event
|
| 65 |
-
format: YYYY-MM-DD HH:MM:SS.fff
|
| 66 |
- name: server_upload_time
|
| 67 |
description: Amplitude timestamp (UTC) of when the event data was uploaded to Amplitude servers
|
| 68 |
-
format: YYYY-MM-DD HH:MM:SS.fff
|
| 69 |
- name: country
|
| 70 |
-
description: Country
|
| 71 |
- name: data
|
| 72 |
description: Dictionary where certain fields such as first_event and merged_amplitude_id are stored.
|
| 73 |
- name: device_id
|
|
@@ -82,28 +76,24 @@ models:
|
|
| 82 |
description: The count of events in a session
|
| 83 |
- name: session_started_at
|
| 84 |
description: The time of the first event in a session
|
| 85 |
-
format: YYYY-MM-DD HH:MM:SS.fff
|
| 86 |
- name: session_ended_at
|
| 87 |
description: The time of the last event in a session
|
| 88 |
-
format: YYYY-MM-DD HH:MM:SS.fff
|
| 89 |
- name: user_session_number
|
| 90 |
-
description: A sequential identifier for each session initiated by a user,
|
| 91 |
- name: session_started_at_day
|
| 92 |
description: The date on which a session started.
|
| 93 |
-
format: YYYY-MM-DD
|
| 94 |
- name: session_ended_at_day
|
| 95 |
description: The date on which a session ended.
|
| 96 |
-
format: YYYY-MM-DD
|
| 97 |
- name: session_length_in_minutes
|
| 98 |
description: The length of the session, in minutes
|
| 99 |
- name: is_first_user_session
|
| 100 |
-
description: Boolean of whether or not a session is the user's first session
|
| 101 |
|
| 102 |
- name: amplitude__sessions
|
| 103 |
description: Each record represents a distinct session with aggregated metrics for that session.
|
| 104 |
columns:
|
| 105 |
- name: unique_session_id
|
| 106 |
-
description: A surrogate key that uniquely identifies each session, derived from user_id and session_id
|
| 107 |
- name: user_id
|
| 108 |
description: >
|
| 109 |
A readable ID specified by you.
|
|
@@ -115,22 +105,18 @@ models:
|
|
| 115 |
description: The count of events in a session
|
| 116 |
- name: session_started_at
|
| 117 |
description: The time of the first event in a session
|
| 118 |
-
format: YYYY-MM-DD HH:MM:SS.fff
|
| 119 |
- name: session_ended_at
|
| 120 |
description: The time of the last event in a session
|
| 121 |
-
format: YYYY-MM-DD HH:MM:SS.fff
|
| 122 |
- name: session_length_in_minutes
|
| 123 |
description: The length of the session, in minutes
|
| 124 |
- name: session_started_at_day
|
| 125 |
description: The day the session started
|
| 126 |
-
format: YYYY-MM-DD
|
| 127 |
- name: session_ended_at_day
|
| 128 |
description: The day the session ended
|
| 129 |
-
format: YYYY-MM-DD
|
| 130 |
- name: user_session_number
|
| 131 |
-
description:
|
| 132 |
- name: is_first_user_session
|
| 133 |
-
description: Boolean of whether or not a session is the user's first session
|
| 134 |
|
| 135 |
- name: amplitude__user_enhanced
|
| 136 |
description: Each record represents a distinct user with aggregated metrics for that user.
|
|
@@ -139,13 +125,10 @@ models:
|
|
| 139 |
description: Unique key for each user, which is user_id by default. If user_id does not exist, use amplitude_id
|
| 140 |
- name: user_created_at
|
| 141 |
description: Event_time (UTC) of the user's first event
|
| 142 |
-
format: YYYY-MM-DD HH:MM:SS.fff
|
| 143 |
- name: first_session_at
|
| 144 |
description: Timestamp of user's first recorded activity
|
| 145 |
-
format: YYYY-MM-DD HH:MM:SS.fff
|
| 146 |
- name: last_session_at
|
| 147 |
description: Timestamp of user's most recent activity
|
| 148 |
-
format: YYYY-MM-DD HH:MM:SS.fff
|
| 149 |
- name: total_events_per_user
|
| 150 |
description: The total number of events for a certain user
|
| 151 |
- name: total_sessions_per_user
|
|
|
|
| 3 |
description: Each record represents event data, enhanced with event type data and unnested event, group, and user properties.
|
| 4 |
columns:
|
| 5 |
- name: unique_event_id
|
| 6 |
+
description: A surrogate key that uniquely identifies each event, derived from event_id, device_id, and client_event_time.
|
| 7 |
- name: unique_session_id
|
| 8 |
+
description: A surrogate key that uniquely identifies each session, derived from user_id and session_id
|
| 9 |
- name: amplitude_user_id
|
| 10 |
description: Unique key for each user, which is user_id by default. If user_id does not exist, use amplitude_id
|
| 11 |
- name: event_id
|
|
|
|
| 20 |
client_upload_time) 2015-08-10T12:00:00.000000 We use this timestamp to
|
| 21 |
organize events on Amplitude charts. Note: If the difference between
|
| 22 |
server_received_time and client_upload_time is less than 60 seconds, the
|
| 23 |
+
event_time will not be adjusted and will equal the client_event_time
|
|
|
|
| 24 |
- name: event_day
|
| 25 |
description: Day of event time
|
|
|
|
| 26 |
- name: unique_event_type_id
|
| 27 |
+
description: A unique identifier for each event type.
|
| 28 |
- name: event_type_id
|
| 29 |
description: Event type ID
|
| 30 |
- name: event_type_name
|
| 31 |
description: Event type name
|
| 32 |
- name: session_id
|
| 33 |
+
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.
|
| 34 |
- name: session_event_number
|
| 35 |
+
description: The number of the event within the session, ordered by time of event.
|
| 36 |
- name: user_event_number
|
| 37 |
+
description: A sequential count of events triggered by a user, indicating the order of events within a user’s activity.
|
| 38 |
- name: group_types
|
| 39 |
description: Group types. "Groups" in the source table, renamed here. See the Accounts documentation for more information.
|
| 40 |
- name: user_id
|
|
|
|
| 42 |
A readable ID specified by you.
|
| 43 |
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.
|
| 44 |
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.
|
| 45 |
+
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.
|
| 46 |
+
Once set, user IDs in Amplitude cannot be changed.Once set, user IDs in Amplitude cannot be changed.
|
| 47 |
- name: user_creation_time
|
| 48 |
description: Event_time (UTC) of the user's first event
|
|
|
|
| 49 |
- name: amplitude_id
|
| 50 |
description: An internal ID used to count unique users.
|
| 51 |
- name: app
|
|
|
|
| 54 |
description: Project ID
|
| 55 |
- name: client_event_time
|
| 56 |
description: Local timestamp (UTC) of when the device logged the event.
|
|
|
|
| 57 |
- name: client_upload_time
|
| 58 |
description: The local timestamp (UTC) of when the device uploaded the event.
|
|
|
|
| 59 |
- name: server_received_time
|
| 60 |
description: Amplitude timestamp (UTC) of when servers received the event
|
|
|
|
| 61 |
- name: server_upload_time
|
| 62 |
description: Amplitude timestamp (UTC) of when the event data was uploaded to Amplitude servers
|
|
|
|
| 63 |
- name: country
|
| 64 |
+
description: Country
|
| 65 |
- name: data
|
| 66 |
description: Dictionary where certain fields such as first_event and merged_amplitude_id are stored.
|
| 67 |
- name: device_id
|
|
|
|
| 76 |
description: The count of events in a session
|
| 77 |
- name: session_started_at
|
| 78 |
description: The time of the first event in a session
|
|
|
|
| 79 |
- name: session_ended_at
|
| 80 |
description: The time of the last event in a session
|
|
|
|
| 81 |
- name: user_session_number
|
| 82 |
+
description: A sequential identifier for each session initiated by a user, helping to track users across sessions.
|
| 83 |
- name: session_started_at_day
|
| 84 |
description: The date on which a session started.
|
|
|
|
| 85 |
- name: session_ended_at_day
|
| 86 |
description: The date on which a session ended.
|
|
|
|
| 87 |
- name: session_length_in_minutes
|
| 88 |
description: The length of the session, in minutes
|
| 89 |
- name: is_first_user_session
|
| 90 |
+
description: Boolean of whether or not a session is the user's first session
|
| 91 |
|
| 92 |
- name: amplitude__sessions
|
| 93 |
description: Each record represents a distinct session with aggregated metrics for that session.
|
| 94 |
columns:
|
| 95 |
- name: unique_session_id
|
| 96 |
+
description: A surrogate key that uniquely identifies each session, derived from user_id and session_id
|
| 97 |
- name: user_id
|
| 98 |
description: >
|
| 99 |
A readable ID specified by you.
|
|
|
|
| 105 |
description: The count of events in a session
|
| 106 |
- name: session_started_at
|
| 107 |
description: The time of the first event in a session
|
|
|
|
| 108 |
- name: session_ended_at
|
| 109 |
description: The time of the last event in a session
|
|
|
|
| 110 |
- name: session_length_in_minutes
|
| 111 |
description: The length of the session, in minutes
|
| 112 |
- name: session_started_at_day
|
| 113 |
description: The day the session started
|
|
|
|
| 114 |
- name: session_ended_at_day
|
| 115 |
description: The day the session ended
|
|
|
|
| 116 |
- name: user_session_number
|
| 117 |
+
description: The number of the session, within a user's lifetime
|
| 118 |
- name: is_first_user_session
|
| 119 |
+
description: Boolean of whether or not a session is the user's first session
|
| 120 |
|
| 121 |
- name: amplitude__user_enhanced
|
| 122 |
description: Each record represents a distinct user with aggregated metrics for that user.
|
|
|
|
| 125 |
description: Unique key for each user, which is user_id by default. If user_id does not exist, use amplitude_id
|
| 126 |
- name: user_created_at
|
| 127 |
description: Event_time (UTC) of the user's first event
|
|
|
|
| 128 |
- name: first_session_at
|
| 129 |
description: Timestamp of user's first recorded activity
|
|
|
|
| 130 |
- name: last_session_at
|
| 131 |
description: Timestamp of user's most recent activity
|
|
|
|
| 132 |
- name: total_events_per_user
|
| 133 |
description: The total number of events for a certain user
|
| 134 |
- name: total_sessions_per_user
|
{inputs_databricks/amplitude → amplitude}/schemas/event.csv
RENAMED
|
File without changes
|
{inputs_databricks/amplitude → amplitude}/schemas/event_type.csv
RENAMED
|
File without changes
|
{inputs_snowflake/app_store → app_store}/config.yaml
RENAMED
|
File without changes
|
{inputs_snowflake/app_store → app_store}/data_model.yaml
RENAMED
|
@@ -11,7 +11,7 @@ models:
|
|
| 11 |
- name: num_nan_or_null_comment_reviews
|
| 12 |
description: the number of reviews the app recieved whose comment is 'nan' or null, replace NULL values with 0.
|
| 13 |
- name: per_ratio_between_positive_and_negative_setiments
|
| 14 |
-
description: The percentage ratio between
|
| 15 |
- name: num_reviews_with_neutral_attitude
|
| 16 |
description: The number of reviews with a neutral attitude for the app, replace NULL values with 0.
|
| 17 |
|
|
|
|
| 11 |
- name: num_nan_or_null_comment_reviews
|
| 12 |
description: the number of reviews the app recieved whose comment is 'nan' or null, replace NULL values with 0.
|
| 13 |
- name: per_ratio_between_positive_and_negative_setiments
|
| 14 |
+
description: The percentage ratio between positive and negative sentiments for the app
|
| 15 |
- name: num_reviews_with_neutral_attitude
|
| 16 |
description: The number of reviews with a neutral attitude for the app, replace NULL values with 0.
|
| 17 |
|
{inputs_databricks/app_store → app_store}/schemas/playstore.csv
RENAMED
|
File without changes
|
{inputs_databricks/app_store → app_store}/schemas/user_reviews.csv
RENAMED
|
File without changes
|
{inputs_snowflake/apple_store → apple_store}/config.yaml
RENAMED
|
File without changes
|
{inputs_databricks/apple_store → apple_store}/data_model.yaml
RENAMED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
models:
|
| 2 |
- name: apple_store__device_report
|
| 3 |
-
description: Each record represents daily subscription metrics by app_id, source_type and device
|
| 4 |
columns:
|
| 5 |
- name: date_day
|
| 6 |
description: The date of the report and respective recorded metric(s); follows the format YYYY-MM-DD.
|
|
@@ -29,18 +29,18 @@ models:
|
|
| 29 |
- name: total_downloads
|
| 30 |
description: Total Downloads is the sum of Redownloads and First Time Downloads.
|
| 31 |
- name: active_devices
|
| 32 |
-
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.
|
| 33 |
- name: active_devices_last_30_days
|
| 34 |
-
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.
|
| 35 |
- name: deletions
|
| 36 |
-
description:
|
| 37 |
- name: installations
|
| 38 |
-
description:
|
| 39 |
- name: sessions
|
| 40 |
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.
|
| 41 |
|
| 42 |
- name: apple_store__source_type_report
|
| 43 |
-
description: Each record represents daily metrics by app_id and source_type
|
| 44 |
columns:
|
| 45 |
- name: date_day
|
| 46 |
description: The date of the report and respective recorded metric(s); follows the format YYYY-MM-DD.
|
|
@@ -61,16 +61,16 @@ models:
|
|
| 61 |
- name: total_downloads
|
| 62 |
description: Total Downloads is the sum of Redownloads and First Time Downloads.
|
| 63 |
- name: active_devices
|
| 64 |
-
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.
|
| 65 |
- name: deletions
|
| 66 |
-
description:
|
| 67 |
- name: installations
|
| 68 |
-
description:
|
| 69 |
- name: sessions
|
| 70 |
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.
|
| 71 |
|
| 72 |
- name: apple_store__overview_report
|
| 73 |
-
description: Each record represents daily metrics for each app_id
|
| 74 |
columns:
|
| 75 |
- name: date_day
|
| 76 |
description: The date of the report and respective recorded metric(s); follows the format YYYY-MM-DD.
|
|
@@ -91,16 +91,16 @@ models:
|
|
| 91 |
- name: total_downloads
|
| 92 |
description: Total Downloads is the sum of Redownloads and First Time Downloads.
|
| 93 |
- name: active_devices
|
| 94 |
-
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.
|
| 95 |
- name: deletions
|
| 96 |
-
description:
|
| 97 |
- name: installations
|
| 98 |
-
description:
|
| 99 |
- name: sessions
|
| 100 |
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.
|
| 101 |
|
| 102 |
- name: apple_store__platform_version_report
|
| 103 |
-
description: Each record represents daily metrics for each by app_id, source_type and platform version
|
| 104 |
columns:
|
| 105 |
- name: date_day
|
| 106 |
description: The date of the report and respective recorded metric(s); follows the format YYYY-MM-DD.
|
|
@@ -129,19 +129,19 @@ models:
|
|
| 129 |
- name: total_downloads
|
| 130 |
description: Total Downloads is the sum of Redownloads and First Time Downloads.
|
| 131 |
- name: active_devices
|
| 132 |
-
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.
|
| 133 |
- name: active_devices_last_30_days
|
| 134 |
-
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.
|
| 135 |
- name: deletions
|
| 136 |
-
description:
|
| 137 |
- name: installations
|
| 138 |
-
description:
|
| 139 |
- name: sessions
|
| 140 |
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.
|
| 141 |
|
| 142 |
|
| 143 |
- name: apple_store__app_version_report
|
| 144 |
-
description: Each record represents daily metrics for each by app_id, source_type and app version
|
| 145 |
columns:
|
| 146 |
- name: date_day
|
| 147 |
description: The date of the report and respective recorded metric(s); follows the format YYYY-MM-DD.
|
|
@@ -156,12 +156,12 @@ models:
|
|
| 156 |
- name: crashes
|
| 157 |
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.
|
| 158 |
- name: active_devices
|
| 159 |
-
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.
|
| 160 |
- name: active_devices_last_30_days
|
| 161 |
-
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.
|
| 162 |
- name: deletions
|
| 163 |
-
description:
|
| 164 |
- name: installations
|
| 165 |
-
description:
|
| 166 |
- name: sessions
|
| 167 |
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.
|
|
|
|
| 1 |
models:
|
| 2 |
- name: apple_store__device_report
|
| 3 |
+
description: Each record represents daily subscription metrics by app_id, source_type and device
|
| 4 |
columns:
|
| 5 |
- name: date_day
|
| 6 |
description: The date of the report and respective recorded metric(s); follows the format YYYY-MM-DD.
|
|
|
|
| 29 |
- name: total_downloads
|
| 30 |
description: Total Downloads is the sum of Redownloads and First Time Downloads.
|
| 31 |
- name: active_devices
|
| 32 |
+
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.
|
| 33 |
- name: active_devices_last_30_days
|
| 34 |
+
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.
|
| 35 |
- name: deletions
|
| 36 |
+
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.
|
| 37 |
- name: installations
|
| 38 |
+
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.
|
| 39 |
- name: sessions
|
| 40 |
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.
|
| 41 |
|
| 42 |
- name: apple_store__source_type_report
|
| 43 |
+
description: Each record represents daily metrics by app_id and source_type
|
| 44 |
columns:
|
| 45 |
- name: date_day
|
| 46 |
description: The date of the report and respective recorded metric(s); follows the format YYYY-MM-DD.
|
|
|
|
| 61 |
- name: total_downloads
|
| 62 |
description: Total Downloads is the sum of Redownloads and First Time Downloads.
|
| 63 |
- name: active_devices
|
| 64 |
+
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.
|
| 65 |
- name: deletions
|
| 66 |
+
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.
|
| 67 |
- name: installations
|
| 68 |
+
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.
|
| 69 |
- name: sessions
|
| 70 |
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.
|
| 71 |
|
| 72 |
- name: apple_store__overview_report
|
| 73 |
+
description: Each record represents daily metrics for each app_id
|
| 74 |
columns:
|
| 75 |
- name: date_day
|
| 76 |
description: The date of the report and respective recorded metric(s); follows the format YYYY-MM-DD.
|
|
|
|
| 91 |
- name: total_downloads
|
| 92 |
description: Total Downloads is the sum of Redownloads and First Time Downloads.
|
| 93 |
- name: active_devices
|
| 94 |
+
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.
|
| 95 |
- name: deletions
|
| 96 |
+
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.
|
| 97 |
- name: installations
|
| 98 |
+
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.
|
| 99 |
- name: sessions
|
| 100 |
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.
|
| 101 |
|
| 102 |
- name: apple_store__platform_version_report
|
| 103 |
+
description: Each record represents daily metrics for each by app_id, source_type and platform version
|
| 104 |
columns:
|
| 105 |
- name: date_day
|
| 106 |
description: The date of the report and respective recorded metric(s); follows the format YYYY-MM-DD.
|
|
|
|
| 129 |
- name: total_downloads
|
| 130 |
description: Total Downloads is the sum of Redownloads and First Time Downloads.
|
| 131 |
- name: active_devices
|
| 132 |
+
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.
|
| 133 |
- name: active_devices_last_30_days
|
| 134 |
+
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.
|
| 135 |
- name: deletions
|
| 136 |
+
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.
|
| 137 |
- name: installations
|
| 138 |
+
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.
|
| 139 |
- name: sessions
|
| 140 |
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.
|
| 141 |
|
| 142 |
|
| 143 |
- name: apple_store__app_version_report
|
| 144 |
+
description: Each record represents daily metrics for each by app_id, source_type and app version
|
| 145 |
columns:
|
| 146 |
- name: date_day
|
| 147 |
description: The date of the report and respective recorded metric(s); follows the format YYYY-MM-DD.
|
|
|
|
| 156 |
- name: crashes
|
| 157 |
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.
|
| 158 |
- name: active_devices
|
| 159 |
+
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.
|
| 160 |
- name: active_devices_last_30_days
|
| 161 |
+
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.
|
| 162 |
- name: deletions
|
| 163 |
+
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.
|
| 164 |
- name: installations
|
| 165 |
+
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.
|
| 166 |
- name: sessions
|
| 167 |
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.
|
{inputs_databricks/apple_store → apple_store}/schemas/app.csv
RENAMED
|
File without changes
|
{inputs_databricks/apple_store → apple_store}/schemas/app_store_device.csv
RENAMED
|
File without changes
|
{inputs_databricks/apple_store → apple_store}/schemas/app_store_platform_version.csv
RENAMED
|
File without changes
|
{inputs_databricks/apple_store → apple_store}/schemas/app_store_territory.csv
RENAMED
|
File without changes
|
{inputs_databricks/apple_store → apple_store}/schemas/crashes_app_version.csv
RENAMED
|
File without changes
|
{inputs_databricks/apple_store → apple_store}/schemas/crashes_platform_version.csv
RENAMED
|
File without changes
|
{inputs_databricks/apple_store → apple_store}/schemas/downloads_device.csv
RENAMED
|
File without changes
|
{inputs_databricks/apple_store → apple_store}/schemas/downloads_platform_version.csv
RENAMED
|
File without changes
|
{inputs_databricks/apple_store → apple_store}/schemas/downloads_territory.csv
RENAMED
|
File without changes
|
{inputs_databricks/apple_store → apple_store}/schemas/sales_account.csv
RENAMED
|
File without changes
|
{inputs_databricks/apple_store → apple_store}/schemas/sales_subscription_events.csv
RENAMED
|
File without changes
|
{inputs_databricks/apple_store → apple_store}/schemas/sales_subscription_summary.csv
RENAMED
|
File without changes
|
{inputs_databricks/apple_store → apple_store}/schemas/usage_app_version.csv
RENAMED
|
File without changes
|
{inputs_databricks/apple_store → apple_store}/schemas/usage_device.csv
RENAMED
|
File without changes
|
{inputs_databricks/apple_store → apple_store}/schemas/usage_platform_version.csv
RENAMED
|
File without changes
|
{inputs_databricks/apple_store → apple_store}/schemas/usage_territory.csv
RENAMED
|
File without changes
|
{inputs_snowflake/asana → asana}/config.yaml
RENAMED
|
File without changes
|
{inputs_snowflake/asana → asana}/data_model.yaml
RENAMED
|
@@ -10,16 +10,12 @@ models:
|
|
| 10 |
description: Boolean that is true if the task is currently marked complete.
|
| 11 |
- name: completed_at
|
| 12 |
description: Timestamp of when the task was marked complete.
|
| 13 |
-
format: YYYY-MM-DD HH:MM:SS.fff
|
| 14 |
- name: created_at
|
| 15 |
description: Timestamp of when the task was created
|
| 16 |
-
format: YYYY-MM-DD HH:MM:SS.fff
|
| 17 |
- name: due_date
|
| 18 |
description: Date the task is due, if provided.
|
| 19 |
-
format: YYYY-MM-DD
|
| 20 |
- name: task_modified_at
|
| 21 |
description: Timestamp of when the task was last modified
|
| 22 |
-
format: YYYY-MM-DD HH:MM:SS.fff
|
| 23 |
- name: task_description
|
| 24 |
description: Free-form text describing the task, as seen in the UI.
|
| 25 |
- name: workspace_id
|
|
@@ -82,15 +78,12 @@ models:
|
|
| 82 |
description: Boolean representing if the project has been archived in the UI
|
| 83 |
- name: created_at
|
| 84 |
description: Timestamp of when the project was created
|
| 85 |
-
format: YYYY-MM-DD H[H]:MM:SS
|
| 86 |
- name: current_status
|
| 87 |
description: The most recent progress status update for the project (free-form string)
|
| 88 |
- name: due_date
|
| 89 |
description: The date the project is due on, if given
|
| 90 |
-
format: YYYY-MM-DD H[H]:MM:SS
|
| 91 |
- name: last_modified_at
|
| 92 |
description: Timestamp of when the project was last modified (doesn't include comments or tasks)
|
| 93 |
-
format: YYYY-MM-DD H[H]:MM:SS
|
| 94 |
- name: owner_user_id
|
| 95 |
description: Foreign key referencing the USER who owns the project.
|
| 96 |
- name: number_of_users_involved
|
|
@@ -115,7 +108,7 @@ models:
|
|
| 115 |
- name: number_of_active_projects
|
| 116 |
description: Count of non-archived projects
|
| 117 |
- name: active_projects
|
| 118 |
-
description:
|
| 119 |
- name: number_of_archived_projects
|
| 120 |
description: Count of archived projects
|
| 121 |
|
|
@@ -128,9 +121,8 @@ models:
|
|
| 128 |
description: UI-facing name of the tag
|
| 129 |
- name: created_at
|
| 130 |
description: Timestamp of when the tag was created
|
| 131 |
-
format: YYYY-MM-DD H[H]:MM:SS
|
| 132 |
- name: number_of_open_tasks
|
| 133 |
-
description: Count of the currently open tasks with this tag.
|
| 134 |
- name: number_of_assigned_open_tasks
|
| 135 |
description: Count of the open and assigned tasks with this tag. Set to 0 if NULL.
|
| 136 |
- name: number_of_tasks_completed
|
|
|
|
| 10 |
description: Boolean that is true if the task is currently marked complete.
|
| 11 |
- name: completed_at
|
| 12 |
description: Timestamp of when the task was marked complete.
|
|
|
|
| 13 |
- name: created_at
|
| 14 |
description: Timestamp of when the task was created
|
|
|
|
| 15 |
- name: due_date
|
| 16 |
description: Date the task is due, if provided.
|
|
|
|
| 17 |
- name: task_modified_at
|
| 18 |
description: Timestamp of when the task was last modified
|
|
|
|
| 19 |
- name: task_description
|
| 20 |
description: Free-form text describing the task, as seen in the UI.
|
| 21 |
- name: workspace_id
|
|
|
|
| 78 |
description: Boolean representing if the project has been archived in the UI
|
| 79 |
- name: created_at
|
| 80 |
description: Timestamp of when the project was created
|
|
|
|
| 81 |
- name: current_status
|
| 82 |
description: The most recent progress status update for the project (free-form string)
|
| 83 |
- name: due_date
|
| 84 |
description: The date the project is due on, if given
|
|
|
|
| 85 |
- name: last_modified_at
|
| 86 |
description: Timestamp of when the project was last modified (doesn't include comments or tasks)
|
|
|
|
| 87 |
- name: owner_user_id
|
| 88 |
description: Foreign key referencing the USER who owns the project.
|
| 89 |
- name: number_of_users_involved
|
|
|
|
| 108 |
- name: number_of_active_projects
|
| 109 |
description: Count of non-archived projects
|
| 110 |
- name: active_projects
|
| 111 |
+
description: Aggregated list of non archived projects associated with the team
|
| 112 |
- name: number_of_archived_projects
|
| 113 |
description: Count of archived projects
|
| 114 |
|
|
|
|
| 121 |
description: UI-facing name of the tag
|
| 122 |
- name: created_at
|
| 123 |
description: Timestamp of when the tag was created
|
|
|
|
| 124 |
- name: number_of_open_tasks
|
| 125 |
+
description: Count of the currently open tasks with this tag.
|
| 126 |
- name: number_of_assigned_open_tasks
|
| 127 |
description: Count of the open and assigned tasks with this tag. Set to 0 if NULL.
|
| 128 |
- name: number_of_tasks_completed
|
{inputs_databricks/asana → asana}/schemas/project.csv
RENAMED
|
File without changes
|
{inputs_databricks/asana → asana}/schemas/project_task.csv
RENAMED
|
File without changes
|
{inputs_databricks/asana → asana}/schemas/section.csv
RENAMED
|
File without changes
|
{inputs_databricks/asana → asana}/schemas/story.csv
RENAMED
|
File without changes
|