File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -81,6 +81,8 @@ WARNING: This method implements the ADQL BOX function that is deprecated in the
81
81
82
82
It is possible to choose which data release to query, by default the Gaia DR3 catalogue is used. For example::
83
83
84
+ .. doctest-remote-data ::
85
+
84
86
>>> from astroquery.gaia import Gaia
85
87
>>> Gaia.MAIN_GAIA_TABLE = " gaiadr2.gaia_source" # Select Data Release 2
86
88
>>> Gaia.MAIN_GAIA_TABLE = " gaiadr3.gaia_source" # Reselect Data Release 3, default
@@ -641,7 +643,7 @@ table named: user_<your_login_name>.'t'<job_id>::
641
643
>>> from astroquery.gaia import Gaia
642
644
>>> Gaia.login()
643
645
>>> j1 = Gaia.launch_job_async("select top 10 * from gaiadr3.gaia_source")
644
- >>> Gaia.upload_table_from_job(job = j1)
646
+ >>> Gaia.upload_table_from_job(job= j1)
645
647
Created table 't1539932994481O' from job: '1539932994481O'.
646
648
647
649
Now, you can query your table as follows (a full qualified table name must be provided,
You can’t perform that action at this time.
0 commit comments