Skip to content

Commit 81b547b

Browse files
committed
Site updated: 2018-04-26 14:32:07
1 parent 51df28a commit 81b547b

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

2018/01/31/Azure-Data-Factory-Tips/index.html

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
<meta property="og:site_name" content="Ten Tips">
8888
<meta property="og:description" content="Load file by using wildcard file namewhen you would like to get the files by using the file name pattern, like ‘File20180101123311.txt’.Here is the tips: Azure Blob Storage as input dataset&amp;quot;typ">
8989
<meta property="og:locale" content="en">
90-
<meta property="og:updated_time" content="2018-02-09T02:41:29.780Z">
90+
<meta property="og:updated_time" content="2018-04-26T06:30:43.193Z">
9191
<meta name="twitter:card" content="summary">
9292
<meta name="twitter:title" content="Azure Data Factory Tips">
9393
<meta name="twitter:description" content="Load file by using wildcard file namewhen you would like to get the files by using the file name pattern, like ‘File20180101123311.txt’.Here is the tips: Azure Blob Storage as input dataset&amp;quot;typ">
@@ -432,7 +432,9 @@ <h2 id="Copy-Data-From-Access-DB-through-ODBC"><a href="#Copy-Data-From-Access-D
432432
}
433433
}
434434
}
435-
</code></pre>
435+
</code></pre><h2 id="Cannot-Rerun-the-activity-from-Data-Factory-Monitor"><a href="#Cannot-Rerun-the-activity-from-Data-Factory-Monitor" class="headerlink" title="Cannot Rerun the activity from Data Factory Monitor"></a>Cannot Rerun the activity from Data Factory Monitor</h2><p>Sometime we cannot rerun the activity from the Data Factory Monitor, we click rerun, then refresh the page, the activity status is still showing “Waiting”. It looks like a bug on the data factory monitor.</p>
436+
<p>In this case, we can go back to the Data Factory home page, go to Contents-&gt;Pipelines, select the pipeline and check the activity dataset,<br>drill down to the status of the slice of the dataset, then click run or valid to verify the status. it will start the actvity.</p>
437+
436438

437439
</div>
438440

@@ -607,7 +609,7 @@ <h2 id="Copy-Data-From-Access-DB-through-ODBC"><a href="#Copy-Data-From-Access-D
607609

608610

609611

610-
<div class="post-toc-content"><ol class="nav"><li class="nav-item nav-level-2"><a class="nav-link" href="#Load-file-by-using-wildcard-file-name"><span class="nav-number">1.</span> <span class="nav-text">Load file by using wildcard file name</span></a><ol class="nav-child"><li class="nav-item nav-level-3"><a class="nav-link" href="#Azure-Blob-Storage-as-input-dataset"><span class="nav-number">1.1.</span> <span class="nav-text">Azure Blob Storage as input dataset</span></a></li><li class="nav-item nav-level-3"><a class="nav-link" href="#Azure-Datalake-store-On-Promise-File-SFTP-as-input-dataset"><span class="nav-number">1.2.</span> <span class="nav-text">Azure Datalake store / On Promise File / SFTP as input dataset</span></a></li></ol></li><li class="nav-item nav-level-2"><a class="nav-link" href="#Copy-Activity"><span class="nav-number">2.</span> <span class="nav-text">Copy Activity</span></a></li><li class="nav-item nav-level-2"><a class="nav-link" href="#Data-Factory-Column-Mapping"><span class="nav-number">3.</span> <span class="nav-text">Data Factory Column Mapping</span></a></li><li class="nav-item nav-level-2"><a class="nav-link" href="#Copy-Data-From-Access-DB-through-ODBC"><span class="nav-number">4.</span> <span class="nav-text">Copy Data From Access DB through ODBC</span></a></li></ol></div>
612+
<div class="post-toc-content"><ol class="nav"><li class="nav-item nav-level-2"><a class="nav-link" href="#Load-file-by-using-wildcard-file-name"><span class="nav-number">1.</span> <span class="nav-text">Load file by using wildcard file name</span></a><ol class="nav-child"><li class="nav-item nav-level-3"><a class="nav-link" href="#Azure-Blob-Storage-as-input-dataset"><span class="nav-number">1.1.</span> <span class="nav-text">Azure Blob Storage as input dataset</span></a></li><li class="nav-item nav-level-3"><a class="nav-link" href="#Azure-Datalake-store-On-Promise-File-SFTP-as-input-dataset"><span class="nav-number">1.2.</span> <span class="nav-text">Azure Datalake store / On Promise File / SFTP as input dataset</span></a></li></ol></li><li class="nav-item nav-level-2"><a class="nav-link" href="#Copy-Activity"><span class="nav-number">2.</span> <span class="nav-text">Copy Activity</span></a></li><li class="nav-item nav-level-2"><a class="nav-link" href="#Data-Factory-Column-Mapping"><span class="nav-number">3.</span> <span class="nav-text">Data Factory Column Mapping</span></a></li><li class="nav-item nav-level-2"><a class="nav-link" href="#Copy-Data-From-Access-DB-through-ODBC"><span class="nav-number">4.</span> <span class="nav-text">Copy Data From Access DB through ODBC</span></a></li><li class="nav-item nav-level-2"><a class="nav-link" href="#Cannot-Rerun-the-activity-from-Data-Factory-Monitor"><span class="nav-number">5.</span> <span class="nav-text">Cannot Rerun the activity from Data Factory Monitor</span></a></li></ol></div>
611613

612614

613615
</div>

css/main.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1823,7 +1823,7 @@ pre .javascript .function {
18231823
width: 4px;
18241824
height: 4px;
18251825
border-radius: 50%;
1826-
background: #16ff86;
1826+
background: #42ff16;
18271827
}
18281828
.links-of-blogroll {
18291829
font-size: 13px;

index.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -552,7 +552,9 @@ <h2 id="Copy-Data-From-Access-DB-through-ODBC"><a href="#Copy-Data-From-Access-D
552552
}
553553
}
554554
}
555-
</code></pre>
555+
</code></pre><h2 id="Cannot-Rerun-the-activity-from-Data-Factory-Monitor"><a href="#Cannot-Rerun-the-activity-from-Data-Factory-Monitor" class="headerlink" title="Cannot Rerun the activity from Data Factory Monitor"></a>Cannot Rerun the activity from Data Factory Monitor</h2><p>Sometime we cannot rerun the activity from the Data Factory Monitor, we click rerun, then refresh the page, the activity status is still showing “Waiting”. It looks like a bug on the data factory monitor.</p>
556+
<p>In this case, we can go back to the Data Factory home page, go to Contents-&gt;Pipelines, select the pipeline and check the activity dataset,<br>drill down to the status of the slice of the dataset, then click run or valid to verify the status. it will start the actvity.</p>
557+
556558

557559

558560

0 commit comments

Comments
 (0)