Skip to content

Instantly share code, notes, and snippets.

View HOMASADIGH's full-sized avatar

Homa_Ada HOMASADIGH

View GitHub Profile
@HOMASADIGH
HOMASADIGH / salesforce_to_omni_map.html
Last active April 21, 2026 18:16
Salesforce → dbt → Omni data flow map
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Salesforce → Omni Data Flow</title>
<style>
* { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: Arial, sans-serif; background: #f0f4f8; color: #000000; font-size: 12px; }
header {
@HOMASADIGH
HOMASADIGH / salesforce_to_omni_map.html
Last active April 21, 2026 15:21
Salesforce → dbt → Omni data flow map
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Salesforce → Omni Data Flow</title>
<style>
* { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: Arial, sans-serif; background: #f0f4f8; color: #000000; font-size: 12px; }
header {
@HOMASADIGH
HOMASADIGH / salesforce_to_omni_map.html
Created April 21, 2026 15:02
Salesforce → dbt → Omni data flow map
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Salesforce → Omni Data Flow</title>
<style>
* { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: Arial, sans-serif; background: #f0f4f8; color: #000000; font-size: 12px; }
header {
@HOMASADIGH
HOMASADIGH / salesforce_to_omni_map.html
Created April 21, 2026 14:33
Salesforce → dbt → Omni data flow map
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Salesforce → dbt → Omni Data Flow Map</title>
<style>
body { font-family: Arial, sans-serif; background: #f5f5f5; margin: 0; padding: 20px; color: #111; }
h1 { font-size: 22px; font-weight: bold; margin-bottom: 4px; }
.updated { font-size: 13px; color: #666; margin-bottom: 24px; }