Skip to content

Commit

Permalink
removed senstive info from md file (#297)
Browse files Browse the repository at this point in the history
Co-authored-by: Anjanaa <[email protected]>
  • Loading branch information
AnjanaaRavi and Anjanaa authored Dec 18, 2024
1 parent 29d9024 commit 0bc3b05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/gimel-connectors/restapi.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ urlData.collect.foreach(println)

// Override all properties and just set the complete-URL directly

spark.conf.set("gimel.restapi.url","https://www.googleapis.com/youtube/v3/activities/?maxResults=10&channelId=UC_x5XG1OV2P6uZZ5FSM9Ttw&part=snippet%2CcontentDetails&key=AIzaSyBeYqw8TdtDjwnoXQBfxyokhUmyyxGExY0")
spark.conf.set("gimel.restapi.url","https://www.googleapis.com/youtube/v3/activities/?maxResults=10&channelId=UC_x5XG1OV2P6uZZ5FSM9Ttw&part=snippet%2CcontentDetails&key=YOUR_KEY")
val urlData = dataset.read("youtube", props)
urlData.collect.foreach(println)
```
Expand Down

0 comments on commit 0bc3b05

Please sign in to comment.