Skip to content
View lauralorenz's full-sized avatar
Block or Report

Block or report lauralorenz

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. industrydive/fileflow industrydive/fileflow Public

    Airflow plugin to transfer arbitrary files between operators

    Python 78 21

  2. Pydata Denver basic ETL flow Pydata Denver basic ETL flow
    1
    import requests
    2
    import json
    3
    from collections import namedtuple
    4
    from contextlib import closing
    5
    import sqlite3
  3. Project Earth Livestream Code Samples Project Earth Livestream Code Samples
    1
    from random import randint
    2
    from time import sleep
    3
    
                  
    4
    import prefect
    5
    from prefect import Task, task