

本文為英文版的機器翻譯版本，如內容有任何歧義或不一致之處，概以英文版為準。

# 連線至 Smartsheet
<a name="connecting-to-smartsheet"></a>

Smartsheet 是一種工作管理和協同合作 SaaS 產品。基本上，Smartsheet 可讓使用者使用類似試算表的物件來建立、儲存和利用業務資料。

**Topics**
+ [AWS Glue 支援 Smartsheet](smartsheet-support.md)
+ [包含用於建立和使用連線的 API 操作的政策](smartsheet-configuring-iam-permissions.md)
+ [設定 Smartsheet](smartsheet-configuring.md)
+ [設定 Smartsheet 連線](smartsheet-configuring-connections.md)
+ [從 Smartsheet 實體中讀取](smartsheet-reading-from-entities.md)
+ [Smartsheet 連線選項](smartsheet-connection-options.md)
+ [建立 Smartsheet 帳戶](smartsheet-create-account.md)
+ [限制](smartsheet-connector-limitations.md)

**具有動態中繼資料的實體：**

對於下列實體，Smartsheet 提供端點以動態擷取中繼資料，允許在資料類型層級擷取運算子支援。


| 實體 |  資料類型  | 支援的運算子 | 
| --- | --- | --- | 
| 工作表資料 | String | NA | 
| 工作表資料 | Long | "=" | 
| 工作表資料 | Integer | NA | 
| 工作表資料 | DateTime | > | 

 **範例** 

```
Smartsheet_read = glueContext.create_dynamic_frame.from_options(
    connection_type="smartsheet",
    connection_options={
        "connectionName": "connectionName",
        "ENTITY_NAME": "list-sheets",
        "API_VERSION": "2.0",
        "INSTANCE_URL": "https://api.smartsheet.com"
    }
```