-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #52 from gabledata/pyspark_cicd_contract
Publish PySpark contract
- Loading branch information
Showing
1 changed file
with
44 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
id: dbc5b4b8-3e0f-4b8a-94d0-601a7033d16c | ||
dataAssetResourceName: pyspark://git@github.com:gabledata/tutorial:/home/runner/work/tutorial/tutorial/pyspark:job.py:pnw_bookings_30_days | ||
doc: "Bookings in the Pacific Northwest over the last 30 days." | ||
name: pnw_bookings_30_days | ||
namespace: "bookings" | ||
owner: "engineers@gable.ai" | ||
schema: | ||
- name: booking_date | ||
type: string | ||
logical: org.iso.8601.DateTime | ||
doc: "Date of the booking" | ||
- name: commission_rate | ||
type: float | ||
bits: 64 | ||
doc: "Commission rate for the booking" | ||
- name: payment_type | ||
type: string | ||
doc: "Payment type for the booking" | ||
- name: reward_id | ||
type: int | ||
bits: 64 | ||
doc: "Reward ID for the booking" | ||
- name: city_id | ||
type: string | ||
doc: "City ID for the booking" | ||
- name: city_name | ||
type: string | ||
doc: "City name for the booking" | ||
- name: city_code | ||
type: string | ||
doc: "City code for the booking" | ||
- name: country_id | ||
type: string | ||
doc: "Country ID for the booking" | ||
- name: region | ||
type: string | ||
doc: "Region for the booking" | ||
- name: created_at | ||
type: string | ||
logical: org.iso.8601.DateTime | ||
doc: "Creation date of the booking in our system" | ||
- name: enable_tip | ||
type: bool | ||
doc: "Whether tip is enabled for the booking" |