Search code examples
portdata-visualizationapache-superset

What is the default port to connect to Airbnb Caravel UI?


I have the installation done on my Mac. What local port does Caravel run on ?


Solution

  • It has got no default port, instead we need to provide the port number when we start the Superset service.

    superset runserver -p Port_Number 
    

    And it should get going..