Skip to content

Commit fe5f79c

Browse files
authored
Dont use mat views in the uploader (#449)
1 parent 970f918 commit fe5f79c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pgml-dashboard/app/templates/uploader/uploaded.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ <h2><span class="material-symbols-outlined">table_rows</span>Next Steps</h2>
2222
</div>
2323
<p> All columns were converted to text, so you'll need to cast them to the appropriate data type before training a model, for example:</p>
2424
<div class="markdown-body">
25-
<pre><code class="language-sql">CREATE MATERIALIZED VIEW public.{{ table_name }}_view AS
25+
<pre><code class="language-sql">CREATE VIEW public.{{ table_name }}_view AS
2626
SELECT {% for column in columns %}
2727
CAST({{ column }} AS FLOAT4){% if not forloop.last %},{% else %}
2828
{% endif %}{% endfor %}FROM public.{{ table_name }}</code></pre>

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy