Akash Desardaimportidea.dev·Nov 28, 2024Streamlining Your Databricks Environment SetupI'm pretty sure that if you're using Databricks to run your PySpark job, these might be your typical steps: Design and develop business logic. A notebook that performs all the business logic. Running that notebook using Databricks Workflow. This...DiscussExpress IdeasDatabricks
Akash Desardaimportidea.dev·Nov 27, 2024How to Integrate Auth0 SSO with FastAPIIf you want to integrate Auth0 SSO (or any social login) for all your authentication and authorization needs, you're in the right place! Let's get started together! Here are the steps Step 1: Use FastAPI-Auth0 python library. Step 2: Create Auth0 F...DiscussExpress Ideasexpress-idea