From 734b935c122bb6a890c4b2aad2804a00d6c80aa7 Mon Sep 17 00:00:00 2001 From: Evan Rusackas Date: Tue, 30 May 2023 12:06:15 -0600 Subject: [PATCH 1/4] allow commits to /superset_text.yml --- .gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitignore b/.gitignore index a23cbb9ba5a6e..b56b59d39c7b0 100644 --- a/.gitignore +++ b/.gitignore @@ -53,7 +53,6 @@ envpy3 env36 local_config.py /superset_config.py -/superset_text.yml superset.egg-info/ superset/bin/supersetc tmp From 54ae3f59cef32ef23a19f098b7489220806cee80 Mon Sep 17 00:00:00 2001 From: Evan Rusackas Date: Tue, 30 May 2023 12:33:43 -0600 Subject: [PATCH 2/4] Default superset_text file --- superset_text.yml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 superset_text.yml diff --git a/superset_text.yml b/superset_text.yml new file mode 100644 index 0000000000000..df67ef9ca36b9 --- /dev/null +++ b/superset_text.yml @@ -0,0 +1,24 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. + + +# To set the images of your preferred database, you may create a mapping here with engine and locations of the relevant images. The image can be hosted locally inside your static/file directory or online (e.g. S3) + +# DB_IMAGES: +# postgresql: "path/to/image/postgres.jpg" +# bigquery: "path/to/s3bucket/bigquery.jpg" +# snowflake: "path/to/image/snowflake.jpg" \ No newline at end of file From d891381eb89b141641e84f5d436615b9ddf027fe Mon Sep 17 00:00:00 2001 From: Evan Rusackas Date: Tue, 30 May 2023 12:34:01 -0600 Subject: [PATCH 3/4] re-ignoring --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index b56b59d39c7b0..a23cbb9ba5a6e 100644 --- a/.gitignore +++ b/.gitignore @@ -53,6 +53,7 @@ envpy3 env36 local_config.py /superset_config.py +/superset_text.yml superset.egg-info/ superset/bin/supersetc tmp From 5908ac62c7e92012abdd9941a05225c7517f5ef3 Mon Sep 17 00:00:00 2001 From: Evan Rusackas Date: Tue, 30 May 2023 12:45:44 -0600 Subject: [PATCH 4/4] lint... sigh --- superset_text.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/superset_text.yml b/superset_text.yml index df67ef9ca36b9..a253d63da8a14 100644 --- a/superset_text.yml +++ b/superset_text.yml @@ -21,4 +21,4 @@ # DB_IMAGES: # postgresql: "path/to/image/postgres.jpg" # bigquery: "path/to/s3bucket/bigquery.jpg" -# snowflake: "path/to/image/snowflake.jpg" \ No newline at end of file +# snowflake: "path/to/image/snowflake.jpg"