-
Updated
Dec 6, 2020 - Python
connectors
Here are 28 public repositories matching this topic...
-
Updated
Sep 3, 2020 - Go
MongoDb Benchmark
Create a MongoDB benmchmark and compare it with other existing integrations.
I am working with an Odata API interface which presents timestamp values such as lastModified in a format similar to `//Date(1530144000000+0530)/. Would it be possible to get such date formats supported. If this is something that could be supported I'd be happy to contribute this sort of functionality, a steer in the right direction would certainly be appreciated.
-
Updated
Jun 9, 2017 - OpenSCAD
The CONTRIBUTING.md file was written by briandk.
I believe that both the tone (using the first person in some places) and the links (e.g. line 23) should be adapted to our specific project.
-
Updated
Dec 11, 2020 - Python
-
Updated
Nov 3, 2020 - Java
-
Updated
Jun 13, 2017 - Java
-
Updated
Dec 7, 2020 - Java
-
Updated
Jun 21, 2019 - JavaScript
-
Updated
Nov 12, 2020 - Java
-
Updated
Sep 8, 2020 - C++
-
Updated
Nov 8, 2018 - JavaScript
-
Updated
Nov 20, 2020 - Java
-
Updated
Dec 13, 2017 - Java
-
Updated
Jun 26, 2020
-
Updated
Aug 11, 2017 - Ruby
-
Updated
Feb 12, 2020 - JavaScript
-
Updated
Nov 7, 2020 - JavaScript
-
Updated
Dec 3, 2019
-
Updated
Dec 8, 2020 - PHP
-
Updated
Nov 27, 2019 - Makefile
-
Updated
Aug 12, 2020 - PHP
-
Updated
Mar 1, 2018
Improve this page
Add a description, image, and links to the connectors topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the connectors topic, visit your repo's landing page and select "manage topics."
Tell us about the problem you're trying to solve
When specifying a Dataset_id, the Google UI often includes the project_id in its naming like this:
project_id:dataset_idDescribe the solution you’d like
In the BigQuery destination code, we could accept both syntax:
So it's smoother for the end user whether project_id is specified or not?