microsoft / microsoft/sqlmanagementobjects

Using SMO to extract the External Sources Information from Synapse SQL Serverless

オープン
#69 コメント 2 件 リアクション 0 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

主要言語
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 ?

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. 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

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。