greatexpectationslabs / cooper-pair

Cooper Pair is a Python library to simplify programmatic access to the Allotrope GraphQL API.
Apache License 2.0
0 stars 0 forks source link

`add_dataset_from_file` shouldn't ask for `created_by_id` #3

Open abegong opened 6 years ago

abegong commented 6 years ago

In an auth-based world, created_by_id should be populated on the server side.

abegong commented 6 years ago

Related: add_dataset_from_file currently asks for a project_id. Is this right?