Skip to content

Instantly share code, notes, and snippets.

View oatsandsugar's full-sized avatar

Johanan Ottensooser oatsandsugar

  • Fiveonefour
  • Portland, OR
  • 08:02 (UTC -07:00)
View GitHub Profile
{'id': '0a275942-a069-48bd-9f70-07168334a149',
'name': 'US Telemetry classification pipeline',
'streams': [{'id': '35214455-ef86-48c6-8943-c1991ce34933',
'isReady': True,
'stream': {'source': {'type': 'GCS',
'id': '4d034c34-4976-423e-b93a-379ec8645873',
'bucket': 'dtl-handset-telemetry',
'fileName': 'us_340M.csv',
'format': 'Csv',
'params': {}},
#!/bin/bash
# Define the project directory
PROJECT_DIR="."
# Define directories to clean
DIRS=(
"$PROJECT_DIR/.aurora/"
"$PROJECT_DIR/app/datamodels/"
"$PROJECT_DIR/app/functions/"