microsoft / microsoft/sqlmanagementobjects
Using SMO to extract the External Sources Information from Synapse SQL Serverless
まだ誰も着手していません。
- 主要言語
- C#
- スター
- 143
- フォーク
- 28
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
I am trying to script the Synapse SQL Serverless objects and mainly External Sources objects. Which mainly consist of External File Format and External Data Sources.
Is it possible ?
$scrp.Script($dbs["stg"].ExternalDataSources)
Multiple ambiguous overloads found for "Script" and the argument count: "1".
At line:1 char:1
- $scrp.Script($dbs["stg"].ExternalDataSources)
-
+ CategoryInfo : NotSpecified: (:) [], MethodException + FullyQualifiedErrorId : MethodCountCouldNotFindBest
script function doesn't work with external data source. Is there another way to script it ?
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
調査の方向性
まず、Synapse SQL Serverless に対して $scrp.Script($dbs["stg"].ExternalDataSources) の呼び出しを再現し、External Data Sources と External File Formats がどのように扱われるかを確認します。これらのオブジェクトを ambiguous-overload error なしでスクリプト化でき、サポートされているアプローチが文書化されるか、適切なテストでカバーされれば完了です。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- csharp, sql
- 領域
- databases
- issue の種類
- バグ
- 難易度
- 4/5
- 見積もり時間
- 3〜5日
- 活発さ
- 停滞
- 明瞭さ
- 説明が足りない
- 初心者へのやさしさ
- 25/100