Skip to content

Commit

Permalink
fix: add dataset id in function call (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
HemangChothani authored Sep 11, 2020
1 parent fcff2c1 commit a5e8979
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def main():
parser.add_argument("--authorization_code", type=str, default="")
args = parser.parse_args()

sample_create_transfer_config(args.project_id, args.authorization_code)
sample_create_transfer_config(args.project_id, args.dataset_id, args.authorization_code)


if __name__ == "__main__":
Expand Down

0 comments on commit a5e8979

Please sign in to comment.