Join discussions on data engineering best practices, architectures, and optimization strategies within the Databricks Community. Exchange insights and solutions with fellow data engineers.
how to pass the result of one sql query to another sql query dynamically , The first query returns almost 16 k rows and this should be passed to another sql query programmatically for all possible combinations . I am using spark sql