You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/reference/databases/github.rst
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ Create Connection
34
34
Supported Tables
35
35
----------------
36
36
37
-
* ``stargazers``: Lists the people that have starred the repository. Check `table_column_info.py<https://github.com/georgia-tech-db/evadb/blob/staging/evadb/third_party/databases/github/table_column_info.py>`_ for all the available columns in the table.
37
+
* ``stargazers``: Lists the people that have starred the repository. Check `table_column_info.py<https://github.com/georgia-tech-db/evadb/blob/staging/evadb/third_party/databases/github/table_column_info.py>`_ for all the available columns in the table.
38
38
39
39
.. code-block:: sql
40
40
@@ -54,4 +54,4 @@ Here is the query output:
54
54
55
55
.. note::
56
56
57
-
Looking for another table from Github? You can add a table mapping in `github_handler.py<https://github.com/georgia-tech-db/evadb/blob/staging/evadb/third_party/databases/github/github_handler.py>`_, or simply raise a `Feature Request <https://github.com/georgia-tech-db/evadb/issues/new/choose>`_.
57
+
Looking for another table from Github? You can add a table mapping in `github_handler.py<https://github.com/georgia-tech-db/evadb/blob/staging/evadb/third_party/databases/github/github_handler.py>`_, or simply raise a `Feature Request <https://github.com/georgia-tech-db/evadb/issues/new/choose>`_.
0 commit comments