rapids/src/data/streams/fitbitjson_mysql/format.yaml

10 lines
366 B
YAML
Raw Normal View History

2021-03-09 17:20:21 +01:00
FITBIT_STEPS_SUMMARY:
COLUMN_MAPPINGS:
TIMESTAMP: FLAG_TO_MUTATE
DEVICE_ID: device_id
LOCAL_DATE_TIME: FLAG_TO_MUTATE
STEPS: FLAG_TO_MUTATE
FLAG_AS_EXTRA: fitbit_data # text column with JSON objects
MUTATION_SCRIPTS: # List any python or r scripts that mutate your raw data
- src/data/streams/mutations/fitbit/parse_steps_summary_json.py