Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,15 @@ RUN apt-get update \
gcc \
git \
supervisor \
cmake \
pkg-config \
libssl-dev \
libffi-dev \
libxml2-dev \
libxslt1-dev \
zlib1g-dev \
libjpeg-dev \
libpng-dev \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*

Expand Down
17 changes: 4 additions & 13 deletions fastbi-platform/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,15 +45,7 @@ <h1>Platform</h1>
<h3 class="container-small-title">Welcome</h3>
<form class="login-form">
<a href="/login" id="login-google-button" class="button-link">
<svg class="active" version="1.1" xmlns="http://www.w3.org/2000/svg" width="18px" height="18px" viewBox="0 0 48 48">
<g>
<path fill="#EA4335" d="M24 9.5c3.54 0 6.71 1.22 9.21 3.6l6.85-6.85C35.9 2.38 30.47 0 24 0 14.62 0 6.51 5.38 2.56 13.22l7.98 6.19C12.43 13.72 17.74 9.5 24 9.5z"></path>
<path fill="#4285F4" d="M46.98 24.55c0-1.57-.15-3.09-.38-4.55H24v9.02h12.94c-.58 2.96-2.26 5.48-4.78 7.18l7.73 6c4.51-4.18 7.09-10.36 7.09-17.65z"></path>
<path fill="#FBBC05" d="M10.53 28.59c-.48-1.45-.76-2.99-.76-4.59s.27-3.14.76-4.59l-7.98-6.19C.92 16.46 0 20.12 0 24c0 3.88.92 7.54 2.56 10.78l7.97-6.19z"></path>
<path fill="#34A853" d="M24 48c6.48 0 11.93-2.13 15.89-5.81l-7.73-6c-2.15 1.45-4.92 2.3-8.16 2.3-6.26 0-11.57-4.22-13.47-9.91l-7.98 6.19C6.51 42.62 14.62 48 24 48z"></path>
<path fill="none" d="M0 0h48v48H0z"></path>
</g>
</svg>
<img class="active" src="/images/favicon.png" alt="Fast.BI" width="18px" height="18px">
<span class="icon-loading"></span> <span>Sign in with Fast.BI SSO</span>
</a>
{% with messages = get_flashed_messages() %}
Expand All @@ -68,10 +60,9 @@ <h3 class="container-small-title">Welcome</h3>
{% endif %}
{% endwith %}
<p class="form-error"></p>
<div>
<span class="create-account-link">
<a href="mailto:gediminas@terasky.com">Contact us</a> if you need an account
</span>
<div class="open-source-info">
<p>🚀 <strong>Open Source</strong> - Self-hosted data development platform</p>
<p>Built for developers, by developers</p>
</div>
</form>
</div>
Expand Down
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,6 @@ google-cloud-bigquery
google-auth
google-api-core
celery[redis,beat]
snowflake-connector-python
snowflake-connector-python==3.17.3
pyarrow==15.0.2
pyodbc