Skip to content

Instantly share code, notes, and snippets.

View mansavigarg's full-sized avatar
🎃
Focusing

Mansavi mansavigarg

🎃
Focusing
View GitHub Profile
{
"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": [
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 />