Skip to content

Improve the flight Graph schema #16

@denironyx

Description

@denironyx

We want to review flight schema.. I think we should include data source and change type -> source

fn,
    type='Flight',
    year=int(r['year']),
    month=int(r['month']),
    day=int(r['day']),
    carrier=r['carrier'],
    flight_number=r['flight'],
    tail_number=r.get('tail_number', None),
    origin=r['origin'],
    dest=r['dest'],
    cancelled=bool(r['cancelled']),
    delayed=bool(r['delayed'])

Metadata

Metadata

Assignees

No one assigned

    Labels

    help wantedExtra attention is needed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions