mirror of
https://github.com/apache/superset.git
synced 2026-05-07 08:54:23 +00:00
Fixing missing image
This commit is contained in:
@@ -125,11 +125,11 @@ query. First go to the database menu</p>
|
||||
<a class="reference internal image-reference" href="_images/db_menu.png"><img alt="_images/db_menu.png" src="_images/db_menu.png" style="width: 151.2px; height: 104.4px;" /></a>
|
||||
<p>Now click on the <code class="docutils literal"><span class="pre">+</span></code> button to add a new entry</p>
|
||||
<a class="reference internal image-reference" href="_images/db_plus.png"><img alt="_images/db_plus.png" src="_images/db_plus.png" style="width: 170.4px; height: 170.4px;" /></a>
|
||||
<p>Fill in an arbitrary reference name for the database, and you SqlAlchemy
|
||||
<p>Fill in an arbitrary reference name for the database, and you SQLAlchemy
|
||||
URI. To figure out how to construct your URI, check out the
|
||||
<a class="reference external" href="http://docs.sqlalchemy.org/en/rel_1_0/core/engines.html">SqlAlchemy documentation</a>.
|
||||
<a class="reference external" href="http://docs.sqlalchemy.org/en/rel_1_0/core/engines.html">SQLAlchemy documentation</a>.
|
||||
Then you can test your connection. If it works, you’ll see a positive popup
|
||||
and list of the tables that SqlAlchemy has found for that URI.</p>
|
||||
and list of the tables that SQLAlchemy has found for that URI.</p>
|
||||
<a class="reference internal image-reference" href="_images/db_added.png"><img alt="_images/db_added.png" src="_images/db_added.png" style="width: 637.2px; height: 375.6px;" /></a>
|
||||
<p>Once your database has been added, it’s time to add your table. Navigate
|
||||
using the navigation bar at the top to <code class="docutils literal"><span class="pre">Sources</span> <span class="pre">-></span> <span class="pre">Tables</span></code> and click the
|
||||
|
||||
Reference in New Issue
Block a user