Skip to content

Commit

Permalink
Doc fix
Browse files Browse the repository at this point in the history
  • Loading branch information
seddonm1 committed Aug 9, 2019
1 parent 1607c75 commit 991cad4
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"type": "DatabricksDeltaExtract",
"type": "DeltaLakeExtract",
"name": "load customers",
"description": "load customers",
"environments": [
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"type": "DatabricksDeltaExtract",
"type": "DeltaLakeExtract",
"name": "load customers",
"environments": [
"production",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"type": "DatabricksDeltaLoad",
"type": "DeltaLakeLoad",
"name": "write customer Delta extract",
"description": "write customer Delta extract",
"environments": [
Expand Down
2 changes: 1 addition & 1 deletion docs-src/resources/docs_resources_plugins/DeltaLakeLoadMin
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"type": "DatabricksDeltaLoad",
"type": "DeltaLakeLoad",
"name": "write customer Delta extract",
"environments": [
"production",
Expand Down
4 changes: 2 additions & 2 deletions docs/extract/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1020,7 +1020,7 @@ <h3 id="examples-3">Examples</h3>
<h4 id="minimal-3">Minimal</h4>

<div class="highlight"><pre class="chroma"><code class="language-json" data-lang="json"><span class="p">{</span>
<span class="nt">&#34;type&#34;</span><span class="p">:</span> <span class="s2">&#34;DatabricksDeltaExtract&#34;</span><span class="p">,</span>
<span class="nt">&#34;type&#34;</span><span class="p">:</span> <span class="s2">&#34;DeltaLakeExtract&#34;</span><span class="p">,</span>
<span class="nt">&#34;name&#34;</span><span class="p">:</span> <span class="s2">&#34;load customers&#34;</span><span class="p">,</span>
<span class="nt">&#34;environments&#34;</span><span class="p">:</span> <span class="p">[</span>
<span class="s2">&#34;production&#34;</span><span class="p">,</span>
Expand All @@ -1033,7 +1033,7 @@ <h4 id="minimal-3">Minimal</h4>
<h4 id="complete-3">Complete</h4>

<div class="highlight"><pre class="chroma"><code class="language-json" data-lang="json"><span class="p">{</span>
<span class="nt">&#34;type&#34;</span><span class="p">:</span> <span class="s2">&#34;DatabricksDeltaExtract&#34;</span><span class="p">,</span>
<span class="nt">&#34;type&#34;</span><span class="p">:</span> <span class="s2">&#34;DeltaLakeExtract&#34;</span><span class="p">,</span>
<span class="nt">&#34;name&#34;</span><span class="p">:</span> <span class="s2">&#34;load customers&#34;</span><span class="p">,</span>
<span class="nt">&#34;description&#34;</span><span class="p">:</span> <span class="s2">&#34;load customers&#34;</span><span class="p">,</span>
<span class="nt">&#34;environments&#34;</span><span class="p">:</span> <span class="p">[</span>
Expand Down
4 changes: 2 additions & 2 deletions docs/load/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -858,7 +858,7 @@ <h3 id="examples-3">Examples</h3>
<h4 id="minimal-3">Minimal</h4>

<div class="highlight"><pre class="chroma"><code class="language-json" data-lang="json"><span class="p">{</span>
<span class="nt">&#34;type&#34;</span><span class="p">:</span> <span class="s2">&#34;DatabricksDeltaLoad&#34;</span><span class="p">,</span>
<span class="nt">&#34;type&#34;</span><span class="p">:</span> <span class="s2">&#34;DeltaLakeLoad&#34;</span><span class="p">,</span>
<span class="nt">&#34;name&#34;</span><span class="p">:</span> <span class="s2">&#34;write customer Delta extract&#34;</span><span class="p">,</span>
<span class="nt">&#34;environments&#34;</span><span class="p">:</span> <span class="p">[</span>
<span class="s2">&#34;production&#34;</span><span class="p">,</span>
Expand All @@ -871,7 +871,7 @@ <h4 id="minimal-3">Minimal</h4>
<h4 id="complete-3">Complete</h4>

<div class="highlight"><pre class="chroma"><code class="language-json" data-lang="json"><span class="p">{</span>
<span class="nt">&#34;type&#34;</span><span class="p">:</span> <span class="s2">&#34;DatabricksDeltaLoad&#34;</span><span class="p">,</span>
<span class="nt">&#34;type&#34;</span><span class="p">:</span> <span class="s2">&#34;DeltaLakeLoad&#34;</span><span class="p">,</span>
<span class="nt">&#34;name&#34;</span><span class="p">:</span> <span class="s2">&#34;write customer Delta extract&#34;</span><span class="p">,</span>
<span class="nt">&#34;description&#34;</span><span class="p">:</span> <span class="s2">&#34;write customer Delta extract&#34;</span><span class="p">,</span>
<span class="nt">&#34;environments&#34;</span><span class="p">:</span> <span class="p">[</span>
Expand Down

0 comments on commit 991cad4

Please sign in to comment.