GithubHelp home page GithubHelp logo

Comments (24)

1kc2 avatar 1kc2 commented on May 13, 2024 1

@fpena06 Awesome - thanks!

from nft-starter-kit.

1kc2 avatar 1kc2 commented on May 13, 2024 1

have you run docker-compose up --build after updating your local repo? @1kc2

Yes. I've purged all containers and volumes and rebuilt but the issue persists.

from nft-starter-kit.

1kc2 avatar 1kc2 commented on May 13, 2024 1

@fpena06 I think these errors are expected because you need to "finalize" the db connection in Superset, you need to manually go in and click the Finish button (as it's described in the readme) - this is also something that we might be able to automate soon based on this

I followed that step but still had the same problem

from nft-starter-kit.

zseta avatar zseta commented on May 13, 2024

Hi @fpena06

How are you loading the data into the database? Also, has your dashboard worked in the past, or is it like this since the beginning?
(BTW: We are in the process to update this project very soon, so that might fix your problem)

from nft-starter-kit.

fpena06 avatar fpena06 commented on May 13, 2024

@zseta Hi, the data is loaded automatically with the sh script. This is my first time running.

from nft-starter-kit.

1kc2 avatar 1kc2 commented on May 13, 2024

Same error here:
Getting the following error:
Screenshot 2022-01-21 at 17 10 39

Console output:

nft-starter-kit_1  | LIMIT 50000 on schema public failed
nft-starter-kit_1  | Traceback (most recent call last):
nft-starter-kit_1  |   File "/app/superset/connectors/sqla/models.py", line 1601, in query
nft-starter-kit_1  |     df = self.database.get_df(sql, self.schema, mutator=assign_column_label)
nft-starter-kit_1  |   File "/app/superset/models/core.py", line 440, in get_df
nft-starter-kit_1  |     df = result_set.to_pandas_df()
nft-starter-kit_1  |   File "/app/superset/result_set.py", line 202, in to_pandas_df
nft-starter-kit_1  |     return self.convert_table_to_df(self.table)
nft-starter-kit_1  |   File "/app/superset/result_set.py", line 177, in convert_table_to_df
nft-starter-kit_1  |     return table.to_pandas(integer_object_nulls=True)
nft-starter-kit_1  |   File "pyarrow/array.pxi", line 757, in pyarrow.lib._PandasConvertible.to_pandas
nft-starter-kit_1  |   File "pyarrow/table.pxi", line 1748, in pyarrow.lib.Table._to_pandas
nft-starter-kit_1  |   File "/usr/local/lib/python3.8/site-packages/pyarrow/pandas_compat.py", line 789, in table_to_blockmanager
nft-starter-kit_1  |     blocks = _table_to_blocks(options, table, categories, ext_columns_dtypes)
nft-starter-kit_1  |   File "/usr/local/lib/python3.8/site-packages/pyarrow/pandas_compat.py", line 1130, in _table_to_blocks
nft-starter-kit_1  |     return [_reconstruct_block(item, columns, extension_columns)
nft-starter-kit_1  |   File "/usr/local/lib/python3.8/site-packages/pyarrow/pandas_compat.py", line 1130, in <listcomp>
nft-starter-kit_1  |     return [_reconstruct_block(item, columns, extension_columns)
nft-starter-kit_1  |   File "/usr/local/lib/python3.8/site-packages/pyarrow/pandas_compat.py", line 733, in _reconstruct_block
nft-starter-kit_1  |     dtype = make_datetimetz(item['timezone'])
nft-starter-kit_1  |   File "/usr/local/lib/python3.8/site-packages/pyarrow/pandas_compat.py", line 758, in make_datetimetz
nft-starter-kit_1  |     tz = pa.lib.string_to_tzinfo(tz)
nft-starter-kit_1  |   File "pyarrow/types.pxi", line 1927, in pyarrow.lib.string_to_tzinfo
nft-starter-kit_1  |   File "pyarrow/error.pxi", line 143, in pyarrow.lib.pyarrow_internal_check_status
nft-starter-kit_1  |   File "/usr/local/lib/python3.8/site-packages/pytz/__init__.py", line 188, in timezone
nft-starter-kit_1  |     raise UnknownTimeZoneError(zone)
nft-starter-kit_1  | pytz.exceptions.UnknownTimeZoneError: '+00'

from nft-starter-kit.

fpena06 avatar fpena06 commented on May 13, 2024

I don't think there's any issue with the data or queries, since I can manually query them with postgres client.

from nft-starter-kit.

1kc2 avatar 1kc2 commented on May 13, 2024

@fpena06 Do you know what query to run to get the data for the "Average and median price" chart?

from nft-starter-kit.

fpena06 avatar fpena06 commented on May 13, 2024

@1kc2 yes, if you click on the charts menu on top. It will display all charts. Select the one you want. Then next to .CSV, there is a menu to view the query.

PXL_20220121_174549212.jpgPXL_20220121_174556819.jpg

from nft-starter-kit.

fpena06 avatar fpena06 commented on May 13, 2024

@1kc2 they can also be seen in the .sql file included in the code.

from nft-starter-kit.

zseta avatar zseta commented on May 13, 2024

This issue has been fixed by using a newer version of psycopg2-binary. So the charts should be displayed properly in Superset.

from nft-starter-kit.

1kc2 avatar 1kc2 commented on May 13, 2024

The error seems to be gone but now no data is being returned

Collections dashboard

from nft-starter-kit.

zseta avatar zseta commented on May 13, 2024

have you run docker-compose up --build after updating your local repo? @1kc2

from nft-starter-kit.

zseta avatar zseta commented on May 13, 2024

@1kc2 did the CSV files get downloaded properly in nft-starter-kit/pre-built-dashboards/database/data/
also you noticed any errors while docker was starting up?

from nft-starter-kit.

1kc2 avatar 1kc2 commented on May 13, 2024

@zseta CSV files are fine. There do seem to be some errors with when building - I've pasted all the console output in the the collapsible comments below.

from nft-starter-kit.

1kc2 avatar 1kc2 commented on May 13, 2024
Output of docker-compose up --build (1/3)

  [+] Building 0.2s (4/6)
   => [pre-built-dashboards_timescaledb internal] load build definition from Dockerfile                                                 0.0s
   => => transferring dockerfile: 223B                                                                                                  0.0s
   => [pre-built-dashboards_nft-starter-kit internal] load build definition from Dockerfile                                             0.0s
   => => transferring dockerfile: 257B                                                                                                  0.0s
   => [pre-built-dashboards_timescaledb internal] load .dockerignore                              [+] Building 3.0s (14/19)                  [+] Building 53.3s (19/19) FINISHED
   => [pre-built-dashboards_timescaledb internal] load build definition from Dockerfile                                                 0.0s  => => transferring dockerfile: 223B                                                                                                  0.0s
   => [pre-built-dashboards_nft-starter-kit internal] load build definition from Dockerfile                                             0.0s  => => transferring dockerfile: 257B                                                                                                  0.0s
   => [pre-built-dashboards_timescaledb internal] load .dockerignore                                                                    0.0si => => transferring context: 2B                                                                                                       0.0s
   => [pre-built-dashboards_nft-starter-kit internal] load .dockerignore                                                                0.0so => => transferring context: 2B                                                                                                       0.0s
   => [pre-built-dashboards_timescaledb internal] load metadata for docker.io/timescale/timescaledb-ha:pg13-latest                      1.6sr => [pre-built-dashboards_nft-starter-kit internal] load metadata for docker.io/apache/superset:latest                                2.1s
   => [auth] apache/superset:pull token for registry-1.docker.io                                                                        0.0s
   => [auth] timescale/timescaledb-ha:pull token for registry-1.docker.io                                                               0.0s
   => [pre-built-dashboards_timescaledb 1/3] FROM docker.io/timescale/timescaledb-ha:pg13-latest@sha256:77b0b7444cefe7cb1c4f6bc4563337  0.0s
   => [pre-built-dashboards_timescaledb internal] load build context                                                                    0.0s
   => => transferring context: 419B                                                                                                     0.0s
   => CACHED [pre-built-dashboards_timescaledb 2/3] COPY scripts/* /docker-entrypoint-initdb.d/                                         0.0s
   => CACHED [pre-built-dashboards_timescaledb 3/3] COPY data/* ./                                                                      0.0s
   => [pre-built-dashboards_nft-starter-kit] exporting to image                                                                         0.0s
   => => exporting layers                                                                                                               0.0s
   => => writing image sha256:c248eb9865082c61865ce905a0b9d44c413748a37f71f948a6f7dddc4e2e414f                                          0.0s
   => => naming to docker.io/library/pre-built-dashboards_timescaledb                                                                   0.0s
   => => writing image sha256:822e01cd743bce5e77b056b33aa7bc05733c6c448295b8a42a050d9ac6cc1081                                          0.0s
   => => naming to docker.io/library/pre-built-dashboards_nft-starter-kit                                                               0.0s
   => [pre-built-dashboards_nft-starter-kit 1/5] FROM docker.io/apache/superset@sha256:e23413bb0c8bc4dbe1ae1c0f51867d310830b9c2a7aea5  44.6s
   => => resolve docker.io/apache/superset@sha256:e23413bb0c8bc4dbe1ae1c0f51867d310830b9c2a7aea58fd71054ce2c1bec82                      0.0s
   => => sha256:ee0ec06ecb2f319ebcd2ea14839a239236eef2f60553872ec62787c4b22c0d2a 404B / 404B                                            0.9s
   => => sha256:3fff61050f88d339a38f97282aa33393742eb2e596d6cec7759416aebe2c6529 970.79kB / 970.79kB                                    0.9s
   => => sha256:e23413bb0c8bc4dbe1ae1c0f51867d310830b9c2a7aea58fd71054ce2c1bec82 4.32kB / 4.32kB                                        0.0s
   => => sha256:5a42dc3e521828fc0380fc8262e214c3b615e0ebde9598f6eb0e42dc0c015a8f 13.86kB / 13.86kB                                      0.0s
   => => sha256:dd453e733bedcc5b880f205f77394274a49158ea49ca87805604b157a68a95ec 112.33MB / 112.33MB                                   36.6s
   => => extracting sha256:3fff61050f88d339a38f97282aa33393742eb2e596d6cec7759416aebe2c6529                                             0.1s
   => => sha256:ef6a59a38eb21d6f288484ae3cff1f896a1a0d8cdca2a148232d5395925833fa 32.46MB / 32.46MB                                     17.7s
   => => sha256:486622f7948e7158ad1e23267c6ba09a5f6efe0639e9d14a53c856941ee2b49f 25.18MB / 25.18MB                                      6.5s
   => => sha256:f696a849833ce3b91ddcc4da2bc1fbd0ec85d0bc1f9493156e36e03fef073f21 2.71MB / 2.71MB                                        7.7s
   => => sha256:b30f01cf273142c8879f038ff4406abe8e7105a45eb101aa7db87c6ea4343020 6.14kB / 6.14kB                                        8.0s
   => => sha256:4f774c468b6919a4c1492d2184a60dac26097c8dca3f386c20e3914609bdfa8a 61.87MB / 61.87MB                                     18.9s
   => => sha256:483df2494b6d9c460e91653d19f61e3104b57ecaa57cc5e774871c39727043d4 916B / 916B                                           19.3s
   => => sha256:cecacd352c8f4beefba2fad5431a562ffc40a23fd596df580c001ed867310dfe 915B / 915B                                           19.4s
   => => extracting sha256:dd453e733bedcc5b880f205f77394274a49158ea49ca87805604b157a68a95ec                                             3.7s
   => => extracting sha256:ee0ec06ecb2f319ebcd2ea14839a239236eef2f60553872ec62787c4b22c0d2a                                             0.0s
   => => extracting sha256:486622f7948e7158ad1e23267c6ba09a5f6efe0639e9d14a53c856941ee2b49f                                             0.5s
   => => extracting sha256:ef6a59a38eb21d6f288484ae3cff1f896a1a0d8cdca2a148232d5395925833fa                                             1.0s
   => => extracting sha256:f696a849833ce3b91ddcc4da2bc1fbd0ec85d0bc1f9493156e36e03fef073f21                                             0.2s
   => => extracting sha256:b30f01cf273142c8879f038ff4406abe8e7105a45eb101aa7db87c6ea4343020                                             0.0s
   => => extracting sha256:4f774c468b6919a4c1492d2184a60dac26097c8dca3f386c20e3914609bdfa8a                                             1.8s
   => => extracting sha256:483df2494b6d9c460e91653d19f61e3104b57ecaa57cc5e774871c39727043d4                                             0.0s
   => => extracting sha256:cecacd352c8f4beefba2fad5431a562ffc40a23fd596df580c001ed867310dfe                                             0.0s
   => [pre-built-dashboards_nft-starter-kit internal] load build context                                                                0.0s
   => => transferring context: 98.84kB                                                                                                  0.0s
   => [pre-built-dashboards_nft-starter-kit 2/5] COPY superset_start.sh .                                                               0.0s
   => [pre-built-dashboards_nft-starter-kit 3/5] COPY sources.yaml .                                                                    0.0s
   => [pre-built-dashboards_nft-starter-kit 4/5] COPY dash.json .                                                                       0.0s
   => [pre-built-dashboards_nft-starter-kit 5/5] RUN pip install psycopg2-binary==2.9.1 &&     chmod +x superset_start.sh               6.3s

Use 'docker scan' to run Snyk tests against images to find vulnerabilities and learn how to fix them
[+] Running 3/3
⠿ Network pre-built-dashboards_default Created 0.0s
⠿ Container pre-built-dashboards-nft-starter-kit-1 Created 0.1s
⠿ Container pre-built-dashboards-timescaledb-1 Created 0.1s
Attaching to pre-built-dashboards-nft-starter-kit-1, pre-built-dashboards-timescaledb-1
pre-built-dashboards-timescaledb-1 | The files belonging to this database system will be owned by user "postgres".
pre-built-dashboards-timescaledb-1 | This user must also own the server process.
pre-built-dashboards-timescaledb-1 |
pre-built-dashboards-timescaledb-1 | The database cluster will be initialized with locale "C.UTF-8".
pre-built-dashboards-timescaledb-1 | The default database encoding has accordingly been set to "UTF8".
pre-built-dashboards-timescaledb-1 | The default text search configuration will be set to "english".
pre-built-dashboards-timescaledb-1 |
pre-built-dashboards-timescaledb-1 | Data page checksums are disabled.
pre-built-dashboards-timescaledb-1 |
pre-built-dashboards-timescaledb-1 | fixing permissions on existing directory /home/postgres/pgdata/data ... ok
pre-built-dashboards-timescaledb-1 | creating subdirectories ... ok
pre-built-dashboards-timescaledb-1 | selecting dynamic shared memory implementation ... posix
pre-built-dashboards-timescaledb-1 | selecting default max_connections ... 100
pre-built-dashboards-timescaledb-1 | selecting default shared_buffers ... 128MB
pre-built-dashboards-timescaledb-1 | selecting default time zone ... UTC
pre-built-dashboards-timescaledb-1 | creating configuration files ... ok
pre-built-dashboards-timescaledb-1 | running bootstrap script ... ok
pre-built-dashboards-timescaledb-1 | performing post-bootstrap initialization ... ok
pre-built-dashboards-timescaledb-1 | syncing data to disk ... ok
pre-built-dashboards-timescaledb-1 |
pre-built-dashboards-timescaledb-1 | initdb: warning: enabling "trust" authentication for local connections
pre-built-dashboards-timescaledb-1 | You can change this by editing pg_hba.conf or using the option -A, or
pre-built-dashboards-timescaledb-1 | --auth-local and --auth-host, the next time you run initdb.
pre-built-dashboards-timescaledb-1 |
pre-built-dashboards-timescaledb-1 | Success. You can now start the database server using:
pre-built-dashboards-timescaledb-1 |
pre-built-dashboards-timescaledb-1 | /usr/lib/postgresql/13/bin/pg_ctl -D /home/postgres/pgdata/data -l logfile start
pre-built-dashboards-timescaledb-1 |
pre-built-dashboards-timescaledb-1 | waiting for server to start....2022-01-28 15:05:31.138 UTC [93] LOG: starting PostgreSQL 13.5 (Ubuntu 13.5-1.pgdg21.04+1) on x86_64-pc-linux-gnu, compiled by gcc (Ubuntu 10.3.0-1ubuntu1) 10.3.0, 64-bit
pre-built-dashboards-timescaledb-1 | 2022-01-28 15:05:31.143 UTC [93] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
pre-built-dashboards-timescaledb-1 | 2022-01-28 15:05:31.162 UTC [97] LOG: database system was shut down at 2022-01-28 15:05:30 UTC
pre-built-dashboards-timescaledb-1 | 2022-01-28 15:05:31.177 UTC [93] LOG: database system is ready to accept connections
pre-built-dashboards-timescaledb-1 | 2022-01-28 15:05:31.195 UTC [106] LOG: TimescaleDB background worker launcher connected to shared catalogs
pre-built-dashboards-timescaledb-1 | done
pre-built-dashboards-timescaledb-1 | server started
pre-built-dashboards-timescaledb-1 | CREATE DATABASE
pre-built-dashboards-timescaledb-1 |
pre-built-dashboards-timescaledb-1 |
pre-built-dashboards-timescaledb-1 | /docker-entrypoint.sh: sourcing /docker-entrypoint-initdb.d/000_install_timescaledb.sh
pre-built-dashboards-timescaledb-1 | 2022-01-28 15:05:32.536 UTC [136] WARNING:
pre-built-dashboards-timescaledb-1 | WELCOME TO
pre-built-dashboards-timescaledb-1 | _____ _ _ ____________
pre-built-dashboards-timescaledb-1 | |_ () | | | _ \ ___
pre-built-dashboards-timescaledb-1 | | | _ _ __ ___ ___ ___ ___ __ | | | | | | |/ /
pre-built-dashboards-timescaledb-1 | | | | | _ _ \ / _ \/ __|/ __/ _ | |/ _ \ | | | ___
pre-built-dashboards-timescaledb-1 | | | | | | | | | | _/_ \ (
| (
| | | __/ |/ /| |
/ /
pre-built-dashboards-timescaledb-1 | || ||| || ||_||/__,|_|_|/ _/
pre-built-dashboards-timescaledb-1 | Running version 2.5.1
pre-built-dashboards-timescaledb-1 | For more information on TimescaleDB, please visit the following links:
pre-built-dashboards-timescaledb-1 |
pre-built-dashboards-timescaledb-1 | 1. Getting started: https://docs.timescale.com/timescaledb/latest/getting-started
pre-built-dashboards-timescaledb-1 | 2. API reference documentation: https://docs.timescale.com/api/latest
pre-built-dashboards-timescaledb-1 | 3. How TimescaleDB is designed: https://docs.timescale.com/timescaledb/latest/overview/core-concepts
pre-built-dashboards-timescaledb-1 |
pre-built-dashboards-timescaledb-1 | Note: TimescaleDB collects anonymous reports to better understand and assist our users.
pre-built-dashboards-timescaledb-1 | For more information and how to disable, please see our docs https://docs.timescale.com/timescaledb/latest/how-to-guides/configuration/telemetry.
pre-built-dashboards-timescaledb-1 |
pre-built-dashboards-timescaledb-1 | 2022-01-28 15:05:32.536 UTC [136] CONTEXT: PL/pgSQL function inline_code_block line 12 at RAISE
pre-built-dashboards-timescaledb-1 | psql:/tmp/tmp.TTMourHAXL:1: WARNING:
pre-built-dashboards-timescaledb-1 | WELCOME TO
pre-built-dashboards-timescaledb-1 | _____ _ _ ____________
pre-built-dashboards-timescaledb-1 | |_ () | | | _ \ ___
pre-built-dashboards-timescaledb-1 | | | _ _ __ ___ ___ ___ ___ __ | | | | | | |/ /
pre-built-dashboards-timescaledb-1 | | | | | _ _ \ / _ \/ __|/ __/ _ | |/ _ \ | | | ___
pre-built-dashboards-timescaledb-1 | | | | | | | | | | _/_ \ (
| (
| | | __/ |/ /| |
/ /
pre-built-dashboards-timescaledb-1 | || ||| || ||_||/__,|_|_|/ _/
pre-built-dashboards-timescaledb-1 | Running version 2.5.1
pre-built-dashboards-timescaledb-1 | For more information on TimescaleDB, please visit the following links:
pre-built-dashboards-timescaledb-1 |
pre-built-dashboards-timescaledb-1 | 1. Getting started: https://docs.timescale.com/timescaledb/latest/getting-started
pre-built-dashboards-timescaledb-1 | 2. API reference documentation: https://docs.timescale.com/api/latest
pre-built-dashboards-timescaledb-1 | 3. How TimescaleDB is designed: https://docs.timescale.com/timescaledb/latest/overview/core-concepts
pre-built-dashboards-timescaledb-1 |
pre-built-dashboards-timescaledb-1 | Note: TimescaleDB collects anonymous reports to better understand and assist our users.
pre-built-dashboards-timescaledb-1 | For more information and how to disable, please see our docs https://docs.timescale.com/timescaledb/latest/how-to-guides/configuration/telemetry.
pre-built-dashboards-timescaledb-1 |
pre-built-dashboards-timescaledb-1 | CREATE EXTENSION
pre-built-dashboards-timescaledb-1 | 2022-01-28 15:05:33.582 UTC [149] WARNING:
pre-built-dashboards-timescaledb-1 | WELCOME TO
pre-built-dashboards-timescaledb-1 | _____ _ _ ____________
pre-built-dashboards-timescaledb-1 | |_ () | | | _ \ ___
pre-built-dashboards-timescaledb-1 | | | _ _ __ ___ ___ ___ ___ __ | | | | | | |/ /
pre-built-dashboards-timescaledb-1 | | | | | _ _ \ / _ \/ __|/ __/ _ | |/ _ \ | | | ___
pre-built-dashboards-timescaledb-1 | | | | | | | | | | _/_ \ (
| (
| | | __/ |/ /| |
/ /
pre-built-dashboards-timescaledb-1 | || ||| || ||_||/__,|_|_|/ _/
pre-built-dashboards-timescaledb-1 | Running version 2.5.1
pre-built-dashboards-timescaledb-1 | For more information on TimescaleDB, please visit the following links:
pre-built-dashboards-timescaledb-1 |
pre-built-dashboards-timescaledb-1 | 1. Getting started: https://docs.timescale.com/timescaledb/latest/getting-started
pre-built-dashboards-timescaledb-1 | 2. API reference documentation: https://docs.timescale.com/api/latest
pre-built-dashboards-timescaledb-1 | 3. How TimescaleDB is designed: https://docs.timescale.com/timescaledb/latest/overview/core-concepts
pre-built-dashboards-timescaledb-1 |
pre-built-dashboards-timescaledb-1 | Note: TimescaleDB collects anonymous reports to better understand and assist our users.
pre-built-dashboards-timescaledb-1 | For more information and how to disable, please see our docs https://docs.timescale.com/timescaledb/latest/how-to-guides/configuration/telemetry.
pre-built-dashboards-timescaledb-1 |
pre-built-dashboards-timescaledb-1 | 2022-01-28 15:05:33.582 UTC [149] CONTEXT: PL/pgSQL function inline_code_block line 12 at RAISE
pre-built-dashboards-timescaledb-1 | psql:/tmp/tmp.TTMourHAXL:1: WARNING:
pre-built-dashboards-timescaledb-1 | WELCOME TO
pre-built-dashboards-timescaledb-1 | _____ _ _ ____________
pre-built-dashboards-timescaledb-1 | |_ () | | | _ \ ___
pre-built-dashboards-timescaledb-1 | | | _ _ __ ___ ___ ___ ___ __ | | | | | | |/ /
pre-built-dashboards-timescaledb-1 | | | | | _ _ \ / _ \/ __|/ __/ _ | |/ _ \ | | | ___
pre-built-dashboards-timescaledb-1 | | | | | | | | | | _/_ \ (
| (
| | | __/ |/ /| |
/ /
pre-built-dashboards-timescaledb-1 | || ||| || ||_||/__,|_|_|/ _/
pre-built-dashboards-timescaledb-1 | Running version 2.5.1
pre-built-dashboards-timescaledb-1 | For more information on TimescaleDB, please visit the following links:
pre-built-dashboards-timescaledb-1 |
pre-built-dashboards-timescaledb-1 | 1. Getting started: https://docs.timescale.com/timescaledb/latest/getting-started
pre-built-dashboards-timescaledb-1 | 2. API reference documentation: https://docs.timescale.com/api/latest
pre-built-dashboards-timescaledb-1 | 3. How TimescaleDB is designed: https://docs.timescale.com/timescaledb/latest/overview/core-concepts
pre-built-dashboards-timescaledb-1 |
pre-built-dashboards-timescaledb-1 | Note: TimescaleDB collects anonymous reports to better understand and assist our users.
pre-built-dashboards-timescaledb-1 | For more information and how to disable, please see our docs https://docs.timescale.com/timescaledb/latest/how-to-guides/configuration/telemetry.
pre-built-dashboards-timescaledb-1 |
pre-built-dashboards-timescaledb-1 | CREATE EXTENSION
pre-built-dashboards-timescaledb-1 | 2022-01-28 15:05:33.593 UTC [151] ERROR: TimescaleDB background worker connected to template database, exiting
pre-built-dashboards-timescaledb-1 | 2022-01-28 15:05:33.605 UTC [93] LOG: background worker "TimescaleDB Background Worker Scheduler" (PID 151) exited with exit code 1
pre-built-dashboards-timescaledb-1 | 2022-01-28 15:05:34.316 UTC [156] WARNING:
pre-built-dashboards-timescaledb-1 | WELCOME TO
pre-built-dashboards-timescaledb-1 | _____ _ _ ____________
pre-built-dashboards-timescaledb-1 | |_ () | | | _ \ ___
pre-built-dashboards-timescaledb-1 | | | _ _ __ ___ ___ ___ ___ __ | | | | | | |/ /
pre-built-dashboards-timescaledb-1 | | | | | _ _ \ / _ \/ __|/ __/ _ | |/ _ \ | | | ___
pre-built-dashboards-timescaledb-1 | | | | | | | | | | _/_ \ (
| (
| | | __/ |/ /| |
/ /
pre-built-dashboards-timescaledb-1 | || ||| || ||_||/__,|_|_|/ _/
pre-built-dashboards-timescaledb-1 | Running version 2.5.1
pre-built-dashboards-timescaledb-1 | For more information on TimescaleDB, please visit the following links:
pre-built-dashboards-timescaledb-1 |
pre-built-dashboards-timescaledb-1 | 1. Getting started: https://docs.timescale.com/timescaledb/latest/getting-started
pre-built-dashboards-timescaledb-1 | 2. API reference documentation: https://docs.timescale.com/api/latest
pre-built-dashboards-timescaledb-1 | 3. How TimescaleDB is designed: https://docs.timescale.com/timescaledb/latest/overview/core-concepts
pre-built-dashboards-timescaledb-1 |
pre-built-dashboards-timescaledb-1 | Note: TimescaleDB collects anonymous reports to better understand and assist our users.
pre-built-dashboards-timescaledb-1 | For more information and how to disable, please see our docs https://docs.timescale.com/timescaledb/latest/how-to-guides/configuration/telemetry.
pre-built-dashboards-timescaledb-1 |
pre-built-dashboards-timescaledb-1 | 2022-01-28 15:05:34.316 UTC [156] CONTEXT: PL/pgSQL function inline_code_block line 12 at RAISE
pre-built-dashboards-timescaledb-1 | psql:/tmp/tmp.TTMourHAXL:1: WARNING:
pre-built-dashboards-timescaledb-1 | WELCOME TO
pre-built-dashboards-timescaledb-1 | _____ _ _ ____________
pre-built-dashboards-timescaledb-1 | |_ () | | | _ \ ___
pre-built-dashboards-timescaledb-1 | | | _ _ __ ___ ___ ___ ___ __ | | | | | | |/ /
pre-built-dashboards-timescaledb-1 | | | | | _ _ \ / _ \/ __|/ __/ _ | |/ _ \ | | | ___
pre-built-dashboards-timescaledb-1 | | | | | | | | | | _/_ \ (
| (
| | | __/ |/ /| |
/ /
pre-built-dashboards-timescaledb-1 | || ||| || ||_||/__,|_|_|/ _/
pre-built-dashboards-timescaledb-1 | Running version 2.5.1
pre-built-dashboards-timescaledb-1 | For more information on TimescaleDB, please visit the following links:
pre-built-dashboards-timescaledb-1 |
pre-built-dashboards-timescaledb-1 | 1. Getting started: https://docs.timescale.com/timescaledb/latest/getting-started
pre-built-dashboards-timescaledb-1 | 2. API reference documentation: https://docs.timescale.com/api/latest
pre-built-dashboards-timescaledb-1 | 3. How TimescaleDB is designed: https://docs.timescale.com/timescaledb/latest/overview/core-concepts
pre-built-dashboards-timescaledb-1 |
pre-built-dashboards-timescaledb-1 | Note: TimescaleDB collects anonymous reports to better understand and assist our users.
pre-built-dashboards-timescaledb-1 | For more information and how to disable, please see our docs https://docs.timescale.com/timescaledb/latest/how-to-guides/configuration/telemetry.
pre-built-dashboards-timescaledb-1 |
pre-built-dashboards-timescaledb-1 | CREATE EXTENSION
pre-built-dashboards-timescaledb-1 |
pre-built-dashboards-timescaledb-1 | /docker-entrypoint.sh: running /docker-entrypoint-initdb.d/001_schema.sql
pre-built-dashboards-timescaledb-1 | CREATE TABLE
pre-built-dashboards-timescaledb-1 | CREATE TABLE
pre-built-dashboards-timescaledb-1 | CREATE TABLE
pre-built-dashboards-timescaledb-1 | CREATE TYPE
pre-built-dashboards-timescaledb-1 | CREATE TABLE
pre-built-dashboards-timescaledb-1 | psql:/docker-entrypoint-initdb.d/001_schema.sql:47: NOTICE: adding not-null constraint to column "time"
pre-built-dashboards-timescaledb-1 | DETAIL: Time dimensions cannot have NULL values.
pre-built-dashboards-timescaledb-1 | create_hypertable
pre-built-dashboards-timescaledb-1 | ------------------------
pre-built-dashboards-timescaledb-1 | (1,public,nft_sales,t)
pre-built-dashboards-timescaledb-1 | (1 row)
pre-built-dashboards-timescaledb-1 |
pre-built-dashboards-timescaledb-1 | CREATE INDEX
pre-built-dashboards-timescaledb-1 | CREATE INDEX
pre-built-dashboards-timescaledb-1 | CREATE INDEX
pre-built-dashboards-timescaledb-1 |
pre-built-dashboards-timescaledb-1 |
pre-built-dashboards-timescaledb-1 | /docker-entrypoint.sh: running /docker-entrypoint-initdb.d/001_timescaledb_tune.sh
pre-built-dashboards-timescaledb-1 | Using postgresql.conf at this path:
pre-built-dashboards-timescaledb-1 | /home/postgres/pgdata/data/postgresql.conf
pre-built-dashboards-timescaledb-1 |
pre-built-dashboards-timescaledb-1 | Writing backup to:
pre-built-dashboards-timescaledb-1 | /tmp/timescaledb_tune.backup202201281505
pre-built-dashboards-timescaledb-1 |
pre-built-dashboards-timescaledb-1 | Recommendations based on 1.94 GB of available memory and 4 CPUs for PostgreSQL 13
pre-built-dashboards-timescaledb-1 | shared_buffers = 509105kB
pre-built-dashboards-timescaledb-1 | effective_cache_size = 1491MB
pre-built-dashboards-timescaledb-1 | maintenance_work_mem = 254552kB
pre-built-dashboards-timescaledb-1 | work_mem = 5091kB
pre-built-dashboards-timescaledb-1 | timescaledb.max_background_workers = 8
pre-built-dashboards-timescaledb-1 | max_worker_processes = 15
pre-built-dashboards-timescaledb-1 | max_parallel_workers_per_gather = 2
pre-built-dashboards-timescaledb-1 | max_parallel_workers = 4
pre-built-dashboards-timescaledb-1 | wal_buffers = 15272kB
pre-built-dashboards-timescaledb-1 | min_wal_size = 512MB
pre-built-dashboards-timescaledb-1 | default_statistics_target = 500
pre-built-dashboards-timescaledb-1 | random_page_cost = 1.1
pre-built-dashboards-timescaledb-1 | checkpoint_completion_target = 0.9
pre-built-dashboards-timescaledb-1 | max_connections = 25
pre-built-dashboards-timescaledb-1 | max_locks_per_transaction = 64
pre-built-dashboards-timescaledb-1 | autovacuum_max_workers = 10
pre-built-dashboards-timescaledb-1 | autovacuum_naptime = 10
pre-built-dashboards-timescaledb-1 | effective_io_concurrency = 256
pre-built-dashboards-timescaledb-1 | timescaledb.last_tuned = '2022-01-28T15:05:34Z'
pre-built-dashboards-timescaledb-1 | timescaledb.last_tuned_version = '0.12.0'
pre-built-dashboards-timescaledb-1 | Saving changes to: /home/postgres/pgdata/data/postgresql.conf
pre-built-dashboards-timescaledb-1 |
pre-built-dashboards-timescaledb-1 | /docker-entrypoint.sh: sourcing /docker-entrypoint-initdb.d/002_import_data.sh
pre-built-dashboards-timescaledb-1 | IMPORTING NFT DATA INTO TIMESCALEDB
pre-built-dashboards-nft-starter-kit-1 | --------------------------------------------------------------------------------
pre-built-dashboards-nft-starter-kit-1 | WARNING
pre-built-dashboards-nft-starter-kit-1 | --------------------------------------------------------------------------------
pre-built-dashboards-nft-starter-kit-1 | A Default SECRET_KEY was detected, please use superset_config.py to override it.
pre-built-dashboards-nft-starter-kit-1 | Use a strong complex alphanumeric string and use a tool to help you generate
pre-built-dashboards-nft-starter-kit-1 | a sufficiently random sequence, ex: openssl rand -base64 42
pre-built-dashboards-nft-starter-kit-1 | --------------------------------------------------------------------------------
pre-built-dashboards-nft-starter-kit-1 | --------------------------------------------------------------------------------
pre-built-dashboards-nft-starter-kit-1 | logging was configured successfully
pre-built-dashboards-nft-starter-kit-1 | 2022-01-28 15:05:39,107:INFO:superset.utils.logging_configurator:logging was configured successfully
pre-built-dashboards-nft-starter-kit-1 | 2022-01-28 15:05:39,150:INFO:root:Configured event logger of type <class 'superset.utils.log.DBEventLogger'>
pre-built-dashboards-timescaledb-1 | COPY 181177
pre-built-dashboards-timescaledb-1 | COPY 13397
pre-built-dashboards-timescaledb-1 | 2022-01-28 15:05:43.735 UTC [184] ERROR: invalid input syntax for type bigint: "oid sha256:03976df62abaae9fc8aa4e521a7a5a6dab682ef0bbc3f1c0799f57dd24507e74"
pre-built-dashboards-timescaledb-1 | 2022-01-28 15:05:43.735 UTC [184] CONTEXT: COPY assets, line 2, column id: "oid sha256:03976df62abaae9fc8aa4e521a7a5a6dab682ef0bbc3f1c0799f57dd24507e74"
pre-built-dashboards-timescaledb-1 | 2022-01-28 15:05:43.735 UTC [184] STATEMENT: COPY assets FROM STDIN CSV HEADER;
pre-built-dashboards-timescaledb-1 | ERROR: invalid input syntax for type bigint: "oid sha256:03976df62abaae9fc8aa4e521a7a5a6dab682ef0bbc3f1c0799f57dd24507e74"
pre-built-dashboards-timescaledb-1 | CONTEXT: COPY assets, line 2, column id: "oid sha256:03976df62abaae9fc8aa4e521a7a5a6dab682ef0bbc3f1c0799f57dd24507e74"
pre-built-dashboards-nft-starter-kit-1 | Recognized Database Authentications.
pre-built-dashboards-nft-starter-kit-1 | Admin User admin created.
pre-built-dashboards-nft-starter-kit-1 | /usr/local/lib/python3.8/site-packages/flask_caching/init.py:201: UserWarning: Flask-Caching: CACHE_TYPE is set to null, caching is effectively disabled.
pre-built-dashboards-nft-starter-kit-1 | warnings.warn(
pre-built-dashboards-nft-starter-kit-1 | --------------------------------------------------------------------------------
pre-built-dashboards-nft-starter-kit-1 | WARNING
pre-built-dashboards-nft-starter-kit-1 | --------------------------------------------------------------------------------
pre-built-dashboards-nft-starter-kit-1 | A Default SECRET_KEY was detected, please use superset_config.py to override it.
pre-built-dashboards-nft-starter-kit-1 | Use a strong complex alphanumeric string and use a tool to help you generate
pre-built-dashboards-nft-starter-kit-1 | a sufficiently random sequence, ex: openssl rand -base64 42
pre-built-dashboards-nft-starter-kit-1 | --------------------------------------------------------------------------------
pre-built-dashboards-nft-starter-kit-1 | --------------------------------------------------------------------------------
pre-built-dashboards-nft-starter-kit-1 | logging was configured successfully
pre-built-dashboards-nft-starter-kit-1 | 2022-01-28 15:06:04,428:INFO:superset.utils.logging_configurator:logging was configured successfully
pre-built-dashboards-nft-starter-kit-1 | 2022-01-28 15:06:04,475:INFO:root:Configured event logger of type <class 'superset.utils.log.DBEventLogger'>
pre-built-dashboards-nft-starter-kit-1 | /usr/local/lib/python3.8/site-packages/flask_caching/init.py:201: UserWarning: Flask-Caching: CACHE_TYPE is set to null, caching is effectively disabled.

from nft-starter-kit.

1kc2 avatar 1kc2 commented on May 13, 2024
Output of docker-compose up --build (2/3)

  pre-built-dashboards-nft-starter-kit-1  |   warnings.warn(
  pre-built-dashboards-nft-starter-kit-1  | WARNI [alembic.env] SQLite Database support for metadata databases will         be removed in a future version of Superset.
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Context impl SQLiteImpl.
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Will assume transactional DDL.
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade  -> 4e6a06bad7a8, Init
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade 4e6a06bad7a8 -> 5a7bad26f2a7, empty message
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade 5a7bad26f2a7 -> 1e2841a4128, empty message
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade 1e2841a4128 -> 2929af7925ed, TZ offsets in data sources
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade 2929af7925ed -> 289ce07647b, Add encrypted password field
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade 289ce07647b -> 1a48a5411020, adding slug to dash
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade 1a48a5411020 -> 315b3f4da9b0, adding log model
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade 315b3f4da9b0 -> 55179c7f25c7, sqla_descr
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade 55179c7f25c7 -> 12d55656cbca, is_featured
  pre-built-dashboards-nft-starter-kit-1  | /usr/local/lib/python3.8/site-packages/alembic/ddl/sqlite.py:43: UserWarning: Skipping unsupported ALTER for creation of implicit constraintPlease refer to the batch mode feature which allows for SQLite migrations using a copy-and-move strategy.
  pre-built-dashboards-nft-starter-kit-1  |   util.warn(
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade 12d55656cbca -> 2591d77e9831, user_id
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade 2591d77e9831 -> 8e80a26a31db, empty message
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade 8e80a26a31db -> 7dbf98566af7, empty message
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade 7dbf98566af7 -> 43df8de3a5f4, empty message
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade 43df8de3a5f4 -> d827694c7555, css templates
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade d827694c7555 -> 430039611635, log more
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade 430039611635 -> 18e88e1cc004, making audit nullable
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade 18e88e1cc004 -> 836c0bf75904, cache_timeouts
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade 18e88e1cc004 -> a2d606a761d9, adding favstar model
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade a2d606a761d9, 836c0bf75904 -> d2424a248d63, empty message
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade d2424a248d63 -> 763d4b211ec9, fixing audit fk
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade d2424a248d63 -> 1d2ddd543133, log dt
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade 1d2ddd543133, 763d4b211ec9 -> fee7b758c130, empty message
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade fee7b758c130 -> 867bf4f117f9, Adding extra field to Database model
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade 867bf4f117f9 -> bb51420eaf83, add schema to table model
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade bb51420eaf83 -> b4456560d4f3, change_table_unique_constraint
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade b4456560d4f3 -> 4fa88fe24e94, owners_many_to_many
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade 4fa88fe24e94 -> c3a8f8611885, Materializing permission
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade c3a8f8611885 -> f0fbf6129e13, Adding verbose_name to tablecolumn
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade f0fbf6129e13 -> 956a063c52b3, adjusting key length
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade 956a063c52b3 -> 1226819ee0e3, Fix wrong constraint on table columns
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade 1226819ee0e3 -> d8bc074f7aad, Add new field 'is_restricted' to SqlMetric and DruidMetric
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade d8bc074f7aad -> 27ae655e4247, Make creator owners
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade 27ae655e4247 -> 960c69cb1f5b, add dttm_format related fields in table_columns
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade 960c69cb1f5b -> f162a1dea4c4, d3format_by_metric
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade f162a1dea4c4 -> ad82a75afd82, Update models to support storing the queries.
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade ad82a75afd82 -> 3c3ffe173e4f, add_sql_string_to_table
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade 3c3ffe173e4f -> 41f6a59a61f2, database options for sql lab
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade 41f6a59a61f2 -> 4500485bde7d, allow_run_sync_async
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade 4500485bde7d -> 65903709c321, allow_dml
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade 41f6a59a61f2 -> 33d996bcc382, update slice model
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade 33d996bcc382, 65903709c321 -> b347b202819b, empty message
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade b347b202819b -> 5e4a03ef0bf0, Add access_request table to manage requests to access datastores.
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade 5e4a03ef0bf0 -> eca4694defa7, sqllab_setting_defaults
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade eca4694defa7 -> ab3d66c4246e, add_cache_timeout_to_druid_cluster
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade eca4694defa7 -> 3b626e2a6783, Sync DB with the models.py.
  pre-built-dashboards-nft-starter-kit-1  | WARNI [root] Constraint must have a name
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade 3b626e2a6783, ab3d66c4246e -> ef8843b41dac, empty message
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade ef8843b41dac -> b46fa1b0b39e, Add json_metadata to the tables table.
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade b46fa1b0b39e -> 7e3ddad2a00b, results_key to query
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade 7e3ddad2a00b -> ad4d656d92bc, Add avg() to default metrics
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade ad4d656d92bc -> c611f2b591b8, dim_spec
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade c611f2b591b8 -> e46f2d27a08e, materialize perms
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade e46f2d27a08e -> f1f2d4af5b90, Enable Filter Select
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade e46f2d27a08e -> 525c854f0005, log_this_plus
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade 525c854f0005, f1f2d4af5b90 -> 6414e83d82b7, empty message
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade 6414e83d82b7 -> 1296d28ec131, Adds params to the datasource (druid) table
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade 1296d28ec131 -> f18570e03440, Add index on the result key to the query table.
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade f18570e03440 -> bcf3126872fc, Add keyvalue table
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade f18570e03440 -> db0c65b146bd, update_slice_model_json
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade db0c65b146bd -> a99f2f7c195a, rewriting url from shortner with new format
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade a99f2f7c195a, bcf3126872fc -> d6db5a5cdb5d, empty message
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade d6db5a5cdb5d -> b318dfe5fb6c, adding verbose_name to druid column
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade d6db5a5cdb5d -> 732f1c06bcbf, add fetch values predicate
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade 732f1c06bcbf, b318dfe5fb6c -> ea033256294a, empty message
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade b318dfe5fb6c -> db527d8c4c78, Add verbose name to DruidCluster and Database
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade db527d8c4c78, ea033256294a -> 979c03af3341, empty message
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade 979c03af3341 -> a6c18f869a4e, query.start_running_time
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade a6c18f869a4e -> 2fcdcb35e487, saved_queries
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade 2fcdcb35e487 -> a65458420354, add_result_backend_time_logging
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade a65458420354 -> ca69c70ec99b, tracking_url
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade ca69c70ec99b -> a9c47e2c1547, add impersonate_user to dbs
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade ca69c70ec99b -> ddd6ebdd853b, annotations
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade a9c47e2c1547, ddd6ebdd853b -> d39b1e37131d, empty message
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade ca69c70ec99b -> 19a814813610, Adding metric warning_text
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade 19a814813610, a9c47e2c1547 -> 472d2f73dfd4, empty message
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade 472d2f73dfd4, d39b1e37131d -> f959a6652acd, empty message
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade f959a6652acd -> 4736ec66ce19, empty message
  pre-built-dashboards-nft-starter-kit-1  | /usr/local/lib/python3.8/site-packages/sqlalchemy/dialects/sqlite/base.py:2011: SAWarning: WARNING: SQL-parsed foreign key constraint '('datasource_name', 'datasources', 'datasource_name')' could not be located in PRAGMA foreign_keys for table metrics
  pre-built-dashboards-nft-starter-kit-1  |   util.warn(
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade 4736ec66ce19 -> 67a6ac9b727b, update_spatial_params
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade 67a6ac9b727b -> 21e88bc06c02, migrate_old_annotation_layers
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade 21e88bc06c02 -> e866bd2d4976, smaller_grid
  pre-built-dashboards-nft-starter-kit-1  | Revision ID: e866bd2d4976
  pre-built-dashboards-nft-starter-kit-1  | Revises: 21e88bc06c02
  pre-built-dashboards-nft-starter-kit-1  | Create Date: 2018-02-13 08:07:40.766277
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade e866bd2d4976 -> e68c4473c581, allow_multi_schema_metadata_fetch
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade e68c4473c581 -> f231d82b9b26, empty message
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade f231d82b9b26 -> bf706ae5eb46, cal_heatmap_metric_to_metrics
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade f231d82b9b26 -> 30bb17c0dc76, empty message
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade 30bb17c0dc76, bf706ae5eb46 -> c9495751e314, empty message
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade f231d82b9b26 -> 130915240929, is_sqllab_view
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade 130915240929, c9495751e314 -> 5ccf602336a0, empty message
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade 5ccf602336a0 -> e502db2af7be, add template_params to tables
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade e502db2af7be -> c5756bec8b47, Time grain SQLA
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade c5756bec8b47 -> afb7730f6a9c, remove empty filters
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade afb7730f6a9c -> 80a67c5192fa, single pie chart metric
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade 80a67c5192fa -> bddc498dd179, adhoc filters
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade bddc498dd179 -> 4451805bbaa1, remove double percents
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade bddc498dd179 -> 3dda56f1c4c6, Migrate num_period_compare and period_ratio_type
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade 3dda56f1c4c6 -> 1d9e835a84f9, empty message
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade 4451805bbaa1, 1d9e835a84f9 -> e3970889f38e, empty message
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade 4451805bbaa1, 1d9e835a84f9 -> 705732c70154, empty message
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade 4451805bbaa1, 1d9e835a84f9 -> fc480c87706c, empty message
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade fc480c87706c -> bebcf3fed1fe, Migrate dashboard position_json data from V1 to V2
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade bebcf3fed1fe, 705732c70154 -> ec1f88a35cc6, empty message
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade 705732c70154, e3970889f38e -> 46ba6aaaac97, empty message
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade 46ba6aaaac97, ec1f88a35cc6 -> c18bd4186f15, empty message
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade c18bd4186f15 -> 7fcdcde0761c, Reduce position_json size by remove extra space and component id prefix
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade 7fcdcde0761c -> 0c5070e96b57, add user attributes table
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade 0c5070e96b57 -> 1a1d627ebd8e, position_json
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade 1a1d627ebd8e -> 55e910a74826, add_metadata_column_to_annotation_model.py
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade 55e910a74826 -> 4ce8df208545, empty message
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade 4ce8df208545 -> 46f444d8b9b7, remove_coordinator_from_druid_cluster_model.py
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade 46f444d8b9b7 -> a61b40f9f57f, remove allow_run_sync
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade a61b40f9f57f -> 6c7537a6004a, models for email reports
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade 6c7537a6004a -> 3e1b21cd94a4, change_owner_to_m2m_relation_on_datasources.py
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade 6c7537a6004a -> cefabc8f7d38, Increase size of name column in ab_view_menu
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade 55e910a74826 -> 0b1f1ab473c0, Add extra column to Query
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade 0b1f1ab473c0, cefabc8f7d38, 3e1b21cd94a4 -> de021a1ca60d, empty message
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade de021a1ca60d -> fb13d49b72f9, better_filters
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade fb13d49b72f9 -> a33a03f16c4a, Add extra column to SavedQuery
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade 4451805bbaa1, 1d9e835a84f9 -> c829ff0b37d0, empty message
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade c829ff0b37d0 -> 7467e77870e4, remove_aggs
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade 7467e77870e4, de021a1ca60d -> fbd55e0f83eb, empty message
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade fbd55e0f83eb, fb13d49b72f9 -> 8b70aa3d0f87, empty message
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade 8b70aa3d0f87, a33a03f16c4a -> 18dc26817ad2, empty message
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade 18dc26817ad2 -> c617da68de7d, form nullable
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade c617da68de7d -> c82ee8a39623, Add implicit tags
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade 18dc26817ad2 -> e553e78e90c5, add_druid_auth_py.py
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade e553e78e90c5, c82ee8a39623 -> 45e7da7cfeba, empty message
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade 45e7da7cfeba -> 80aa3f04bc82, Add Parent ids in dashboard layout metadata
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade 80aa3f04bc82 -> d94d33dbe938, form strip
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade d94d33dbe938 -> 937d04c16b64, update datasources
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade 937d04c16b64 -> 7f2635b51f5d, update base columns
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade 7f2635b51f5d -> e9df189e5c7e, update base metrics
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade e9df189e5c7e -> afc69274c25a, update the sql, select_sql, and executed_sql columns in the
  pre-built-dashboards-nft-starter-kit-1  |    query table in mysql dbs to be long text columns
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade afc69274c25a -> d7c1a0d6f2da, Remove limit used from query model
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade d7c1a0d6f2da -> ab8c66efdd01, resample
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade ab8c66efdd01 -> b4a38aa87893, deprecate database expression
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade b4a38aa87893 -> d6ffdf31bdd4, Add published column to dashboards
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade d6ffdf31bdd4 -> 190188938582, Remove duplicated entries in dashboard_slices table and add unique constraint
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade 190188938582 -> def97f26fdfb, Add index to tagged_object
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade def97f26fdfb -> 11c737c17cc6, deprecate_restricted_metrics
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade 11c737c17cc6 -> 258b5280a45e, form strip leading and trailing whitespace
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade 258b5280a45e -> 1495eb914ad3, time range
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade 1495eb914ad3 -> b6fa807eac07, make_names_non_nullable
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade b6fa807eac07 -> cca2f5d568c8, add encrypted_extra to dbs
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade cca2f5d568c8 -> c2acd2cf3df2, alter type of dbs encrypted_extra
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade c2acd2cf3df2 -> 78ee127d0d1d, reconvert legacy filters into adhoc
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade 78ee127d0d1d -> db4b49eb0782, Add tables for SQL Lab state
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade db4b49eb0782 -> 5afa9079866a, serialize_schema_permissions.py
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade 5afa9079866a -> 89115a40e8ea, Change table schema description to long text
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade 89115a40e8ea -> 817e1c9b09d0, add_not_null_to_dbs_sqlalchemy_url
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade 817e1c9b09d0 -> e96dbf2cfef0, datasource_cluster_fk
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade e96dbf2cfef0 -> 3325d4caccc8, empty message
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade 3325d4caccc8 -> 0a6f12f60c73, add_role_level_security
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade 0a6f12f60c73 -> 72428d1ea401, Add tmp_schema_name to the query object.
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade 72428d1ea401 -> b5998378c225, add certificate to dbs
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade b5998378c225 -> f9a30386bd74, cleanup_time_grainularity
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade f9a30386bd74 -> 620241d1153f, update time_grain_sqla
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade 620241d1153f -> 743a117f0d98, Add slack to the schedule
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade 743a117f0d98 -> e557699a813e, add_tables_relation_to_row_level_security
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade e557699a813e -> ea396d202291, Add ctas_method to the Query object
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade ea396d202291 -> a72cb0ebeb22, deprecate dbs.perm column
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade a72cb0ebeb22 -> 2f1d15e8a6af, add_alerts
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade 2f1d15e8a6af -> f2672aa8350a, add_slack_to_alerts
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade f2672aa8350a -> f120347acb39, Add extra column to tables and metrics
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade f2672aa8350a -> 978245563a02, Migrate iframe in dashboard to markdown component
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade 978245563a02, f120347acb39 -> f80a3b88324b, empty message
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade f80a3b88324b -> 2e5a0ee25ed4, refractor_alerting
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade f80a3b88324b -> 175ea3592453, Add cache to datasource lookup table.
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade 175ea3592453, 2e5a0ee25ed4 -> ae19b4ee3692, empty message
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade ae19b4ee3692 -> e5ef6828ac4e, add rls filter type and grouping key
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade e5ef6828ac4e -> 3fbbc6e8d654, fix data access permissions for virtual datasets
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade 3fbbc6e8d654 -> 18532d70ab98, Delete table_name unique constraint in mysql
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade 18532d70ab98 -> b56500de1855, add_uuid_column_to_import_mixin
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade b56500de1855 -> af30ca79208f, Collapse alerting models into a single one
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade af30ca79208f -> 585b0b1a7b18, add exec info to saved queries
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade 585b0b1a7b18 -> 96e99fb176a0, add_import_mixing_to_saved_query
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade 96e99fb176a0 -> 49b5a32daba5, add report schedules
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade 49b5a32daba5 -> a8173232b786, Add path to logs
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade a8173232b786 -> e38177dbf641, security converge saved queries
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade e38177dbf641 -> 8ee129739cf9, security converge css templates
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade 8ee129739cf9 -> 811494c0cc23, Remove path, path_no_int, and ref from logs
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade 811494c0cc23 -> 5daced1f0e76, reports add working_timeout column
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade 5daced1f0e76 -> 40f16acf1ba7, security converge reports
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade 40f16acf1ba7 -> ccb74baaa89b, security converge charts
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade ccb74baaa89b -> c25cb2c78727, security converge annotations
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade c25cb2c78727 -> 45731db65d9c, security converge datasets
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade 45731db65d9c -> 4b84f97828aa, security converge logs
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade 4b84f97828aa -> 1f6dca87d1a2, security converge dashboards
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade 1f6dca87d1a2 -> 42b4c9e01447, security converge databases
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade 42b4c9e01447 -> e37912a26567, security converge queries
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade e37912a26567 -> ab104a954a8f, reports alter crontab size
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade ab104a954a8f -> 73fd22e742ab, add_dynamic_plugins.py
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade 73fd22e742ab -> c878781977c6, alert reports shared uniqueness
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade c878781977c6 -> 260bf0649a77, migrate [x dateunit] to [x dateunit ago/later]
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade 260bf0649a77 -> e11ccdd12658, add roles relationship to dashboard
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade e11ccdd12658 -> 41ce8799acc3, rename pie label type
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade 41ce8799acc3 -> 070c043f2fdb, add granularity to charts where missing
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade 070c043f2fdb -> c501b7c653a3, add missing uuid column
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade c501b7c653a3 -> 1412ec1e5a7b, legacy force directed to echart
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade 1412ec1e5a7b -> 67da9ef1ef9c, add hide_left_bar to tabstate
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade 67da9ef1ef9c -> 989bbe479899, rename_filter_configuration_in_dashboard_metadata.py
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade 989bbe479899 -> 301362411006, add_execution_id_to_report_execution_log_model.py
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade 301362411006 -> 134cea61c5e7, remove dataset health check message
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade 134cea61c5e7 -> 085f06488938, Country map use lowercase country name
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade 085f06488938 -> fc3a3a8ff221, migrate filter sets to new format
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade fc3a3a8ff221 -> 19e978e1b9c3, add_report_format_to_report_schedule_model.py
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade 19e978e1b9c3 -> d416d0d715cc, add_limiting_factor_column_to_query_model.py
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade d416d0d715cc -> f1410ed7ec95, migrate native filters to new schema
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade f1410ed7ec95 -> 453530256cea, add_save_form_column_to_db_model
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade 453530256cea -> 3317e9248280, add_creation_method_to_reports_model
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade 3317e9248280 -> 030c840e3a1c, Add query context to slices
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade 030c840e3a1c -> ae1ed299413b, add_timezone_to_report_schedule
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade ae1ed299413b -> 31b2a1039d4a, drop tables constraint
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade 31b2a1039d4a -> e323605f370a, fix schemas_allowed_for_csv_upload
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade e323605f370a -> 143b6f2815da, migrate pivot table v2 heatmaps to new format
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade 143b6f2815da -> f6196627326f, update chart permissions
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade f6196627326f -> 6d20ba9ecb33, add_last_saved_at_to_slice_model
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade 6d20ba9ecb33 -> 07071313dd52, change_fetch_values_predicate_to_text
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade 07071313dd52 -> 021b81fe4fbb, Add type to native filter configuration
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic] [AddTypeToNativeFilter] Starting upgrade
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic] [AddTypeToNativeFilter] Done!
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade 021b81fe4fbb -> 181091c0ef16, add_extra_column_to_columns_model
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade 181091c0ef16 -> 3ebe0993c770, add filter set model
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade 3ebe0993c770 -> 60dc453f4e2e, migrate timeseries_limit_metric to legacy_order_by in pivot_table_v2
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade 60dc453f4e2e -> 32646df09c64, update time grain SQLA
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade 32646df09c64 -> b92d69a6643c, rename_csv_to_file
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade b92d69a6643c -> 0ca9e5f1dacd, rename to schemas_allowed_for_file_upload in dbs.extra
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade 0ca9e5f1dacd -> f9847149153d, add_certifications_columns_to_slice
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade f9847149153d -> aea15018d53b, add_certifications_columns_to_dashboard
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade aea15018d53b -> abe27eaf93db, add_extra_config_column_to_alerts
  pre-built-dashboards-timescaledb-1      | 2022-01-28 15:06:29.436 UTC [184] ERROR:  insert or update on table "_hyper_1_1_chunk" violates foreign key constraint "1_2_nft_sales_asset_id_fkey"
  pre-built-dashboards-timescaledb-1      | 2022-01-28 15:06:29.436 UTC [184] DETAIL:  Key (asset_id)=(37266827) is not present in table "assets".
  pre-built-dashboards-timescaledb-1      | 2022-01-28 15:06:29.436 UTC [184] CONTEXT:  COPY nft_sales, line 589756: ""
  pre-built-dashboards-timescaledb-1      | 2022-01-28 15:06:29.436 UTC [184] STATEMENT:  COPY  nft_sales FROM STDIN CSV HEADER;
  pre-built-dashboards-timescaledb-1      | ERROR:  insert or update on table "_hyper_1_1_chunk" violates foreign key constraint "1_2_nft_sales_asset_id_fkey"
  pre-built-dashboards-timescaledb-1      | DETAIL:  Key (asset_id)=(37266827) is not present in table "assets".
  pre-built-dashboards-timescaledb-1      | CONTEXT:  COPY nft_sales, line 589756: ""
  pre-built-dashboards-timescaledb-1      |
  pre-built-dashboards-timescaledb-1      | /docker-entrypoint.sh: running /docker-entrypoint-initdb.d/003_continuous_aggregates.sql
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade abe27eaf93db -> 3ba29ecbaac5, Change datatype of type in BaseColumn
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade 3ba29ecbaac5 -> fe23025b9441, rename_big_viz_total_form_data_fields
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade fe23025b9441 -> 31bb738bd1d2, move_pivot_table_v2_legacy_order_by_to_timeseries_limit_metric
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade 31bb738bd1d2 -> bb38f40aa3ff, Add force_screenshot to alerts/reports
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade bb38f40aa3ff -> c53bae8f08dd, add_saved_query_foreign_key_to_tab_state
  pre-built-dashboards-nft-starter-kit-1  | Revision ID: c53bae8f08dd
  pre-built-dashboards-nft-starter-kit-1  | Revises: bb38f40aa3ff
  pre-built-dashboards-nft-starter-kit-1  | Create Date: 2021-12-15 15:05:21.845777
  pre-built-dashboards-timescaledb-1      | CREATE EXTENSION
  pre-built-dashboards-nft-starter-kit-1  | INFO  [alembic.runtime.migration] Running upgrade c53bae8f08dd -> 5fd49410a97a, Add columns for external management
  pre-built-dashboards-timescaledb-1      | psql:/docker-entrypoint-initdb.d/003_continuous_aggregates.sql:20: NOTICE:  continuous aggregate "assets_daily" is already up-to-date
  pre-built-dashboards-timescaledb-1      | CREATE MATERIALIZED VIEW
  pre-built-dashboards-timescaledb-1      | psql:/docker-entrypoint-initdb.d/003_continuous_aggregates.sql:36: NOTICE:  continuous aggregate "collections_daily" is already up-to-date
  pre-built-dashboards-timescaledb-1      | CREATE MATERIALIZED VIEW
  pre-built-dashboards-timescaledb-1      |
  pre-built-dashboards-timescaledb-1      |
  pre-built-dashboards-timescaledb-1      | /docker-entrypoint.sh: running /docker-entrypoint-initdb.d/004_superset_views.sql
  pre-built-dashboards-nft-starter-kit-1  |
  Cleaning up slice uuid from dashboard position json.. Done.      from dashboard position json..
  pre-built-dashboards-nft-starter-kit-1  |
  pre-built-dashboards-nft-starter-kit-1  | Updated 0 pie chart labels.
  pre-built-dashboards-nft-starter-kit-1  | 0 slices altered
  pre-built-dashboards-nft-starter-kit-1  |
  Cleaning up slice uuid from dashboard position json.. Done.      from dashboard position json..
  pre-built-dashboards-nft-starter-kit-1  |
  pre-built-dashboards-nft-starter-kit-1  | Updated 0 native filter configurations.
  pre-built-dashboards-nft-starter-kit-1  | Updated 0 filter sets with 0 filters.
  pre-built-dashboards-nft-starter-kit-1  | Upgraded 0 filters and 0 filter sets.
  pre-built-dashboards-nft-starter-kit-1  | Upgraded 0 slices.
  pre-built-dashboards-timescaledb-1      | CREATE VIEW
  pre-built-dashboards-timescaledb-1      | CREATE VIEW
  pre-built-dashboards-timescaledb-1      |
  pre-built-dashboards-timescaledb-1      |
  pre-built-dashboards-timescaledb-1      | 2022-01-28 15:06:39.885 UTC [93] LOG:  received fast shutdown request
  pre-built-dashboards-timescaledb-1      | waiting for server to shut down....2022-01-28 15:06:39.891 UTC [93] LOG:  aborting any active transactions
  pre-built-dashboards-timescaledb-1      | 2022-01-28 15:06:39.927 UTC [158] LOG:  terminating TimescaleDB job scheduler due to administrator command
  pre-built-dashboards-timescaledb-1      | 2022-01-28 15:06:39.934 UTC [138] LOG:  terminating TimescaleDB job scheduler due to administrator command
  pre-built-dashboards-timescaledb-1      | 2022-01-28 15:06:39.936 UTC [158] FATAL:  terminating connection due to administrator command
  pre-built-dashboards-timescaledb-1      | terminating TimescaleDB background worker launcher due to administrator command2022-01-28 15:06:39.956 UTC [106] FATAL:  terminating connection due to administrator command
  pre-built-dashboards-timescaledb-1      | 2022-01-28 15:06:39.949 UTC [138] FATAL:  terminating connection due to administrator command
  pre-built-dashboards-timescaledb-1      | 2022-01-28 15:06:39.961 UTC [158] LOG:  terminating TimescaleDB job scheduler due to administrator command
  pre-built-dashboards-timescaledb-1      | 2022-01-28 15:06:39.963 UTC [138] LOG:  terminating TimescaleDB job scheduler due to administrator command
  pre-built-dashboards-timescaledb-1      | 2022-01-28 15:06:39.969 UTC [93] LOG:  background worker "logical replication launcher" (PID 108) exited with exit code 1
  pre-built-dashboards-timescaledb-1      | 2022-01-28 15:06:39.982 UTC [93] LOG:  background worker "TimescaleDB Background Worker Launcher" (PID 106) exited with exit code 1
  pre-built-dashboards-timescaledb-1      | 2022-01-28 15:06:40.001 UTC [93] LOG:  background worker "TimescaleDB Background Worker Scheduler" (PID 158) exited with exit code 1
  pre-built-dashboards-timescaledb-1      | 2022-01-28 15:06:40.016 UTC [93] LOG:  background worker "TimescaleDB Background Worker Scheduler" (PID 138) exited with exit code 1
  pre-built-dashboards-timescaledb-1      | 2022-01-28 15:06:40.022 UTC [99] LOG:  shutting down
  pre-built-dashboards-timescaledb-1      | 2022-01-28 15:06:40.780 UTC [93] LOG:  database system is shut down
  pre-built-dashboards-timescaledb-1      |  done
  pre-built-dashboards-timescaledb-1      | server stopped
  pre-built-dashboards-timescaledb-1      |
  pre-built-dashboards-timescaledb-1      | PostgreSQL init process complete; ready for start up.
  pre-built-dashboards-timescaledb-1      |
  pre-built-dashboards-timescaledb-1      | 2022-01-28 15:06:40.953 UTC [1] LOG:  starting PostgreSQL 13.5 (Ubuntu 13.5-1.pgdg21.04+1) on x86_64-pc-linux-gnu, compiled by gcc (Ubuntu 10.3.0-1ubuntu1) 10.3.0, 64-bit
  pre-built-dashboards-timescaledb-1      | 2022-01-28 15:06:40.958 UTC [1] LOG:  listening on IPv4 address "0.0.0.0", port 5432
  

from nft-starter-kit.

1kc2 avatar 1kc2 commented on May 13, 2024
Output of docker-compose up --build (3/3)

  pre-built-dashboards-timescaledb-1      | 2022-01-28 15:06:40.959 UTC [1] LOG:  listening on IPv6 address "::", port 5432
  pre-built-dashboards-timescaledb-1      | 2022-01-28 15:06:40.962 UTC [1] LOG:  listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
  pre-built-dashboards-timescaledb-1      | 2022-01-28 15:06:41.012 UTC [204] LOG:  database system was shut down at 2022-01-28 15:06:40 UTC
  pre-built-dashboards-timescaledb-1      | 2022-01-28 15:06:41.030 UTC [1] LOG:  database system is ready to accept connections
  pre-built-dashboards-timescaledb-1      | 2022-01-28 15:06:41.044 UTC [213] LOG:  TimescaleDB background worker launcher connected to shared catalogs
  pre-built-dashboards-nft-starter-kit-1  | --------------------------------------------------------------------------------
  pre-built-dashboards-nft-starter-kit-1  |                                     WARNING
  pre-built-dashboards-nft-starter-kit-1  | --------------------------------------------------------------------------------
  pre-built-dashboards-nft-starter-kit-1  | A Default SECRET_KEY was detected, please use superset_config.py to override it.
  pre-built-dashboards-nft-starter-kit-1  | Use a strong complex alphanumeric string and use a tool to help you generate
  pre-built-dashboards-nft-starter-kit-1  | a sufficiently random sequence, ex: openssl rand -base64 42
  pre-built-dashboards-nft-starter-kit-1  | --------------------------------------------------------------------------------
  pre-built-dashboards-nft-starter-kit-1  | --------------------------------------------------------------------------------
  pre-built-dashboards-nft-starter-kit-1  | logging was configured successfully
  pre-built-dashboards-nft-starter-kit-1  | 2022-01-28 15:06:44,468:INFO:superset.utils.logging_configurator:logging was configured successfully
  pre-built-dashboards-nft-starter-kit-1  | 2022-01-28 15:06:44,502:INFO:root:Configured event logger of type 
  pre-built-dashboards-nft-starter-kit-1  | /usr/local/lib/python3.8/site-packages/flask_caching/__init__.py:201: UserWarning: Flask-Caching: CACHE_TYPE is set to null, caching is effectively disabled.
  pre-built-dashboards-nft-starter-kit-1  |   warnings.warn(
  pre-built-dashboards-nft-starter-kit-1  | Syncing role definition
  pre-built-dashboards-nft-starter-kit-1  | 2022-01-28 15:07:12,614:INFO:superset.security.manager:Syncing role definition
  pre-built-dashboards-nft-starter-kit-1  | Syncing Admin perms
  pre-built-dashboards-nft-starter-kit-1  | 2022-01-28 15:07:12,869:INFO:superset.security.manager:Syncing Admin perms
  pre-built-dashboards-nft-starter-kit-1  | Syncing Alpha perms
  pre-built-dashboards-nft-starter-kit-1  | 2022-01-28 15:07:13,200:INFO:superset.security.manager:Syncing Alpha perms
  pre-built-dashboards-nft-starter-kit-1  | Syncing Gamma perms
  pre-built-dashboards-nft-starter-kit-1  | 2022-01-28 15:07:14,372:INFO:superset.security.manager:Syncing Gamma perms
  pre-built-dashboards-nft-starter-kit-1  | Syncing granter perms
  pre-built-dashboards-nft-starter-kit-1  | 2022-01-28 15:07:15,496:INFO:superset.security.manager:Syncing granter perms
  pre-built-dashboards-nft-starter-kit-1  | Syncing sql_lab perms
  pre-built-dashboards-nft-starter-kit-1  | 2022-01-28 15:07:16,414:INFO:superset.security.manager:Syncing sql_lab perms
  pre-built-dashboards-nft-starter-kit-1  | Fetching a set of all perms to lookup which ones are missing
  pre-built-dashboards-nft-starter-kit-1  | 2022-01-28 15:07:17,626:INFO:superset.security.manager:Fetching a set of all perms to lookup which ones are missing
  pre-built-dashboards-nft-starter-kit-1  | Creating missing datasource permissions.
  pre-built-dashboards-nft-starter-kit-1  | 2022-01-28 15:07:17,976:INFO:superset.security.manager:Creating missing datasource permissions.
  pre-built-dashboards-nft-starter-kit-1  | Creating missing database permissions.
  pre-built-dashboards-nft-starter-kit-1  | 2022-01-28 15:07:18,006:INFO:superset.security.manager:Creating missing database permissions.
  pre-built-dashboards-nft-starter-kit-1  | Cleaning faulty perms
  pre-built-dashboards-nft-starter-kit-1  | 2022-01-28 15:07:18,028:INFO:superset.security.manager:Cleaning faulty perms
  pre-built-dashboards-nft-starter-kit-1  | --------------------------------------------------------------------------------
  pre-built-dashboards-nft-starter-kit-1  |                                     WARNING
  pre-built-dashboards-nft-starter-kit-1  | --------------------------------------------------------------------------------
  pre-built-dashboards-nft-starter-kit-1  | A Default SECRET_KEY was detected, please use superset_config.py to override it.
  pre-built-dashboards-nft-starter-kit-1  | Use a strong complex alphanumeric string and use a tool to help you generate
  pre-built-dashboards-nft-starter-kit-1  | a sufficiently random sequence, ex: openssl rand -base64 42
  pre-built-dashboards-nft-starter-kit-1  | --------------------------------------------------------------------------------
  pre-built-dashboards-nft-starter-kit-1  | --------------------------------------------------------------------------------
  pre-built-dashboards-nft-starter-kit-1  | logging was configured successfully
  pre-built-dashboards-nft-starter-kit-1  | 2022-01-28 15:07:29,540:INFO:superset.utils.logging_configurator:logging was configured successfully
  pre-built-dashboards-nft-starter-kit-1  | 2022-01-28 15:07:29,589:INFO:root:Configured event logger of type 
  pre-built-dashboards-nft-starter-kit-1  | /usr/local/lib/python3.8/site-packages/flask_caching/__init__.py:201: UserWarning: Flask-Caching: CACHE_TYPE is set to null, caching is effectively disabled.
  pre-built-dashboards-nft-starter-kit-1  |   warnings.warn(
  pre-built-dashboards-nft-starter-kit-1  | Importing dataset from file sources.yaml
  pre-built-dashboards-nft-starter-kit-1  | 2022-01-28 15:07:37,726:INFO:superset.datasets.commands.importers.v0:Importing dataset from file sources.yaml
  pre-built-dashboards-nft-starter-kit-1  | Importing 1 databases
  pre-built-dashboards-nft-starter-kit-1  | 2022-01-28 15:07:37,728:INFO:superset.datasets.commands.importers.v0:Importing 1 databases
  pre-built-dashboards-nft-starter-kit-1  | Importing new dbs NFT Starter Kit
  pre-built-dashboards-nft-starter-kit-1  | 2022-01-28 15:07:37,761:INFO:superset.models.helpers:Importing new dbs NFT Starter Kit
  pre-built-dashboards-nft-starter-kit-1  | Importing new tables public.superset_assets_daily
  pre-built-dashboards-nft-starter-kit-1  | 2022-01-28 15:07:37,820:INFO:superset.models.helpers:Importing new tables public.superset_assets_daily
  pre-built-dashboards-nft-starter-kit-1  | Importing new sql_metrics 
  pre-built-dashboards-nft-starter-kit-1  | 2022-01-28 15:07:37,888:INFO:superset.models.helpers:Importing new sql_metrics 
  pre-built-dashboards-nft-starter-kit-1  | Importing new table_columns bucket
  pre-built-dashboards-nft-starter-kit-1  | 2022-01-28 15:07:37,931:INFO:superset.models.helpers:Importing new table_columns bucket
  pre-built-dashboards-nft-starter-kit-1  | Importing new table_columns median_price
  pre-built-dashboards-nft-starter-kit-1  | 2022-01-28 15:07:37,971:INFO:superset.models.helpers:Importing new table_columns median_price
  pre-built-dashboards-nft-starter-kit-1  | Importing new table_columns mean_price
  pre-built-dashboards-nft-starter-kit-1  | 2022-01-28 15:07:38,008:INFO:superset.models.helpers:Importing new table_columns mean_price
  pre-built-dashboards-nft-starter-kit-1  | Importing new table_columns close_price
  pre-built-dashboards-nft-starter-kit-1  | 2022-01-28 15:07:38,043:INFO:superset.models.helpers:Importing new table_columns close_price
  pre-built-dashboards-nft-starter-kit-1  | Importing new table_columns open_price
  pre-built-dashboards-nft-starter-kit-1  | 2022-01-28 15:07:38,076:INFO:superset.models.helpers:Importing new table_columns open_price
  pre-built-dashboards-nft-starter-kit-1  | Importing new table_columns high_price
  pre-built-dashboards-nft-starter-kit-1  | 2022-01-28 15:07:38,109:INFO:superset.models.helpers:Importing new table_columns high_price
  pre-built-dashboards-nft-starter-kit-1  | Importing new table_columns low_price
  pre-built-dashboards-nft-starter-kit-1  | 2022-01-28 15:07:38,143:INFO:superset.models.helpers:Importing new table_columns low_price
  pre-built-dashboards-nft-starter-kit-1  | Importing new table_columns volume_eth
  pre-built-dashboards-nft-starter-kit-1  | 2022-01-28 15:07:38,177:INFO:superset.models.helpers:Importing new table_columns volume_eth
  pre-built-dashboards-nft-starter-kit-1  | Importing new table_columns asset_id
  pre-built-dashboards-nft-starter-kit-1  | 2022-01-28 15:07:38,209:INFO:superset.models.helpers:Importing new table_columns asset_id
  pre-built-dashboards-nft-starter-kit-1  | Importing new table_columns volume
  pre-built-dashboards-nft-starter-kit-1  | 2022-01-28 15:07:38,243:INFO:superset.models.helpers:Importing new table_columns volume
  pre-built-dashboards-nft-starter-kit-1  | Importing new table_columns asset_name
  pre-built-dashboards-nft-starter-kit-1  | 2022-01-28 15:07:38,277:INFO:superset.models.helpers:Importing new table_columns asset_name
  pre-built-dashboards-nft-starter-kit-1  | Importing new table_columns nft_image
  pre-built-dashboards-nft-starter-kit-1  | 2022-01-28 15:07:38,310:INFO:superset.models.helpers:Importing new table_columns nft_image
  pre-built-dashboards-nft-starter-kit-1  | Importing new table_columns collection_slug
  pre-built-dashboards-nft-starter-kit-1  | 2022-01-28 15:07:38,343:INFO:superset.models.helpers:Importing new table_columns collection_slug
  pre-built-dashboards-nft-starter-kit-1  | Importing new tables public.superset_collections_daily
  pre-built-dashboards-nft-starter-kit-1  | 2022-01-28 15:07:38,380:INFO:superset.models.helpers:Importing new tables public.superset_collections_daily
  pre-built-dashboards-nft-starter-kit-1  | Importing new sql_metrics 
  pre-built-dashboards-nft-starter-kit-1  | 2022-01-28 15:07:38,425:INFO:superset.models.helpers:Importing new sql_metrics 
  pre-built-dashboards-nft-starter-kit-1  | Importing new table_columns bucket
  pre-built-dashboards-nft-starter-kit-1  | 2022-01-28 15:07:38,460:INFO:superset.models.helpers:Importing new table_columns bucket
  pre-built-dashboards-nft-starter-kit-1  | Importing new table_columns median_price
  pre-built-dashboards-nft-starter-kit-1  | 2022-01-28 15:07:38,491:INFO:superset.models.helpers:Importing new table_columns median_price
  pre-built-dashboards-nft-starter-kit-1  | Importing new table_columns mean_price
  pre-built-dashboards-nft-starter-kit-1  | 2022-01-28 15:07:38,522:INFO:superset.models.helpers:Importing new table_columns mean_price
  pre-built-dashboards-nft-starter-kit-1  | Importing new table_columns max_price
  pre-built-dashboards-nft-starter-kit-1  | 2022-01-28 15:07:38,555:INFO:superset.models.helpers:Importing new table_columns max_price
  pre-built-dashboards-nft-starter-kit-1  | Importing new table_columns volume_eth
  pre-built-dashboards-nft-starter-kit-1  | 2022-01-28 15:07:38,587:INFO:superset.models.helpers:Importing new table_columns volume_eth
  pre-built-dashboards-nft-starter-kit-1  | Importing new table_columns most_expensive_nft_id
  pre-built-dashboards-nft-starter-kit-1  | 2022-01-28 15:07:38,619:INFO:superset.models.helpers:Importing new table_columns most_expensive_nft_id
  pre-built-dashboards-nft-starter-kit-1  | Importing new table_columns volume
  pre-built-dashboards-nft-starter-kit-1  | 2022-01-28 15:07:38,651:INFO:superset.models.helpers:Importing new table_columns volume
  pre-built-dashboards-nft-starter-kit-1  | Importing new table_columns nft_image
  pre-built-dashboards-nft-starter-kit-1  | 2022-01-28 15:07:38,685:INFO:superset.models.helpers:Importing new table_columns nft_image
  pre-built-dashboards-nft-starter-kit-1  | Importing new table_columns slug
  pre-built-dashboards-nft-starter-kit-1  | 2022-01-28 15:07:38,715:INFO:superset.models.helpers:Importing new table_columns slug
  pre-built-dashboards-nft-starter-kit-1  | Importing 0 druid_clusters
  pre-built-dashboards-nft-starter-kit-1  | 2022-01-28 15:07:38,716:INFO:superset.datasets.commands.importers.v0:Importing 0 druid_clusters
  pre-built-dashboards-nft-starter-kit-1  | --------------------------------------------------------------------------------
  pre-built-dashboards-nft-starter-kit-1  |                                     WARNING
  pre-built-dashboards-nft-starter-kit-1  | --------------------------------------------------------------------------------
  pre-built-dashboards-nft-starter-kit-1  | A Default SECRET_KEY was detected, please use superset_config.py to override it.
  pre-built-dashboards-nft-starter-kit-1  | Use a strong complex alphanumeric string and use a tool to help you generate
  pre-built-dashboards-nft-starter-kit-1  | a sufficiently random sequence, ex: openssl rand -base64 42
  pre-built-dashboards-nft-starter-kit-1  | --------------------------------------------------------------------------------
  pre-built-dashboards-nft-starter-kit-1  | --------------------------------------------------------------------------------
  pre-built-dashboards-nft-starter-kit-1  | logging was configured successfully
  pre-built-dashboards-nft-starter-kit-1  | 2022-01-28 15:07:52,936:INFO:superset.utils.logging_configurator:logging was configured successfully
  pre-built-dashboards-nft-starter-kit-1  | 2022-01-28 15:07:52,998:INFO:root:Configured event logger of type 
  pre-built-dashboards-nft-starter-kit-1  | /usr/local/lib/python3.8/site-packages/flask_caching/__init__.py:201: UserWarning: Flask-Caching: CACHE_TYPE is set to null, caching is effectively disabled.
  pre-built-dashboards-nft-starter-kit-1  |   warnings.warn(
  pre-built-dashboards-nft-starter-kit-1  | Importing dashboard from file dash.json
  pre-built-dashboards-nft-starter-kit-1  | 2022-01-28 15:08:03,246:INFO:superset.dashboards.commands.importers.v0:Importing dashboard from file dash.json
  pre-built-dashboards-nft-starter-kit-1  | Started import of the datasource: {'uuid': None, 'created_on': None, 'changed_on': None, 'id': None, 'description': None, 'default_endpoint': None, 'is_featured': None, 'filter_select_enabled': False, 'offset': 0, 'cache_timeout': None, 'params': '{"remote_id": 57, "database_name": "NFT Starter Kit"}', 'perm': None, 'schema_perm': None, 'is_managed_externally': None, 'external_url': None, 'table_name': 'superset_assets_daily', 'main_dttm_col': 'bucket', 'database_id': 4, 'fetch_values_predicate': None, 'schema': 'public', 'sql': None, 'is_sqllab_view': None, 'template_params': None, 'extra': None, 'created_by_fk': None, 'changed_by_fk': None}
  pre-built-dashboards-nft-starter-kit-1  | 2022-01-28 15:08:03,322:INFO:superset.datasets.commands.importers.v0:Started import of the datasource: {'uuid': None, 'created_on': None, 'changed_on': None, 'id': None, 'description': None, 'default_endpoint': None, 'is_featured': None, 'filter_select_enabled': False, 'offset': 0, 'cache_timeout': None, 'params': '{"remote_id": 57, "database_name": "NFT Starter Kit"}', 'perm': None, 'schema_perm': None, 'is_managed_externally': None, 'external_url': None, 'table_name': 'superset_assets_daily', 'main_dttm_col': 'bucket', 'database_id': 4, 'fetch_values_predicate': None, 'schema': 'public', 'sql': None, 'is_sqllab_view': None, 'template_params': None, 'extra': None, 'created_by_fk': None, 'changed_by_fk': None}
  pre-built-dashboards-nft-starter-kit-1  | Importing metric {'uuid': None, 'created_on': None, 'changed_on': None, 'id': None, 'metric_name': 'count', 'verbose_name': 'COUNT(*)', 'metric_type': 'count', 'description': None, 'd3format': None, 'warning_text': None, 'table_id': 1, 'expression': 'COUNT(*)', 'extra': None, 'created_by_fk': None, 'changed_by_fk': None} from the datasource: [None].[public].[superset_assets_daily]
  pre-built-dashboards-nft-starter-kit-1  | 2022-01-28 15:08:03,486:INFO:superset.datasets.commands.importers.v0:Importing metric {'uuid': None, 'created_on': None, 'changed_on': None, 'id': None, 'metric_name': 'count', 'verbose_name': 'COUNT(*)', 'metric_type': 'count', 'description': None, 'd3format': None, 'warning_text': None, 'table_id': 1, 'expression': 'COUNT(*)', 'extra': None, 'created_by_fk': None, 'changed_by_fk': None} from the datasource: [None].[public].[superset_assets_daily]
  pre-built-dashboards-nft-starter-kit-1  | Importing column {'uuid': None, 'created_on': None, 'changed_on': None, 'id': None, 'column_name': 'bucket', 'verbose_name': None, 'is_active': True, 'type': 'TIMESTAMP WITH TIME ZONE', 'groupby': True, 'filterable': True, 'description': None, 'table_id': 1, 'is_dttm': True, 'expression': None, 'python_date_format': None, 'extra': None, 'created_by_fk': None, 'changed_by_fk': None} from the datasource: [None].[public].[superset_assets_daily]
  pre-built-dashboards-nft-starter-kit-1  | 2022-01-28 15:08:03,516:INFO:superset.datasets.commands.importers.v0:Importing column {'uuid': None, 'created_on': None, 'changed_on': None, 'id': None, 'column_name': 'bucket', 'verbose_name': None, 'is_active': True, 'type': 'TIMESTAMP WITH TIME ZONE', 'groupby': True, 'filterable': True, 'description': None, 'table_id': 1, 'is_dttm': True, 'expression': None, 'python_date_format': None, 'extra': None, 'created_by_fk': None, 'changed_by_fk': None} from the datasource: [None].[public].[superset_assets_daily]
  pre-built-dashboards-nft-starter-kit-1  | Importing column {'uuid': None, 'created_on': None, 'changed_on': None, 'id': None, 'column_name': 'asset_id', 'verbose_name': None, 'is_active': True, 'type': 'BIGINT', 'groupby': True, 'filterable': True, 'description': None, 'table_id': 1, 'is_dttm': False, 'expression': None, 'python_date_format': None, 'extra': None, 'created_by_fk': None, 'changed_by_fk': None} from the datasource: [None].[public].[superset_assets_daily]
  pre-built-dashboards-nft-starter-kit-1  | 2022-01-28 15:08:03,556:INFO:superset.datasets.commands.importers.v0:Importing column {'uuid': None, 'created_on': None, 'changed_on': None, 'id': None, 'column_name': 'asset_id', 'verbose_name': None, 'is_active': True, 'type': 'BIGINT', 'groupby': True, 'filterable': True, 'description': None, 'table_id': 1, 'is_dttm': False, 'expression': None, 'python_date_format': None, 'extra': None, 'created_by_fk': None, 'changed_by_fk': None} from the datasource: [None].[public].[superset_assets_daily]
  pre-built-dashboards-nft-starter-kit-1  | Importing column {'uuid': None, 'created_on': None, 'changed_on': None, 'id': None, 'column_name': 'asset_name', 'verbose_name': None, 'is_active': True, 'type': 'TEXT', 'groupby': True, 'filterable': True, 'description': None, 'table_id': 1, 'is_dttm': False, 'expression': None, 'python_date_format': None, 'extra': None, 'created_by_fk': None, 'changed_by_fk': None} from the datasource: [None].[public].[superset_assets_daily]
  pre-built-dashboards-nft-starter-kit-1  | 2022-01-28 15:08:03,570:INFO:superset.datasets.commands.importers.v0:Importing column {'uuid': None, 'created_on': None, 'changed_on': None, 'id': None, 'column_name': 'asset_name', 'verbose_name': None, 'is_active': True, 'type': 'TEXT', 'groupby': True, 'filterable': True, 'description': None, 'table_id': 1, 'is_dttm': False, 'expression': None, 'python_date_format': None, 'extra': None, 'created_by_fk': None, 'changed_by_fk': None} from the datasource: [None].[public].[superset_assets_daily]
  pre-built-dashboards-nft-starter-kit-1  | Importing column {'uuid': None, 'created_on': None, 'changed_on': None, 'id': None, 'column_name': 'collection_slug', 'verbose_name': None, 'is_active': True, 'type': 'TEXT', 'groupby': True, 'filterable': True, 'description': None, 'table_id': 1, 'is_dttm': False, 'expression': None, 'python_date_format': None, 'extra': None, 'created_by_fk': None, 'changed_by_fk': None} from the datasource: [None].[public].[superset_assets_daily]
  pre-built-dashboards-nft-starter-kit-1  | 2022-01-28 15:08:03,588:INFO:superset.datasets.commands.importers.v0:Importing column {'uuid': None, 'created_on': None, 'changed_on': None, 'id': None, 'column_name': 'collection_slug', 'verbose_name': None, 'is_active': True, 'type': 'TEXT', 'groupby': True, 'filterable': True, 'description': None, 'table_id': 1, 'is_dttm': False, 'expression': None, 'python_date_format': None, 'extra': None, 'created_by_fk': None, 'changed_by_fk': None} from the datasource: [None].[public].[superset_assets_daily]
  pre-built-dashboards-nft-starter-kit-1  | Importing column {'uuid': None, 'created_on': None, 'changed_on': None, 'id': None, 'column_name': 'mean_price', 'verbose_name': None, 'is_active': True, 'type': 'DOUBLE PRECISION', 'groupby': True, 'filterable': True, 'description': None, 'table_id': 1, 'is_dttm': False, 'expression': None, 'python_date_format': None, 'extra': None, 'created_by_fk': None, 'changed_by_fk': None} from the datasource: [None].[public].[superset_assets_daily]
  pre-built-dashboards-nft-starter-kit-1  | 2022-01-28 15:08:03,603:INFO:superset.datasets.commands.importers.v0:Importing column {'uuid': None, 'created_on': None, 'changed_on': None, 'id': None, 'column_name': 'mean_price', 'verbose_name': None, 'is_active': True, 'type': 'DOUBLE PRECISION', 'groupby': True, 'filterable': True, 'description': None, 'table_id': 1, 'is_dttm': False, 'expression': None, 'python_date_format': None, 'extra': None, 'created_by_fk': None, 'changed_by_fk': None} from the datasource: [None].[public].[superset_assets_daily]
  pre-built-dashboards-nft-starter-kit-1  | Importing column {'uuid': None, 'created_on': None, 'changed_on': None, 'id': None, 'column_name': 'median_price', 'verbose_name': None, 'is_active': True, 'type': 'DOUBLE PRECISION', 'groupby': True, 'filterable': True, 'description': None, 'table_id': 1, 'is_dttm': False, 'expression': None, 'python_date_format': None, 'extra': None, 'created_by_fk': None, 'changed_by_fk': None} from the datasource: [None].[public].[superset_assets_daily]
  pre-built-dashboards-nft-starter-kit-1  | 2022-01-28 15:08:03,615:INFO:superset.datasets.commands.importers.v0:Importing column {'uuid': None, 'created_on': None, 'changed_on': None, 'id': None, 'column_name': 'median_price', 'verbose_name': None, 'is_active': True, 'type': 'DOUBLE PRECISION', 'groupby': True, 'filterable': True, 'description': None, 'table_id': 1, 'is_dttm': False, 'expression': None, 'python_date_format': None, 'extra': None, 'created_by_fk': None, 'changed_by_fk': None} from the datasource: [None].[public].[superset_assets_daily]
  pre-built-dashboards-nft-starter-kit-1  | Importing column {'uuid': None, 'created_on': None, 'changed_on': None, 'id': None, 'column_name': 'volume', 'verbose_name': None, 'is_active': True, 'type': 'BIGINT', 'groupby': True, 'filterable': True, 'description': None, 'table_id': 1, 'is_dttm': False, 'expression': None, 'python_date_format': None, 'extra': None, 'created_by_fk': None, 'changed_by_fk': None} from the datasource: [None].[public].[superset_assets_daily]
  pre-built-dashboards-nft-starter-kit-1  | 2022-01-28 15:08:03,628:INFO:superset.datasets.commands.importers.v0:Importing column {'uuid': None, 'created_on': None, 'changed_on': None, 'id': None, 'column_name': 'volume', 'verbose_name': None, 'is_active': True, 'type': 'BIGINT', 'groupby': True, 'filterable': True, 'description': None, 'table_id': 1, 'is_dttm': False, 'expression': None, 'python_date_format': None, 'extra': None, 'created_by_fk': None, 'changed_by_fk': None} from the datasource: [None].[public].[superset_assets_daily]
  pre-built-dashboards-nft-starter-kit-1  | Importing column {'uuid': None, 'created_on': None, 'changed_on': None, 'id': None, 'column_name': 'volume_eth', 'verbose_name': None, 'is_active': True, 'type': 'DOUBLE PRECISION', 'groupby': True, 'filterable': True, 'description': None, 'table_id': 1, 'is_dttm': False, 'expression': None, 'python_date_format': None, 'extra': None, 'created_by_fk': None, 'changed_by_fk': None} from the datasource: [None].[public].[superset_assets_daily]
  pre-built-dashboards-nft-starter-kit-1  | 2022-01-28 15:08:03,641:INFO:superset.datasets.commands.importers.v0:Importing column {'uuid': None, 'created_on': None, 'changed_on': None, 'id': None, 'column_name': 'volume_eth', 'verbose_name': None, 'is_active': True, 'type': 'DOUBLE PRECISION', 'groupby': True, 'filterable': True, 'description': None, 'table_id': 1, 'is_dttm': False, 'expression': None, 'python_date_format': None, 'extra': None, 'created_by_fk': None, 'changed_by_fk': None} from the datasource: [None].[public].[superset_assets_daily]
  pre-built-dashboards-nft-starter-kit-1  | Importing column {'uuid': None, 'created_on': None, 'changed_on': None, 'id': None, 'column_name': 'open_price', 'verbose_name': None, 'is_active': True, 'type': 'DOUBLE PRECISION', 'groupby': True, 'filterable': True, 'description': None, 'table_id': 1, 'is_dttm': False, 'expression': None, 'python_date_format': None, 'extra': None, 'created_by_fk': None, 'changed_by_fk': None} from the datasource: [None].[public].[superset_assets_daily]
  pre-built-dashboards-nft-starter-kit-1  | 2022-01-28 15:08:03,654:INFO:superset.datasets.commands.importers.v0:Importing column {'uuid': None, 'created_on': None, 'changed_on': None, 'id': None, 'column_name': 'open_price', 'verbose_name': None, 'is_active': True, 'type': 'DOUBLE PRECISION', 'groupby': True, 'filterable': True, 'description': None, 'table_id': 1, 'is_dttm': False, 'expression': None, 'python_date_format': None, 'extra': None, 'created_by_fk': None, 'changed_by_fk': None} from the datasource: [None].[public].[superset_assets_daily]
  pre-built-dashboards-nft-starter-kit-1  | Importing column {'uuid': None, 'created_on': None, 'changed_on': None, 'id': None, 'column_name': 'high_price', 'verbose_name': None, 'is_active': True, 'type': 'DOUBLE PRECISION', 'groupby': True, 'filterable': True, 'description': None, 'table_id': 1, 'is_dttm': False, 'expression': None, 'python_date_format': None, 'extra': None, 'created_by_fk': None, 'changed_by_fk': None} from the datasource: [None].[public].[superset_assets_daily]
  pre-built-dashboards-nft-starter-kit-1  | 2022-01-28 15:08:03,669:INFO:superset.datasets.commands.importers.v0:Importing column {'uuid': None, 'created_on': None, 'changed_on': None, 'id': None, 'column_name': 'high_price', 'verbose_name': None, 'is_active': True, 'type': 'DOUBLE PRECISION', 'groupby': True, 'filterable': True, 'description': None, 'table_id': 1, 'is_dttm': False, 'expression': None, 'python_date_format': None, 'extra': None, 'created_by_fk': None, 'changed_by_fk': None} from the datasource: [None].[public].[superset_assets_daily]
  pre-built-dashboards-nft-starter-kit-1  | Importing column {'uuid': None, 'created_on': None, 'changed_on': None, 'id': None, 'column_name': 'low_price', 'verbose_name': None, 'is_active': True, 'type': 'DOUBLE PRECISION', 'groupby': True, 'filterable': True, 'description': None, 'table_id': 1, 'is_dttm': False, 'expression': None, 'python_date_format': None, 'extra': None, 'created_by_fk': None, 'changed_by_fk': None} from the datasource: [None].[public].[superset_assets_daily]
  pre-built-dashboards-nft-starter-kit-1  | 2022-01-28 15:08:03,687:INFO:superset.datasets.commands.importers.v0:Importing column {'uuid': None, 'created_on': None, 'changed_on': None, 'id': None, 'column_name': 'low_price', 'verbose_name': None, 'is_active': True, 'type': 'DOUBLE PRECISION', 'groupby': True, 'filterable': True, 'description': None, 'table_id': 1, 'is_dttm': False, 'expression': None, 'python_date_format': None, 'extra': None, 'created_by_fk': None, 'changed_by_fk': None} from the datasource: [None].[public].[superset_assets_daily]
  pre-built-dashboards-nft-starter-kit-1  | Importing column {'uuid': None, 'created_on': None, 'changed_on': None, 'id': None, 'column_name': 'close_price', 'verbose_name': None, 'is_active': True, 'type': 'DOUBLE PRECISION', 'groupby': True, 'filterable': True, 'description': None, 'table_id': 1, 'is_dttm': False, 'expression': None, 'python_date_format': None, 'extra': None, 'created_by_fk': None, 'changed_by_fk': None} from the datasource: [None].[public].[superset_assets_daily]
  pre-built-dashboards-nft-starter-kit-1  | 2022-01-28 15:08:03,704:INFO:superset.datasets.commands.importers.v0:Importing column {'uuid': None, 'created_on': None, 'changed_on': None, 'id': None, 'column_name': 'close_price', 'verbose_name': None, 'is_active': True, 'type': 'DOUBLE PRECISION', 'groupby': True, 'filterable': True, 'description': None, 'table_id': 1, 'is_dttm': False, 'expression': None, 'python_date_format': None, 'extra': None, 'created_by_fk': None, 'changed_by_fk': None} from the datasource: [None].[public].[superset_assets_daily]
  pre-built-dashboards-nft-starter-kit-1  | Importing column {'uuid': None, 'created_on': None, 'changed_on': None, 'id': None, 'column_name': 'nft_image', 'verbose_name': None, 'is_active': True, 'type': 'TEXT', 'groupby': True, 'filterable': True, 'description': None, 'table_id': 1, 'is_dttm': False, 'expression': None, 'python_date_format': None, 'extra': None, 'created_by_fk': None, 'changed_by_fk': None} from the datasource: [None].[public].[superset_assets_daily]
  pre-built-dashboards-nft-starter-kit-1  | 2022-01-28 15:08:03,720:INFO:superset.datasets.commands.importers.v0:Importing column {'uuid': None, 'created_on': None, 'changed_on': None, 'id': None, 'column_name': 'nft_image', 'verbose_name': None, 'is_active': True, 'type': 'TEXT', 'groupby': True, 'filterable': True, 'description': None, 'table_id': 1, 'is_dttm': False, 'expression': None, 'python_date_format': None, 'extra': None, 'created_by_fk': None, 'changed_by_fk': None} from the datasource: [None].[public].[superset_assets_daily]
  pre-built-dashboards-nft-starter-kit-1  | Started import of the datasource: {'uuid': None, 'created_on': None, 'changed_on': None, 'id': None, 'description': None, 'default_endpoint': None, 'is_featured': None, 'filter_select_enabled': False, 'offset': 0, 'cache_timeout': None, 'params': '{"remote_id": 55, "database_name": "NFT Starter Kit"}', 'perm': None, 'schema_perm': None, 'is_managed_externally': None, 'external_url': None, 'table_name': 'Most often traded collections?', 'main_dttm_col': None, 'database_id': 4, 'fetch_values_predicate': None, 'schema': 'public', 'sql': '/* Most often traded collections? */\nSELECT\nslug,\nSUM(volume) total_volume,\nSUM(volume_eth) total_volume_eth\nFROM collections_daily cagg\nINNER JOIN collections c ON cagg.collection_id = c.id\nINNER JOIN assets a ON a.id = cagg.most_expensive_nft_id\nGROUP BY cagg.collection_id, slug\nORDER BY total_volume DESC', 'is_sqllab_view': None, 'template_params': None, 'extra': None, 'created_by_fk': None, 'changed_by_fk': None}
  pre-built-dashboards-nft-starter-kit-1  | 2022-01-28 15:08:03,735:INFO:superset.datasets.commands.importers.v0:Started import of the datasource: {'uuid': None, 'created_on': None, 'changed_on': None, 'id': None, 'description': None, 'default_endpoint': None, 'is_featured': None, 'filter_select_enabled': False, 'offset': 0, 'cache_timeout': None, 'params': '{"remote_id": 55, "database_name": "NFT Starter Kit"}', 'perm': None, 'schema_perm': None, 'is_managed_externally': None, 'external_url': None, 'table_name': 'Most often traded collections?', 'main_dttm_col': None, 'database_id': 4, 'fetch_values_predicate': None, 'schema': 'public', 'sql': '/* Most often traded collections? */\nSELECT\nslug,\nSUM(volume) total_volume,\nSUM(volume_eth) total_volume_eth\nFROM collections_daily cagg\nINNER JOIN collections c ON cagg.collection_id = c.id\nINNER JOIN assets a ON a.id = cagg.most_expensive_nft_id\nGROUP BY cagg.collection_id, slug\nORDER BY total_volume DESC', 'is_sqllab_view': None, 'template_params': None, 'extra': None, 'created_by_fk': None, 'changed_by_fk': None}
  pre-built-dashboards-nft-starter-kit-1  | Importing metric {'uuid': None, 'created_on': None, 'changed_on': None, 'id': None, 'metric_name': 'count', 'verbose_name': None, 'metric_type': None, 'description': None, 'd3format': None, 'warning_text': None, 'table_id': 3, 'expression': 'count(*)', 'extra': '{"warning_markdown":""}', 'created_by_fk': None, 'changed_by_fk': None} from the datasource: [None].[public].[Most often traded collections?]
  pre-built-dashboards-nft-starter-kit-1  | 2022-01-28 15:08:03,808:INFO:superset.datasets.commands.importers.v0:Importing metric {'uuid': None, 'created_on': None, 'changed_on': None, 'id': None, 'metric_name': 'count', 'verbose_name': None, 'metric_type': None, 'description': None, 'd3format': None, 'warning_text': None, 'table_id': 3, 'expression': 'count(*)', 'extra': '{"warning_markdown":""}', 'created_by_fk': None, 'changed_by_fk': None} from the datasource: [None].[public].[Most often traded collections?]
  pre-built-dashboards-nft-starter-kit-1  | Importing column {'uuid': None, 'created_on': None, 'changed_on': None, 'id': None, 'column_name': 'slug', 'verbose_name': None, 'is_active': None, 'type': 'STRING', 'groupby': True, 'filterable': True, 'description': None, 'table_id': 3, 'is_dttm': False, 'expression': None, 'python_date_format': None, 'extra': None, 'created_by_fk': None, 'changed_by_fk': None} from the datasource: [None].[public].[Most often traded collections?]
  pre-built-dashboards-nft-starter-kit-1  | 2022-01-28 15:08:03,825:INFO:superset.datasets.commands.importers.v0:Importing column {'uuid': None, 'created_on': None, 'changed_on': None, 'id': None, 'column_name': 'slug', 'verbose_name': None, 'is_active': None, 'type': 'STRING', 'groupby': True, 'filterable': True, 'description': None, 'table_id': 3, 'is_dttm': False, 'expression': None, 'python_date_format': None, 'extra': None, 'created_by_fk': None, 'changed_by_fk': None} from the datasource: [None].[public].[Most often traded collections?]
  pre-built-dashboards-nft-starter-kit-1  | Importing column {'uuid': None, 'created_on': None, 'changed_on': None, 'id': None, 'column_name': 'total_volume', 'verbose_name': None, 'is_active': None, 'type': None, 'groupby': True, 'filterable': True, 'description': None, 'table_id': 3, 'is_dttm': False, 'expression': None, 'python_date_format': None, 'extra': None, 'created_by_fk': None, 'changed_by_fk': None} from the datasource: [None].[public].[Most often traded collections?]
  pre-built-dashboards-nft-starter-kit-1  | 2022-01-28 15:08:03,884:INFO:superset.datasets.commands.importers.v0:Importing column {'uuid': None, 'created_on': None, 'changed_on': None, 'id': None, 'column_name': 'total_volume', 'verbose_name': None, 'is_active': None, 'type': None, 'groupby': True, 'filterable': True, 'description': None, 'table_id': 3, 'is_dttm': False, 'expression': None, 'python_date_format': None, 'extra': None, 'created_by_fk': None, 'changed_by_fk': None} from the datasource: [None].[public].[Most often traded collections?]
  pre-built-dashboards-nft-starter-kit-1  | Importing column {'uuid': None, 'created_on': None, 'changed_on': None, 'id': None, 'column_name': 'total_volume_eth', 'verbose_name': None, 'is_active': None, 'type': 'FLOAT', 'groupby': True, 'filterable': True, 'description': None, 'table_id': 3, 'is_dttm': False, 'expression': None, 'python_date_format': None, 'extra': None, 'created_by_fk': None, 'changed_by_fk': None} from the datasource: [None].[public].[Most often traded collections?]
  pre-built-dashboards-nft-starter-kit-1  | 2022-01-28 15:08:03,990:INFO:superset.datasets.commands.importers.v0:Importing column {'uuid': None, 'created_on': None, 'changed_on': None, 'id': None, 'column_name': 'total_volume_eth', 'verbose_name': None, 'is_active': None, 'type': 'FLOAT', 'groupby': True, 'filterable': True, 'description': None, 'table_id': 3, 'is_dttm': False, 'expression': None, 'python_date_format': None, 'extra': None, 'created_by_fk': None, 'changed_by_fk': None} from the datasource: [None].[public].[Most often traded collections?]
  pre-built-dashboards-nft-starter-kit-1  | Started import of the datasource: {'uuid': None, 'created_on': None, 'changed_on': None, 'id': None, 'description': None, 'default_endpoint': None, 'is_featured': None, 'filter_select_enabled': False, 'offset': 0, 'cache_timeout': None, 'params': '{"remote_id": 58, "database_name": "NFT Starter Kit"}', 'perm': None, 'schema_perm': None, 'is_managed_externally': None, 'external_url': None, 'table_name': 'superset_collections_daily', 'main_dttm_col': 'bucket', 'database_id': 4, 'fetch_values_predicate': None, 'schema': 'public', 'sql': None, 'is_sqllab_view': None, 'template_params': None, 'extra': None, 'created_by_fk': None, 'changed_by_fk': None}
  pre-built-dashboards-nft-starter-kit-1  | 2022-01-28 15:08:04,078:INFO:superset.datasets.commands.importers.v0:Started import of the datasource: {'uuid': None, 'created_on': None, 'changed_on': None, 'id': None, 'description': None, 'default_endpoint': None, 'is_featured': None, 'filter_select_enabled': False, 'offset': 0, 'cache_timeout': None, 'params': '{"remote_id": 58, "database_name": "NFT Starter Kit"}', 'perm': None, 'schema_perm': None, 'is_managed_externally': None, 'external_url': None, 'table_name': 'superset_collections_daily', 'main_dttm_col': 'bucket', 'database_id': 4, 'fetch_values_predicate': None, 'schema': 'public', 'sql': None, 'is_sqllab_view': None, 'template_params': None, 'extra': None, 'created_by_fk': None, 'changed_by_fk': None}
  pre-built-dashboards-nft-starter-kit-1  | Importing metric {'uuid': None, 'created_on': None, 'changed_on': None, 'id': None, 'metric_name': 'count', 'verbose_name': 'COUNT(*)', 'metric_type': 'count', 'description': None, 'd3format': None, 'warning_text': None, 'table_id': 2, 'expression': 'COUNT(*)', 'extra': None, 'created_by_fk': None, 'changed_by_fk': None} from the datasource: [None].[public].[superset_collections_daily]
  pre-built-dashboards-nft-starter-kit-1  | 2022-01-28 15:08:04,127:INFO:superset.datasets.commands.importers.v0:Importing metric {'uuid': None, 'created_on': None, 'changed_on': None, 'id': None, 'metric_name': 'count', 'verbose_name': 'COUNT(*)', 'metric_type': 'count', 'description': None, 'd3format': None, 'warning_text': None, 'table_id': 2, 'expression': 'COUNT(*)', 'extra': None, 'created_by_fk': None, 'changed_by_fk': None} from the datasource: [None].[public].[superset_collections_daily]
  pre-built-dashboards-nft-starter-kit-1  | Importing column {'uuid': None, 'created_on': None, 'changed_on': None, 'id': None, 'column_name': 'bucket', 'verbose_name': None, 'is_active': True, 'type': 'TIMESTAMP WITH TIME ZONE', 'groupby': True, 'filterable': True, 'description': None, 'table_id': 2, 'is_dttm': True, 'expression': None, 'python_date_format': None, 'extra': None, 'created_by_fk': None, 'changed_by_fk': None} from the datasource: [None].[public].[superset_collections_daily]
  pre-built-dashboards-nft-starter-kit-1  | 2022-01-28 15:08:04,140:INFO:superset.datasets.commands.importers.v0:Importing column {'uuid': None, 'created_on': None, 'changed_on': None, 'id': None, 'column_name': 'bucket', 'verbose_name': None, 'is_active': True, 'type': 'TIMESTAMP WITH TIME ZONE', 'groupby': True, 'filterable': True, 'description': None, 'table_id': 2, 'is_dttm': True, 'expression': None, 'python_date_format': None, 'extra': None, 'created_by_fk': None, 'changed_by_fk': None} from the datasource: [None].[public].[superset_collections_daily]
  pre-built-dashboards-nft-starter-kit-1  | Importing column {'uuid': None, 'created_on': None, 'changed_on': None, 'id': None, 'column_name': 'slug', 'verbose_name': None, 'is_active': True, 'type': 'TEXT', 'groupby': True, 'filterable': True, 'description': None, 'table_id': 2, 'is_dttm': False, 'expression': None, 'python_date_format': None, 'extra': None, 'created_by_fk': None, 'changed_by_fk': None} from the datasource: [None].[public].[superset_collections_daily]
  pre-built-dashboards-nft-starter-kit-1  | 2022-01-28 15:08:04,156:INFO:superset.datasets.commands.importers.v0:Importing column {'uuid': None, 'created_on': None, 'changed_on': None, 'id': None, 'column_name': 'slug', 'verbose_name': None, 'is_active': True, 'type': 'TEXT', 'groupby': True, 'filterable': True, 'description': None, 'table_id': 2, 'is_dttm': False, 'expression': None, 'python_date_format': None, 'extra': None, 'created_by_fk': None, 'changed_by_fk': None} from the datasource: [None].[public].[superset_collections_daily]
  pre-built-dashboards-nft-starter-kit-1  | Importing column {'uuid': None, 'created_on': None, 'changed_on': None, 'id': None, 'column_name': 'mean_price', 'verbose_name': None, 'is_active': True, 'type': 'DOUBLE PRECISION', 'groupby': True, 'filterable': True, 'description': None, 'table_id': 2, 'is_dttm': False, 'expression': None, 'python_date_format': None, 'extra': None, 'created_by_fk': None, 'changed_by_fk': None} from the datasource: [None].[public].[superset_collections_daily]
  pre-built-dashboards-nft-starter-kit-1  | 2022-01-28 15:08:04,169:INFO:superset.datasets.commands.importers.v0:Importing column {'uuid': None, 'created_on': None, 'changed_on': None, 'id': None, 'column_name': 'mean_price', 'verbose_name': None, 'is_active': True, 'type': 'DOUBLE PRECISION', 'groupby': True, 'filterable': True, 'description': None, 'table_id': 2, 'is_dttm': False, 'expression': None, 'python_date_format': None, 'extra': None, 'created_by_fk': None, 'changed_by_fk': None} from the datasource: [None].[public].[superset_collections_daily]
  pre-built-dashboards-nft-starter-kit-1  | Importing column {'uuid': None, 'created_on': None, 'changed_on': None, 'id': None, 'column_name': 'median_price', 'verbose_name': None, 'is_active': True, 'type': 'DOUBLE PRECISION', 'groupby': True, 'filterable': True, 'description': None, 'table_id': 2, 'is_dttm': False, 'expression': None, 'python_date_format': None, 'extra': None, 'created_by_fk': None, 'changed_by_fk': None} from the datasource: [None].[public].[superset_collections_daily]
  pre-built-dashboards-nft-starter-kit-1  | 2022-01-28 15:08:04,182:INFO:superset.datasets.commands.importers.v0:Importing column {'uuid': None, 'created_on': None, 'changed_on': None, 'id': None, 'column_name': 'median_price', 'verbose_name': None, 'is_active': True, 'type': 'DOUBLE PRECISION', 'groupby': True, 'filterable': True, 'description': None, 'table_id': 2, 'is_dttm': False, 'expression': None, 'python_date_format': None, 'extra': None, 'created_by_fk': None, 'changed_by_fk': None} from the datasource: [None].[public].[superset_collections_daily]
  pre-built-dashboards-nft-starter-kit-1  | Importing column {'uuid': None, 'created_on': None, 'changed_on': None, 'id': None, 'column_name': 'volume', 'verbose_name': None, 'is_active': True, 'type': 'BIGINT', 'groupby': True, 'filterable': True, 'description': None, 'table_id': 2, 'is_dttm': False, 'expression': None, 'python_date_format': None, 'extra': None, 'created_by_fk': None, 'changed_by_fk': None} from the datasource: [None].[public].[superset_collections_daily]
  pre-built-dashboards-nft-starter-kit-1  | 2022-01-28 15:08:04,195:INFO:superset.datasets.commands.importers.v0:Importing column {'uuid': None, 'created_on': None, 'changed_on': None, 'id': None, 'column_name': 'volume', 'verbose_name': None, 'is_active': True, 'type': 'BIGINT', 'groupby': True, 'filterable': True, 'description': None, 'table_id': 2, 'is_dttm': False, 'expression': None, 'python_date_format': None, 'extra': None, 'created_by_fk': None, 'changed_by_fk': None} from the datasource: [None].[public].[superset_collections_daily]
  pre-built-dashboards-nft-starter-kit-1  | Importing column {'uuid': None, 'created_on': None, 'changed_on': None, 'id': None, 'column_name': 'volume_eth', 'verbose_name': None, 'is_active': True, 'type': 'DOUBLE PRECISION', 'groupby': True, 'filterable': True, 'description': None, 'table_id': 2, 'is_dttm': False, 'expression': None, 'python_date_format': None, 'extra': None, 'created_by_fk': None, 'changed_by_fk': None} from the datasource: [None].[public].[superset_collections_daily]
  pre-built-dashboards-nft-starter-kit-1  | 2022-01-28 15:08:04,207:INFO:superset.datasets.commands.importers.v0:Importing column {'uuid': None, 'created_on': None, 'changed_on': None, 'id': None, 'column_name': 'volume_eth', 'verbose_name': None, 'is_active': True, 'type': 'DOUBLE PRECISION', 'groupby': True, 'filterable': True, 'description': None, 'table_id': 2, 'is_dttm': False, 'expression': None, 'python_date_format': None, 'extra': None, 'created_by_fk': None, 'changed_by_fk': None} from the datasource: [None].[public].[superset_collections_daily]
  pre-built-dashboards-nft-starter-kit-1  | Importing column {'uuid': None, 'created_on': None, 'changed_on': None, 'id': None, 'column_name': 'most_expensive_nft_id', 'verbose_name': None, 'is_active': True, 'type': 'BIGINT', 'groupby': True, 'filterable': True, 'description': None, 'table_id': 2, 'is_dttm': False, 'expression': None, 'python_date_format': None, 'extra': None, 'created_by_fk': None, 'changed_by_fk': None} from the datasource: [None].[public].[superset_collections_daily]
  pre-built-dashboards-nft-starter-kit-1  | 2022-01-28 15:08:04,228:INFO:superset.datasets.commands.importers.v0:Importing column {'uuid': None, 'created_on': None, 'changed_on': None, 'id': None, 'column_name': 'most_expensive_nft_id', 'verbose_name': None, 'is_active': True, 'type': 'BIGINT', 'groupby': True, 'filterable': True, 'description': None, 'table_id': 2, 'is_dttm': False, 'expression': None, 'python_date_format': None, 'extra': None, 'created_by_fk': None, 'changed_by_fk': None} from the datasource: [None].[public].[superset_collections_daily]
  pre-built-dashboards-nft-starter-kit-1  | Importing column {'uuid': None, 'created_on': None, 'changed_on': None, 'id': None, 'column_name': 'max_price', 'verbose_name': None, 'is_active': True, 'type': 'DOUBLE PRECISION', 'groupby': True, 'filterable': True, 'description': None, 'table_id': 2, 'is_dttm': False, 'expression': None, 'python_date_format': None, 'extra': None, 'created_by_fk': None, 'changed_by_fk': None} from the datasource: [None].[public].[superset_collections_daily]
  pre-built-dashboards-nft-starter-kit-1  | 2022-01-28 15:08:04,241:INFO:superset.datasets.commands.importers.v0:Importing column {'uuid': None, 'created_on': None, 'changed_on': None, 'id': None, 'column_name': 'max_price', 'verbose_name': None, 'is_active': True, 'type': 'DOUBLE PRECISION', 'groupby': True, 'filterable': True, 'description': None, 'table_id': 2, 'is_dttm': False, 'expression': None, 'python_date_format': None, 'extra': None, 'created_by_fk': None, 'changed_by_fk': None} from the datasource: [None].[public].[superset_collections_daily]
  pre-built-dashboards-nft-starter-kit-1  | Importing column {'uuid': None, 'created_on': None, 'changed_on': None, 'id': None, 'column_name': 'nft_image', 'verbose_name': None, 'is_active': True, 'type': 'TEXT', 'groupby': True, 'filterable': True, 'description': None, 'table_id': 2, 'is_dttm': False, 'expression': None, 'python_date_format': None, 'extra': None, 'created_by_fk': None, 'changed_by_fk': None} from the datasource: [None].[public].[superset_collections_daily]
  pre-built-dashboards-nft-starter-kit-1  | 2022-01-28 15:08:04,256:INFO:superset.datasets.commands.importers.v0:Importing column {'uuid': None, 'created_on': None, 'changed_on': None, 'id': None, 'column_name': 'nft_image', 'verbose_name': None, 'is_active': True, 'type': 'TEXT', 'groupby': True, 'filterable': True, 'description': None, 'table_id': 2, 'is_dttm': False, 'expression': None, 'python_date_format': None, 'extra': None, 'created_by_fk': None, 'changed_by_fk': None} from the datasource: [None].[public].[superset_collections_daily]
  pre-built-dashboards-nft-starter-kit-1  | Started import of the datasource: {'uuid': None, 'created_on': None, 'changed_on': None, 'id': None, 'description': None, 'default_endpoint': None, 'is_featured': None, 'filter_select_enabled': False, 'offset': 0, 'cache_timeout': None, 'params': '{"remote_id": 53, "database_name": "NFT Starter Kit"}', 'perm': None, 'schema_perm': None, 'is_managed_externally': None, 'external_url': None, 'table_name': 'Assets caggs + info', 'main_dttm_col': None, 'database_id': 4, 'fetch_values_predicate': None, 'schema': 'public', 'sql': '/* Assets caggs + info */\nSELECT\nbucket,\na.id AS asset_id,\na.name AS asset_name,\nc.slug AS collection_slug, \nmean_price,\nmedian_price,\nvolume,\nvolume_eth,\nopen_price,\nhigh_price,\nlow_price,\nclose_price,\n\'\' AS nft_image\nFROM assets_daily cagg \nINNER JOIN collections c ON cagg.collection_id = c.id\nINNER JOIN assets a ON a.id = cagg.asset_id', 'is_sqllab_view': None, 'template_params': None, 'extra': None, 'created_by_fk': None, 'changed_by_fk': None}
  pre-built-dashboards-nft-starter-kit-1  | 2022-01-28 15:08:04,268:INFO:superset.datasets.commands.importers.v0:Started import of the datasource: {'uuid': None, 'created_on': None, 'changed_on': None, 'id': None, 'description': None, 'default_endpoint': None, 'is_featured': None, 'filter_select_enabled': False, 'offset': 0, 'cache_timeout': None, 'params': '{"remote_id": 53, "database_name": "NFT Starter Kit"}', 'perm': None, 'schema_perm': None, 'is_managed_externally': None, 'external_url': None, 'table_name': 'Assets caggs + info', 'main_dttm_col': None, 'database_id': 4, 'fetch_values_predicate': None, 'schema': 'public', 'sql': '/* Assets caggs + info */\nSELECT\nbucket,\na.id AS asset_id,\na.name AS asset_name,\nc.slug AS collection_slug, \nmean_price,\nmedian_price,\nvolume,\nvolume_eth,\nopen_price,\nhigh_price,\nlow_price,\nclose_price,\n\'\' AS nft_image\nFROM assets_daily cagg \nINNER JOIN collections c ON cagg.collection_id = c.id\nINNER JOIN assets a ON a.id = cagg.asset_id', 'is_sqllab_view': None, 'template_params': None, 'extra': None, 'created_by_fk': None, 'changed_by_fk': None}
  pre-built-dashboards-nft-starter-kit-1  | Importing metric {'uuid': None, 'created_on': None, 'changed_on': None, 'id': None, 'metric_name': 'count', 'verbose_name': None, 'metric_type': None, 'description': None, 'd3format': None, 'warning_text': None, 'table_id': 4, 'expression': 'count(*)', 'extra': '{"warning_markdown":""}', 'created_by_fk': None, 'changed_by_fk': None} from the datasource: [None].[public].[Assets caggs + info]
  pre-built-dashboards-nft-starter-kit-1  | 2022-01-28 15:08:04,326:INFO:superset.datasets.commands.importers.v0:Importing metric {'uuid': None, 'created_on': None, 'changed_on': None, 'id': None, 'metric_name': 'count', 'verbose_name': None, 'metric_type': None, 'description': None, 'd3format': None, 'warning_text': None, 'table_id': 4, 'expression': 'count(*)', 'extra': '{"warning_markdown":""}', 'created_by_fk': None, 'changed_by_fk': None} from the datasource: [None].[public].[Assets caggs + info]
  pre-built-dashboards-nft-starter-kit-1  | Importing column {'uuid': None, 'created_on': None, 'changed_on': None, 'id': None, 'column_name': 'bucket', 'verbose_name': None, 'is_active': None, 'type': 'DATETIME', 'groupby': True, 'filterable': True, 'description': None, 'table_id': 4, 'is_dttm': True, 'expression': None, 'python_date_format': None, 'extra': None, 'created_by_fk': None, 'changed_by_fk': None} from the datasource: [None].[public].[Assets caggs + info]
  pre-built-dashboards-nft-starter-kit-1  | 2022-01-28 15:08:04,341:INFO:superset.datasets.commands.importers.v0:Importing column {'uuid': None, 'created_on': None, 'changed_on': None, 'id': None, 'column_name': 'bucket', 'verbose_name': None, 'is_active': None, 'type': 'DATETIME', 'groupby': True, 'filterable': True, 'description': None, 'table_id': 4, 'is_dttm': True, 'expression': None, 'python_date_format': None, 'extra': None, 'created_by_fk': None, 'changed_by_fk': None} from the datasource: [None].[public].[Assets caggs + info]
  pre-built-dashboards-nft-starter-kit-1  | Importing column {'uuid': None, 'created_on': None, 'changed_on': None, 'id': None, 'column_name': 'asset_id', 'verbose_name': None, 'is_active': None, 'type': 'INT', 'groupby': True, 'filterable': True, 'description': None, 'table_id': 4, 'is_dttm': False, 'expression': None, 'python_date_format': None, 'extra': None, 'created_by_fk': None, 'changed_by_fk': None} from the datasource: [None].[public].[Assets caggs + info]
  pre-built-dashboards-nft-starter-kit-1  | 2022-01-28 15:08:04,396:INFO:superset.datasets.commands.importers.v0:Importing column {'uuid': None, 'created_on': None, 'changed_on': None, 'id': None, 'column_name': 'asset_id', 'verbose_name': None, 'is_active': None, 'type': 'INT', 'groupby': True, 'filterable': True, 'description': None, 'table_id': 4, 'is_dttm': False, 'expression': None, 'python_date_format': None, 'extra': None, 'created_by_fk': None, 'changed_by_fk': None} from the datasource: [None].[public].[Assets caggs + info]
  pre-built-dashboards-nft-starter-kit-1  | Importing column {'uuid': None, 'created_on': None, 'changed_on': None, 'id': None, 'column_name': 'asset_name', 'verbose_name': None, 'is_active': None, 'type': 'STRING', 'groupby': True, 'filterable': True, 'description': None, 'table_id': 4, 'is_dttm': False, 'expression': None, 'python_date_format': None, 'extra': None, 'created_by_fk': None, 'changed_by_fk': None} from the datasource: [None].[public].[Assets caggs + info]
  pre-built-dashboards-nft-starter-kit-1  | 2022-01-28 15:08:04,439:INFO:superset.datasets.commands.importers.v0:Importing column {'uuid': None, 'created_on': None, 'changed_on': None, 'id': None, 'column_name': 'asset_name', 'verbose_name': None, 'is_active': None, 'type': 'STRING', 'groupby': True, 'filterable': True, 'description': None, 'table_id': 4, 'is_dttm': False, 'expression': None, 'python_date_format': None, 'extra': None, 'created_by_fk': None, 'changed_by_fk': None} from the datasource: [None].[public].[Assets caggs + info]
  pre-built-dashboards-nft-starter-kit-1  | Importing column {'uuid': None, 'created_on': None, 'changed_on': None, 'id': None, 'column_name': 'collection_slug', 'verbose_name': None, 'is_active': None, 'type': 'STRING', 'groupby': True, 'filterable': True, 'description': None, 'table_id': 4, 'is_dttm': False, 'expression': None, 'python_date_format': None, 'extra': None, 'created_by_fk': None, 'changed_by_fk': None} from the datasource: [None].[public].[Assets caggs + info]
  pre-built-dashboards-nft-starter-kit-1  | 2022-01-28 15:08:04,506:INFO:superset.datasets.commands.importers.v0:Importing column {'uuid': None, 'created_on': None, 'changed_on': None, 'id': None, 'column_name': 'collection_slug', 'verbose_name': None, 'is_active': None, 'type': 'STRING', 'groupby': True, 'filterable': True, 'description': None, 'table_id': 4, 'is_dttm': False, 'expression': None, 'python_date_format': None, 'extra': None, 'created_by_fk': None, 'changed_by_fk': None} from the datasource: [None].[public].[Assets caggs + info]
  pre-built-dashboards-nft-starter-kit-1  | Importing column {'uuid': None, 'created_on': None, 'changed_on': None, 'id': None, 'column_name': 'mean_price', 'verbose_name': None, 'is_active': None, 'type': 'FLOAT', 'groupby': True, 'filterable': True, 'description': None, 'table_id': 4, 'is_dttm': False, 'expression': None, 'python_date_format': None, 'extra': None, 'created_by_fk': None, 'changed_by_fk': None} from the datasource: [None].[public].[Assets caggs + info]
  pre-built-dashboards-nft-starter-kit-1  | 2022-01-28 15:08:04,578:INFO:superset.datasets.commands.importers.v0:Importing column {'uuid': None, 'created_on': None, 'changed_on': None, 'id': None, 'column_name': 'mean_price', 'verbose_name': None, 'is_active': None, 'type': 'FLOAT', 'groupby': True, 'filterable': True, 'description': None, 'table_id': 4, 'is_dttm': False, 'expression': None, 'python_date_format': None, 'extra': None, 'created_by_fk': None, 'changed_by_fk': None} from the datasource: [None].[public].[Assets caggs + info]
  pre-built-dashboards-nft-starter-kit-1  | Importing column {'uuid': None, 'created_on': None, 'changed_on': None, 'id': None, 'column_name': 'median_price', 'verbose_name': None, 'is_active': None, 'type': 'FLOAT', 'groupby': True, 'filterable': True, 'description': None, 'table_id': 4, 'is_dttm': False, 'expression': None, 'python_date_format': None, 'extra': None, 'created_by_fk': None, 'changed_by_fk': None} from the datasource: [None].[public].[Assets caggs + info]
  pre-built-dashboards-nft-starter-kit-1  | 2022-01-28 15:08:04,632:INFO:superset.datasets.commands.importers.v0:Importing column {'uuid': None, 'created_on': None, 'changed_on': None, 'id': None, 'column_name': 'median_price', 'verbose_name': None, 'is_active': None, 'type': 'FLOAT', 'groupby': True, 'filterable': True, 'description': None, 'table_id': 4, 'is_dttm': False, 'expression': None, 'python_date_format': None, 'extra': None, 'created_by_fk': None, 'changed_by_fk': None} from the datasource: [None].[public].[Assets caggs + info]
  pre-built-dashboards-nft-starter-kit-1  | Importing column {'uuid': None, 'created_on': None, 'changed_on': None, 'id': None, 'column_name': 'volume', 'verbose_name': None, 'is_active': None, 'type': 'INT', 'groupby': True, 'filterable': True, 'description': None, 'table_id': 4, 'is_dttm': False, 'expression': None, 'python_date_format': None, 'extra': None, 'created_by_fk': None, 'changed_by_fk': None} from the datasource: [None].[public].[Assets caggs + info]
  pre-built-dashboards-nft-starter-kit-1  | 2022-01-28 15:08:04,677:INFO:superset.datasets.commands.importers.v0:Importing column {'uuid': None, 'created_on': None, 'changed_on': None, 'id': None, 'column_name': 'volume', 'verbose_name': None, 'is_active': None, 'type': 'INT', 'groupby': True, 'filterable': True, 'description': None, 'table_id': 4, 'is_dttm': False, 'expression': None, 'python_date_format': None, 'extra': None, 'created_by_fk': None, 'changed_by_fk': None} from the datasource: [None].[public].[Assets caggs + info]
  pre-built-dashboards-nft-starter-kit-1  | Importing column {'uuid': None, 'created_on': None, 'changed_on': None, 'id': None, 'column_name': 'volume_eth', 'verbose_name': None, 'is_active': None, 'type': 'FLOAT', 'groupby': True, 'filterable': True, 'description': None, 'table_id': 4, 'is_dttm': False, 'expression': None, 'python_date_format': None, 'extra': None, 'created_by_fk': None, 'changed_by_fk': None} from the datasource: [None].[public].[Assets caggs + info]
  pre-built-dashboards-nft-starter-kit-1  | 2022-01-28 15:08:04,719:INFO:superset.datasets.commands.importers.v0:Importing column {'uuid': None, 'created_on': None, 'changed_on': None, 'id': None, 'column_name': 'volume_eth', 'verbose_name': None, 'is_active': None, 'type': 'FLOAT', 'groupby': True, 'filterable': True, 'description': None, 'table_id': 4, 'is_dttm': False, 'expression': None, 'python_date_format': None, 'extra': None, 'created_by_fk': None, 'changed_by_fk': None} from the datasource: [None].[public].[Assets caggs + info]
  pre-built-dashboards-nft-starter-kit-1  | Importing column {'uuid': None, 'created_on': None, 'changed_on': None, 'id': None, 'column_name': 'open_price', 'verbose_name': None, 'is_active': None, 'type': 'FLOAT', 'groupby': True, 'filterable': True, 'description': None, 'table_id': 4, 'is_dttm': False, 'expression': None, 'python_date_format': None, 'extra': None, 'created_by_fk': None, 'changed_by_fk': None} from the datasource: [None].[public].[Assets caggs + info]
  pre-built-dashboards-nft-starter-kit-1  | 2022-01-28 15:08:04,775:INFO:superset.datasets.commands.importers.v0:Importing column {'uuid': None, 'created_on': None, 'changed_on': None, 'id': None, 'column_name': 'open_price', 'verbose_name': None, 'is_active': None, 'type': 'FLOAT', 'groupby': True, 'filterable': True, 'description': None, 'table_id': 4, 'is_dttm': False, 'expression': None, 'python_date_format': None, 'extra': None, 'created_by_fk': None, 'changed_by_fk': None} from the datasource: [None].[public].[Assets caggs + info]
  pre-built-dashboards-nft-starter-kit-1  | Importing column {'uuid': None, 'created_on': None, 'changed_on': None, 'id': None, 'column_name': 'high_price', 'verbose_name': None, 'is_active': None, 'type': 'FLOAT', 'groupby': True, 'filterable': True, 'description': None, 'table_id': 4, 'is_dttm': False, 'expression': None, 'python_date_format': None, 'extra': None, 'created_by_fk': None, 'changed_by_fk': None} from the datasource: [None].[public].[Assets caggs + info]
  pre-built-dashboards-nft-starter-kit-1  | 2022-01-28 15:08:04,914:INFO:superset.datasets.commands.importers.v0:Importing column {'uuid': None, 'created_on': None, 'changed_on': None, 'id': None, 'column_name': 'high_price', 'verbose_name': None, 'is_active': None, 'type': 'FLOAT', 'groupby': True, 'filterable': True, 'description': None, 'table_id': 4, 'is_dttm': False, 'expression': None, 'python_date_format': None, 'extra': None, 'created_by_fk': None, 'changed_by_fk': None} from the datasource: [None].[public].[Assets caggs + info]
  pre-built-dashboards-nft-starter-kit-1  | Importing column {'uuid': None, 'created_on': None, 'changed_on': None, 'id': None, 'column_name': 'low_price', 'verbose_name': None, 'is_active': None, 'type': 'FLOAT', 'groupby': True, 'filterable': True, 'description': None, 'table_id': 4, 'is_dttm': False, 'expression': None, 'python_date_format': None, 'extra': None, 'created_by_fk': None, 'changed_by_fk': None} from the datasource: [None].[public].[Assets caggs + info]
  pre-built-dashboards-nft-starter-kit-1  | 2022-01-28 15:08:04,977:INFO:superset.datasets.commands.importers.v0:Importing column {'uuid': None, 'created_on': None, 'changed_on': None, 'id': None, 'column_name': 'low_price', 'verbose_name': None, 'is_active': None, 'type': 'FLOAT', 'groupby': True, 'filterable': True, 'description': None, 'table_id': 4, 'is_dttm': False, 'expression': None, 'python_date_format': None, 'extra': None, 'created_by_fk': None, 'changed_by_fk': None} from the datasource: [None].[public].[Assets caggs + info]
  pre-built-dashboards-nft-starter-kit-1  | Importing column {'uuid': None, 'created_on': None, 'changed_on': None, 'id': None, 'column_name': 'close_price', 'verbose_name': None, 'is_active': None, 'type': 'FLOAT', 'groupby': True, 'filterable': True, 'description': None, 'table_id': 4, 'is_dttm': False, 'expression': None, 'python_date_format': None, 'extra': None, 'created_by_fk': None, 'changed_by_fk': None} from the datasource: [None].[public].[Assets caggs + info]
  pre-built-dashboards-nft-starter-kit-1  | 2022-01-28 15:08:05,024:INFO:superset.datasets.commands.importers.v0:Importing column {'uuid': None, 'created_on': None, 'changed_on': None, 'id': None, 'column_name': 'close_price', 'verbose_name': None, 'is_active': None, 'type': 'FLOAT', 'groupby': True, 'filterable': True, 'description': None, 'table_id': 4, 'is_dttm': False, 'expression': None, 'python_date_format': None, 'extra': None, 'created_by_fk': None, 'changed_by_fk': None} from the datasource: [None].[public].[Assets caggs + info]
  pre-built-dashboards-nft-starter-kit-1  | Importing column {'uuid': None, 'created_on': None, 'changed_on': None, 'id': None, 'column_name': 'nft_image', 'verbose_name': None, 'is_active': None, 'type': 'STRING', 'groupby': True, 'filterable': True, 'description': None, 'table_id': 4, 'is_dttm': False, 'expression': None, 'python_date_format': None, 'extra': None, 'created_by_fk': None, 'changed_by_fk': None} from the datasource: [None].[public].[Assets caggs + info]
  pre-built-dashboards-nft-starter-kit-1  | 2022-01-28 15:08:05,070:INFO:superset.datasets.commands.importers.v0:Importing column {'uuid': None, 'created_on': None, 'changed_on': None, 'id': None, 'column_name': 'nft_image', 'verbose_name': None, 'is_active': None, 'type': 'STRING', 'groupby': True, 'filterable': True, 'description': None, 'table_id': 4, 'is_dttm': False, 'expression': None, 'python_date_format': None, 'extra': None, 'created_by_fk': None, 'changed_by_fk': None} from the datasource: [None].[public].[Assets caggs + info]
  pre-built-dashboards-nft-starter-kit-1  | Started import of the dashboard: {'uuid': None, 'created_on': None, 'changed_on': None, 'id': None, 'dashboard_title': 'Collections', 'position_json': '{"CHART-5mbqZwAKL5":{"children":[],"id":"CHART-5mbqZwAKL5","meta":{"chartId":2,"height":50,"sliceName":"Daily number of NFT transactions","uuid":"ade6950a-278d-45a0-a8ae-b9d52e2d2a83","width":6},"parents":["ROOT_ID","GRID_ID","ROW-yflUGXVOy"],"type":"CHART"},"CHART-HR2zfTPvcd":{"children":[],"id":"CHART-HR2zfTPvcd","meta":{"chartId":4,"height":50,"sliceName":"Collection filter","uuid":"b8b707f3-e064-4e3c-870d-41ac3db8791d","width":4},"parents":["ROOT_ID","GRID_ID","ROW-cS-ohzK3H"],"type":"CHART"},"CHART-jt4KMvptrG":{"children":[],"id":"CHART-jt4KMvptrG","meta":{"chartId":6,"height":50,"sliceName":"Collections with the highest volume","uuid":"628d7510-eee7-4b58-828f-e349b0594cce","width":4},"parents":["ROOT_ID","GRID_ID","ROW-cS-ohzK3H"],"type":"CHART"},"CHART-mE41hxBb4r":{"children":[],"id":"CHART-mE41hxBb4r","meta":{"chartId":3,"height":50,"sliceName":"Mean and median sales price","uuid":"7551540d-8cf0-4c05-b5d1-2bc9543dd77d","width":4},"parents":["ROOT_ID","GRID_ID","ROW--AK9ftaxJG","COLUMN-m6_gqCF5BW"],"type":"CHART"},"CHART-mbPIUtflRX":{"children":[],"id":"CHART-mbPIUtflRX","meta":{"chartId":5,"height":50,"sliceName":"Most expensive items sold in this period","uuid":"9d3f0756-3799-40ed-aed5-e9fbf68386bb","width":4},"parents":["ROOT_ID","GRID_ID","ROW-cS-ohzK3H"],"type":"CHART"},"CHART-r21fAxZy0V":{"children":[],"id":"CHART-r21fAxZy0V","meta":{"chartId":1,"height":50,"sliceName":"Daily ETH volume of NFT transactions","uuid":"7ed90846-9377-4553-a4a9-425b82413a96","width":6},"parents":["ROOT_ID","GRID_ID","ROW-yflUGXVOy"],"type":"CHART"},"COLUMN-UUL7lUxuMU":{"children":[],"id":"COLUMN-UUL7lUxuMU","meta":{"background":"BACKGROUND_TRANSPARENT","width":2},"parents":["ROOT_ID","GRID_ID","ROW--AK9ftaxJG"],"type":"COLUMN"},"COLUMN-m6_gqCF5BW":{"children":["CHART-mE41hxBb4r"],"id":"COLUMN-m6_gqCF5BW","meta":{"background":"BACKGROUND_TRANSPARENT","width":8},"parents":["ROOT_ID","GRID_ID","ROW--AK9ftaxJG"],"type":"COLUMN"},"COLUMN-wpQx83Kths":{"children":[],"id":"COLUMN-wpQx83Kths","meta":{"background":"BACKGROUND_TRANSPARENT","width":2},"parents":["ROOT_ID","GRID_ID","ROW--AK9ftaxJG"],"type":"COLUMN"},"DASHBOARD_VERSION_KEY":"v2","GRID_ID":{"children":["ROW-cS-ohzK3H","ROW-yflUGXVOy","ROW--AK9ftaxJG"],"id":"GRID_ID","parents":["ROOT_ID"],"type":"GRID"},"HEADER_ID":{"id":"HEADER_ID","meta":{"text":"Collections"},"type":"HEADER"},"ROOT_ID":{"children":["GRID_ID"],"id":"ROOT_ID","type":"ROOT"},"ROW--AK9ftaxJG":{"children":["COLUMN-wpQx83Kths","COLUMN-m6_gqCF5BW","COLUMN-UUL7lUxuMU"],"id":"ROW--AK9ftaxJG","meta":{"background":"BACKGROUND_TRANSPARENT"},"parents":["ROOT_ID","GRID_ID"],"type":"ROW"},"ROW-cS-ohzK3H":{"children":["CHART-HR2zfTPvcd","CHART-mbPIUtflRX","CHART-jt4KMvptrG"],"id":"ROW-cS-ohzK3H","meta":{"background":"BACKGROUND_TRANSPARENT"},"parents":["ROOT_ID","GRID_ID"],"type":"ROW"},"ROW-yflUGXVOy":{"children":["CHART-5mbqZwAKL5","CHART-r21fAxZy0V"],"id":"ROW-yflUGXVOy","meta":{"background":"BACKGROUND_TRANSPARENT"},"parents":["ROOT_ID","GRID_ID"],"type":"ROW"}}', 'description': None, 'css': '', 'certified_by': None, 'certification_details': None, 'json_metadata': '{"timed_refresh_immune_slices": [], "expanded_slices": {}, "refresh_frequency": 0, "default_filters": "{\\"4\\": {\\"slug\\": [\\"cryptopunks\\"], \\"__time_range\\": \\"No filter\\"}}", "color_scheme": null, "filter_scopes": {"4": {"slug": {"scope": ["ROOT_ID"], "immune": [6]}, "__time_range": {"scope": ["ROOT_ID"], "immune": [6]}}}, "remote_id": 1, "import_time": 1635362957}', 'slug': None, 'published': None, 'is_managed_externally': None, 'external_url': None, 'created_by_fk': None, 'changed_by_fk': None}
  pre-built-dashboards-nft-starter-kit-1  | 2022-01-28 15:08:05,160:INFO:superset.dashboards.commands.importers.v0:Started import of the dashboard: {'uuid': None, 'created_on': None, 'changed_on': None, 'id': None, 'dashboard_title': 'Collections', 'position_json': '{"CHART-5mbqZwAKL5":{"children":[],"id":"CHART-5mbqZwAKL5","meta":{"chartId":2,"height":50,"sliceName":"Daily number of NFT transactions","uuid":"ade6950a-278d-45a0-a8ae-b9d52e2d2a83","width":6},"parents":["ROOT_ID","GRID_ID","ROW-yflUGXVOy"],"type":"CHART"},"CHART-HR2zfTPvcd":{"children":[],"id":"CHART-HR2zfTPvcd","meta":{"chartId":4,"height":50,"sliceName":"Collection filter","uuid":"b8b707f3-e064-4e3c-870d-41ac3db8791d","width":4},"parents":["ROOT_ID","GRID_ID","ROW-cS-ohzK3H"],"type":"CHART"},"CHART-jt4KMvptrG":{"children":[],"id":"CHART-jt4KMvptrG","meta":{"chartId":6,"height":50,"sliceName":"Collections with the highest volume","uuid":"628d7510-eee7-4b58-828f-e349b0594cce","width":4},"parents":["ROOT_ID","GRID_ID","ROW-cS-ohzK3H"],"type":"CHART"},"CHART-mE41hxBb4r":{"children":[],"id":"CHART-mE41hxBb4r","meta":{"chartId":3,"height":50,"sliceName":"Mean and median sales price","uuid":"7551540d-8cf0-4c05-b5d1-2bc9543dd77d","width":4},"parents":["ROOT_ID","GRID_ID","ROW--AK9ftaxJG","COLUMN-m6_gqCF5BW"],"type":"CHART"},"CHART-mbPIUtflRX":{"children":[],"id":"CHART-mbPIUtflRX","meta":{"chartId":5,"height":50,"sliceName":"Most expensive items sold in this period","uuid":"9d3f0756-3799-40ed-aed5-e9fbf68386bb","width":4},"parents":["ROOT_ID","GRID_ID","ROW-cS-ohzK3H"],"type":"CHART"},"CHART-r21fAxZy0V":{"children":[],"id":"CHART-r21fAxZy0V","meta":{"chartId":1,"height":50,"sliceName":"Daily ETH volume of NFT transactions","uuid":"7ed90846-9377-4553-a4a9-425b82413a96","width":6},"parents":["ROOT_ID","GRID_ID","ROW-yflUGXVOy"],"type":"CHART"},"COLUMN-UUL7lUxuMU":{"children":[],"id":"COLUMN-UUL7lUxuMU","meta":{"background":"BACKGROUND_TRANSPARENT","width":2},"parents":["ROOT_ID","GRID_ID","ROW--AK9ftaxJG"],"type":"COLUMN"},"COLUMN-m6_gqCF5BW":{"children":["CHART-mE41hxBb4r"],"id":"COLUMN-m6_gqCF5BW","meta":{"background":"BACKGROUND_TRANSPARENT","width":8},"parents":["ROOT_ID","GRID_ID","ROW--AK9ftaxJG"],"type":"COLUMN"},"COLUMN-wpQx83Kths":{"children":[],"id":"COLUMN-wpQx83Kths","meta":{"background":"BACKGROUND_TRANSPARENT","width":2},"parents":["ROOT_ID","GRID_ID","ROW--AK9ftaxJG"],"type":"COLUMN"},"DASHBOARD_VERSION_KEY":"v2","GRID_ID":{"children":["ROW-cS-ohzK3H","ROW-yflUGXVOy","ROW--AK9ftaxJG"],"id":"GRID_ID","parents":["ROOT_ID"],"type":"GRID"},"HEADER_ID":{"id":"HEADER_ID","meta":{"text":"Collections"},"type":"HEADER"},"ROOT_ID":{"children":["GRID_ID"],"id":"ROOT_ID","type":"ROOT"},"ROW--AK9ftaxJG":{"children":["COLUMN-wpQx83Kths","COLUMN-m6_gqCF5BW","COLUMN-UUL7lUxuMU"],"id":"ROW--AK9ftaxJG","meta":{"background":"BACKGROUND_TRANSPARENT"},"parents":["ROOT_ID","GRID_ID"],"type":"ROW"},"ROW-cS-ohzK3H":{"children":["CHART-HR2zfTPvcd","CHART-mbPIUtflRX","CHART-jt4KMvptrG"],"id":"ROW-cS-ohzK3H","meta":{"background":"BACKGROUND_TRANSPARENT"},"parents":["ROOT_ID","GRID_ID"],"type":"ROW"},"ROW-yflUGXVOy":{"children":["CHART-5mbqZwAKL5","CHART-r21fAxZy0V"],"id":"ROW-yflUGXVOy","meta":{"background":"BACKGROUND_TRANSPARENT"},"parents":["ROOT_ID","GRID_ID"],"type":"ROW"}}', 'description': None, 'css': '', 'certified_by': None, 'certification_details': None, 'json_metadata': '{"timed_refresh_immune_slices": [], "expanded_slices": {}, "refresh_frequency": 0, "default_filters": "{\\"4\\": {\\"slug\\": [\\"cryptopunks\\"], \\"__time_range\\": \\"No filter\\"}}", "color_scheme": null, "filter_scopes": {"4": {"slug": {"scope": ["ROOT_ID"], "immune": [6]}, "__time_range": {"scope": ["ROOT_ID"], "immune": [6]}}}, "remote_id": 1, "import_time": 1635362957}', 'slug': None, 'published': None, 'is_managed_externally': None, 'external_url': None, 'created_by_fk': None, 'changed_by_fk': None}
  pre-built-dashboards-nft-starter-kit-1  | Dashboard has 6 slices
  pre-built-dashboards-nft-starter-kit-1  | 2022-01-28 15:08:05,161:INFO:superset.dashboards.commands.importers.v0:Dashboard has 6 slices
  pre-built-dashboards-nft-starter-kit-1  | Importing slice {'uuid': None, 'created_on': None, 'changed_on': None, 'id': 1, 'slice_name': 'Daily ETH volume of NFT transactions', 'datasource_id': None, 'datasource_type': 'table', 'datasource_name': 'public.superset_collections_daily', 'viz_type': 'echarts_timeseries_smooth', 'params': '{"adhoc_filters": [], "annotation_layers": [], "color_scheme": "supersetColors", "comparison_type": "values", "datasource": "58__table", "extra_form_data": {}, "forecastInterval": 0.8, "forecastPeriods": 10, "granularity_sqla": "bucket", "groupby": ["slug"], "label_colors": {}, "legendOrientation": "top", "legendType": "scroll", "limit": null, "logAxis": true, "markerSize": 6, "metrics": [{"aggregate": "MAX", "column": {"column_name": "volume_eth", "description": null, "expression": null, "filterable": true, "groupby": true, "id": 485, "is_dttm": false, "python_date_format": null, "type": "DOUBLE PRECISION", "type_generic": 0, "verbose_name": null}, "expressionType": "SIMPLE", "hasCustomLabel": true, "isNew": false, "label": "volume (ETH)", "optionName": "metric_ycgvd6br4c_yxo35qy30ws", "sqlExpression": null}], "order_desc": true, "rich_tooltip": true, "row_limit": null, "show_legend": true, "slice_id": 80, "time_grain_sqla": null, "time_range": "No filter", "time_range_endpoints": ["inclusive", "exclusive"], "tooltipTimeFormat": "smart_date", "truncateYAxis": true, "url_params": {}, "viz_type": "echarts_timeseries_smooth", "x_axis_time_format": "smart_date", "yAxisTitle": "ETH volume", "y_axis_bounds": [null, null], "y_axis_format": "SMART_NUMBER", "zoomable": true, "remote_id": 1, "datasource_name": "superset_collections_daily", "schema": "public", "database_name": "NFT Starter Kit", "import_time": 1635362957}', 'query_context': '{"datasource":{"id":58,"type":"table"},"force":false,"queries":[{"time_range":"No filter","granularity":"bucket","filters":[],"extras":{"time_grain_sqla":null,"time_range_endpoints":["inclusive","exclusive"],"having":"","having_druid":[],"where":""},"applied_time_extras":{},"columns":["slug"],"metrics":[{"expressionType":"SIMPLE","column":{"id":485,"column_name":"volume_eth","verbose_name":null,"description":null,"expression":null,"filterable":true,"groupby":true,"is_dttm":false,"type":"DOUBLE PRECISION","type_generic":0,"python_date_format":null},"aggregate":"MAX","sqlExpression":null,"isNew":false,"hasCustomLabel":true,"label":"volume (ETH)","optionName":"metric_ycgvd6br4c_yxo35qy30ws"}],"orderby":[[{"expressionType":"SIMPLE","column":{"id":485,"column_name":"volume_eth","verbose_name":null,"description":null,"expression":null,"filterable":true,"groupby":true,"is_dttm":false,"type":"DOUBLE PRECISION","type_generic":0,"python_date_format":null},"aggregate":"MAX","sqlExpression":null,"isNew":false,"hasCustomLabel":true,"label":"volume (ETH)","optionName":"metric_ycgvd6br4c_yxo35qy30ws"},false]],"annotation_layers":[],"timeseries_limit":0,"order_desc":true,"url_params":{},"custom_params":{},"custom_form_data":{},"is_timeseries":true,"time_offsets":[],"post_processing":[null,null,null,{"operation":"pivot","options":{"index":["__timestamp"],"columns":["slug"],"aggregates":{"volume (ETH)":{"operator":"mean"}},"drop_missing_columns":false}},null,null]}],"result_format":"json","result_type":"full"}', 'description': None, 'cache_timeout': None, 'perm': None, 'schema_perm': None, 'last_saved_at': None, 'last_saved_by_fk': None, 'certified_by': None, 'certification_details': None, 'is_managed_externally': None, 'external_url': None, 'created_by_fk': None, 'changed_by_fk': None} from the dashboard: Collections
  pre-built-dashboards-nft-starter-kit-1  | 2022-01-28 15:08:05,202:INFO:superset.dashboards.commands.importers.v0:Importing slice {'uuid': None, 'created_on': None, 'changed_on': None, 'id': 1, 'slice_name': 'Daily ETH volume of NFT transactions', 'datasource_id': None, 'datasource_type': 'table', 'datasource_name': 'public.superset_collections_daily', 'viz_type': 'echarts_timeseries_smooth', 'params': '{"adhoc_filters": [], "annotation_layers": [], "color_scheme": "supersetColors", "comparison_type": "values", "datasource": "58__table", "extra_form_data": {}, "forecastInterval": 0.8, "forecastPeriods": 10, "granularity_sqla": "bucket", "groupby": ["slug"], "label_colors": {}, "legendOrientation": "top", "legendType": "scroll", "limit": null, "logAxis": true, "markerSize": 6, "metrics": [{"aggregate": "MAX", "column": {"column_name": "volume_eth", "description": null, "expression": null, "filterable": true, "groupby": true, "id": 485, "is_dttm": false, "python_date_format": null, "type": "DOUBLE PRECISION", "type_generic": 0, "verbose_name": null}, "expressionType": "SIMPLE", "hasCustomLabel": true, "isNew": false, "label": "volume (ETH)", "optionName": "metric_ycgvd6br4c_yxo35qy30ws", "sqlExpression": null}], "order_desc": true, "rich_tooltip": true, "row_limit": null, "show_legend": true, "slice_id": 80, "time_grain_sqla": null, "time_range": "No filter", "time_range_endpoints": ["inclusive", "exclusive"], "tooltipTimeFormat": "smart_date", "truncateYAxis": true, "url_params": {}, "viz_type": "echarts_timeseries_smooth", "x_axis_time_format": "smart_date", "yAxisTitle": "ETH volume", "y_axis_bounds": [null, null], "y_axis_format": "SMART_NUMBER", "zoomable": true, "remote_id": 1, "datasource_name": "superset_collections_daily", "schema": "public", "database_name": "NFT Starter Kit", "import_time": 1635362957}', 'query_context': '{"datasource":{"id":58,"type":"table"},"force":false,"queries":[{"time_range":"No filter","granularity":"bucket","filters":[],"extras":{"time_grain_sqla":null,"time_range_endpoints":["inclusive","exclusive"],"having":"","having_druid":[],"where":""},"applied_time_extras":{},"columns":["slug"],"metrics":[{"expressionType":"SIMPLE","column":{"id":485,"column_name":"volume_eth","verbose_name":null,"description":null,"expression":null,"filterable":true,"groupby":true,"is_dttm":false,"type":"DOUBLE PRECISION","type_generic":0,"python_date_format":null},"aggregate":"MAX","sqlExpression":null,"isNew":false,"hasCustomLabel":true,"label":"volume (ETH)","optionName":"metric_ycgvd6br4c_yxo35qy30ws"}],"orderby":[[{"expressionType":"SIMPLE","column":{"id":485,"column_name":"volume_eth","verbose_name":null,"description":null,"expression":null,"filterable":true,"groupby":true,"is_dttm":false,"type":"DOUBLE PRECISION","type_generic":0,"python_date_format":null},"aggregate":"MAX","sqlExpression":null,"isNew":false,"hasCustomLabel":true,"label":"volume (ETH)","optionName":"metric_ycgvd6br4c_yxo35qy30ws"},false]],"annotation_layers":[],"timeseries_limit":0,"order_desc":true,"url_params":{},"custom_params":{},"custom_form_data":{},"is_timeseries":true,"time_offsets":[],"post_processing":[null,null,null,{"operation":"pivot","options":{"index":["__timestamp"],"columns":["slug"],"aggregates":{"volume (ETH)":{"operator":"mean"}},"drop_missing_columns":false}},null,null]}],"result_format":"json","result_type":"full"}', 'description': None, 'cache_timeout': None, 'perm': None, 'schema_perm': None, 'last_saved_at': None, 'last_saved_by_fk': None, 'certified_by': None, 'certification_details': None, 'is_managed_externally': None, 'external_url': None, 'created_by_fk': None, 'changed_by_fk': None} from the dashboard: Collections
  pre-built-dashboards-nft-starter-kit-1  | Final slice: {'uuid': None, 'created_on': None, 'changed_on': None, 'id': None, 'slice_name': 'Daily ETH volume of NFT transactions', 'datasource_id': 2, 'datasource_type': 'table', 'datasource_name': 'public.superset_collections_daily', 'viz_type': 'echarts_timeseries_smooth', 'params': '{"adhoc_filters": [], "annotation_layers": [], "color_scheme": "supersetColors", "comparison_type": "values", "datasource": "58__table", "extra_form_data": {}, "forecastInterval": 0.8, "forecastPeriods": 10, "granularity_sqla": "bucket", "groupby": ["slug"], "label_colors": {}, "legendOrientation": "top", "legendType": "scroll", "limit": null, "logAxis": true, "markerSize": 6, "metrics": [{"aggregate": "MAX", "column": {"column_name": "volume_eth", "description": null, "expression": null, "filterable": true, "groupby": true, "id": 485, "is_dttm": false, "python_date_format": null, "type": "DOUBLE PRECISION", "type_generic": 0, "verbose_name": null}, "expressionType": "SIMPLE", "hasCustomLabel": true, "isNew": false, "label": "volume (ETH)", "optionName": "metric_ycgvd6br4c_yxo35qy30ws", "sqlExpression": null}], "order_desc": true, "rich_tooltip": true, "row_limit": null, "show_legend": true, "slice_id": 80, "time_grain_sqla": null, "time_range": "No filter", "time_range_endpoints": ["inclusive", "exclusive"], "tooltipTimeFormat": "smart_date", "truncateYAxis": true, "url_params": {}, "viz_type": "echarts_timeseries_smooth", "x_axis_time_format": "smart_date", "yAxisTitle": "ETH volume", "y_axis_bounds": [null, null], "y_axis_format": "SMART_NUMBER", "zoomable": true, "remote_id": 1, "datasource_name": "superset_collections_daily", "schema": "public", "database_name": "NFT Starter Kit", "import_time": 1643382483}', 'query_context': '{"datasource":{"id":58,"type":"table"},"force":false,"queries":[{"time_range":"No filter","granularity":"bucket","filters":[],"extras":{"time_grain_sqla":null,"time_range_endpoints":["inclusive","exclusive"],"having":"","having_druid":[],"where":""},"applied_time_extras":{},"columns":["slug"],"metrics":[{"expressionType":"SIMPLE","column":{"id":485,"column_name":"volume_eth","verbose_name":null,"description":null,"expression":null,"filterable":true,"groupby":true,"is_dttm":false,"type":"DOUBLE PRECISION","type_generic":0,"python_date_format":null},"aggregate":"MAX","sqlExpression":null,"isNew":false,"hasCustomLabel":true,"label":"volume (ETH)","optionName":"metric_ycgvd6br4c_yxo35qy30ws"}],"orderby":[[{"expressionType":"SIMPLE","column":{"id":485,"column_name":"volume_eth","verbose_name":null,"description":null,"expression":null,"filterable":true,"groupby":true,"is_dttm":false,"type":"DOUBLE PRECISION","type_generic":0,"python_date_format":null},"aggregate":"MAX","sqlExpression":null,"isNew":false,"hasCustomLabel":true,"label":"volume (ETH)","optionName":"metric_ycgvd6br4c_yxo35qy30ws"},false]],"annotation_layers":[],"timeseries_limit":0,"order_desc":true,"url_params":{},"custom_params":{},"custom_form_data":{},"is_timeseries":true,"time_offsets":[],"post_processing":[null,null,null,{"operation":"pivot","options":{"index":["__timestamp"],"columns":["slug"],"aggregates":{"volume (ETH)":{"operator":"mean"}},"drop_missing_columns":false}},null,null]}],"result_format":"json","result_type":"full"}', 'description': None, 'cache_timeout': None, 'perm': None, 'schema_perm': None, 'last_saved_at': None, 'last_saved_by_fk': None, 'certified_by': None, 'certification_details': None, 'is_managed_externally': None, 'external_url': None, 'created_by_fk': None, 'changed_by_fk': None}
  pre-built-dashboards-nft-starter-kit-1  | 2022-01-28 15:08:05,220:INFO:superset.dashboards.commands.importers.v0:Final slice: {'uuid': None, 'created_on': None, 'changed_on': None, 'id': None, 'slice_name': 'Daily ETH volume of NFT transactions', 'datasource_id': 2, 'datasource_type': 'table', 'datasource_name': 'public.superset_collections_daily', 'viz_type': 'echarts_timeseries_smooth', 'params': '{"adhoc_filters": [], "annotation_layers": [], "color_scheme": "supersetColors", "comparison_type": "values", "datasource": "58__table", "extra_form_data": {}, "forecastInterval": 0.8, "forecastPeriods": 10, "granularity_sqla": "bucket", "groupby": ["slug"], "label_colors": {}, "legendOrientation": "top", "legendType": "scroll", "limit": null, "logAxis": true, "markerSize": 6, "metrics": [{"aggregate": "MAX", "column": {"column_name": "volume_eth", "description": null, "expression": null, "filterable": true, "groupby": true, "id": 485, "is_dttm": false, "python_date_format": null, "type": "DOUBLE PRECISION", "type_generic": 0, "verbose_name": null}, "expressionType": "SIMPLE", "hasCustomLabel": true, "isNew": false, "label": "volume (ETH)", "optionName": "metric_ycgvd6br4c_yxo35qy30ws", "sqlExpression": null}], "order_desc": true, "rich_tooltip": true, "row_limit": null, "show_legend": true, "slice_id": 80, "time_grain_sqla": null, "time_range": "No filter", "time_range_endpoints": ["inclusive", "exclusive"], "tooltipTimeFormat": "smart_date", "truncateYAxis": true, "url_params": {}, "viz_type": "echarts_timeseries_smooth", "x_axis_time_format": "smart_date", "yAxisTitle": "ETH volume", "y_axis_bounds": [null, null], "y_axis_format": "SMART_NUMBER", "zoomable": true, "remote_id": 1, "datasource_name": "superset_collections_daily", "schema": "public", "database_name": "NFT Starter Kit", "import_time": 1643382483}', 'query_context': '{"datasource":{"id":58,"type":"table"},"force":false,"queries":[{"time_range":"No filter","granularity":"bucket","filters":[],"extras":{"time_grain_sqla":null,"time_range_endpoints":["inclusive","exclusive"],"having":"","having_druid":[],"where":""},"applied_time_extras":{},"columns":["slug"],"metrics":[{"expressionType":"SIMPLE","column":{"id":485,"column_name":"volume_eth","verbose_name":null,"description":null,"expression":null,"filterable":true,"groupby":true,"is_dttm":false,"type":"DOUBLE PRECISION","type_generic":0,"python_date_format":null},"aggregate":"MAX","sqlExpression":null,"isNew":false,"hasCustomLabel":true,"label":"volume (ETH)","optionName":"metric_ycgvd6br4c_yxo35qy30ws"}],"orderby":[[{"expressionType":"SIMPLE","column":{"id":485,"column_name":"volume_eth","verbose_name":null,"description":null,"expression":null,"filterable":true,"groupby":true,"is_dttm":false,"type":"DOUBLE PRECISION","type_generic":0,"python_date_format":null},"aggregate":"MAX","sqlExpression":null,"isNew":false,"hasCustomLabel":true,"label":"volume (ETH)","optionName":"metric_ycgvd6br4c_yxo35qy30ws"},false]],"annotation_layers":[],"timeseries_limit":0,"order_desc":true,"url_params":{},"custom_params":{},"custom_form_data":{},"is_timeseries":true,"time_offsets":[],"post_processing":[null,null,null,{"operation":"pivot","options":{"index":["__timestamp"],"columns":["slug"],"aggregates":{"volume (ETH)":{"operator":"mean"}},"drop_missing_columns":false}},null,null]}],"result_format":"json","result_type":"full"}', 'description': None, 'cache_timeout': None, 'perm': None, 'schema_perm': None, 'last_saved_at': None, 'last_saved_by_fk': None, 'certified_by': None, 'certification_details': None, 'is_managed_externally': None, 'external_url': None, 'created_by_fk': None, 'changed_by_fk': None}
  pre-built-dashboards-nft-starter-kit-1  | Importing slice {'uuid': None, 'created_on': None, 'changed_on': None, 'id': 2, 'slice_name': 'Daily number of NFT transactions', 'datasource_id': None, 'datasource_type': 'table', 'datasource_name': 'public.superset_collections_daily', 'viz_type': 'echarts_timeseries_smooth', 'params': '{"adhoc_filters": [], "annotation_layers": [], "color_scheme": "supersetColors", "comparison_type": "values", "datasource": "58__table", "extra_form_data": {}, "forecastInterval": 0.8, "forecastPeriods": 10, "granularity_sqla": "bucket", "groupby": ["slug"], "label_colors": {}, "legendOrientation": "top", "legendType": "scroll", "limit": null, "markerEnabled": false, "markerSize": 6, "metrics": [{"aggregate": "MAX", "column": {"column_name": "volume", "description": null, "expression": null, "filterable": true, "groupby": true, "id": 484, "is_dttm": false, "python_date_format": null, "type": "BIGINT", "type_generic": 0, "verbose_name": null}, "expressionType": "SIMPLE", "hasCustomLabel": true, "isNew": false, "label": "volume (count)", "optionName": "metric_66524dq3u4v_2rwzatdl6df", "sqlExpression": null}], "order_desc": true, "rich_tooltip": true, "row_limit": null, "show_legend": true, "slice_id": 85, "time_grain_sqla": null, "time_range": "No filter", "time_range_endpoints": ["inclusive", "exclusive"], "tooltipTimeFormat": "smart_date", "truncateYAxis": true, "url_params": {}, "viz_type": "echarts_timeseries_smooth", "x_axis_time_format": "smart_date", "yAxisTitle": "Count", "y_axis_bounds": [null, null], "y_axis_format": "SMART_NUMBER", "zoomable": true, "remote_id": 2, "datasource_name": "superset_collections_daily", "schema": "public", "database_name": "NFT Starter Kit", "import_time": 1635362957}', 'query_context': '{"datasource":{"id":58,"type":"table"},"force":false,"queries":[{"time_range":"No filter","granularity":"bucket","filters":[],"extras":{"time_grain_sqla":null,"time_range_endpoints":["inclusive","exclusive"],"having":"","having_druid":[],"where":""},"applied_time_extras":{},"columns":["slug"],"metrics":[{"expressionType":"SIMPLE","column":{"id":484,"column_name":"volume","verbose_name":null,"description":null,"expression":null,"filterable":true,"groupby":true,"is_dttm":false,"type":"BIGINT","type_generic":0,"python_date_format":null},"aggregate":"MAX","sqlExpression":null,"isNew":false,"hasCustomLabel":true,"label":"volume (count)","optionName":"metric_66524dq3u4v_2rwzatdl6df"}],"orderby":[[{"expressionType":"SIMPLE","column":{"id":484,"column_name":"volume","verbose_name":null,"description":null,"expression":null,"filterable":true,"groupby":true,"is_dttm":false,"type":"BIGINT","type_generic":0,"python_date_format":null},"aggregate":"MAX","sqlExpression":null,"isNew":false,"hasCustomLabel":true,"label":"volume (count)","optionName":"metric_66524dq3u4v_2rwzatdl6df"},false]],"annotation_layers":[],"timeseries_limit":0,"order_desc":true,"url_params":{},"custom_params":{},"custom_form_data":{},"is_timeseries":true,"time_offsets":[],"post_processing":[null,null,null,{"operation":"pivot","options":{"index":["__timestamp"],"columns":["slug"],"aggregates":{"volume (count)":{"operator":"mean"}},"drop_missing_columns":false}},null,null]}],"result_format":"json","result_type":"full"}', 'description': None, 'cache_timeout': None, 'perm': None, 'schema_perm': None, 'last_saved_at': None, 'last_saved_by_fk': None, 'certified_by': None, 'certification_details': None, 'is_managed_externally': None, 'external_url': None, 'created_by_fk': None, 'changed_by_fk': None} from the dashboard: Collections
  pre-built-dashboards-nft-starter-kit-1  | 2022-01-28 15:08:05,241:INFO:superset.dashboards.commands.importers.v0:Importing slice {'uuid': None, 'created_on': None, 'changed_on': None, 'id': 2, 'slice_name': 'Daily number of NFT transactions', 'datasource_id': None, 'datasource_type': 'table', 'datasource_name': 'public.superset_collections_daily', 'viz_type': 'echarts_timeseries_smooth', 'params': '{"adhoc_filters": [], "annotation_layers": [], "color_scheme": "supersetColors", "comparison_type": "values", "datasource": "58__table", "extra_form_data": {}, "forecastInterval": 0.8, "forecastPeriods": 10, "granularity_sqla": "bucket", "groupby": ["slug"], "label_colors": {}, "legendOrientation": "top", "legendType": "scroll", "limit": null, "markerEnabled": false, "markerSize": 6, "metrics": [{"aggregate": "MAX", "column": {"column_name": "volume", "description": null, "expression": null, "filterable": true, "groupby": true, "id": 484, "is_dttm": false, "python_date_format": null, "type": "BIGINT", "type_generic": 0, "verbose_name": null}, "expressionType": "SIMPLE", "hasCustomLabel": true, "isNew": false, "label": "volume (count)", "optionName": "metric_66524dq3u4v_2rwzatdl6df", "sqlExpression": null}], "order_desc": true, "rich_tooltip": true, "row_limit": null, "show_legend": true, "slice_id": 85, "time_grain_sqla": null, "time_range": "No filter", "time_range_endpoints": ["inclusive", "exclusive"], "tooltipTimeFormat": "smart_date", "truncateYAxis": true, "url_params": {}, "viz_type": "echarts_timeseries_smooth", "x_axis_time_format": "smart_date", "yAxisTitle": "Count", "y_axis_bounds": [null, null], "y_axis_format": "SMART_NUMBER", "zoomable": true, "remote_id": 2, "datasource_name": "superset_collections_daily", "schema": "public", "database_name": "NFT Starter Kit", "import_time": 1635362957}', 'query_context': '{"datasource":{"id":58,"type":"table"},"force":false,"queries":[{"time_range":"No filter","granularity":"bucket","filters":[],"extras":{"time_grain_sqla":null,"time_range_endpoints":["inclusive","exclusive"],"having":"","having_druid":[],"where":""},"applied_time_extras":{},"columns":["slug"],"metrics":[{"expressionType":"SIMPLE","column":{"id":484,"column_name":"volume","verbose_name":null,"description":null,"expression":null,"filterable":true,"groupby":true,"is_dttm":false,"type":"BIGINT","type_generic":0,"python_date_format":null},"aggregate":"MAX","sqlExpression":null,"isNew":false,"hasCustomLabel":true,"label":"volume (count)","optionName":"metric_66524dq3u4v_2rwzatdl6df"}],"orderby":[[{"expressionType":"SIMPLE","column":{"id":484,"column_name":"volume","verbose_name":null,"description":null,"expression":null,"filterable":true,"groupby":true,"is_dttm":false,"type":"BIGINT","type_generic":0,"python_date_format":null},"aggregate":"MAX","sqlExpression":null,"isNew":false,"hasCustomLabel":true,"label":"volume (count)","optionName":"metric_66524dq3u4v_2rwzatdl6df"},false]],"annotation_layers":[],"timeseries_limit":0,"order_desc":true,"url_params":{},"custom_params":{},"custom_form_data":{},"is_timeseries":true,"time_offsets":[],"post_processing":[null,null,null,{"operation":"pivot","options":{"index":["__timestamp"],"columns":["slug"],"aggregates":{"volume (count)":{"operator":"mean"}},"drop_missing_columns":false}},null,null]}],"result_format":"json","result_type":"full"}', 'description': None, 'cache_timeout': None, 'perm': None, 'schema_perm': None, 'last_saved_at': None, 'last_saved_by_fk': None, 'certified_by': None, 'certification_details': None, 'is_managed_externally': None, 'external_url': None, 'created_by_fk': None, 'changed_by_fk': None} from the dashboard: Collections
  pre-built-dashboards-nft-starter-kit-1  | Final slice: {'uuid': None, 'created_on': None, 'changed_on': None, 'id': None, 'slice_name': 'Daily number of NFT transactions', 'datasource_id': 2, 'datasource_type': 'table', 'datasource_name': 'public.superset_collections_daily', 'viz_type': 'echarts_timeseries_smooth', 'params': '{"adhoc_filters": [], "annotation_layers": [], "color_scheme": "supersetColors", "comparison_type": "values", "datasource": "58__table", "extra_form_data": {}, "forecastInterval": 0.8, "forecastPeriods": 10, "granularity_sqla": "bucket", "groupby": ["slug"], "label_colors": {}, "legendOrientation": "top", "legendType": "scroll", "limit": null, "markerEnabled": false, "markerSize": 6, "metrics": [{"aggregate": "MAX", "column": {"column_name": "volume", "description": null, "expression": null, "filterable": true, "groupby": true, "id": 484, "is_dttm": false, "python_date_format": null, "type": "BIGINT", "type_generic": 0, "verbose_name": null}, "expressionType": "SIMPLE", "hasCustomLabel": true, "isNew": false, "label": "volume (count)", "optionName": "metric_66524dq3u4v_2rwzatdl6df", "sqlExpression": null}], "order_desc": true, "rich_tooltip": true, "row_limit": null, "show_legend": true, "slice_id": 85, "time_grain_sqla": null, "time_range": "No filter", "time_range_endpoints": ["inclusive", "exclusive"], "tooltipTimeFormat": "smart_date", "truncateYAxis": true, "url_params": {}, "viz_type": "echarts_timeseries_smooth", "x_axis_time_format": "smart_date", "yAxisTitle": "Count", "y_axis_bounds": [null, null], "y_axis_format": "SMART_NUMBER", "zoomable": true, "remote_id": 2, "datasource_name": "superset_collections_daily", "schema": "public", "database_name": "NFT Starter Kit", "import_time": 1643382483}', 'query_context': '{"datasource":{"id":58,"type":"table"},"force":false,"queries":[{"time_range":"No filter","granularity":"bucket","filters":[],"extras":{"time_grain_sqla":null,"time_range_endpoints":["inclusive","exclusive"],"having":"","having_druid":[],"where":""},"applied_time_extras":{},"columns":["slug"],"metrics":[{"expressionType":"SIMPLE","column":{"id":484,"column_name":"volume","verbose_name":null,"description":null,"expression":null,"filterable":true,"groupby":true,"is_dttm":false,"type":"BIGINT","type_generic":0,"python_date_format":null},"aggregate":"MAX","sqlExpression":null,"isNew":false,"hasCustomLabel":true,"label":"volume (count)","optionName":"metric_66524dq3u4v_2rwzatdl6df"}],"orderby":[[{"expressionType":"SIMPLE","column":{"id":484,"column_name":"volume","verbose_name":null,"description":null,"expression":null,"filterable":true,"groupby":true,"is_dttm":false,"type":"BIGINT","type_generic":0,"python_date_format":null},"aggregate":"MAX","sqlExpression":null,"isNew":false,"hasCustomLabel":true,"label":"volume (count)","optionName":"metric_66524dq3u4v_2rwzatdl6df"},false]],"annotation_layers":[],"timeseries_limit":0,"order_desc":true,"url_params":{},"custom_params":{},"custom_form_data":{},"is_timeseries":true,"time_offsets":[],"post_processing":[null,null,null,{"operation":"pivot","options":{"index":["__timestamp"],"columns":["slug"],"aggregates":{"volume (count)":{"operator":"mean"}},"drop_missing_columns":false}},null,null]}],"result_format":"json","result_type":"full"}', 'description': None, 'cache_timeout': None, 'perm': None, 'schema_perm': None, 'last_saved_at': None, 'last_saved_by_fk': None, 'certified_by': None, 'certification_details': None, 'is_managed_externally': None, 'external_url': None, 'created_by_fk': None, 'changed_by_fk': None}
  pre-built-dashboards-nft-starter-kit-1  | 2022-01-28 15:08:05,257:INFO:superset.dashboards.commands.importers.v0:Final slice: {'uuid': None, 'created_on': None, 'changed_on': None, 'id': None, 'slice_name': 'Daily number of NFT transactions', 'datasource_id': 2, 'datasource_type': 'table', 'datasource_name': 'public.superset_collections_daily', 'viz_type': 'echarts_timeseries_smooth', 'params': '{"adhoc_filters": [], "annotation_layers": [], "color_scheme": "supersetColors", "comparison_type": "values", "datasource": "58__table", "extra_form_data": {}, "forecastInterval": 0.8, "forecastPeriods": 10, "granularity_sqla": "bucket", "groupby": ["slug"], "label_colors": {}, "legendOrientation": "top", "legendType": "scroll", "limit": null, "markerEnabled": false, "markerSize": 6, "metrics": [{"aggregate": "MAX", "column": {"column_name": "volume", "description": null, "expression": null, "filterable": true, "groupby": true, "id": 484, "is_dttm": false, "python_date_format": null, "type": "BIGINT", "type_generic": 0, "verbose_name": null}, "expressionType": "SIMPLE", "hasCustomLabel": true, "isNew": false, "label": "volume (count)", "optionName": "metric_66524dq3u4v_2rwzatdl6df", "sqlExpression": null}], "order_desc": true, "rich_tooltip": true, "row_limit": null, "show_legend": true, "slice_id": 85, "time_grain_sqla": null, "time_range": "No filter", "time_range_endpoints": ["inclusive", "exclusive"], "tooltipTimeFormat": "smart_date", "truncateYAxis": true, "url_params": {}, "viz_type": "echarts_timeseries_smooth", "x_axis_time_format": "smart_date", "yAxisTitle": "Count", "y_axis_bounds": [null, null], "y_axis_format": "SMART_NUMBER", "zoomable": true, "remote_id": 2, "datasource_name": "superset_collections_daily", "schema": "public", "database_name": "NFT Starter Kit", "import_time": 1643382483}', 'query_context': '{"datasource":{"id":58,"type":"table"},"force":false,"queries":[{"time_range":"No filter","granularity":"bucket","filters":[],"extras":{"time_grain_sqla":null,"time_range_endpoints":["inclusive","exclusive"],"having":"","having_druid":[],"where":""},"applied_time_extras":{},"columns":["slug"],"metrics":[{"expressionType":"SIMPLE","column":{"id":484,"column_name":"volume","verbose_name":null,"description":null,"expression":null,"filterable":true,"groupby":true,"is_dttm":false,"type":"BIGINT","type_generic":0,"python_date_format":null},"aggregate":"MAX","sqlExpression":null,"isNew":false,"hasCustomLabel":true,"label":"volume (count)","optionName":"metric_66524dq3u4v_2rwzatdl6df"}],"orderby":[[{"expressionType":"SIMPLE","column":{"id":484,"column_name":"volume","verbose_name":null,"description":null,"expression":null,"filterable":true,"groupby":true,"is_dttm":false,"type":"BIGINT","type_generic":0,"python_date_format":null},"aggregate":"MAX","sqlExpression":null,"isNew":false,"hasCustomLabel":true,"label":"volume (count)","optionName":"metric_66524dq3u4v_2rwzatdl6df"},false]],"annotation_layers":[],"timeseries_limit":0,"order_desc":true,"url_params":{},"custom_params":{},"custom_form_data":{},"is_timeseries":true,"time_offsets":[],"post_processing":[null,null,null,{"operation":"pivot","options":{"index":["__timestamp"],"columns":["slug"],"aggregates":{"volume (count)":{"operator":"mean"}},"drop_missing_columns":false}},null,null]}],"result_format":"json","result_type":"full"}', 'description': None, 'cache_timeout': None, 'perm': None, 'schema_perm': None, 'last_saved_at': None, 'last_saved_by_fk': None, 'certified_by': None, 'certification_details': None, 'is_managed_externally': None, 'external_url': None, 'created_by_fk': None, 'changed_by_fk': None}
  pre-built-dashboards-nft-starter-kit-1  | Importing slice {'uuid': None, 'created_on': None, 'changed_on': None, 'id': 3, 'slice_name': 'Mean and median sales price', 'datasource_id': None, 'datasource_type': 'table', 'datasource_name': 'public.superset_collections_daily', 'viz_type': 'echarts_timeseries_smooth', 'params': '{"adhoc_filters": [], "annotation_layers": [], "color_scheme": "supersetColors", "comparison_type": "values", "datasource": "58__table", "extra_form_data": {}, "forecastInterval": 0.8, "forecastPeriods": 10, "granularity_sqla": "bucket", "groupby": ["slug"], "label_colors": {}, "legendOrientation": "top", "legendType": "scroll", "limit": null, "logAxis": true, "markerEnabled": false, "markerSize": 6, "metrics": [{"aggregate": "MAX", "column": {"column_name": "mean_price", "description": null, "expression": null, "filterable": true, "groupby": true, "id": 482, "is_dttm": false, "python_date_format": null, "type": "DOUBLE PRECISION", "type_generic": 0, "verbose_name": null}, "expressionType": "SIMPLE", "hasCustomLabel": true, "isNew": false, "label": "mean price", "optionName": "metric_z7osafqfy1d_j3rb8zur8i", "sqlExpression": null}, {"aggregate": "MAX", "column": {"column_name": "median_price", "description": null, "expression": null, "filterable": true, "groupby": true, "id": 483, "is_dttm": false, "python_date_format": null, "type": "DOUBLE PRECISION", "type_generic": 0, "verbose_name": null}, "expressionType": "SIMPLE", "hasCustomLabel": true, "isNew": false, "label": "median price", "optionName": "metric_91mht3v6er9_r41nkxu9wvm", "sqlExpression": null}], "minorSplitLine": false, "order_desc": false, "rich_tooltip": true, "row_limit": null, "show_legend": true, "show_value": false, "slice_id": 86, "stack": false, "time_grain_sqla": null, "time_range": "No filter", "time_range_endpoints": ["inclusive", "exclusive"], "tooltipTimeFormat": "smart_date", "truncateYAxis": true, "url_params": {}, "viz_type": "echarts_timeseries_smooth", "xAxisLabelRotation": 0, "x_axis_time_format": "smart_date", "yAxisTitle": "ETH price", "y_axis_bounds": [null, null], "y_axis_format": "SMART_NUMBER", "zoomable": true, "remote_id": 3, "datasource_name": "superset_collections_daily", "schema": "public", "database_name": "NFT Starter Kit", "import_time": 1635362957}', 'query_context': '{"datasource":{"id":58,"type":"table"},"force":false,"queries":[{"time_range":"No filter","granularity":"bucket","filters":[],"extras":{"time_grain_sqla":null,"time_range_endpoints":["inclusive","exclusive"],"having":"","having_druid":[],"where":""},"applied_time_extras":{},"columns":["slug"],"metrics":[{"aggregate":"MAX","column":{"column_name":"mean_price","description":null,"expression":null,"filterable":true,"groupby":true,"id":482,"is_dttm":false,"python_date_format":null,"type":"DOUBLE PRECISION","type_generic":0,"verbose_name":null},"expressionType":"SIMPLE","hasCustomLabel":true,"isNew":false,"label":"mean price","optionName":"metric_z7osafqfy1d_j3rb8zur8i","sqlExpression":null},{"aggregate":"MAX","column":{"column_name":"median_price","description":null,"expression":null,"filterable":true,"groupby":true,"id":483,"is_dttm":false,"python_date_format":null,"type":"DOUBLE PRECISION","type_generic":0,"verbose_name":null},"expressionType":"SIMPLE","hasCustomLabel":true,"isNew":false,"label":"median price","optionName":"metric_91mht3v6er9_r41nkxu9wvm","sqlExpression":null}],"orderby":[[{"aggregate":"MAX","column":{"column_name":"mean_price","description":null,"expression":null,"filterable":true,"groupby":true,"id":482,"is_dttm":false,"python_date_format":null,"type":"DOUBLE PRECISION","type_generic":0,"verbose_name":null},"expressionType":"SIMPLE","hasCustomLabel":true,"isNew":false,"label":"mean price","optionName":"metric_z7osafqfy1d_j3rb8zur8i","sqlExpression":null},true]],"annotation_layers":[],"timeseries_limit":0,"order_desc":false,"url_params":{},"custom_params":{},"custom_form_data":{},"is_timeseries":true,"time_offsets":[],"post_processing":[null,null,null,{"operation":"pivot","options":{"index":["__timestamp"],"columns":["slug"],"aggregates":{"mean price":{"operator":"mean"},"median price":{"operator":"mean"}},"drop_missing_columns":false}},null,null]}],"result_format":"json","result_type":"full"}', 'description': None, 'cache_timeout': None, 'perm': None, 'schema_perm': None, 'last_saved_at': None, 'last_saved_by_fk': None, 'certified_by': None, 'certification_details': None, 'is_managed_externally': None, 'external_url': None, 'created_by_fk': None, 'changed_by_fk': None} from the dashboard: Collections
  pre-built-dashboards-nft-starter-kit-1  | 2022-01-28 15:08:05,291:INFO:superset.dashboards.commands.importers.v0:Importing slice {'uuid': None, 'created_on': None, 'changed_on': None, 'id': 3, 'slice_name': 'Mean and median sales price', 'datasource_id': None, 'datasource_type': 'table', 'datasource_name': 'public.superset_collections_daily', 'viz_type': 'echarts_timeseries_smooth', 'params': '{"adhoc_filters": [], "annotation_layers": [], "color_scheme": "supersetColors", "comparison_type": "values", "datasource": "58__table", "extra_form_data": {}, "forecastInterval": 0.8, "forecastPeriods": 10, "granularity_sqla": "bucket", "groupby": ["slug"], "label_colors": {}, "legendOrientation": "top", "legendType": "scroll", "limit": null, "logAxis": true, "markerEnabled": false, "markerSize": 6, "metrics": [{"aggregate": "MAX", "column": {"column_name": "mean_price", "description": null, "expression": null, "filterable": true, "groupby": true, "id": 482, "is_dttm": false, "python_date_format": null, "type": "DOUBLE PRECISION", "type_generic": 0, "verbose_name": null}, "expressionType": "SIMPLE", "hasCustomLabel": true, "isNew": false, "label": "mean price", "optionName": "metric_z7osafqfy1d_j3rb8zur8i", "sqlExpression": null}, {"aggregate": "MAX", "column": {"column_name": "median_price", "description": null, "expression": null, "filterable": true, "groupby": true, "id": 483, "is_dttm": false, "python_date_format": null, "type": "DOUBLE PRECISION", "type_generic": 0, "verbose_name": null}, "expressionType": "SIMPLE", "hasCustomLabel": true, "isNew": false, "label": "median price", "optionName": "metric_91mht3v6er9_r41nkxu9wvm", "sqlExpression": null}], "minorSplitLine": false, "order_desc": false, "rich_tooltip": true, "row_limit": null, "show_legend": true, "show_value": false, "slice_id": 86, "stack": false, "time_grain_sqla": null, "time_range": "No filter", "time_range_endpoints": ["inclusive", "exclusive"], "tooltipTimeFormat": "smart_date", "truncateYAxis": true, "url_params": {}, "viz_type": "echarts_timeseries_smooth", "xAxisLabelRotation": 0, "x_axis_time_format": "smart_date", "yAxisTitle": "ETH price", "y_axis_bounds": [null, null], "y_axis_format": "SMART_NUMBER", "zoomable": true, "remote_id": 3, "datasource_name": "superset_collections_daily", "schema": "public", "database_name": "NFT Starter Kit", "import_time": 1635362957}', 'query_context': '{"datasource":{"id":58,"type":"table"},"force":false,"queries":[{"time_range":"No filter","granularity":"bucket","filters":[],"extras":{"time_grain_sqla":null,"time_range_endpoints":["inclusive","exclusive"],"having":"","having_druid":[],"where":""},"applied_time_extras":{},"columns":["slug"],"metrics":[{"aggregate":"MAX","column":{"column_name":"mean_price","description":null,"expression":null,"filterable":true,"groupby":true,"id":482,"is_dttm":false,"python_date_format":null,"type":"DOUBLE PRECISION","type_generic":0,"verbose_name":null},"expressionType":"SIMPLE","hasCustomLabel":true,"isNew":false,"label":"mean price","optionName":"metric_z7osafqfy1d_j3rb8zur8i","sqlExpression":null},{"aggregate":"MAX","column":{"column_name":"median_price","description":null,"expression":null,"filterable":true,"groupby":true,"id":483,"is_dttm":false,"python_date_format":null,"type":"DOUBLE PRECISION","type_generic":0,"verbose_name":null},"expressionType":"SIMPLE","hasCustomLabel":true,"isNew":false,"label":"median price","optionName":"metric_91mht3v6er9_r41nkxu9wvm","sqlExpression":null}],"orderby":[[{"aggregate":"MAX","column":{"column_name":"mean_price","description":null,"expression":null,"filterable":true,"groupby":true,"id":482,"is_dttm":false,"python_date_format":null,"type":"DOUBLE PRECISION","type_generic":0,"verbose_name":null},"expressionType":"SIMPLE","hasCustomLabel":true,"isNew":false,"label":"mean price","optionName":"metric_z7osafqfy1d_j3rb8zur8i","sqlExpression":null},true]],"annotation_layers":[],"timeseries_limit":0,"order_desc":false,"url_params":{},"custom_params":{},"custom_form_data":{},"is_timeseries":true,"time_offsets":[],"post_processing":[null,null,null,{"operation":"pivot","options":{"index":["__timestamp"],"columns":["slug"],"aggregates":{"mean price":{"operator":"mean"},"median price":{"operator":"mean"}},"drop_missing_columns":false}},null,null]}],"result_format":"json","result_type":"full"}', 'description': None, 'cache_timeout': None, 'perm': None, 'schema_perm': None, 'last_saved_at': None, 'last_saved_by_fk': None, 'certified_by': None, 'certification_details': None, 'is_managed_externally': None, 'external_url': None, 'created_by_fk': None, 'changed_by_fk': None} from the dashboard: Collections
  pre-built-dashboards-nft-starter-kit-1  | Final slice: {'uuid': None, 'created_on': None, 'changed_on': None, 'id': None, 'slice_name': 'Mean and median sales price', 'datasource_id': 2, 'datasource_type': 'table', 'datasource_name': 'public.superset_collections_daily', 'viz_type': 'echarts_timeseries_smooth', 'params': '{"adhoc_filters": [], "annotation_layers": [], "color_scheme": "supersetColors", "comparison_type": "values", "datasource": "58__table", "extra_form_data": {}, "forecastInterval": 0.8, "forecastPeriods": 10, "granularity_sqla": "bucket", "groupby": ["slug"], "label_colors": {}, "legendOrientation": "top", "legendType": "scroll", "limit": null, "logAxis": true, "markerEnabled": false, "markerSize": 6, "metrics": [{"aggregate": "MAX", "column": {"column_name": "mean_price", "description": null, "expression": null, "filterable": true, "groupby": true, "id": 482, "is_dttm": false, "python_date_format": null, "type": "DOUBLE PRECISION", "type_generic": 0, "verbose_name": null}, "expressionType": "SIMPLE", "hasCustomLabel": true, "isNew": false, "label": "mean price", "optionName": "metric_z7osafqfy1d_j3rb8zur8i", "sqlExpression": null}, {"aggregate": "MAX", "column": {"column_name": "median_price", "description": null, "expression": null, "filterable": true, "groupby": true, "id": 483, "is_dttm": false, "python_date_format": null, "type": "DOUBLE PRECISION", "type_generic": 0, "verbose_name": null}, "expressionType": "SIMPLE", "hasCustomLabel": true, "isNew": false, "label": "median price", "optionName": "metric_91mht3v6er9_r41nkxu9wvm", "sqlExpression": null}], "minorSplitLine": false, "order_desc": false, "rich_tooltip": true, "row_limit": null, "show_legend": true, "show_value": false, "slice_id": 86, "stack": false, "time_grain_sqla": null, "time_range": "No filter", "time_range_endpoints": ["inclusive", "exclusive"], "tooltipTimeFormat": "smart_date", "truncateYAxis": true, "url_params": {}, "viz_type": "echarts_timeseries_smooth", "xAxisLabelRotation": 0, "x_axis_time_format": "smart_date", "yAxisTitle": "ETH price", "y_axis_bounds": [null, null], "y_axis_format": "SMART_NUMBER", "zoomable": true, "remote_id": 3, "datasource_name": "superset_collections_daily", "schema": "public", "database_name": "NFT Starter Kit", "import_time": 1643382483}', 'query_context': '{"datasource":{"id":58,"type":"table"},"force":false,"queries":[{"time_range":"No filter","granularity":"bucket","filters":[],"extras":{"time_grain_sqla":null,"time_range_endpoints":["inclusive","exclusive"],"having":"","having_druid":[],"where":""},"applied_time_extras":{},"columns":["slug"],"metrics":[{"aggregate":"MAX","column":{"column_name":"mean_price","description":null,"expression":null,"filterable":true,"groupby":true,"id":482,"is_dttm":false,"python_date_format":null,"type":"DOUBLE PRECISION","type_generic":0,"verbose_name":null},"expressionType":"SIMPLE","hasCustomLabel":true,"isNew":false,"label":"mean price","optionName":"metric_z7osafqfy1d_j3rb8zur8i","sqlExpression":null},{"aggregate":"MAX","column":{"column_name":"median_price","description":null,"expression":null,"filterable":true,"groupby":true,"id":483,"is_dttm":false,"python_date_format":null,"type":"DOUBLE PRECISION","type_generic":0,"verbose_name":null},"expressionType":"SIMPLE","hasCustomLabel":true,"isNew":false,"label":"median price","optionName":"metric_91mht3v6er9_r41nkxu9wvm","sqlExpression":null}],"orderby":[[{"aggregate":"MAX","column":{"column_name":"mean_price","description":null,"expression":null,"filterable":true,"groupby":true,"id":482,"is_dttm":false,"python_date_format":null,"type":"DOUBLE PRECISION","type_generic":0,"verbose_name":null},"expressionType":"SIMPLE","hasCustomLabel":true,"isNew":false,"label":"mean price","optionName":"metric_z7osafqfy1d_j3rb8zur8i","sqlExpression":null},true]],"annotation_layers":[],"timeseries_limit":0,"order_desc":false,"url_params":{},"custom_params":{},"custom_form_data":{},"is_timeseries":true,"time_offsets":[],"post_processing":[null,null,null,{"operation":"pivot","options":{"index":["__timestamp"],"columns":["slug"],"aggregates":{"mean price":{"operator":"mean"},"median price":{"operator":"mean"}},"drop_missing_columns":false}},null,null]}],"result_format":"json","result_type":"full"}', 'description': None, 'cache_timeout': None, 'perm': None, 'schema_perm': None, 'last_saved_at': None, 'last_saved_by_fk': None, 'certified_by': None, 'certification_details': None, 'is_managed_externally': None, 'external_url': None, 'created_by_fk': None, 'changed_by_fk': None}
  pre-built-dashboards-nft-starter-kit-1  | 2022-01-28 15:08:05,308:INFO:superset.dashboards.commands.importers.v0:Final slice: {'uuid': None, 'created_on': None, 'changed_on': None, 'id': None, 'slice_name': 'Mean and median sales price', 'datasource_id': 2, 'datasource_type': 'table', 'datasource_name': 'public.superset_collections_daily', 'viz_type': 'echarts_timeseries_smooth', 'params': '{"adhoc_filters": [], "annotation_layers": [], "color_scheme": "supersetColors", "comparison_type": "values", "datasource": "58__table", "extra_form_data": {}, "forecastInterval": 0.8, "forecastPeriods": 10, "granularity_sqla": "bucket", "groupby": ["slug"], "label_colors": {}, "legendOrientation": "top", "legendType": "scroll", "limit": null, "logAxis": true, "markerEnabled": false, "markerSize": 6, "metrics": [{"aggregate": "MAX", "column": {"column_name": "mean_price", "description": null, "expression": null, "filterable": true, "groupby": true, "id": 482, "is_dttm": false, "python_date_format": null, "type": "DOUBLE PRECISION", "type_generic": 0, "verbose_name": null}, "expressionType": "SIMPLE", "hasCustomLabel": true, "isNew": false, "label": "mean price", "optionName": "metric_z7osafqfy1d_j3rb8zur8i", "sqlExpression": null}, {"aggregate": "MAX", "column": {"column_name": "median_price", "description": null, "expression": null, "filterable": true, "groupby": true, "id": 483, "is_dttm": false, "python_date_format": null, "type": "DOUBLE PRECISION", "type_generic": 0, "verbose_name": null}, "expressionType": "SIMPLE", "hasCustomLabel": true, "isNew": false, "label": "median price", "optionName": "metric_91mht3v6er9_r41nkxu9wvm", "sqlExpression": null}], "minorSplitLine": false, "order_desc": false, "rich_tooltip": true, "row_limit": null, "show_legend": true, "show_value": false, "slice_id": 86, "stack": false, "time_grain_sqla": null, "time_range": "No filter", "time_range_endpoints": ["inclusive", "exclusive"], "tooltipTimeFormat": "smart_date", "truncateYAxis": true, "url_params": {}, "viz_type": "echarts_timeseries_smooth", "xAxisLabelRotation": 0, "x_axis_time_format": "smart_date", "yAxisTitle": "ETH price", "y_axis_bounds": [null, null], "y_axis_format": "SMART_NUMBER", "zoomable": true, "remote_id": 3, "datasource_name": "superset_collections_daily", "schema": "public", "database_name": "NFT Starter Kit", "import_time": 1643382483}', 'query_context': '{"datasource":{"id":58,"type":"table"},"force":false,"queries":[{"time_range":"No filter","granularity":"bucket","filters":[],"extras":{"time_grain_sqla":null,"time_range_endpoints":["inclusive","exclusive"],"having":"","having_druid":[],"where":""},"applied_time_extras":{},"columns":["slug"],"metrics":[{"aggregate":"MAX","column":{"column_name":"mean_price","description":null,"expression":null,"filterable":true,"groupby":true,"id":482,"is_dttm":false,"python_date_format":null,"type":"DOUBLE PRECISION","type_generic":0,"verbose_name":null},"expressionType":"SIMPLE","hasCustomLabel":true,"isNew":false,"label":"mean price","optionName":"metric_z7osafqfy1d_j3rb8zur8i","sqlExpression":null},{"aggregate":"MAX","column":{"column_name":"median_price","description":null,"expression":null,"filterable":true,"groupby":true,"id":483,"is_dttm":false,"python_date_format":null,"type":"DOUBLE PRECISION","type_generic":0,"verbose_name":null},"expressionType":"SIMPLE","hasCustomLabel":true,"isNew":false,"label":"median price","optionName":"metric_91mht3v6er9_r41nkxu9wvm","sqlExpression":null}],"orderby":[[{"aggregate":"MAX","column":{"column_name":"mean_price","description":null,"expression":null,"filterable":true,"groupby":true,"id":482,"is_dttm":false,"python_date_format":null,"type":"DOUBLE PRECISION","type_generic":0,"verbose_name":null},"expressionType":"SIMPLE","hasCustomLabel":true,"isNew":false,"label":"mean price","optionName":"metric_z7osafqfy1d_j3rb8zur8i","sqlExpression":null},true]],"annotation_layers":[],"timeseries_limit":0,"order_desc":false,"url_params":{},"custom_params":{},"custom_form_data":{},"is_timeseries":true,"time_offsets":[],"post_processing":[null,null,null,{"operation":"pivot","options":{"index":["__timestamp"],"columns":["slug"],"aggregates":{"mean price":{"operator":"mean"},"median price":{"operator":"mean"}},"drop_missing_columns":false}},null,null]}],"result_format":"json","result_type":"full"}', 'description': None, 'cache_timeout': None, 'perm': None, 'schema_perm': None, 'last_saved_at': None, 'last_saved_by_fk': None, 'certified_by': None, 'certification_details': None, 'is_managed_externally': None, 'external_url': None, 'created_by_fk': None, 'changed_by_fk': None}
  pre-built-dashboards-nft-starter-kit-1  | Importing slice {'uuid': None, 'created_on': None, 'changed_on': None, 'id': 4, 'slice_name': 'Collection filter', 'datasource_id': None, 'datasource_type': 'table', 'datasource_name': 'public.superset_collections_daily', 'viz_type': 'filter_box', 'params': '{"adhoc_filters": [], "datasource": "58__table", "date_filter": true, "extra_form_data": {}, "filter_configs": [{"asc": true, "clearable": false, "column": "slug", "defaultValue": "cryptopunks", "key": "tzbMUv0-b", "label": "Collection slug", "metric": "count", "multiple": true, "searchAllOptions": false}], "granularity_sqla": "bucket", "slice_id": 88, "time_grain_sqla": null, "time_range": "No filter", "time_range_endpoints": ["inclusive", "exclusive"], "url_params": {}, "viz_type": "filter_box", "remote_id": 4, "datasource_name": "superset_collections_daily", "schema": "public", "database_name": "NFT Starter Kit", "import_time": 1635362957}', 'query_context': '{"datasource":{"id":58,"type":"table"},"force":false,"queries":[{"time_range":"No filter","granularity":"bucket","filters":[],"extras":{"time_grain_sqla":null,"time_range_endpoints":["inclusive","exclusive"],"having":"","having_druid":[],"where":""},"applied_time_extras":{},"columns":[],"metrics":[],"annotation_layers":[],"timeseries_limit":0,"order_desc":true,"url_params":{},"custom_params":{},"custom_form_data":{}}],"result_format":"json","result_type":"full"}', 'description': None, 'cache_timeout': None, 'perm': None, 'schema_perm': None, 'last_saved_at': None, 'last_saved_by_fk': None, 'certified_by': None, 'certification_details': None, 'is_managed_externally': None, 'external_url': None, 'created_by_fk': None, 'changed_by_fk': None} from the dashboard: Collections
  pre-built-dashboards-nft-starter-kit-1  | 2022-01-28 15:08:05,323:INFO:superset.dashboards.commands.importers.v0:Importing slice {'uuid': None, 'created_on': None, 'changed_on': None, 'id': 4, 'slice_name': 'Collection filter', 'datasource_id': None, 'datasource_type': 'table', 'datasource_name': 'public.superset_collections_daily', 'viz_type': 'filter_box', 'params': '{"adhoc_filters": [], "datasource": "58__table", "date_filter": true, "extra_form_data": {}, "filter_configs": [{"asc": true, "clearable": false, "column": "slug", "defaultValue": "cryptopunks", "key": "tzbMUv0-b", "label": "Collection slug", "metric": "count", "multiple": true, "searchAllOptions": false}], "granularity_sqla": "bucket", "slice_id": 88, "time_grain_sqla": null, "time_range": "No filter", "time_range_endpoints": ["inclusive", "exclusive"], "url_params": {}, "viz_type": "filter_box", "remote_id": 4, "datasource_name": "superset_collections_daily", "schema": "public", "database_name": "NFT Starter Kit", "import_time": 1635362957}', 'query_context': '{"datasource":{"id":58,"type":"table"},"force":false,"queries":[{"time_range":"No filter","granularity":"bucket","filters":[],"extras":{"time_grain_sqla":null,"time_range_endpoints":["inclusive","exclusive"],"having":"","having_druid":[],"where":""},"applied_time_extras":{},"columns":[],"metrics":[],"annotation_layers":[],"timeseries_limit":0,"order_desc":true,"url_params":{},"custom_params":{},"custom_form_data":{}}],"result_format":"json","result_type":"full"}', 'description': None, 'cache_timeout': None, 'perm': None, 'schema_perm': None, 'last_saved_at': None, 'last_saved_by_fk': None, 'certified_by': None, 'certification_details': None, 'is_managed_externally': None, 'external_url': None, 'created_by_fk': None, 'changed_by_fk': None} from the dashboard: Collections
  pre-built-dashboards-nft-starter-kit-1  | Final slice: {'uuid': None, 'created_on': None, 'changed_on': None, 'id': None, 'slice_name': 'Collection filter', 'datasource_id': 2, 'datasource_type': 'table', 'datasource_name': 'public.superset_collections_daily', 'viz_type': 'filter_box', 'params': '{"adhoc_filters": [], "datasource": "58__table", "date_filter": true, "extra_form_data": {}, "filter_configs": [{"asc": true, "clearable": false, "column": "slug", "defaultValue": "cryptopunks", "key": "tzbMUv0-b", "label": "Collection slug", "metric": "count", "multiple": true, "searchAllOptions": false}], "granularity_sqla": "bucket", "slice_id": 88, "time_grain_sqla": null, "time_range": "No filter", "time_range_endpoints": ["inclusive", "exclusive"], "url_params": {}, "viz_type": "filter_box", "remote_id": 4, "datasource_name": "superset_collections_daily", "schema": "public", "database_name": "NFT Starter Kit", "import_time": 1643382483}', 'query_context': '{"datasource":{"id":58,"type":"table"},"force":false,"queries":[{"time_range":"No filter","granularity":"bucket","filters":[],"extras":{"time_grain_sqla":null,"time_range_endpoints":["inclusive","exclusive"],"having":"","having_druid":[],"where":""},"applied_time_extras":{},"columns":[],"metrics":[],"annotation_layers":[],"timeseries_limit":0,"order_desc":true,"url_params":{},"custom_params":{},"custom_form_data":{}}],"result_format":"json","result_type":"full"}', 'description': None, 'cache_timeout': None, 'perm': None, 'schema_perm': None, 'last_saved_at': None, 'last_saved_by_fk': None, 'certified_by': None, 'certification_details': None, 'is_managed_externally': None, 'external_url': None, 'created_by_fk': None, 'changed_by_fk': None}
  pre-built-dashboards-nft-starter-kit-1  | 2022-01-28 15:08:05,339:INFO:superset.dashboards.commands.importers.v0:Final slice: {'uuid': None, 'created_on': None, 'changed_on': None, 'id': None, 'slice_name': 'Collection filter', 'datasource_id': 2, 'datasource_type': 'table', 'datasource_name': 'public.superset_collections_daily', 'viz_type': 'filter_box', 'params': '{"adhoc_filters": [], "datasource": "58__table", "date_filter": true, "extra_form_data": {}, "filter_configs": [{"asc": true, "clearable": false, "column": "slug", "defaultValue": "cryptopunks", "key": "tzbMUv0-b", "label": "Collection slug", "metric": "count", "multiple": true, "searchAllOptions": false}], "granularity_sqla": "bucket", "slice_id": 88, "time_grain_sqla": null, "time_range": "No filter", "time_range_endpoints": ["inclusive", "exclusive"], "url_params": {}, "viz_type": "filter_box", "remote_id": 4, "datasource_name": "superset_collections_daily", "schema": "public", "database_name": "NFT Starter Kit", "import_time": 1643382483}', 'query_context': '{"datasource":{"id":58,"type":"table"},"force":false,"queries":[{"time_range":"No filter","granularity":"bucket","filters":[],"extras":{"time_grain_sqla":null,"time_range_endpoints":["inclusive","exclusive"],"having":"","having_druid":[],"where":""},"applied_time_extras":{},"columns":[],"metrics":[],"annotation_layers":[],"timeseries_limit":0,"order_desc":true,"url_params":{},"custom_params":{},"custom_form_data":{}}],"result_format":"json","result_type":"full"}', 'description': None, 'cache_timeout': None, 'perm': None, 'schema_perm': None, 'last_saved_at': None, 'last_saved_by_fk': None, 'certified_by': None, 'certification_details': None, 'is_managed_externally': None, 'external_url': None, 'created_by_fk': None, 'changed_by_fk': None}
  pre-built-dashboards-nft-starter-kit-1  | Importing slice {'uuid': None, 'created_on': None, 'changed_on': None, 'id': 5, 'slice_name': 'Most expensive items sold in this period', 'datasource_id': None, 'datasource_type': 'table', 'datasource_name': 'public.superset_collections_daily', 'viz_type': 'table', 'params': '{"adhoc_filters": [], "all_columns": ["nft_image", "max_price", "bucket"], "color_pn": true, "datasource": "58__table", "extra_form_data": {}, "granularity_sqla": "bucket", "groupby": [], "order_by_cols": ["[\\"max_price\\", false]"], "order_desc": true, "percent_metrics": [], "query_mode": "raw", "row_limit": null, "server_page_length": 10, "show_cell_bars": true, "show_totals": false, "slice_id": 89, "table_timestamp_format": "smart_date", "time_grain_sqla": null, "time_range": "No filter", "time_range_endpoints": ["inclusive", "exclusive"], "url_params": {}, "viz_type": "table", "remote_id": 5, "datasource_name": "superset_collections_daily", "schema": "public", "database_name": "NFT Starter Kit", "import_time": 1635362957}', 'query_context': '{"datasource":{"id":58,"type":"table"},"force":false,"queries":[{"time_range":"No filter","granularity":"bucket","filters":[],"extras":{"time_grain_sqla":null,"time_range_endpoints":["inclusive","exclusive"],"having":"","having_druid":[],"where":""},"applied_time_extras":{},"columns":["nft_image","max_price","bucket"],"orderby":[["max_price",false]],"annotation_layers":[],"timeseries_limit":0,"order_desc":true,"url_params":{},"custom_params":{},"custom_form_data":{},"post_processing":[]}],"result_format":"json","result_type":"full"}', 'description': None, 'cache_timeout': None, 'perm': None, 'schema_perm': None, 'last_saved_at': None, 'last_saved_by_fk': None, 'certified_by': None, 'certification_details': None, 'is_managed_externally': None, 'external_url': None, 'created_by_fk': None, 'changed_by_fk': None} from the dashboard: Collections
  pre-built-dashboards-nft-starter-kit-1  | 2022-01-28 15:08:05,353:INFO:superset.dashboards.commands.importers.v0:Importing slice {'uuid': None, 'created_on': None, 'changed_on': None, 'id': 5, 'slice_name': 'Most expensive items sold in this period', 'datasource_id': None, 'datasource_type': 'table', 'datasource_name': 'public.superset_collections_daily', 'viz_type': 'table', 'params': '{"adhoc_filters": [], "all_columns": ["nft_image", "max_price", "bucket"], "color_pn": true, "datasource": "58__table", "extra_form_data": {}, "granularity_sqla": "bucket", "groupby": [], "order_by_cols": ["[\\"max_price\\", false]"], "order_desc": true, "percent_metrics": [], "query_mode": "raw", "row_limit": null, "server_page_length": 10, "show_cell_bars": true, "show_totals": false, "slice_id": 89, "table_timestamp_format": "smart_date", "time_grain_sqla": null, "time_range": "No filter", "time_range_endpoints": ["inclusive", "exclusive"], "url_params": {}, "viz_type": "table", "remote_id": 5, "datasource_name": "superset_collections_daily", "schema": "public", "database_name": "NFT Starter Kit", "import_time": 1635362957}', 'query_context': '{"datasource":{"id":58,"type":"table"},"force":false,"queries":[{"time_range":"No filter","granularity":"bucket","filters":[],"extras":{"time_grain_sqla":null,"time_range_endpoints":["inclusive","exclusive"],"having":"","having_druid":[],"where":""},"applied_time_extras":{},"columns":["nft_image","max_price","bucket"],"orderby":[["max_price",false]],"annotation_layers":[],"timeseries_limit":0,"order_desc":true,"url_params":{},"custom_params":{},"custom_form_data":{},"post_processing":[]}],"result_format":"json","result_type":"full"}', 'description': None, 'cache_timeout': None, 'perm': None, 'schema_perm': None, 'last_saved_at': None, 'last_saved_by_fk': None, 'certified_by': None, 'certification_details': None, 'is_managed_externally': None, 'external_url': None, 'created_by_fk': None, 'changed_by_fk': None} from the dashboard: Collections
  pre-built-dashboards-nft-starter-kit-1  | Final slice: {'uuid': None, 'created_on': None, 'changed_on': None, 'id': None, 'slice_name': 'Most expensive items sold in this period', 'datasource_id': 2, 'datasource_type': 'table', 'datasource_name': 'public.superset_collections_daily', 'viz_type': 'table', 'params': '{"adhoc_filters": [], "all_columns": ["nft_image", "max_price", "bucket"], "color_pn": true, "datasource": "58__table", "extra_form_data": {}, "granularity_sqla": "bucket", "groupby": [], "order_by_cols": ["[\\"max_price\\", false]"], "order_desc": true, "percent_metrics": [], "query_mode": "raw", "row_limit": null, "server_page_length": 10, "show_cell_bars": true, "show_totals": false, "slice_id": 89, "table_timestamp_format": "smart_date", "time_grain_sqla": null, "time_range": "No filter", "time_range_endpoints": ["inclusive", "exclusive"], "url_params": {}, "viz_type": "table", "remote_id": 5, "datasource_name": "superset_collections_daily", "schema": "public", "database_name": "NFT Starter Kit", "import_time": 1643382483}', 'query_context': '{"datasource":{"id":58,"type":"table"},"force":false,"queries":[{"time_range":"No filter","granularity":"bucket","filters":[],"extras":{"time_grain_sqla":null,"time_range_endpoints":["inclusive","exclusive"],"having":"","having_druid":[],"where":""},"applied_time_extras":{},"columns":["nft_image","max_price","bucket"],"orderby":[["max_price",false]],"annotation_layers":[],"timeseries_limit":0,"order_desc":true,"url_params":{},"custom_params":{},"custom_form_data":{},"post_processing":[]}],"result_format":"json","result_type":"full"}', 'description': None, 'cache_timeout': None, 'perm': None, 'schema_perm': None, 'last_saved_at': None, 'last_saved_by_fk': None, 'certified_by': None, 'certification_details': None, 'is_managed_externally': None, 'external_url': None, 'created_by_fk': None, 'changed_by_fk': None}
  pre-built-dashboards-nft-starter-kit-1  | 2022-01-28 15:08:05,367:INFO:superset.dashboards.commands.importers.v0:Final slice: {'uuid': None, 'created_on': None, 'changed_on': None, 'id': None, 'slice_name': 'Most expensive items sold in this period', 'datasource_id': 2, 'datasource_type': 'table', 'datasource_name': 'public.superset_collections_daily', 'viz_type': 'table', 'params': '{"adhoc_filters": [], "all_columns": ["nft_image", "max_price", "bucket"], "color_pn": true, "datasource": "58__table", "extra_form_data": {}, "granularity_sqla": "bucket", "groupby": [], "order_by_cols": ["[\\"max_price\\", false]"], "order_desc": true, "percent_metrics": [], "query_mode": "raw", "row_limit": null, "server_page_length": 10, "show_cell_bars": true, "show_totals": false, "slice_id": 89, "table_timestamp_format": "smart_date", "time_grain_sqla": null, "time_range": "No filter", "time_range_endpoints": ["inclusive", "exclusive"], "url_params": {}, "viz_type": "table", "remote_id": 5, "datasource_name": "superset_collections_daily", "schema": "public", "database_name": "NFT Starter Kit", "import_time": 1643382483}', 'query_context': '{"datasource":{"id":58,"type":"table"},"force":false,"queries":[{"time_range":"No filter","granularity":"bucket","filters":[],"extras":{"time_grain_sqla":null,"time_range_endpoints":["inclusive","exclusive"],"having":"","having_druid":[],"where":""},"applied_time_extras":{},"columns":["nft_image","max_price","bucket"],"orderby":[["max_price",false]],"annotation_layers":[],"timeseries_limit":0,"order_desc":true,"url_params":{},"custom_params":{},"custom_form_data":{},"post_processing":[]}],"result_format":"json","result_type":"full"}', 'description': None, 'cache_timeout': None, 'perm': None, 'schema_perm': None, 'last_saved_at': None, 'last_saved_by_fk': None, 'certified_by': None, 'certification_details': None, 'is_managed_externally': None, 'external_url': None, 'created_by_fk': None, 'changed_by_fk': None}
  pre-built-dashboards-nft-starter-kit-1  | Importing slice {'uuid': None, 'created_on': None, 'changed_on': None, 'id': 6, 'slice_name': 'Collections with the highest volume', 'datasource_id': None, 'datasource_type': 'table', 'datasource_name': 'public.Most often traded collections?', 'viz_type': 'table', 'params': '{"adhoc_filters": [], "all_columns": ["slug", "total_volume", "total_volume_eth"], "color_pn": true, "datasource": "55__table", "extra_form_data": {}, "groupby": [], "metrics": [], "order_by_cols": [], "order_desc": true, "percent_metrics": [], "query_mode": "raw", "row_limit": 50, "server_page_length": 10, "show_cell_bars": true, "table_timestamp_format": "smart_date", "time_grain_sqla": "P1D", "time_range": "No filter", "time_range_endpoints": ["inclusive", "exclusive"], "viz_type": "table", "remote_id": 6, "datasource_name": "Most often traded collections?", "schema": "public", "database_name": "NFT Starter Kit", "import_time": 1635362957}', 'query_context': '{"datasource":{"id":55,"type":"table"},"force":false,"queries":[{"time_range":"No filter","filters":[],"extras":{"time_grain_sqla":"P1D","time_range_endpoints":["inclusive","exclusive"],"having":"","having_druid":[],"where":""},"applied_time_extras":{},"columns":["slug","total_volume","total_volume_eth"],"orderby":[],"annotation_layers":[],"row_limit":50,"timeseries_limit":0,"order_desc":true,"url_params":{},"custom_params":{},"custom_form_data":{},"post_processing":[]}],"result_format":"json","result_type":"full"}', 'description': None, 'cache_timeout': None, 'perm': None, 'schema_perm': None, 'last_saved_at': None, 'last_saved_by_fk': None, 'certified_by': None, 'certification_details': None, 'is_managed_externally': None, 'external_url': None, 'created_by_fk': None, 'changed_by_fk': None} from the dashboard: Collections
  pre-built-dashboards-nft-starter-kit-1  | 2022-01-28 15:08:05,381:INFO:superset.dashboards.commands.importers.v0:Importing slice {'uuid': None, 'created_on': None, 'changed_on': None, 'id': 6, 'slice_name': 'Collections with the highest volume', 'datasource_id': None, 'datasource_type': 'table', 'datasource_name': 'public.Most often traded collections?', 'viz_type': 'table', 'params': '{"adhoc_filters": [], "all_columns": ["slug", "total_volume", "total_volume_eth"], "color_pn": true, "datasource": "55__table", "extra_form_data": {}, "groupby": [], "metrics": [], "order_by_cols": [], "order_desc": true, "percent_metrics": [], "query_mode": "raw", "row_limit": 50, "server_page_length": 10, "show_cell_bars": true, "table_timestamp_format": "smart_date", "time_grain_sqla": "P1D", "time_range": "No filter", "time_range_endpoints": ["inclusive", "exclusive"], "viz_type": "table", "remote_id": 6, "datasource_name": "Most often traded collections?", "schema": "public", "database_name": "NFT Starter Kit", "import_time": 1635362957}', 'query_context': '{"datasource":{"id":55,"type":"table"},"force":false,"queries":[{"time_range":"No filter","filters":[],"extras":{"time_grain_sqla":"P1D","time_range_endpoints":["inclusive","exclusive"],"having":"","having_druid":[],"where":""},"applied_time_extras":{},"columns":["slug","total_volume","total_volume_eth"],"orderby":[],"annotation_layers":[],"row_limit":50,"timeseries_limit":0,"order_desc":true,"url_params":{},"custom_params":{},"custom_form_data":{},"post_processing":[]}],"result_format":"json","result_type":"full"}', 'description': None, 'cache_timeout': None, 'perm': None, 'schema_perm': None, 'last_saved_at': None, 'last_saved_by_fk': None, 'certified_by': None, 'certification_details': None, 'is_managed_externally': None, 'external_url': None, 'created_by_fk': None, 'changed_by_fk': None} from the dashboard: Collections
  pre-built-dashboards-nft-starter-kit-1  | Final slice: {'uuid': None, 'created_on': None, 'changed_on': None, 'id': None, 'slice_name': 'Collections with the highest volume', 'datasource_id': 3, 'datasource_type': 'table', 'datasource_name': 'public.Most often traded collections?', 'viz_type': 'table', 'params': '{"adhoc_filters": [], "all_columns": ["slug", "total_volume", "total_volume_eth"], "color_pn": true, "datasource": "55__table", "extra_form_data": {}, "groupby": [], "metrics": [], "order_by_cols": [], "order_desc": true, "percent_metrics": [], "query_mode": "raw", "row_limit": 50, "server_page_length": 10, "show_cell_bars": true, "table_timestamp_format": "smart_date", "time_grain_sqla": "P1D", "time_range": "No filter", "time_range_endpoints": ["inclusive", "exclusive"], "viz_type": "table", "remote_id": 6, "datasource_name": "Most often traded collections?", "schema": "public", "database_name": "NFT Starter Kit", "import_time": 1643382483}', 'query_context': '{"datasource":{"id":55,"type":"table"},"force":false,"queries":[{"time_range":"No filter","filters":[],"extras":{"time_grain_sqla":"P1D","time_range_endpoints":["inclusive","exclusive"],"having":"","having_druid":[],"where":""},"applied_time_extras":{},"columns":["slug","total_volume","total_volume_eth"],"orderby":[],"annotation_layers":[],"row_limit":50,"timeseries_limit":0,"order_desc":true,"url_params":{},"custom_params":{},"custom_form_data":{},"post_processing":[]}],"result_format":"json","result_type":"full"}', 'description': None, 'cache_timeout': None, 'perm': None, 'schema_perm': None, 'last_saved_at': None, 'last_saved_by_fk': None, 'certified_by': None, 'certification_details': None, 'is_managed_externally': None, 'external_url': None, 'created_by_fk': None, 'changed_by_fk': None}
  pre-built-dashboards-nft-starter-kit-1  | 2022-01-28 15:08:05,397:INFO:superset.dashboards.commands.importers.v0:Final slice: {'uuid': None, 'created_on': None, 'changed_on': None, 'id': None, 'slice_name': 'Collections with the highest volume', 'datasource_id': 3, 'datasource_type': 'table', 'datasource_name': 'public.Most often traded collections?', 'viz_type': 'table', 'params': '{"adhoc_filters": [], "all_columns": ["slug", "total_volume", "total_volume_eth"], "color_pn": true, "datasource": "55__table", "extra_form_data": {}, "groupby": [], "metrics": [], "order_by_cols": [], "order_desc": true, "percent_metrics": [], "query_mode": "raw", "row_limit": 50, "server_page_length": 10, "show_cell_bars": true, "table_timestamp_format": "smart_date", "time_grain_sqla": "P1D", "time_range": "No filter", "time_range_endpoints": ["inclusive", "exclusive"], "viz_type": "table", "remote_id": 6, "datasource_name": "Most often traded collections?", "schema": "public", "database_name": "NFT Starter Kit", "import_time": 1643382483}', 'query_context': '{"datasource":{"id":55,"type":"table"},"force":false,"queries":[{"time_range":"No filter","filters":[],"extras":{"time_grain_sqla":"P1D","time_range_endpoints":["inclusive","exclusive"],"having":"","having_druid":[],"where":""},"applied_time_extras":{},"columns":["slug","total_volume","total_volume_eth"],"orderby":[],"annotation_layers":[],"row_limit":50,"timeseries_limit":0,"order_desc":true,"url_params":{},"custom_params":{},"custom_form_data":{},"post_processing":[]}],"result_format":"json","result_type":"full"}', 'description': None, 'cache_timeout': None, 'perm': None, 'schema_perm': None, 'last_saved_at': None, 'last_saved_by_fk': None, 'certified_by': None, 'certification_details': None, 'is_managed_externally': None, 'external_url': None, 'created_by_fk': None, 'changed_by_fk': None}
  pre-built-dashboards-nft-starter-kit-1  | Started import of the dashboard: {'uuid': None, 'created_on': None, 'changed_on': None, 'id': None, 'dashboard_title': 'Assets', 'position_json': '{"CHART-F2ZdAR9LkH":{"children":[],"id":"CHART-F2ZdAR9LkH","meta":{"chartId":93,"height":50,"sliceName":"Most often traded NFTs in a day","uuid":"a7064a5b-66d1-4599-9e10-e8c5d35b088e","width":3},"parents":["ROOT_ID","GRID_ID","ROW-Uzq5Gzn7p2"],"type":"CHART"},"CHART-OA40AUOER7":{"children":[],"id":"CHART-OA40AUOER7","meta":{"chartId":94,"height":50,"sliceName":"Daily volume (ETH)","uuid":"507120f2-6e73-4db9-8e23-9abc3c5e8f4f","width":4},"parents":["ROOT_ID","GRID_ID","ROW-Q83PYzD1tj"],"type":"CHART"},"CHART-hCFDf4gN2r":{"children":[],"id":"CHART-hCFDf4gN2r","meta":{"chartId":91,"height":50,"sliceName":"Assets filter","uuid":"81ac87aa-6dd2-45f2-bb5b-3341c459c691","width":4},"parents":["ROOT_ID","GRID_ID","ROW-Uzq5Gzn7p2"],"type":"CHART"},"CHART-hwDq4KV7oH":{"children":[],"id":"CHART-hwDq4KV7oH","meta":{"chartId":96,"height":50,"sliceName":"Average and median price","uuid":"1bd54ab0-8b14-44cc-abb5-9568d6cd3fa0","width":4},"parents":["ROOT_ID","GRID_ID","ROW-Q83PYzD1tj"],"type":"CHART"},"CHART-y2jODmvTly":{"children":[],"id":"CHART-y2jODmvTly","meta":{"chartId":92,"height":50,"sliceName":"About the NFT","uuid":"30a583b3-7b40-4392-9ff2-231f0b27a28d","width":5},"parents":["ROOT_ID","GRID_ID","ROW-Uzq5Gzn7p2"],"type":"CHART"},"CHART-yRf7pCHveJ":{"children":[],"id":"CHART-yRf7pCHveJ","meta":{"chartId":95,"height":50,"sliceName":"Daily volume (trade count)","uuid":"f806543d-433d-420a-99c0-0bd8977b80ed","width":4},"parents":["ROOT_ID","GRID_ID","ROW-Q83PYzD1tj"],"type":"CHART"},"DASHBOARD_VERSION_KEY":"v2","GRID_ID":{"children":["ROW-Uzq5Gzn7p2","ROW-Q83PYzD1tj"],"id":"GRID_ID","parents":["ROOT_ID"],"type":"GRID"},"HEADER_ID":{"id":"HEADER_ID","meta":{"text":"Assets"},"type":"HEADER"},"ROOT_ID":{"children":["GRID_ID"],"id":"ROOT_ID","type":"ROOT"},"ROW-Q83PYzD1tj":{"children":["CHART-OA40AUOER7","CHART-yRf7pCHveJ","CHART-hwDq4KV7oH"],"id":"ROW-Q83PYzD1tj","meta":{"background":"BACKGROUND_TRANSPARENT"},"parents":["ROOT_ID","GRID_ID"],"type":"ROW"},"ROW-Uzq5Gzn7p2":{"children":["CHART-hCFDf4gN2r","CHART-y2jODmvTly","CHART-F2ZdAR9LkH"],"id":"ROW-Uzq5Gzn7p2","meta":{"background":"BACKGROUND_TRANSPARENT"},"parents":["ROOT_ID","GRID_ID"],"type":"ROW"}}', 'description': None, 'css': '', 'certified_by': None, 'certification_details': None, 'json_metadata': '{"timed_refresh_immune_slices": [], "expanded_slices": {}, "refresh_frequency": 0, "default_filters": "{\\"91\\": {\\"asset_id\\": [\\"16856942\\"], \\"__time_range\\": \\"No filter\\"}}", "color_scheme": null, "filter_scopes": {"91": {"asset_id": {"scope": ["ROOT_ID"], "immune": [93]}, "__time_range": {"scope": ["ROOT_ID"], "immune": [93]}}}, "remote_id": 8}', 'slug': None, 'published': None, 'is_managed_externally': None, 'external_url': None, 'created_by_fk': None, 'changed_by_fk': None}
  pre-built-dashboards-nft-starter-kit-1  | 2022-01-28 15:08:05,544:INFO:superset.dashboards.commands.importers.v0:Started import of the dashboard: {'uuid': None, 'created_on': None, 'changed_on': None, 'id': None, 'dashboard_title': 'Assets', 'position_json': '{"CHART-F2ZdAR9LkH":{"children":[],"id":"CHART-F2ZdAR9LkH","meta":{"chartId":93,"height":50,"sliceName":"Most often traded NFTs in a day","uuid":"a7064a5b-66d1-4599-9e10-e8c5d35b088e","width":3},"parents":["ROOT_ID","GRID_ID","ROW-Uzq5Gzn7p2"],"type":"CHART"},"CHART-OA40AUOER7":{"children":[],"id":"CHART-OA40AUOER7","meta":{"chartId":94,"height":50,"sliceName":"Daily volume (ETH)","uuid":"507120f2-6e73-4db9-8e23-9abc3c5e8f4f","width":4},"parents":["ROOT_ID","GRID_ID","ROW-Q83PYzD1tj"],"type":"CHART"},"CHART-hCFDf4gN2r":{"children":[],"id":"CHART-hCFDf4gN2r","meta":{"chartId":91,"height":50,"sliceName":"Assets filter","uuid":"81ac87aa-6dd2-45f2-bb5b-3341c459c691","width":4},"parents":["ROOT_ID","GRID_ID","ROW-Uzq5Gzn7p2"],"type":"CHART"},"CHART-hwDq4KV7oH":{"children":[],"id":"CHART-hwDq4KV7oH","meta":{"chartId":96,"height":50,"sliceName":"Average and median price","uuid":"1bd54ab0-8b14-44cc-abb5-9568d6cd3fa0","width":4},"parents":["ROOT_ID","GRID_ID","ROW-Q83PYzD1tj"],"type":"CHART"},"CHART-y2jODmvTly":{"children":[],"id":"CHART-y2jODmvTly","meta":{"chartId":92,"height":50,"sliceName":"About the NFT","uuid":"30a583b3-7b40-4392-9ff2-231f0b27a28d","width":5},"parents":["ROOT_ID","GRID_ID","ROW-Uzq5Gzn7p2"],"type":"CHART"},"CHART-yRf7pCHveJ":{"children":[],"id":"CHART-yRf7pCHveJ","meta":{"chartId":95,"height":50,"sliceName":"Daily volume (trade count)","uuid":"f806543d-433d-420a-99c0-0bd8977b80ed","width":4},"parents":["ROOT_ID","GRID_ID","ROW-Q83PYzD1tj"],"type":"CHART"},"DASHBOARD_VERSION_KEY":"v2","GRID_ID":{"children":["ROW-Uzq5Gzn7p2","ROW-Q83PYzD1tj"],"id":"GRID_ID","parents":["ROOT_ID"],"type":"GRID"},"HEADER_ID":{"id":"HEADER_ID","meta":{"text":"Assets"},"type":"HEADER"},"ROOT_ID":{"children":["GRID_ID"],"id":"ROOT_ID","type":"ROOT"},"ROW-Q83PYzD1tj":{"children":["CHART-OA40AUOER7","CHART-yRf7pCHveJ","CHART-hwDq4KV7oH"],"id":"ROW-Q83PYzD1tj","meta":{"background":"BACKGROUND_TRANSPARENT"},"parents":["ROOT_ID","GRID_ID"],"type":"ROW"},"ROW-Uzq5Gzn7p2":{"children":["CHART-hCFDf4gN2r","CHART-y2jODmvTly","CHART-F2ZdAR9LkH"],"id":"ROW-Uzq5Gzn7p2","meta":{"background":"BACKGROUND_TRANSPARENT"},"parents":["ROOT_ID","GRID_ID"],"type":"ROW"}}', 'description': None, 'css': '', 'certified_by': None, 'certification_details': None, 'json_metadata': '{"timed_refresh_immune_slices": [], "expanded_slices": {}, "refresh_frequency": 0, "default_filters": "{\\"91\\": {\\"asset_id\\": [\\"16856942\\"], \\"__time_range\\": \\"No filter\\"}}", "color_scheme": null, "filter_scopes": {"91": {"asset_id": {"scope": ["ROOT_ID"], "immune": [93]}, "__time_range": {"scope": ["ROOT_ID"], "immune": [93]}}}, "remote_id": 8}', 'slug': None, 'published': None, 'is_managed_externally': None, 'external_url': None, 'created_by_fk': None, 'changed_by_fk': None}
  pre-built-dashboards-nft-starter-kit-1  | Dashboard has 6 slices
  pre-built-dashboards-nft-starter-kit-1  | 2022-01-28 15:08:05,545:INFO:superset.dashboards.commands.importers.v0:Dashboard has 6 slices
  pre-built-dashboards-nft-starter-kit-1  | Importing slice {'uuid': None, 'created_on': None, 'changed_on': None, 'id': 91, 'slice_name': 'Assets filter', 'datasource_id': None, 'datasource_type': 'table', 'datasource_name': 'public.Assets caggs + info', 'viz_type': 'filter_box', 'params': '{"adhoc_filters": [], "datasource": "53__table", "date_filter": true, "extra_form_data": {}, "filter_configs": [{"asc": true, "clearable": false, "column": "asset_id", "defaultValue": "48159964", "key": "e_vjzje3-", "multiple": true, "searchAllOptions": false}], "granularity_sqla": "bucket", "slice_id": 91, "time_grain_sqla": null, "time_range": "No filter", "time_range_endpoints": ["inclusive", "exclusive"], "url_params": {}, "viz_type": "filter_box", "remote_id": 91, "datasource_name": "Assets caggs + info", "schema": "public", "database_name": "NFT Starter Kit"}', 'query_context': '{"datasource":{"id":53,"type":"table"},"force":false,"queries":[{"time_range":"No filter","granularity":"bucket","filters":[],"extras":{"time_grain_sqla":null,"time_range_endpoints":["inclusive","exclusive"],"having":"","having_druid":[],"where":""},"applied_time_extras":{},"columns":[],"metrics":[],"annotation_layers":[],"timeseries_limit":0,"order_desc":true,"url_params":{},"custom_params":{},"custom_form_data":{}}],"result_format":"json","result_type":"full"}', 'description': None, 'cache_timeout': None, 'perm': None, 'schema_perm': None, 'last_saved_at': None, 'last_saved_by_fk': None, 'certified_by': None, 'certification_details': None, 'is_managed_externally': None, 'external_url': None, 'created_by_fk': None, 'changed_by_fk': None} from the dashboard: Assets
  pre-built-dashboards-nft-starter-kit-1  | 2022-01-28 15:08:05,576:INFO:superset.dashboards.commands.importers.v0:Importing slice {'uuid': None, 'created_on': None, 'changed_on': None, 'id': 91, 'slice_name': 'Assets filter', 'datasource_id': None, 'datasource_type': 'table', 'datasource_name': 'public.Assets caggs + info', 'viz_type': 'filter_box', 'params': '{"adhoc_filters": [], "datasource": "53__table", "date_filter": true, "extra_form_data": {}, "filter_configs": [{"asc": true, "clearable": false, "column": "asset_id", "defaultValue": "48159964", "key": "e_vjzje3-", "multiple": true, "searchAllOptions": false}], "granularity_sqla": "bucket", "slice_id": 91, "time_grain_sqla": null, "time_range": "No filter", "time_range_endpoints": ["inclusive", "exclusive"], "url_params": {}, "viz_type": "filter_box", "remote_id": 91, "datasource_name": "Assets caggs + info", "schema": "public", "database_name": "NFT Starter Kit"}', 'query_context': '{"datasource":{"id":53,"type":"table"},"force":false,"queries":[{"time_range":"No filter","granularity":"bucket","filters":[],"extras":{"time_grain_sqla":null,"time_range_endpoints":["inclusive","exclusive"],"having":"","having_druid":[],"where":""},"applied_time_extras":{},"columns":[],"metrics":[],"annotation_layers":[],"timeseries_limit":0,"order_desc":true,"url_params":{},"custom_params":{},"custom_form_data":{}}],"result_format":"json","result_type":"full"}', 'description': None, 'cache_timeout': None, 'perm': None, 'schema_perm': None, 'last_saved_at': None, 'last_saved_by_fk': None, 'certified_by': None, 'certification_details': None, 'is_managed_externally': None, 'external_url': None, 'created_by_fk': None, 'changed_by_fk': None} from the dashboard: Assets
  pre-built-dashboards-nft-starter-kit-1  | Final slice: {'uuid': None, 'created_on': None, 'changed_on': None, 'id': None, 'slice_name': 'Assets filter', 'datasource_id': 4, 'datasource_type': 'table', 'datasource_name': 'public.Assets caggs + info', 'viz_type': 'filter_box', 'params': '{"adhoc_filters": [], "datasource": "53__table", "date_filter": true, "extra_form_data": {}, "filter_configs": [{"asc": true, "clearable": false, "column": "asset_id", "defaultValue": "48159964", "key": "e_vjzje3-", "multiple": true, "searchAllOptions": false}], "granularity_sqla": "bucket", "slice_id": 91, "time_grain_sqla": null, "time_range": "No filter", "time_range_endpoints": ["inclusive", "exclusive"], "url_params": {}, "viz_type": "filter_box", "remote_id": 91, "datasource_name": "Assets caggs + info", "schema": "public", "database_name": "NFT Starter Kit", "import_time": 1643382483}', 'query_context': '{"datasource":{"id":53,"type":"table"},"force":false,"queries":[{"time_range":"No filter","granularity":"bucket","filters":[],"extras":{"time_grain_sqla":null,"time_range_endpoints":["inclusive","exclusive"],"having":"","having_druid":[],"where":""},"applied_time_extras":{},"columns":[],"metrics":[],"annotation_layers":[],"timeseries_limit":0,"order_desc":true,"url_params":{},"custom_params":{},"custom_form_data":{}}],"result_format":"json","result_type":"full"}', 'description': None, 'cache_timeout': None, 'perm': None, 'schema_perm': None, 'last_saved_at': None, 'last_saved_by_fk': None, 'certified_by': None, 'certification_details': None, 'is_managed_externally': None, 'external_url': None, 'created_by_fk': None, 'changed_by_fk': None}
  pre-built-dashboards-nft-starter-kit-1  | 2022-01-28 15:08:05,592:INFO:superset.dashboards.commands.importers.v0:Final slice: {'uuid': None, 'created_on': None, 'changed_on': None, 'id': None, 'slice_name': 'Assets filter', 'datasource_id': 4, 'datasource_type': 'table', 'datasource_name': 'public.Assets caggs + info', 'viz_type': 'filter_box', 'params': '{"adhoc_filters": [], "datasource": "53__table", "date_filter": true, "extra_form_data": {}, "filter_configs": [{"asc": true, "clearable": false, "column": "asset_id", "defaultValue": "48159964", "key": "e_vjzje3-", "multiple": true, "searchAllOptions": false}], "granularity_sqla": "bucket", "slice_id": 91, "time_grain_sqla": null, "time_range": "No filter", "time_range_endpoints": ["inclusive", "exclusive"], "url_params": {}, "viz_type": "filter_box", "remote_id": 91, "datasource_name": "Assets caggs + info", "schema": "public", "database_name": "NFT Starter Kit", "import_time": 1643382483}', 'query_context': '{"datasource":{"id":53,"type":"table"},"force":false,"queries":[{"time_range":"No filter","granularity":"bucket","filters":[],"extras":{"time_grain_sqla":null,"time_range_endpoints":["inclusive","exclusive"],"having":"","having_druid":[],"where":""},"applied_time_extras":{},"columns":[],"metrics":[],"annotation_layers":[],"timeseries_limit":0,"order_desc":true,"url_params":{},"custom_params":{},"custom_form_data":{}}],"result_format":"json","result_type":"full"}', 'description': None, 'cache_timeout': None, 'perm': None, 'schema_perm': None, 'last_saved_at': None, 'last_saved_by_fk': None, 'certified_by': None, 'certification_details': None, 'is_managed_externally': None, 'external_url': None, 'created_by_fk': None, 'changed_by_fk': None}
  pre-built-dashboards-nft-starter-kit-1  | Importing slice {'uuid': None, 'created_on': None, 'changed_on': None, 'id': 92, 'slice_name': 'About the NFT', 'datasource_id': None, 'datasource_type': 'table', 'datasource_name': 'public.superset_assets_daily', 'viz_type': 'table', 'params': '{"adhoc_filters": [], "all_columns": ["nft_image", "asset_id", "asset_name", "mean_price"], "color_pn": true, "datasource": "57__table", "extra_form_data": {}, "granularity_sqla": "bucket", "groupby": [], "order_by_cols": [], "order_desc": true, "percent_metrics": [], "query_mode": "raw", "row_limit": null, "server_page_length": 10, "show_cell_bars": true, "slice_id": 92, "table_timestamp_format": "smart_date", "time_grain_sqla": null, "time_range": "No filter", "time_range_endpoints": ["inclusive", "exclusive"], "url_params": {}, "viz_type": "table", "remote_id": 92, "datasource_name": "superset_assets_daily", "schema": "public", "database_name": "NFT Starter Kit"}', 'query_context': '{"datasource":{"id":57,"type":"table"},"force":false,"queries":[{"time_range":"No filter","granularity":"bucket","filters":[],"extras":{"time_grain_sqla":null,"time_range_endpoints":["inclusive","exclusive"],"having":"","having_druid":[],"where":""},"applied_time_extras":{},"columns":["nft_image","asset_id","asset_name","mean_price"],"orderby":[],"annotation_layers":[],"timeseries_limit":0,"order_desc":true,"url_params":{},"custom_params":{},"custom_form_data":{},"post_processing":[]}],"result_format":"json","result_type":"full"}', 'description': None, 'cache_timeout': None, 'perm': None, 'schema_perm': None, 'last_saved_at': None, 'last_saved_by_fk': None, 'certified_by': None, 'certification_details': None, 'is_managed_externally': None, 'external_url': None, 'created_by_fk': None, 'changed_by_fk': None} from the dashboard: Assets
  pre-built-dashboards-nft-starter-kit-1  | 2022-01-28 15:08:05,607:INFO:superset.dashboards.commands.importers.v0:Importing slice {'uuid': None, 'created_on': None, 'changed_on': None, 'id': 92, 'slice_name': 'About the NFT', 'datasource_id': None, 'datasource_type': 'table', 'datasource_name': 'public.superset_assets_daily', 'viz_type': 'table', 'params': '{"adhoc_filters": [], "all_columns": ["nft_image", "asset_id", "asset_name", "mean_price"], "color_pn": true, "datasource": "57__table", "extra_form_data": {}, "granularity_sqla": "bucket", "groupby": [], "order_by_cols": [], "order_desc": true, "percent_metrics": [], "query_mode": "raw", "row_limit": null, "server_page_length": 10, "show_cell_bars": true, "slice_id": 92, "table_timestamp_format": "smart_date", "time_grain_sqla": null, "time_range": "No filter", "time_range_endpoints": ["inclusive", "exclusive"], "url_params": {}, "viz_type": "table", "remote_id": 92, "datasource_name": "superset_assets_daily", "schema": "public", "database_name": "NFT Starter Kit"}', 'query_context': '{"datasource":{"id":57,"type":"table"},"force":false,"queries":[{"time_range":"No filter","granularity":"bucket","filters":[],"extras":{"time_grain_sqla":null,"time_range_endpoints":["inclusive","exclusive"],"having":"","having_druid":[],"where":""},"applied_time_extras":{},"columns":["nft_image","asset_id","asset_name","mean_price"],"orderby":[],"annotation_layers":[],"timeseries_limit":0,"order_desc":true,"url_params":{},"custom_params":{},"custom_form_data":{},"post_processing":[]}],"result_format":"json","result_type":"full"}', 'description': None, 'cache_timeout': None, 'perm': None, 'schema_perm': None, 'last_saved_at': None, 'last_saved_by_fk': None, 'certified_by': None, 'certification_details': None, 'is_managed_externally': None, 'external_url': None, 'created_by_fk': None, 'changed_by_fk': None} from the dashboard: Assets
  pre-built-dashboards-nft-starter-kit-1  | Final slice: {'uuid': None, 'created_on': None, 'changed_on': None, 'id': None, 'slice_name': 'About the NFT', 'datasource_id': 1, 'datasource_type': 'table', 'datasource_name': 'public.superset_assets_daily', 'viz_type': 'table', 'params': '{"adhoc_filters": [], "all_columns": ["nft_image", "asset_id", "asset_name", "mean_price"], "color_pn": true, "datasource": "57__table", "extra_form_data": {}, "granularity_sqla": "bucket", "groupby": [], "order_by_cols": [], "order_desc": true, "percent_metrics": [], "query_mode": "raw", "row_limit": null, "server_page_length": 10, "show_cell_bars": true, "slice_id": 92, "table_timestamp_format": "smart_date", "time_grain_sqla": null, "time_range": "No filter", "time_range_endpoints": ["inclusive", "exclusive"], "url_params": {}, "viz_type": "table", "remote_id": 92, "datasource_name": "superset_assets_daily", "schema": "public", "database_name": "NFT Starter Kit", "import_time": 1643382483}', 'query_context': '{"datasource":{"id":57,"type":"table"},"force":false,"queries":[{"time_range":"No filter","granularity":"bucket","filters":[],"extras":{"time_grain_sqla":null,"time_range_endpoints":["inclusive","exclusive"],"having":"","having_druid":[],"where":""},"applied_time_extras":{},"columns":["nft_image","asset_id","asset_name","mean_price"],"orderby":[],"annotation_layers":[],"timeseries_limit":0,"order_desc":true,"url_params":{},"custom_params":{},"custom_form_data":{},"post_processing":[]}],"result_format":"json","result_type":"full"}', 'description': None, 'cache_timeout': None, 'perm': None, 'schema_perm': None, 'last_saved_at': None, 'last_saved_by_fk': None, 'certified_by': None, 'certification_details': None, 'is_managed_externally': None, 'external_url': None, 'created_by_fk': None, 'changed_by_fk': None}
  pre-built-dashboards-nft-starter-kit-1  | 2022-01-28 15:08:05,626:INFO:superset.dashboards.commands.importers.v0:Final slice: {'uuid': None, 'created_on': None, 'changed_on': None, 'id': None, 'slice_name': 'About the NFT', 'datasource_id': 1, 'datasource_type': 'table', 'datasource_name': 'public.superset_assets_daily', 'viz_type': 'table', 'params': '{"adhoc_filters": [], "all_columns": ["nft_image", "asset_id", "asset_name", "mean_price"], "color_pn": true, "datasource": "57__table", "extra_form_data": {}, "granularity_sqla": "bucket", "groupby": [], "order_by_cols": [], "order_desc": true, "percent_metrics": [], "query_mode": "raw", "row_limit": null, "server_page_length": 10, "show_cell_bars": true, "slice_id": 92, "table_timestamp_format": "smart_date", "time_grain_sqla": null, "time_range": "No filter", "time_range_endpoints": ["inclusive", "exclusive"], "url_params": {}, "viz_type": "table", "remote_id": 92, "datasource_name": "superset_assets_daily", "schema": "public", "database_name": "NFT Starter Kit", "import_time": 1643382483}', 'query_context': '{"datasource":{"id":57,"type":"table"},"force":false,"queries":[{"time_range":"No filter","granularity":"bucket","filters":[],"extras":{"time_grain_sqla":null,"time_range_endpoints":["inclusive","exclusive"],"having":"","having_druid":[],"where":""},"applied_time_extras":{},"columns":["nft_image","asset_id","asset_name","mean_price"],"orderby":[],"annotation_layers":[],"timeseries_limit":0,"order_desc":true,"url_params":{},"custom_params":{},"custom_form_data":{},"post_processing":[]}],"result_format":"json","result_type":"full"}', 'description': None, 'cache_timeout': None, 'perm': None, 'schema_perm': None, 'last_saved_at': None, 'last_saved_by_fk': None, 'certified_by': None, 'certification_details': None, 'is_managed_externally': None, 'external_url': None, 'created_by_fk': None, 'changed_by_fk': None}
  pre-built-dashboards-nft-starter-kit-1  | Importing slice {'uuid': None, 'created_on': None, 'changed_on': None, 'id': 93, 'slice_name': 'Most often traded NFTs in a day', 'datasource_id': None, 'datasource_type': 'table', 'datasource_name': 'public.Assets caggs + info', 'viz_type': 'table', 'params': '{"adhoc_filters": [{"clause": "WHERE", "comparator": "100", "expressionType": "SIMPLE", "filterOptionName": "filter_vhftssqr638_3q2ss0yoxfj", "isExtra": false, "isNew": false, "operator": ">", "operatorId": "GREATER_THAN", "sqlExpression": null, "subject": "volume"}], "all_columns": ["asset_name", "asset_id", "volume"], "color_pn": true, "datasource": "53__table", "extra_form_data": {}, "granularity_sqla": "bucket", "groupby": [], "order_by_cols": [], "order_desc": true, "percent_metrics": [], "query_mode": "raw", "row_limit": 50, "server_page_length": 10, "show_cell_bars": true, "slice_id": 93, "table_timestamp_format": "smart_date", "time_grain_sqla": null, "time_range": "No filter", "time_range_endpoints": ["inclusive", "exclusive"], "url_params": {}, "viz_type": "table", "remote_id": 93, "datasource_name": "Assets caggs + info", "schema": "public", "database_name": "NFT Starter Kit"}', 'query_context': '{"datasource":{"id":53,"type":"table"},"force":false,"queries":[{"time_range":"No filter","granularity":"bucket","filters":[{"col":"volume","op":">","val":"500"}],"extras":{"time_grain_sqla":null,"time_range_endpoints":["inclusive","exclusive"],"having":"","having_druid":[],"where":""},"applied_time_extras":{},"columns":["asset_name","asset_id","volume"],"orderby":[],"annotation_layers":[],"row_limit":50,"timeseries_limit":0,"order_desc":true,"url_params":{},"custom_params":{},"custom_form_data":{},"post_processing":[]}],"result_format":"json","result_type":"full"}', 'description': None, 'cache_timeout': None, 'perm': None, 'schema_perm': None, 'last_saved_at': None, 'last_saved_by_fk': None, 'certified_by': None, 'certification_details': None, 'is_managed_externally': None, 'external_url': None, 'created_by_fk': None, 'changed_by_fk': None} from the dashboard: Assets
  pre-built-dashboards-nft-starter-kit-1  | 2022-01-28 15:08:05,643:INFO:superset.dashboards.commands.importers.v0:Importing slice {'uuid': None, 'created_on': None, 'changed_on': None, 'id': 93, 'slice_name': 'Most often traded NFTs in a day', 'datasource_id': None, 'datasource_type': 'table', 'datasource_name': 'public.Assets caggs + info', 'viz_type': 'table', 'params': '{"adhoc_filters": [{"clause": "WHERE", "comparator": "100", "expressionType": "SIMPLE", "filterOptionName": "filter_vhftssqr638_3q2ss0yoxfj", "isExtra": false, "isNew": false, "operator": ">", "operatorId": "GREATER_THAN", "sqlExpression": null, "subject": "volume"}], "all_columns": ["asset_name", "asset_id", "volume"], "color_pn": true, "datasource": "53__table", "extra_form_data": {}, "granularity_sqla": "bucket", "groupby": [], "order_by_cols": [], "order_desc": true, "percent_metrics": [], "query_mode": "raw", "row_limit": 50, "server_page_length": 10, "show_cell_bars": true, "slice_id": 93, "table_timestamp_format": "smart_date", "time_grain_sqla": null, "time_range": "No filter", "time_range_endpoints": ["inclusive", "exclusive"], "url_params": {}, "viz_type": "table", "remote_id": 93, "datasource_name": "Assets caggs + info", "schema": "public", "database_name": "NFT Starter Kit"}', 'query_context': '{"datasource":{"id":53,"type":"table"},"force":false,"queries":[{"time_range":"No filter","granularity":"bucket","filters":[{"col":"volume","op":">","val":"500"}],"extras":{"time_grain_sqla":null,"time_range_endpoints":["inclusive","exclusive"],"having":"","having_druid":[],"where":""},"applied_time_extras":{},"columns":["asset_name","asset_id","volume"],"orderby":[],"annotation_layers":[],"row_limit":50,"timeseries_limit":0,"order_desc":true,"url_params":{},"custom_params":{},"custom_form_data":{},"post_processing":[]}],"result_format":"json","result_type":"full"}', 'description': None, 'cache_timeout': None, 'perm': None, 'schema_perm': None, 'last_saved_at': None, 'last_saved_by_fk': None, 'certified_by': None, 'certification_details': None, 'is_managed_externally': None, 'external_url': None, 'created_by_fk': None, 'changed_by_fk': None} from the dashboard: Assets
  pre-built-dashboards-nft-starter-kit-1  | Final slice: {'uuid': None, 'created_on': None, 'changed_on': None, 'id': None, 'slice_name': 'Most often traded NFTs in a day', 'datasource_id': 4, 'datasource_type': 'table', 'datasource_name': 'public.Assets caggs + info', 'viz_type': 'table', 'params': '{"adhoc_filters": [{"clause": "WHERE", "comparator": "100", "expressionType": "SIMPLE", "filterOptionName": "filter_vhftssqr638_3q2ss0yoxfj", "isExtra": false, "isNew": false, "operator": ">", "operatorId": "GREATER_THAN", "sqlExpression": null, "subject": "volume"}], "all_columns": ["asset_name", "asset_id", "volume"], "color_pn": true, "datasource": "53__table", "extra_form_data": {}, "granularity_sqla": "bucket", "groupby": [], "order_by_cols": [], "order_desc": true, "percent_metrics": [], "query_mode": "raw", "row_limit": 50, "server_page_length": 10, "show_cell_bars": true, "slice_id": 93, "table_timestamp_format": "smart_date", "time_grain_sqla": null, "time_range": "No filter", "time_range_endpoints": ["inclusive", "exclusive"], "url_params": {}, "viz_type": "table", "remote_id": 93, "datasource_name": "Assets caggs + info", "schema": "public", "database_name": "NFT Starter Kit", "import_time": 1643382483}', 'query_context': '{"datasource":{"id":53,"type":"table"},"force":false,"queries":[{"time_range":"No filter","granularity":"bucket","filters":[{"col":"volume","op":">","val":"500"}],"extras":{"time_grain_sqla":null,"time_range_endpoints":["inclusive","exclusive"],"having":"","having_druid":[],"where":""},"applied_time_extras":{},"columns":["asset_name","asset_id","volume"],"orderby":[],"annotation_layers":[],"row_limit":50,"timeseries_limit":0,"order_desc":true,"url_params":{},"custom_params":{},"custom_form_data":{},"post_processing":[]}],"result_format":"json","result_type":"full"}', 'description': None, 'cache_timeout': None, 'perm': None, 'schema_perm': None, 'last_saved_at': None, 'last_saved_by_fk': None, 'certified_by': None, 'certification_details': None, 'is_managed_externally': None, 'external_url': None, 'created_by_fk': None, 'changed_by_fk': None}
  pre-built-dashboards-nft-starter-kit-1  | 2022-01-28 15:08:05,658:INFO:superset.dashboards.commands.importers.v0:Final slice: {'uuid': None, 'created_on': None, 'changed_on': None, 'id': None, 'slice_name': 'Most often traded NFTs in a day', 'datasource_id': 4, 'datasource_type': 'table', 'datasource_name': 'public.Assets caggs + info', 'viz_type': 'table', 'params': '{"adhoc_filters": [{"clause": "WHERE", "comparator": "100", "expressionType": "SIMPLE", "filterOptionName": "filter_vhftssqr638_3q2ss0yoxfj", "isExtra": false, "isNew": false, "operator": ">", "operatorId": "GREATER_THAN", "sqlExpression": null, "subject": "volume"}], "all_columns": ["asset_name", "asset_id", "volume"], "color_pn": true, "datasource": "53__table", "extra_form_data": {}, "granularity_sqla": "bucket", "groupby": [], "order_by_cols": [], "order_desc": true, "percent_metrics": [], "query_mode": "raw", "row_limit": 50, "server_page_length": 10, "show_cell_bars": true, "slice_id": 93, "table_timestamp_format": "smart_date", "time_grain_sqla": null, "time_range": "No filter", "time_range_endpoints": ["inclusive", "exclusive"], "url_params": {}, "viz_type": "table", "remote_id": 93, "datasource_name": "Assets caggs + info", "schema": "public", "database_name": "NFT Starter Kit", "import_time": 1643382483}', 'query_context': '{"datasource":{"id":53,"type":"table"},"force":false,"queries":[{"time_range":"No filter","granularity":"bucket","filters":[{"col":"volume","op":">","val":"500"}],"extras":{"time_grain_sqla":null,"time_range_endpoints":["inclusive","exclusive"],"having":"","having_druid":[],"where":""},"applied_time_extras":{},"columns":["asset_name","asset_id","volume"],"orderby":[],"annotation_layers":[],"row_limit":50,"timeseries_limit":0,"order_desc":true,"url_params":{},"custom_params":{},"custom_form_data":{},"post_processing":[]}],"result_format":"json","result_type":"full"}', 'description': None, 'cache_timeout': None, 'perm': None, 'schema_perm': None, 'last_saved_at': None, 'last_saved_by_fk': None, 'certified_by': None, 'certification_details': None, 'is_managed_externally': None, 'external_url': None, 'created_by_fk': None, 'changed_by_fk': None}
  pre-built-dashboards-nft-starter-kit-1  | Importing slice {'uuid': None, 'created_on': None, 'changed_on': None, 'id': 94, 'slice_name': 'Daily volume (ETH)', 'datasource_id': None, 'datasource_type': 'table', 'datasource_name': 'public.superset_assets_daily', 'viz_type': 'echarts_timeseries_smooth', 'params': '{"adhoc_filters": [], "annotation_layers": [], "color_scheme": "supersetColors", "comparison_type": "values", "datasource": "57__table", "extra_form_data": {}, "forecastInterval": 0.8, "forecastPeriods": 10, "granularity_sqla": "bucket", "groupby": ["asset_id", "asset_name"], "label_colors": {}, "legendOrientation": "top", "legendType": "scroll", "limit": null, "markerSize": 6, "metrics": [{"aggregate": "MAX", "column": {"column_name": "volume_eth", "description": null, "expression": null, "filterable": true, "groupby": true, "id": 474, "is_dttm": false, "python_date_format": null, "type": "DOUBLE PRECISION", "type_generic": 0, "verbose_name": null}, "expressionType": "SIMPLE", "hasCustomLabel": false, "isNew": false, "label": "MAX(volume_eth)", "optionName": "metric_2ifreem376h_y5myj73mz7g", "sqlExpression": null}], "order_desc": true, "rich_tooltip": true, "row_limit": null, "show_legend": true, "slice_id": 94, "time_grain_sqla": null, "time_range": "No filter", "time_range_endpoints": ["inclusive", "exclusive"], "tooltipTimeFormat": "smart_date", "truncateYAxis": true, "url_params": {}, "viz_type": "echarts_timeseries_smooth", "x_axis_time_format": "smart_date", "y_axis_bounds": [null, null], "y_axis_format": "SMART_NUMBER", "zoomable": true, "remote_id": 94, "datasource_name": "superset_assets_daily", "schema": "public", "database_name": "NFT Starter Kit"}', 'query_context': '{"datasource":{"id":57,"type":"table"},"force":false,"queries":[{"time_range":"No filter","granularity":"bucket","filters":[],"extras":{"time_grain_sqla":null,"time_range_endpoints":["inclusive","exclusive"],"having":"","having_druid":[],"where":""},"applied_time_extras":{},"columns":[],"metrics":[{"expressionType":"SIMPLE","column":{"id":474,"column_name":"volume_eth","verbose_name":null,"description":null,"expression":null,"filterable":true,"groupby":true,"is_dttm":false,"type":"DOUBLE PRECISION","type_generic":0,"python_date_format":null},"aggregate":"MAX","sqlExpression":null,"isNew":false,"hasCustomLabel":false,"label":"MAX(volume_eth)","optionName":"metric_2ifreem376h_y5myj73mz7g"}],"orderby":[[{"expressionType":"SIMPLE","column":{"id":474,"column_name":"volume_eth","verbose_name":null,"description":null,"expression":null,"filterable":true,"groupby":true,"is_dttm":false,"type":"DOUBLE PRECISION","type_generic":0,"python_date_format":null},"aggregate":"MAX","sqlExpression":null,"isNew":false,"hasCustomLabel":false,"label":"MAX(volume_eth)","optionName":"metric_2ifreem376h_y5myj73mz7g"},false]],"annotation_layers":[],"timeseries_limit":0,"order_desc":true,"url_params":{},"custom_params":{},"custom_form_data":{},"is_timeseries":true,"time_offsets":[],"post_processing":[null,null,null,{"operation":"pivot","options":{"index":["__timestamp"],"columns":[],"aggregates":{"MAX(volume_eth)":{"operator":"mean"}},"drop_missing_columns":false}},null,null]}],"result_format":"json","result_type":"full"}', 'description': None, 'cache_timeout': None, 'perm': None, 'schema_perm': None, 'last_saved_at': None, 'last_saved_by_fk': None, 'certified_by': None, 'certification_details': None, 'is_managed_externally': None, 'external_url': None, 'created_by_fk': None, 'changed_by_fk': None} from the dashboard: Assets
  pre-built-dashboards-nft-starter-kit-1  | 2022-01-28 15:08:05,673:INFO:superset.dashboards.commands.importers.v0:Importing slice {'uuid': None, 'created_on': None, 'changed_on': None, 'id': 94, 'slice_name': 'Daily volume (ETH)', 'datasource_id': None, 'datasource_type': 'table', 'datasource_name': 'public.superset_assets_daily', 'viz_type': 'echarts_timeseries_smooth', 'params': '{"adhoc_filters": [], "annotation_layers": [], "color_scheme": "supersetColors", "comparison_type": "values", "datasource": "57__table", "extra_form_data": {}, "forecastInterval": 0.8, "forecastPeriods": 10, "granularity_sqla": "bucket", "groupby": ["asset_id", "asset_name"], "label_colors": {}, "legendOrientation": "top", "legendType": "scroll", "limit": null, "markerSize": 6, "metrics": [{"aggregate": "MAX", "column": {"column_name": "volume_eth", "description": null, "expression": null, "filterable": true, "groupby": true, "id": 474, "is_dttm": false, "python_date_format": null, "type": "DOUBLE PRECISION", "type_generic": 0, "verbose_name": null}, "expressionType": "SIMPLE", "hasCustomLabel": false, "isNew": false, "label": "MAX(volume_eth)", "optionName": "metric_2ifreem376h_y5myj73mz7g", "sqlExpression": null}], "order_desc": true, "rich_tooltip": true, "row_limit": null, "show_legend": true, "slice_id": 94, "time_grain_sqla": null, "time_range": "No filter", "time_range_endpoints": ["inclusive", "exclusive"], "tooltipTimeFormat": "smart_date", "truncateYAxis": true, "url_params": {}, "viz_type": "echarts_timeseries_smooth", "x_axis_time_format": "smart_date", "y_axis_bounds": [null, null], "y_axis_format": "SMART_NUMBER", "zoomable": true, "remote_id": 94, "datasource_name": "superset_assets_daily", "schema": "public", "database_name": "NFT Starter Kit"}', 'query_context': '{"datasource":{"id":57,"type":"table"},"force":false,"queries":[{"time_range":"No filter","granularity":"bucket","filters":[],"extras":{"time_grain_sqla":null,"time_range_endpoints":["inclusive","exclusive"],"having":"","having_druid":[],"where":""},"applied_time_extras":{},"columns":[],"metrics":[{"expressionType":"SIMPLE","column":{"id":474,"column_name":"volume_eth","verbose_name":null,"description":null,"expression":null,"filterable":true,"groupby":true,"is_dttm":false,"type":"DOUBLE PRECISION","type_generic":0,"python_date_format":null},"aggregate":"MAX","sqlExpression":null,"isNew":false,"hasCustomLabel":false,"label":"MAX(volume_eth)","optionName":"metric_2ifreem376h_y5myj73mz7g"}],"orderby":[[{"expressionType":"SIMPLE","column":{"id":474,"column_name":"volume_eth","verbose_name":null,"description":null,"expression":null,"filterable":true,"groupby":true,"is_dttm":false,"type":"DOUBLE PRECISION","type_generic":0,"python_date_format":null},"aggregate":"MAX","sqlExpression":null,"isNew":false,"hasCustomLabel":false,"label":"MAX(volume_eth)","optionName":"metric_2ifreem376h_y5myj73mz7g"},false]],"annotation_layers":[],"timeseries_limit":0,"order_desc":true,"url_params":{},"custom_params":{},"custom_form_data":{},"is_timeseries":true,"time_offsets":[],"post_processing":[null,null,null,{"operation":"pivot","options":{"index":["__timestamp"],"columns":[],"aggregates":{"MAX(volume_eth)":{"operator":"mean"}},"drop_missing_columns":false}},null,null]}],"result_format":"json","result_type":"full"}', 'description': None, 'cache_timeout': None, 'perm': None, 'schema_perm': None, 'last_saved_at': None, 'last_saved_by_fk': None, 'certified_by': None, 'certification_details': None, 'is_managed_externally': None, 'external_url': None, 'created_by_fk': None, 'changed_by_fk': None} from the dashboard: Assets
  pre-built-dashboards-nft-starter-kit-1  | Final slice: {'uuid': None, 'created_on': None, 'changed_on': None, 'id': None, 'slice_name': 'Daily volume (ETH)', 'datasource_id': 1, 'datasource_type': 'table', 'datasource_name': 'public.superset_assets_daily', 'viz_type': 'echarts_timeseries_smooth', 'params': '{"adhoc_filters": [], "annotation_layers": [], "color_scheme": "supersetColors", "comparison_type": "values", "datasource": "57__table", "extra_form_data": {}, "forecastInterval": 0.8, "forecastPeriods": 10, "granularity_sqla": "bucket", "groupby": ["asset_id", "asset_name"], "label_colors": {}, "legendOrientation": "top", "legendType": "scroll", "limit": null, "markerSize": 6, "metrics": [{"aggregate": "MAX", "column": {"column_name": "volume_eth", "description": null, "expression": null, "filterable": true, "groupby": true, "id": 474, "is_dttm": false, "python_date_format": null, "type": "DOUBLE PRECISION", "type_generic": 0, "verbose_name": null}, "expressionType": "SIMPLE", "hasCustomLabel": false, "isNew": false, "label": "MAX(volume_eth)", "optionName": "metric_2ifreem376h_y5myj73mz7g", "sqlExpression": null}], "order_desc": true, "rich_tooltip": true, "row_limit": null, "show_legend": true, "slice_id": 94, "time_grain_sqla": null, "time_range": "No filter", "time_range_endpoints": ["inclusive", "exclusive"], "tooltipTimeFormat": "smart_date", "truncateYAxis": true, "url_params": {}, "viz_type": "echarts_timeseries_smooth", "x_axis_time_format": "smart_date", "y_axis_bounds": [null, null], "y_axis_format": "SMART_NUMBER", "zoomable": true, "remote_id": 94, "datasource_name": "superset_assets_daily", "schema": "public", "database_name": "NFT Starter Kit", "import_time": 1643382483}', 'query_context': '{"datasource":{"id":57,"type":"table"},"force":false,"queries":[{"time_range":"No filter","granularity":"bucket","filters":[],"extras":{"time_grain_sqla":null,"time_range_endpoints":["inclusive","exclusive"],"having":"","having_druid":[],"where":""},"applied_time_extras":{},"columns":[],"metrics":[{"expressionType":"SIMPLE","column":{"id":474,"column_name":"volume_eth","verbose_name":null,"description":null,"expression":null,"filterable":true,"groupby":true,"is_dttm":false,"type":"DOUBLE PRECISION","type_generic":0,"python_date_format":null},"aggregate":"MAX","sqlExpression":null,"isNew":false,"hasCustomLabel":false,"label":"MAX(volume_eth)","optionName":"metric_2ifreem376h_y5myj73mz7g"}],"orderby":[[{"expressionType":"SIMPLE","column":{"id":474,"column_name":"volume_eth","verbose_name":null,"description":null,"expression":null,"filterable":true,"groupby":true,"is_dttm":false,"type":"DOUBLE PRECISION","type_generic":0,"python_date_format":null},"aggregate":"MAX","sqlExpression":null,"isNew":false,"hasCustomLabel":false,"label":"MAX(volume_eth)","optionName":"metric_2ifreem376h_y5myj73mz7g"},false]],"annotation_layers":[],"timeseries_limit":0,"order_desc":true,"url_params":{},"custom_params":{},"custom_form_data":{},"is_timeseries":true,"time_offsets":[],"post_processing":[null,null,null,{"operation":"pivot","options":{"index":["__timestamp"],"columns":[],"aggregates":{"MAX(volume_eth)":{"operator":"mean"}},"drop_missing_columns":false}},null,null]}],"result_format":"json","result_type":"full"}', 'description': None, 'cache_timeout': None, 'perm': None, 'schema_perm': None, 'last_saved_at': None, 'last_saved_by_fk': None, 'certified_by': None, 'certification_details': None, 'is_managed_externally': None, 'external_url': None, 'created_by_fk': None, 'changed_by_fk': None}
  pre-built-dashboards-nft-starter-kit-1  | 2022-01-28 15:08:05,689:INFO:superset.dashboards.commands.importers.v0:Final slice: {'uuid': None, 'created_on': None, 'changed_on': None, 'id': None, 'slice_name': 'Daily volume (ETH)', 'datasource_id': 1, 'datasource_type': 'table', 'datasource_name': 'public.superset_assets_daily', 'viz_type': 'echarts_timeseries_smooth', 'params': '{"adhoc_filters": [], "annotation_layers": [], "color_scheme": "supersetColors", "comparison_type": "values", "datasource": "57__table", "extra_form_data": {}, "forecastInterval": 0.8, "forecastPeriods": 10, "granularity_sqla": "bucket", "groupby": ["asset_id", "asset_name"], "label_colors": {}, "legendOrientation": "top", "legendType": "scroll", "limit": null, "markerSize": 6, "metrics": [{"aggregate": "MAX", "column": {"column_name": "volume_eth", "description": null, "expression": null, "filterable": true, "groupby": true, "id": 474, "is_dttm": false, "python_date_format": null, "type": "DOUBLE PRECISION", "type_generic": 0, "verbose_name": null}, "expressionType": "SIMPLE", "hasCustomLabel": false, "isNew": false, "label": "MAX(volume_eth)", "optionName": "metric_2ifreem376h_y5myj73mz7g", "sqlExpression": null}], "order_desc": true, "rich_tooltip": true, "row_limit": null, "show_legend": true, "slice_id": 94, "time_grain_sqla": null, "time_range": "No filter", "time_range_endpoints": ["inclusive", "exclusive"], "tooltipTimeFormat": "smart_date", "truncateYAxis": true, "url_params": {}, "viz_type": "echarts_timeseries_smooth", "x_axis_time_format": "smart_date", "y_axis_bounds": [null, null], "y_axis_format": "SMART_NUMBER", "zoomable": true, "remote_id": 94, "datasource_name": "superset_assets_daily", "schema": "public", "database_name": "NFT Starter Kit", "import_time": 1643382483}', 'query_context': '{"datasource":{"id":57,"type":"table"},"force":false,"queries":[{"time_range":"No filter","granularity":"bucket","filters":[],"extras":{"time_grain_sqla":null,"time_range_endpoints":["inclusive","exclusive"],"having":"","having_druid":[],"where":""},"applied_time_extras":{},"columns":[],"metrics":[{"expressionType":"SIMPLE","column":{"id":474,"column_name":"volume_eth","verbose_name":null,"description":null,"expression":null,"filterable":true,"groupby":true,"is_dttm":false,"type":"DOUBLE PRECISION","type_generic":0,"python_date_format":null},"aggregate":"MAX","sqlExpression":null,"isNew":false,"hasCustomLabel":false,"label":"MAX(volume_eth)","optionName":"metric_2ifreem376h_y5myj73mz7g"}],"orderby":[[{"expressionType":"SIMPLE","column":{"id":474,"column_name":"volume_eth","verbose_name":null,"description":null,"expression":null,"filterable":true,"groupby":true,"is_dttm":false,"type":"DOUBLE PRECISION","type_generic":0,"python_date_format":null},"aggregate":"MAX","sqlExpression":null,"isNew":false,"hasCustomLabel":false,"label":"MAX(volume_eth)","optionName":"metric_2ifreem376h_y5myj73mz7g"},false]],"annotation_layers":[],"timeseries_limit":0,"order_desc":true,"url_params":{},"custom_params":{},"custom_form_data":{},"is_timeseries":true,"time_offsets":[],"post_processing":[null,null,null,{"operation":"pivot","options":{"index":["__timestamp"],"columns":[],"aggregates":{"MAX(volume_eth)":{"operator":"mean"}},"drop_missing_columns":false}},null,null]}],"result_format":"json","result_type":"full"}', 'description': None, 'cache_timeout': None, 'perm': None, 'schema_perm': None, 'last_saved_at': None, 'last_saved_by_fk': None, 'certified_by': None, 'certification_details': None, 'is_managed_externally': None, 'external_url': None, 'created_by_fk': None, 'changed_by_fk': None}
  pre-built-dashboards-nft-starter-kit-1  | Importing slice {'uuid': None, 'created_on': None, 'changed_on': None, 'id': 95, 'slice_name': 'Daily volume (trade count)', 'datasource_id': None, 'datasource_type': 'table', 'datasource_name': 'public.superset_assets_daily', 'viz_type': 'echarts_timeseries_smooth', 'params': '{"adhoc_filters": [], "annotation_layers": [], "color_scheme": "supersetColors", "comparison_type": "values", "datasource": "57__table", "extra_form_data": {}, "forecastInterval": 0.8, "forecastPeriods": 10, "granularity_sqla": "bucket", "groupby": ["asset_id", "asset_name"], "label_colors": {}, "legendOrientation": "top", "legendType": "scroll", "limit": null, "markerSize": 6, "metrics": [{"aggregate": "MAX", "column": {"column_name": "volume", "description": null, "expression": null, "filterable": true, "groupby": true, "id": 473, "is_dttm": false, "python_date_format": null, "type": "BIGINT", "type_generic": 0, "verbose_name": null}, "expressionType": "SIMPLE", "hasCustomLabel": false, "isNew": false, "label": "MAX(volume)", "optionName": "metric_03tsl3ljb2el_shai8cnyjn", "sqlExpression": null}], "order_desc": true, "rich_tooltip": true, "row_limit": null, "show_legend": true, "slice_id": 95, "time_grain_sqla": null, "time_range": "No filter", "time_range_endpoints": ["inclusive", "exclusive"], "tooltipTimeFormat": "smart_date", "truncateYAxis": true, "url_params": {}, "viz_type": "echarts_timeseries_smooth", "x_axis_time_format": "smart_date", "y_axis_bounds": [null, null], "y_axis_format": "SMART_NUMBER", "zoomable": true, "remote_id": 95, "datasource_name": "superset_assets_daily", "schema": "public", "database_name": "NFT Starter Kit"}', 'query_context': '{"datasource":{"id":57,"type":"table"},"force":false,"queries":[{"time_range":"No filter","granularity":"bucket","filters":[],"extras":{"time_grain_sqla":null,"time_range_endpoints":["inclusive","exclusive"],"having":"","having_druid":[],"where":""},"applied_time_extras":{},"columns":["asset_id","asset_name"],"metrics":[{"expressionType":"SIMPLE","column":{"id":473,"column_name":"volume","verbose_name":null,"description":null,"expression":null,"filterable":true,"groupby":true,"is_dttm":false,"type":"BIGINT","type_generic":0,"python_date_format":null},"aggregate":"MAX","sqlExpression":null,"isNew":false,"hasCustomLabel":false,"label":"MAX(volume)","optionName":"metric_03tsl3ljb2el_shai8cnyjn"}],"orderby":[[{"expressionType":"SIMPLE","column":{"id":473,"column_name":"volume","verbose_name":null,"description":null,"expression":null,"filterable":true,"groupby":true,"is_dttm":false,"type":"BIGINT","type_generic":0,"python_date_format":null},"aggregate":"MAX","sqlExpression":null,"isNew":false,"hasCustomLabel":false,"label":"MAX(volume)","optionName":"metric_03tsl3ljb2el_shai8cnyjn"},false]],"annotation_layers":[],"timeseries_limit":0,"order_desc":true,"url_params":{},"custom_params":{},"custom_form_data":{},"is_timeseries":true,"time_offsets":[],"post_processing":[null,null,null,{"operation":"pivot","options":{"index":["__timestamp"],"columns":["asset_id","asset_name"],"aggregates":{"MAX(volume)":{"operator":"mean"}},"drop_missing_columns":false}},null,null]}],"result_format":"json","result_type":"full"}', 'description': None, 'cache_timeout': None, 'perm': None, 'schema_perm': None, 'last_saved_at': None, 'last_saved_by_fk': None, 'certified_by': None, 'certification_details': None, 'is_managed_externally': None, 'external_url': None, 'created_by_fk': None, 'changed_by_fk': None} from the dashboard: Assets
  pre-built-dashboards-nft-starter-kit-1  | 2022-01-28 15:08:05,703:INFO:superset.dashboards.commands.importers.v0:Importing slice {'uuid': None, 'created_on': None, 'changed_on': None, 'id': 95, 'slice_name': 'Daily volume (trade count)', 'datasource_id': None, 'datasource_type': 'table', 'datasource_name': 'public.superset_assets_daily', 'viz_type': 'echarts_timeseries_smooth', 'params': '{"adhoc_filters": [], "annotation_layers": [], "color_scheme": "supersetColors", "comparison_type": "values", "datasource": "57__table", "extra_form_data": {}, "forecastInterval": 0.8, "forecastPeriods": 10, "granularity_sqla": "bucket", "groupby": ["asset_id", "asset_name"], "label_colors": {}, "legendOrientation": "top", "legendType": "scroll", "limit": null, "markerSize": 6, "metrics": [{"aggregate": "MAX", "column": {"column_name": "volume", "description": null, "expression": null, "filterable": true, "groupby": true, "id": 473, "is_dttm": false, "python_date_format": null, "type": "BIGINT", "type_generic": 0, "verbose_name": null}, "expressionType": "SIMPLE", "hasCustomLabel": false, "isNew": false, "label": "MAX(volume)", "optionName": "metric_03tsl3ljb2el_shai8cnyjn", "sqlExpression": null}], "order_desc": true, "rich_tooltip": true, "row_limit": null, "show_legend": true, "slice_id": 95, "time_grain_sqla": null, "time_range": "No filter", "time_range_endpoints": ["inclusive", "exclusive"], "tooltipTimeFormat": "smart_date", "truncateYAxis": true, "url_params": {}, "viz_type": "echarts_timeseries_smooth", "x_axis_time_format": "smart_date", "y_axis_bounds": [null, null], "y_axis_format": "SMART_NUMBER", "zoomable": true, "remote_id": 95, "datasource_name": "superset_assets_daily", "schema": "public", "database_name": "NFT Starter Kit"}', 'query_context': '{"datasource":{"id":57,"type":"table"},"force":false,"queries":[{"time_range":"No filter","granularity":"bucket","filters":[],"extras":{"time_grain_sqla":null,"time_range_endpoints":["inclusive","exclusive"],"having":"","having_druid":[],"where":""},"applied_time_extras":{},"columns":["asset_id","asset_name"],"metrics":[{"expressionType":"SIMPLE","column":{"id":473,"column_name":"volume","verbose_name":null,"description":null,"expression":null,"filterable":true,"groupby":true,"is_dttm":false,"type":"BIGINT","type_generic":0,"python_date_format":null},"aggregate":"MAX","sqlExpression":null,"isNew":false,"hasCustomLabel":false,"label":"MAX(volume)","optionName":"metric_03tsl3ljb2el_shai8cnyjn"}],"orderby":[[{"expressionType":"SIMPLE","column":{"id":473,"column_name":"volume","verbose_name":null,"description":null,"expression":null,"filterable":true,"groupby":true,"is_dttm":false,"type":"BIGINT","type_generic":0,"python_date_format":null},"aggregate":"MAX","sqlExpression":null,"isNew":false,"hasCustomLabel":false,"label":"MAX(volume)","optionName":"metric_03tsl3ljb2el_shai8cnyjn"},false]],"annotation_layers":[],"timeseries_limit":0,"order_desc":true,"url_params":{},"custom_params":{},"custom_form_data":{},"is_timeseries":true,"time_offsets":[],"post_processing":[null,null,null,{"operation":"pivot","options":{"index":["__timestamp"],"columns":["asset_id","asset_name"],"aggregates":{"MAX(volume)":{"operator":"mean"}},"drop_missing_columns":false}},null,null]}],"result_format":"json","result_type":"full"}', 'description': None, 'cache_timeout': None, 'perm': None, 'schema_perm': None, 'last_saved_at': None, 'last_saved_by_fk': None, 'certified_by': None, 'certification_details': None, 'is_managed_externally': None, 'external_url': None, 'created_by_fk': None, 'changed_by_fk': None} from the dashboard: Assets
  pre-built-dashboards-nft-starter-kit-1  | Final slice: {'uuid': None, 'created_on': None, 'changed_on': None, 'id': None, 'slice_name': 'Daily volume (trade count)', 'datasource_id': 1, 'datasource_type': 'table', 'datasource_name': 'public.superset_assets_daily', 'viz_type': 'echarts_timeseries_smooth', 'params': '{"adhoc_filters": [], "annotation_layers": [], "color_scheme": "supersetColors", "comparison_type": "values", "datasource": "57__table", "extra_form_data": {}, "forecastInterval": 0.8, "forecastPeriods": 10, "granularity_sqla": "bucket", "groupby": ["asset_id", "asset_name"], "label_colors": {}, "legendOrientation": "top", "legendType": "scroll", "limit": null, "markerSize": 6, "metrics": [{"aggregate": "MAX", "column": {"column_name": "volume", "description": null, "expression": null, "filterable": true, "groupby": true, "id": 473, "is_dttm": false, "python_date_format": null, "type": "BIGINT", "type_generic": 0, "verbose_name": null}, "expressionType": "SIMPLE", "hasCustomLabel": false, "isNew": false, "label": "MAX(volume)", "optionName": "metric_03tsl3ljb2el_shai8cnyjn", "sqlExpression": null}], "order_desc": true, "rich_tooltip": true, "row_limit": null, "show_legend": true, "slice_id": 95, "time_grain_sqla": null, "time_range": "No filter", "time_range_endpoints": ["inclusive", "exclusive"], "tooltipTimeFormat": "smart_date", "truncateYAxis": true, "url_params": {}, "viz_type": "echarts_timeseries_smooth", "x_axis_time_format": "smart_date", "y_axis_bounds": [null, null], "y_axis_format": "SMART_NUMBER", "zoomable": true, "remote_id": 95, "datasource_name": "superset_assets_daily", "schema": "public", "database_name": "NFT Starter Kit", "import_time": 1643382483}', 'query_context': '{"datasource":{"id":57,"type":"table"},"force":false,"queries":[{"time_range":"No filter","granularity":"bucket","filters":[],"extras":{"time_grain_sqla":null,"time_range_endpoints":["inclusive","exclusive"],"having":"","having_druid":[],"where":""},"applied_time_extras":{},"columns":["asset_id","asset_name"],"metrics":[{"expressionType":"SIMPLE","column":{"id":473,"column_name":"volume","verbose_name":null,"description":null,"expression":null,"filterable":true,"groupby":true,"is_dttm":false,"type":"BIGINT","type_generic":0,"python_date_format":null},"aggregate":"MAX","sqlExpression":null,"isNew":false,"hasCustomLabel":false,"label":"MAX(volume)","optionName":"metric_03tsl3ljb2el_shai8cnyjn"}],"orderby":[[{"expressionType":"SIMPLE","column":{"id":473,"column_name":"volume","verbose_name":null,"description":null,"expression":null,"filterable":true,"groupby":true,"is_dttm":false,"type":"BIGINT","type_generic":0,"python_date_format":null},"aggregate":"MAX","sqlExpression":null,"isNew":false,"hasCustomLabel":false,"label":"MAX(volume)","optionName":"metric_03tsl3ljb2el_shai8cnyjn"},false]],"annotation_layers":[],"timeseries_limit":0,"order_desc":true,"url_params":{},"custom_params":{},"custom_form_data":{},"is_timeseries":true,"time_offsets":[],"post_processing":[null,null,null,{"operation":"pivot","options":{"index":["__timestamp"],"columns":["asset_id","asset_name"],"aggregates":{"MAX(volume)":{"operator":"mean"}},"drop_missing_columns":false}},null,null]}],"result_format":"json","result_type":"full"}', 'description': None, 'cache_timeout': None, 'perm': None, 'schema_perm': None, 'last_saved_at': None, 'last_saved_by_fk': None, 'certified_by': None, 'certification_details': None, 'is_managed_externally': None, 'external_url': None, 'created_by_fk': None, 'changed_by_fk': None}
  pre-built-dashboards-nft-starter-kit-1  | 2022-01-28 15:08:05,718:INFO:superset.dashboards.commands.importers.v0:Final slice: {'uuid': None, 'created_on': None, 'changed_on': None, 'id': None, 'slice_name': 'Daily volume (trade count)', 'datasource_id': 1, 'datasource_type': 'table', 'datasource_name': 'public.superset_assets_daily', 'viz_type': 'echarts_timeseries_smooth', 'params': '{"adhoc_filters": [], "annotation_layers": [], "color_scheme": "supersetColors", "comparison_type": "values", "datasource": "57__table", "extra_form_data": {}, "forecastInterval": 0.8, "forecastPeriods": 10, "granularity_sqla": "bucket", "groupby": ["asset_id", "asset_name"], "label_colors": {}, "legendOrientation": "top", "legendType": "scroll", "limit": null, "markerSize": 6, "metrics": [{"aggregate": "MAX", "column": {"column_name": "volume", "description": null, "expression": null, "filterable": true, "groupby": true, "id": 473, "is_dttm": false, "python_date_format": null, "type": "BIGINT", "type_generic": 0, "verbose_name": null}, "expressionType": "SIMPLE", "hasCustomLabel": false, "isNew": false, "label": "MAX(volume)", "optionName": "metric_03tsl3ljb2el_shai8cnyjn", "sqlExpression": null}], "order_desc": true, "rich_tooltip": true, "row_limit": null, "show_legend": true, "slice_id": 95, "time_grain_sqla": null, "time_range": "No filter", "time_range_endpoints": ["inclusive", "exclusive"], "tooltipTimeFormat": "smart_date", "truncateYAxis": true, "url_params": {}, "viz_type": "echarts_timeseries_smooth", "x_axis_time_format": "smart_date", "y_axis_bounds": [null, null], "y_axis_format": "SMART_NUMBER", "zoomable": true, "remote_id": 95, "datasource_name": "superset_assets_daily", "schema": "public", "database_name": "NFT Starter Kit", "import_time": 1643382483}', 'query_context': '{"datasource":{"id":57,"type":"table"},"force":false,"queries":[{"time_range":"No filter","granularity":"bucket","filters":[],"extras":{"time_grain_sqla":null,"time_range_endpoints":["inclusive","exclusive"],"having":"","having_druid":[],"where":""},"applied_time_extras":{},"columns":["asset_id","asset_name"],"metrics":[{"expressionType":"SIMPLE","column":{"id":473,"column_name":"volume","verbose_name":null,"description":null,"expression":null,"filterable":true,"groupby":true,"is_dttm":false,"type":"BIGINT","type_generic":0,"python_date_format":null},"aggregate":"MAX","sqlExpression":null,"isNew":false,"hasCustomLabel":false,"label":"MAX(volume)","optionName":"metric_03tsl3ljb2el_shai8cnyjn"}],"orderby":[[{"expressionType":"SIMPLE","column":{"id":473,"column_name":"volume","verbose_name":null,"description":null,"expression":null,"filterable":true,"groupby":true,"is_dttm":false,"type":"BIGINT","type_generic":0,"python_date_format":null},"aggregate":"MAX","sqlExpression":null,"isNew":false,"hasCustomLabel":false,"label":"MAX(volume)","optionName":"metric_03tsl3ljb2el_shai8cnyjn"},false]],"annotation_layers":[],"timeseries_limit":0,"order_desc":true,"url_params":{},"custom_params":{},"custom_form_data":{},"is_timeseries":true,"time_offsets":[],"post_processing":[null,null,null,{"operation":"pivot","options":{"index":["__timestamp"],"columns":["asset_id","asset_name"],"aggregates":{"MAX(volume)":{"operator":"mean"}},"drop_missing_columns":false}},null,null]}],"result_format":"json","result_type":"full"}', 'description': None, 'cache_timeout': None, 'perm': None, 'schema_perm': None, 'last_saved_at': None, 'last_saved_by_fk': None, 'certified_by': None, 'certification_details': None, 'is_managed_externally': None, 'external_url': None, 'created_by_fk': None, 'changed_by_fk': None}
  pre-built-dashboards-nft-starter-kit-1  | Importing slice {'uuid': None, 'created_on': None, 'changed_on': None, 'id': 96, 'slice_name': 'Average and median price', 'datasource_id': None, 'datasource_type': 'table', 'datasource_name': 'public.Assets caggs + info', 'viz_type': 'echarts_timeseries_smooth', 'params': '{"adhoc_filters": [], "annotation_layers": [], "color_scheme": "supersetColors", "comparison_type": "values", "datasource": "53__table", "extra_form_data": {}, "forecastInterval": 0.8, "forecastPeriods": 10, "granularity_sqla": "bucket", "groupby": ["asset_id", "asset_name"], "label_colors": {}, "legendOrientation": "top", "legendType": "scroll", "limit": null, "markerSize": 6, "metrics": [{"aggregate": "MAX", "column": {"column_name": "mean_price", "description": null, "expression": null, "filterable": true, "groupby": true, "id": 448, "is_dttm": false, "python_date_format": null, "type": "FLOAT", "type_generic": 0, "verbose_name": null}, "expressionType": "SIMPLE", "hasCustomLabel": false, "isNew": false, "label": "MAX(mean_price)", "optionName": "metric_1ms0gvufvcc_zy9cfsob6i", "sqlExpression": null}, {"aggregate": "MAX", "column": {"column_name": "median_price", "description": null, "expression": null, "filterable": true, "groupby": true, "id": 449, "is_dttm": false, "python_date_format": null, "type": "FLOAT", "type_generic": 0, "verbose_name": null}, "expressionType": "SIMPLE", "hasCustomLabel": false, "isNew": false, "label": "MAX(median_price)", "optionName": "metric_4530rmv59hl_r5lastejhq", "sqlExpression": null}], "order_desc": true, "rich_tooltip": true, "row_limit": null, "show_legend": true, "time_grain_sqla": null, "time_range": "No filter", "time_range_endpoints": ["inclusive", "exclusive"], "tooltipTimeFormat": "smart_date", "truncateYAxis": true, "url_params": {}, "viz_type": "echarts_timeseries_smooth", "x_axis_time_format": "smart_date", "y_axis_bounds": [null, null], "y_axis_format": "SMART_NUMBER", "zoomable": true, "remote_id": 96, "datasource_name": "Assets caggs + info", "schema": "public", "database_name": "NFT Starter Kit"}', 'query_context': '{"datasource":{"id":53,"type":"table"},"force":false,"queries":[{"time_range":"No filter","granularity":"bucket","filters":[],"extras":{"time_grain_sqla":null,"time_range_endpoints":["inclusive","exclusive"],"having":"","having_druid":[],"where":""},"applied_time_extras":{},"columns":["asset_id","asset_name"],"metrics":[{"expressionType":"SIMPLE","column":{"id":448,"column_name":"mean_price","verbose_name":null,"description":null,"expression":null,"filterable":true,"groupby":true,"is_dttm":false,"type":"FLOAT","type_generic":0,"python_date_format":null},"aggregate":"MAX","sqlExpression":null,"isNew":false,"hasCustomLabel":false,"label":"MAX(mean_price)","optionName":"metric_1ms0gvufvcc_zy9cfsob6i"},{"expressionType":"SIMPLE","column":{"id":449,"column_name":"median_price","verbose_name":null,"description":null,"expression":null,"filterable":true,"groupby":true,"is_dttm":false,"type":"FLOAT","type_generic":0,"python_date_format":null},"aggregate":"MAX","sqlExpression":null,"isNew":false,"hasCustomLabel":false,"label":"MAX(median_price)","optionName":"metric_4530rmv59hl_r5lastejhq"}],"orderby":[[{"expressionType":"SIMPLE","column":{"id":448,"column_name":"mean_price","verbose_name":null,"description":null,"expression":null,"filterable":true,"groupby":true,"is_dttm":false,"type":"FLOAT","type_generic":0,"python_date_format":null},"aggregate":"MAX","sqlExpression":null,"isNew":false,"hasCustomLabel":false,"label":"MAX(mean_price)","optionName":"metric_1ms0gvufvcc_zy9cfsob6i"},false]],"annotation_layers":[],"timeseries_limit":0,"order_desc":true,"url_params":{},"custom_params":{},"custom_form_data":{},"is_timeseries":true,"time_offsets":[],"post_processing":[null,null,null,{"operation":"pivot","options":{"index":["__timestamp"],"columns":["asset_id","asset_name"],"aggregates":{"MAX(mean_price)":{"operator":"mean"},"MAX(median_price)":{"operator":"mean"}},"drop_missing_columns":false}},null,null]}],"result_format":"json","result_type":"full"}', 'description': None, 'cache_timeout': None, 'perm': None, 'schema_perm': None, 'last_saved_at': None, 'last_saved_by_fk': None, 'certified_by': None, 'certification_details': None, 'is_managed_externally': None, 'external_url': None, 'created_by_fk': None, 'changed_by_fk': None} from the dashboard: Assets
  pre-built-dashboards-nft-starter-kit-1  | 2022-01-28 15:08:05,732:INFO:superset.dashboards.commands.importers.v0:Importing slice {'uuid': None, 'created_on': None, 'changed_on': None, 'id': 96, 'slice_name': 'Average and median price', 'datasource_id': None, 'datasource_type': 'table', 'datasource_name': 'public.Assets caggs + info', 'viz_type': 'echarts_timeseries_smooth', 'params': '{"adhoc_filters": [], "annotation_layers": [], "color_scheme": "supersetColors", "comparison_type": "values", "datasource": "53__table", "extra_form_data": {}, "forecastInterval": 0.8, "forecastPeriods": 10, "granularity_sqla": "bucket", "groupby": ["asset_id", "asset_name"], "label_colors": {}, "legendOrientation": "top", "legendType": "scroll", "limit": null, "markerSize": 6, "metrics": [{"aggregate": "MAX", "column": {"column_name": "mean_price", "description": null, "expression": null, "filterable": true, "groupby": true, "id": 448, "is_dttm": false, "python_date_format": null, "type": "FLOAT", "type_generic": 0, "verbose_name": null}, "expressionType": "SIMPLE", "hasCustomLabel": false, "isNew": false, "label": "MAX(mean_price)", "optionName": "metric_1ms0gvufvcc_zy9cfsob6i", "sqlExpression": null}, {"aggregate": "MAX", "column": {"column_name": "median_price", "description": null, "expression": null, "filterable": true, "groupby": true, "id": 449, "is_dttm": false, "python_date_format": null, "type": "FLOAT", "type_generic": 0, "verbose_name": null}, "expressionType": "SIMPLE", "hasCustomLabel": false, "isNew": false, "label": "MAX(median_price)", "optionName": "metric_4530rmv59hl_r5lastejhq", "sqlExpression": null}], "order_desc": true, "rich_tooltip": true, "row_limit": null, "show_legend": true, "time_grain_sqla": null, "time_range": "No filter", "time_range_endpoints": ["inclusive", "exclusive"], "tooltipTimeFormat": "smart_date", "truncateYAxis": true, "url_params": {}, "viz_type": "echarts_timeseries_smooth", "x_axis_time_format": "smart_date", "y_axis_bounds": [null, null], "y_axis_format": "SMART_NUMBER", "zoomable": true, "remote_id": 96, "datasource_name": "Assets caggs + info", "schema": "public", "database_name": "NFT Starter Kit"}', 'query_context': '{"datasource":{"id":53,"type":"table"},"force":false,"queries":[{"time_range":"No filter","granularity":"bucket","filters":[],"extras":{"time_grain_sqla":null,"time_range_endpoints":["inclusive","exclusive"],"having":"","having_druid":[],"where":""},"applied_time_extras":{},"columns":["asset_id","asset_name"],"metrics":[{"expressionType":"SIMPLE","column":{"id":448,"column_name":"mean_price","verbose_name":null,"description":null,"expression":null,"filterable":true,"groupby":true,"is_dttm":false,"type":"FLOAT","type_generic":0,"python_date_format":null},"aggregate":"MAX","sqlExpression":null,"isNew":false,"hasCustomLabel":false,"label":"MAX(mean_price)","optionName":"metric_1ms0gvufvcc_zy9cfsob6i"},{"expressionType":"SIMPLE","column":{"id":449,"column_name":"median_price","verbose_name":null,"description":null,"expression":null,"filterable":true,"groupby":true,"is_dttm":false,"type":"FLOAT","type_generic":0,"python_date_format":null},"aggregate":"MAX","sqlExpression":null,"isNew":false,"hasCustomLabel":false,"label":"MAX(median_price)","optionName":"metric_4530rmv59hl_r5lastejhq"}],"orderby":[[{"expressionType":"SIMPLE","column":{"id":448,"column_name":"mean_price","verbose_name":null,"description":null,"expression":null,"filterable":true,"groupby":true,"is_dttm":false,"type":"FLOAT","type_generic":0,"python_date_format":null},"aggregate":"MAX","sqlExpression":null,"isNew":false,"hasCustomLabel":false,"label":"MAX(mean_price)","optionName":"metric_1ms0gvufvcc_zy9cfsob6i"},false]],"annotation_layers":[],"timeseries_limit":0,"order_desc":true,"url_params":{},"custom_params":{},"custom_form_data":{},"is_timeseries":true,"time_offsets":[],"post_processing":[null,null,null,{"operation":"pivot","options":{"index":["__timestamp"],"columns":["asset_id","asset_name"],"aggregates":{"MAX(mean_price)":{"operator":"mean"},"MAX(median_price)":{"operator":"mean"}},"drop_missing_columns":false}},null,null]}],"result_format":"json","result_type":"full"}', 'description': None, 'cache_timeout': None, 'perm': None, 'schema_perm': None, 'last_saved_at': None, 'last_saved_by_fk': None, 'certified_by': None, 'certification_details': None, 'is_managed_externally': None, 'external_url': None, 'created_by_fk': None, 'changed_by_fk': None} from the dashboard: Assets
  pre-built-dashboards-nft-starter-kit-1  | Final slice: {'uuid': None, 'created_on': None, 'changed_on': None, 'id': None, 'slice_name': 'Average and median price', 'datasource_id': 4, 'datasource_type': 'table', 'datasource_name': 'public.Assets caggs + info', 'viz_type': 'echarts_timeseries_smooth', 'params': '{"adhoc_filters": [], "annotation_layers": [], "color_scheme": "supersetColors", "comparison_type": "values", "datasource": "53__table", "extra_form_data": {}, "forecastInterval": 0.8, "forecastPeriods": 10, "granularity_sqla": "bucket", "groupby": ["asset_id", "asset_name"], "label_colors": {}, "legendOrientation": "top", "legendType": "scroll", "limit": null, "markerSize": 6, "metrics": [{"aggregate": "MAX", "column": {"column_name": "mean_price", "description": null, "expression": null, "filterable": true, "groupby": true, "id": 448, "is_dttm": false, "python_date_format": null, "type": "FLOAT", "type_generic": 0, "verbose_name": null}, "expressionType": "SIMPLE", "hasCustomLabel": false, "isNew": false, "label": "MAX(mean_price)", "optionName": "metric_1ms0gvufvcc_zy9cfsob6i", "sqlExpression": null}, {"aggregate": "MAX", "column": {"column_name": "median_price", "description": null, "expression": null, "filterable": true, "groupby": true, "id": 449, "is_dttm": false, "python_date_format": null, "type": "FLOAT", "type_generic": 0, "verbose_name": null}, "expressionType": "SIMPLE", "hasCustomLabel": false, "isNew": false, "label": "MAX(median_price)", "optionName": "metric_4530rmv59hl_r5lastejhq", "sqlExpression": null}], "order_desc": true, "rich_tooltip": true, "row_limit": null, "show_legend": true, "time_grain_sqla": null, "time_range": "No filter", "time_range_endpoints": ["inclusive", "exclusive"], "tooltipTimeFormat": "smart_date", "truncateYAxis": true, "url_params": {}, "viz_type": "echarts_timeseries_smooth", "x_axis_time_format": "smart_date", "y_axis_bounds": [null, null], "y_axis_format": "SMART_NUMBER", "zoomable": true, "remote_id": 96, "datasource_name": "Assets caggs + info", "schema": "public", "database_name": "NFT Starter Kit", "import_time": 1643382483}', 'query_context': '{"datasource":{"id":53,"type":"table"},"force":false,"queries":[{"time_range":"No filter","granularity":"bucket","filters":[],"extras":{"time_grain_sqla":null,"time_range_endpoints":["inclusive","exclusive"],"having":"","having_druid":[],"where":""},"applied_time_extras":{},"columns":["asset_id","asset_name"],"metrics":[{"expressionType":"SIMPLE","column":{"id":448,"column_name":"mean_price","verbose_name":null,"description":null,"expression":null,"filterable":true,"groupby":true,"is_dttm":false,"type":"FLOAT","type_generic":0,"python_date_format":null},"aggregate":"MAX","sqlExpression":null,"isNew":false,"hasCustomLabel":false,"label":"MAX(mean_price)","optionName":"metric_1ms0gvufvcc_zy9cfsob6i"},{"expressionType":"SIMPLE","column":{"id":449,"column_name":"median_price","verbose_name":null,"description":null,"expression":null,"filterable":true,"groupby":true,"is_dttm":false,"type":"FLOAT","type_generic":0,"python_date_format":null},"aggregate":"MAX","sqlExpression":null,"isNew":false,"hasCustomLabel":false,"label":"MAX(median_price)","optionName":"metric_4530rmv59hl_r5lastejhq"}],"orderby":[[{"expressionType":"SIMPLE","column":{"id":448,"column_name":"mean_price","verbose_name":null,"description":null,"expression":null,"filterable":true,"groupby":true,"is_dttm":false,"type":"FLOAT","type_generic":0,"python_date_format":null},"aggregate":"MAX","sqlExpression":null,"isNew":false,"hasCustomLabel":false,"label":"MAX(mean_price)","optionName":"metric_1ms0gvufvcc_zy9cfsob6i"},false]],"annotation_layers":[],"timeseries_limit":0,"order_desc":true,"url_params":{},"custom_params":{},"custom_form_data":{},"is_timeseries":true,"time_offsets":[],"post_processing":[null,null,null,{"operation":"pivot","options":{"index":["__timestamp"],"columns":["asset_id","asset_name"],"aggregates":{"MAX(mean_price)":{"operator":"mean"},"MAX(median_price)":{"operator":"mean"}},"drop_missing_columns":false}},null,null]}],"result_format":"json","result_type":"full"}', 'description': None, 'cache_timeout': None, 'perm': None, 'schema_perm': None, 'last_saved_at': None, 'last_saved_by_fk': None, 'certified_by': None, 'certification_details': None, 'is_managed_externally': None, 'external_url': None, 'created_by_fk': None, 'changed_by_fk': None}
  pre-built-dashboards-nft-starter-kit-1  | 2022-01-28 15:08:05,751:INFO:superset.dashboards.commands.importers.v0:Final slice: {'uuid': None, 'created_on': None, 'changed_on': None, 'id': None, 'slice_name': 'Average and median price', 'datasource_id': 4, 'datasource_type': 'table', 'datasource_name': 'public.Assets caggs + info', 'viz_type': 'echarts_timeseries_smooth', 'params': '{"adhoc_filters": [], "annotation_layers": [], "color_scheme": "supersetColors", "comparison_type": "values", "datasource": "53__table", "extra_form_data": {}, "forecastInterval": 0.8, "forecastPeriods": 10, "granularity_sqla": "bucket", "groupby": ["asset_id", "asset_name"], "label_colors": {}, "legendOrientation": "top", "legendType": "scroll", "limit": null, "markerSize": 6, "metrics": [{"aggregate": "MAX", "column": {"column_name": "mean_price", "description": null, "expression": null, "filterable": true, "groupby": true, "id": 448, "is_dttm": false, "python_date_format": null, "type": "FLOAT", "type_generic": 0, "verbose_name": null}, "expressionType": "SIMPLE", "hasCustomLabel": false, "isNew": false, "label": "MAX(mean_price)", "optionName": "metric_1ms0gvufvcc_zy9cfsob6i", "sqlExpression": null}, {"aggregate": "MAX", "column": {"column_name": "median_price", "description": null, "expression": null, "filterable": true, "groupby": true, "id": 449, "is_dttm": false, "python_date_format": null, "type": "FLOAT", "type_generic": 0, "verbose_name": null}, "expressionType": "SIMPLE", "hasCustomLabel": false, "isNew": false, "label": "MAX(median_price)", "optionName": "metric_4530rmv59hl_r5lastejhq", "sqlExpression": null}], "order_desc": true, "rich_tooltip": true, "row_limit": null, "show_legend": true, "time_grain_sqla": null, "time_range": "No filter", "time_range_endpoints": ["inclusive", "exclusive"], "tooltipTimeFormat": "smart_date", "truncateYAxis": true, "url_params": {}, "viz_type": "echarts_timeseries_smooth", "x_axis_time_format": "smart_date", "y_axis_bounds": [null, null], "y_axis_format": "SMART_NUMBER", "zoomable": true, "remote_id": 96, "datasource_name": "Assets caggs + info", "schema": "public", "database_name": "NFT Starter Kit", "import_time": 1643382483}', 'query_context': '{"datasource":{"id":53,"type":"table"},"force":false,"queries":[{"time_range":"No filter","granularity":"bucket","filters":[],"extras":{"time_grain_sqla":null,"time_range_endpoints":["inclusive","exclusive"],"having":"","having_druid":[],"where":""},"applied_time_extras":{},"columns":["asset_id","asset_name"],"metrics":[{"expressionType":"SIMPLE","column":{"id":448,"column_name":"mean_price","verbose_name":null,"description":null,"expression":null,"filterable":true,"groupby":true,"is_dttm":false,"type":"FLOAT","type_generic":0,"python_date_format":null},"aggregate":"MAX","sqlExpression":null,"isNew":false,"hasCustomLabel":false,"label":"MAX(mean_price)","optionName":"metric_1ms0gvufvcc_zy9cfsob6i"},{"expressionType":"SIMPLE","column":{"id":449,"column_name":"median_price","verbose_name":null,"description":null,"expression":null,"filterable":true,"groupby":true,"is_dttm":false,"type":"FLOAT","type_generic":0,"python_date_format":null},"aggregate":"MAX","sqlExpression":null,"isNew":false,"hasCustomLabel":false,"label":"MAX(median_price)","optionName":"metric_4530rmv59hl_r5lastejhq"}],"orderby":[[{"expressionType":"SIMPLE","column":{"id":448,"column_name":"mean_price","verbose_name":null,"description":null,"expression":null,"filterable":true,"groupby":true,"is_dttm":false,"type":"FLOAT","type_generic":0,"python_date_format":null},"aggregate":"MAX","sqlExpression":null,"isNew":false,"hasCustomLabel":false,"label":"MAX(mean_price)","optionName":"metric_1ms0gvufvcc_zy9cfsob6i"},false]],"annotation_layers":[],"timeseries_limit":0,"order_desc":true,"url_params":{},"custom_params":{},"custom_form_data":{},"is_timeseries":true,"time_offsets":[],"post_processing":[null,null,null,{"operation":"pivot","options":{"index":["__timestamp"],"columns":["asset_id","asset_name"],"aggregates":{"MAX(mean_price)":{"operator":"mean"},"MAX(median_price)":{"operator":"mean"}},"drop_missing_columns":false}},null,null]}],"result_format":"json","result_type":"full"}', 'description': None, 'cache_timeout': None, 'perm': None, 'schema_perm': None, 'last_saved_at': None, 'last_saved_by_fk': None, 'certified_by': None, 'certification_details': None, 'is_managed_externally': None, 'external_url': None, 'created_by_fk': None, 'changed_by_fk': None}
  pre-built-dashboards-nft-starter-kit-1  | ****************Superset is starting up****************
  pre-built-dashboards-nft-starter-kit-1  | ****************Go to http://0.0.0.0:8088/ to login****************
  pre-built-dashboards-nft-starter-kit-1  | --------------------------------------------------------------------------------
  pre-built-dashboards-nft-starter-kit-1  |                                     WARNING
  pre-built-dashboards-nft-starter-kit-1  | --------------------------------------------------------------------------------
  pre-built-dashboards-nft-starter-kit-1  | A Default SECRET_KEY was detected, please use superset_config.py to override it.
  pre-built-dashboards-nft-starter-kit-1  | Use a strong complex alphanumeric string and use a tool to help you generate
  pre-built-dashboards-nft-starter-kit-1  | a sufficiently random sequence, ex: openssl rand -base64 42
  pre-built-dashboards-nft-starter-kit-1  | --------------------------------------------------------------------------------
  pre-built-dashboards-nft-starter-kit-1  | --------------------------------------------------------------------------------
  pre-built-dashboards-nft-starter-kit-1  | logging was configured successfully
  pre-built-dashboards-nft-starter-kit-1  | 2022-01-28 15:08:17,772:INFO:superset.utils.logging_configurator:logging was configured successfully
  pre-built-dashboards-nft-starter-kit-1  | 2022-01-28 15:08:17,818:INFO:root:Configured event logger of type 
  pre-built-dashboards-nft-starter-kit-1  |  * Serving Flask app "superset.app:create_app()"
  pre-built-dashboards-nft-starter-kit-1  |  * Environment: production
  pre-built-dashboards-nft-starter-kit-1  |    WARNING: This is a development server. Do not use it in a production deployment.
  pre-built-dashboards-nft-starter-kit-1  |    Use a production WSGI server instead.
  pre-built-dashboards-nft-starter-kit-1  |  * Debug mode: off
  pre-built-dashboards-nft-starter-kit-1  | /usr/local/lib/python3.8/site-packages/flask_caching/__init__.py:201: UserWarning: Flask-Caching: CACHE_TYPE is set to null, caching is effectively disabled.
  pre-built-dashboards-nft-starter-kit-1  |   warnings.warn(
  pre-built-dashboards-nft-starter-kit-1  | 2022-01-28 15:08:26,530:INFO:werkzeug: * Running on http://0.0.0.0:8088/ (Press CTRL+C to quit)
  pre-built-dashboards-nft-starter-kit-1  | 2022-01-28 15:08:27,990:INFO:werkzeug:127.0.0.1 - - [28/Jan/2022 15:08:27] "GET /health HTTP/1.1" 200 -
  pre-built-dashboards-nft-starter-kit-1  | 2022-01-28 15:08:58,233:INFO:werkzeug:127.0.0.1 - - [28/Jan/2022 15:08:58] "GET /health HTTP/1.1" 200 -
  pre-built-dashboards-nft-starter-kit-1  | 2022-01-28 15:09:27,315:INFO:werkzeug:172.18.0.1 - - [28/Jan/2022 15:09:27] "GET / HTTP/1.1" 302 -
  pre-built-dashboards-nft-starter-kit-1  | 2022-01-28 15:09:27,356:WARNING:root:Class 'werkzeug.local.LocalProxy' is not mapped
  pre-built-dashboards-nft-starter-kit-1  | 2022-01-28 15:09:27,397:INFO:werkzeug:172.18.0.1 - - [28/Jan/2022 15:09:27] "GET /superset/welcome/ HTTP/1.1" 302 -
  

from nft-starter-kit.

zseta avatar zseta commented on May 13, 2024

Thanks a lot @1kc2 ! based on these lines:

pre-built-dashboards-timescaledb-1      | 2022-01-28 15:05:43.735 UTC [184] STATEMENT:  COPY  assets FROM STDIN CSV HEADER;
pre-built-dashboards-timescaledb-1      | ERROR:  invalid input syntax for type bigint: "oid sha256:03976df62abaae9fc8aa4e521a7a5a6dab682ef0bbc3f1c0799f57dd24507e74"
pre-built-dashboards-timescaledb-1      | CONTEXT:  COPY assets, line 2, column id: "oid sha256:03976df62abaae9fc8aa4e521a7a5a6dab682ef0bbc3f1c0799f57dd24507e74"

The CSV files seem to be the issue. Your issue is very similar to this one which has to do with the fact that we use Git LFS to upload/download these CSV files. Could you try installing Git LFS and try again? (if you don't want to, that's fine, we will find a solution to not use GIT LFS for these bigger files)

from nft-starter-kit.

fpena06 avatar fpena06 commented on May 13, 2024

@zseta I have the same issue, I have git lfs installed and initialized on my system. All CSV files downloaded.

from nft-starter-kit.

fpena06 avatar fpena06 commented on May 13, 2024

These are the new errors I see.

pre-built-dashboards-nft-starter-kit-1 | connection = pool._invoke_creator(self) pre-built-dashboards-nft-starter-kit-1 | File "/usr/local/lib/python3.8/site-packages/sqlalchemy/engine/strategies.py", line 114, in connect pre-built-dashboards-nft-starter-kit-1 | return dialect.connect(*cargs, **cparams) pre-built-dashboards-nft-starter-kit-1 | File "/usr/local/lib/python3.8/site-packages/sqlalchemy/engine/default.py", line 508, in connect pre-built-dashboards-nft-starter-kit-1 | return self.dbapi.connect(*cargs, **cparams) pre-built-dashboards-nft-starter-kit-1 | File "/usr/local/lib/python3.8/site-packages/psycopg2/__init__.py", line 122, in connect pre-built-dashboards-nft-starter-kit-1 | conn = _connect(dsn, connection_factory=connection_factory, **kwasync) pre-built-dashboards-nft-starter-kit-1 | sqlalchemy.exc.OperationalError: (psycopg2.OperationalError) fe_sendauth: no password supplied pre-built-dashboards-nft-starter-kit-1 | pre-built-dashboards-nft-starter-kit-1 | (Background on this error at: http://sqlalche.me/e/13/e3q8) pre-built-dashboards-nft-starter-kit-1 | 2022-01-28 15:52:45,368:WARNING:superset.connectors.sqla.models:Query SELECT bucket AS __timestamp, pre-built-dashboards-nft-starter-kit-1 | asset_id AS asset_id, pre-built-dashboards-nft-starter-kit-1 | asset_name AS asset_name, pre-built-dashboards-nft-starter-kit-1 | max(mean_price) AS "MAX(mean_price)", pre-built-dashboards-nft-starter-kit-1 | max(median_price) AS "MAX(median_price)" pre-built-dashboards-nft-starter-kit-1 | FROM pre-built-dashboards-nft-starter-kit-1 | (SELECT bucket, pre-built-dashboards-nft-starter-kit-1 | a.id AS asset_id, pre-built-dashboards-nft-starter-kit-1 | a.name AS asset_name, pre-built-dashboards-nft-starter-kit-1 | c.slug AS collection_slug, pre-built-dashboards-nft-starter-kit-1 | mean_price, pre-built-dashboards-nft-starter-kit-1 | median_price, pre-built-dashboards-nft-starter-kit-1 | volume, pre-built-dashboards-nft-starter-kit-1 | volume_eth, pre-built-dashboards-nft-starter-kit-1 | open_price, pre-built-dashboards-nft-starter-kit-1 | high_price, pre-built-dashboards-nft-starter-kit-1 | low_price, pre-built-dashboards-nft-starter-kit-1 | close_price, pre-built-dashboards-nft-starter-kit-1 | '<a href="'|| a.url ||'"><img src='|| a.img_url || ' height=150></a>' AS nft_image pre-built-dashboards-nft-starter-kit-1 | FROM assets_daily cagg pre-built-dashboards-nft-starter-kit-1 | INNER JOIN collections c ON cagg.collection_id = c.id pre-built-dashboards-nft-starter-kit-1 | INNER JOIN assets a ON a.id = cagg.asset_id) AS virtual_table pre-built-dashboards-nft-starter-kit-1 | WHERE asset_id IN (48159964) pre-built-dashboards-nft-starter-kit-1 | GROUP BY asset_id, pre-built-dashboards-nft-starter-kit-1 | asset_name, pre-built-dashboards-nft-starter-kit-1 | bucket pre-built-dashboards-nft-starter-kit-1 | ORDER BY "MAX(mean_price)" DESC pre-built-dashboards-nft-starter-kit-1 | LIMIT 50000 on schema public failed pre-built-dashboards-nft-starter-kit-1 | Traceback (most recent call last): pre-built-dashboards-nft-starter-kit-1 | File "/usr/local/lib/python3.8/site-packages/sqlalchemy/engine/base.py", line 2336, in _wrap_pool_connect pre-built-dashboards-nft-starter-kit-1 | return fn() pre-built-dashboards-nft-starter-kit-1 | File "/usr/local/lib/python3.8/site-packages/sqlalchemy/pool/base.py", line 304, in unique_connection pre-built-dashboards-nft-starter-kit-1 | return _ConnectionFairy._checkout(self) pre-built-dashboards-nft-starter-kit-1 | File "/usr/local/lib/python3.8/site-packages/sqlalchemy/pool/base.py", line 778, in _checkout pre-built-dashboards-nft-starter-kit-1 | fairy = _ConnectionRecord.checkout(pool) pre-built-dashboards-nft-starter-kit-1 | File "/usr/local/lib/python3.8/site-packages/sqlalchemy/pool/base.py", line 495, in checkout pre-built-dashboards-nft-starter-kit-1 | rec = pool._do_get() pre-built-dashboards-nft-starter-kit-1 | File "/usr/local/lib/python3.8/site-packages/sqlalchemy/pool/impl.py", line 241, in _do_get pre-built-dashboards-nft-starter-kit-1 | return self._create_connection() pre-built-dashboards-nft-starter-kit-1 | File "/usr/local/lib/python3.8/site-packages/sqlalchemy/pool/base.py", line 309, in _create_connection pre-built-dashboards-nft-starter-kit-1 | return _ConnectionRecord(self) pre-built-dashboards-nft-starter-kit-1 | File "/usr/local/lib/python3.8/site-packages/sqlalchemy/pool/base.py", line 440, in __init__ pre-built-dashboards-nft-starter-kit-1 | self.__connect(first_connect_check=True) pre-built-dashboards-nft-starter-kit-1 | File "/usr/local/lib/python3.8/site-packages/sqlalchemy/pool/base.py", line 661, in __connect pre-built-dashboards-nft-starter-kit-1 | pool.logger.debug("Error on connect(): %s", e) pre-built-dashboards-nft-starter-kit-1 | File "/usr/local/lib/python3.8/site-packages/sqlalchemy/util/langhelpers.py", line 68, in __exit__ pre-built-dashboards-nft-starter-kit-1 | compat.raise_( pre-built-dashboards-nft-starter-kit-1 | File "/usr/local/lib/python3.8/site-packages/sqlalchemy/util/compat.py", line 182, in raise_ pre-built-dashboards-nft-starter-kit-1 | raise exception pre-built-dashboards-nft-starter-kit-1 | File "/usr/local/lib/python3.8/site-packages/sqlalchemy/pool/base.py", line 656, in __connect pre-built-dashboards-nft-starter-kit-1 | connection = pool._invoke_creator(self) pre-built-dashboards-nft-starter-kit-1 | File "/usr/local/lib/python3.8/site-packages/sqlalchemy/engine/strategies.py", line 114, in connect pre-built-dashboards-nft-starter-kit-1 | return dialect.connect(*cargs, **cparams) pre-built-dashboards-nft-starter-kit-1 | File "/usr/local/lib/python3.8/site-packages/sqlalchemy/engine/default.py", line 508, in connect pre-built-dashboards-nft-starter-kit-1 | return self.dbapi.connect(*cargs, **cparams) pre-built-dashboards-nft-starter-kit-1 | File "/usr/local/lib/python3.8/site-packages/psycopg2/__init__.py", line 122, in connect pre-built-dashboards-nft-starter-kit-1 | conn = _connect(dsn, connection_factory=connection_factory, **kwasync) pre-built-dashboards-nft-starter-kit-1 | psycopg2.OperationalError: fe_sendauth: no password supplied pre-built-dashboards-nft-starter-kit-1 | pre-built-dashboards-nft-starter-kit-1 | pre-built-dashboards-nft-starter-kit-1 | The above exception was the direct cause of the following exception: pre-built-dashboards-nft-starter-kit-1 | pre-built-dashboards-nft-starter-kit-1 | Traceback (most recent call last): pre-built-dashboards-nft-starter-kit-1 | File "/app/superset/connectors/sqla/models.py", line 1608, in query pre-built-dashboards-nft-starter-kit-1 | df = self.database.get_df(sql, self.schema, mutator=assign_column_label) pre-built-dashboards-nft-starter-kit-1 | File "/app/superset/models/core.py", line 429, in get_df pre-built-dashboards-nft-starter-kit-1 | with closing(engine.raw_connection()) as conn: pre-built-dashboards-nft-starter-kit-1 | File "/usr/local/lib/python3.8/site-packages/sqlalchemy/engine/base.py", line 2369, in raw_connection pre-built-dashboards-nft-starter-kit-1 | return self._wrap_pool_connect( pre-built-dashboards-nft-starter-kit-1 | File "/usr/local/lib/python3.8/site-packages/sqlalchemy/engine/base.py", line 2339, in _wrap_pool_connect pre-built-dashboards-nft-starter-kit-1 | Connection._handle_dbapi_exception_noconnection( pre-built-dashboards-nft-starter-kit-1 | File "/usr/local/lib/python3.8/site-packages/sqlalchemy/engine/base.py", line 1583, in _handle_dbapi_exception_noconnection pre-built-dashboards-nft-starter-kit-1 | util.raise_( pre-built-dashboards-nft-starter-kit-1 | File "/usr/local/lib/python3.8/site-packages/sqlalchemy/util/compat.py", line 182, in raise_ pre-built-dashboards-nft-starter-kit-1 | raise exception pre-built-dashboards-nft-starter-kit-1 | File "/usr/local/lib/python3.8/site-packages/sqlalchemy/engine/base.py", line 2336, in _wrap_pool_connect pre-built-dashboards-nft-starter-kit-1 | return fn() pre-built-dashboards-nft-starter-kit-1 | File "/usr/local/lib/python3.8/site-packages/sqlalchemy/pool/base.py", line 304, in unique_connection pre-built-dashboards-nft-starter-kit-1 | return _ConnectionFairy._checkout(self) pre-built-dashboards-nft-starter-kit-1 | File "/usr/local/lib/python3.8/site-packages/sqlalchemy/pool/base.py", line 778, in _checkout pre-built-dashboards-nft-starter-kit-1 | fairy = _ConnectionRecord.checkout(pool) pre-built-dashboards-nft-starter-kit-1 | File "/usr/local/lib/python3.8/site-packages/sqlalchemy/pool/base.py", line 495, in checkout pre-built-dashboards-nft-starter-kit-1 | rec = pool._do_get() pre-built-dashboards-nft-starter-kit-1 | File "/usr/local/lib/python3.8/site-packages/sqlalchemy/pool/impl.py", line 241, in _do_get pre-built-dashboards-nft-starter-kit-1 | return self._create_connection() pre-built-dashboards-nft-starter-kit-1 | File "/usr/local/lib/python3.8/site-packages/sqlalchemy/pool/base.py", line 309, in _create_connection pre-built-dashboards-nft-starter-kit-1 | return _ConnectionRecord(self) pre-built-dashboards-nft-starter-kit-1 | File "/usr/local/lib/python3.8/site-packages/sqlalchemy/pool/base.py", line 440, in __init__ pre-built-dashboards-nft-starter-kit-1 | self.__connect(first_connect_check=True) pre-built-dashboards-nft-starter-kit-1 | File "/usr/local/lib/python3.8/site-packages/sqlalchemy/pool/base.py", line 661, in __connect pre-built-dashboards-nft-starter-kit-1 | pool.logger.debug("Error on connect(): %s", e) pre-built-dashboards-nft-starter-kit-1 | File "/usr/local/lib/python3.8/site-packages/sqlalchemy/util/langhelpers.py", line 68, in __exit__ pre-built-dashboards-nft-starter-kit-1 | compat.raise_( pre-built-dashboards-nft-starter-kit-1 | File "/usr/local/lib/python3.8/site-packages/sqlalchemy/util/compat.py", line 182, in raise_ pre-built-dashboards-nft-starter-kit-1 | raise exception pre-built-dashboards-nft-starter-kit-1 | File "/usr/local/lib/python3.8/site-packages/sqlalchemy/pool/base.py", line 656, in __connect pre-built-dashboards-nft-starter-kit-1 | connection = pool._invoke_creator(self) pre-built-dashboards-nft-starter-kit-1 | File "/usr/local/lib/python3.8/site-packages/sqlalchemy/engine/strategies.py", line 114, in connect pre-built-dashboards-nft-starter-kit-1 | return dialect.connect(*cargs, **cparams) pre-built-dashboards-nft-starter-kit-1 | File "/usr/local/lib/python3.8/site-packages/sqlalchemy/engine/default.py", line 508, in connect pre-built-dashboards-nft-starter-kit-1 | return self.dbapi.connect(*cargs, **cparams) pre-built-dashboards-nft-starter-kit-1 | File "/usr/local/lib/python3.8/site-packages/psycopg2/__init__.py", line 122, in connect pre-built-dashboards-nft-starter-kit-1 | conn = _connect(dsn, connection_factory=connection_factory, **kwasync) pre-built-dashboards-nft-starter-kit-1 | sqlalchemy.exc.OperationalError: (psycopg2.OperationalError) fe_sendauth: no password supplied pre-built-dashboards-nft-starter-kit-1 | pre-built-dashboards-nft-starter-kit-1 | (Background on this error at: http://sqlalche.me/e/13/e3q8) pre-built-dashboards-nft-starter-kit-1 | 2022-01-28 15:52:45,432:INFO:werkzeug:172.18.0.1 - - [28/Jan/2022 15:52:45] "GET /api/v1/chart/8 HTTP/1.1" 200 -

from nft-starter-kit.

zseta avatar zseta commented on May 13, 2024

@fpena06 I think these errors are expected because you need to "finalize" the db connection in Superset, you need to manually go in and click the Finish button (as it's described in the readme) - this is also something that we might be able to automate soon based on this

from nft-starter-kit.

zseta avatar zseta commented on May 13, 2024

Hi @fpena06 and @1kc2
I've pushed some updates #6 and #7 and after some internal testing the dashboards work as expected. Could you try again (probably the easiest to clone the repo again)?

from nft-starter-kit.

zseta avatar zseta commented on May 13, 2024

Also if you have any other feedback regarding the starter kit / how you use it / what feature would be useful etc... would be appreciated

from nft-starter-kit.

Related Issues (5)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.