This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "name": "[concat(parameters('factoryName'), '/process super_od file_v2_sb')]", | |
| "type": "Microsoft.DataFactory/factories/pipelines", | |
| "apiVersion": "2018-06-01", | |
| "properties": { | |
| "activities": [ | |
| { | |
| "name": "Transformation", | |
| "type": "DatabricksNotebook", | |
| "dependsOn": [ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ds |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| -- sql |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import React from "react"; | |
| import Navbar from "./Navbar"; | |
| import HeroMain from "./HeroMain"; | |
| import HeroFooter from "./HeroFooter"; | |
| import Hero2 from "./Hero2"; | |
| const Landingpage = () => { | |
| return ( | |
| <div> | |
| <Navbar /> |