Yandex Cloud
Search
Contact UsTry it for free
  • Customer Stories
  • Documentation
  • Blog
  • All Services
  • System Status
  • Marketplace
    • Featured
    • Infrastructure & Network
    • Data Platform
    • AI for business
    • Security
    • DevOps tools
    • Serverless
    • Monitoring & Resources
  • All Solutions
    • By industry
    • By use case
    • Economics and Pricing
    • Security
    • Technical Support
    • Start testing with double trial credits
    • Cloud credits to scale your IT product
    • Gateway to Russia
    • Cloud for Startups
    • Center for Technologies and Society
    • Yandex Cloud Partner program
    • Price calculator
    • Pricing plans
  • Customer Stories
  • Documentation
  • Blog
© 2026 Direct Cursus Technology L.L.C.
Terraform in Yandex Cloud
  • Getting started
  • Solution library
    • Overview
    • Release notes
          • datacatalog_catalog

In this article:

  • Example usage
  • Arguments & Attributes Reference
  1. Terraform reference
  2. Resources
  3. Datacatalog
  4. Data Sources
  5. datacatalog_catalog

yandex_datacatalog_catalog (DataSource)

Written by
Yandex Cloud
Updated at April 9, 2026
  • Example usage
  • Arguments & Attributes Reference

Request message for getting a catalog.

Example usageExample usage

//
// Get information about existing Catalog.
//
data "yandex_datacatalog_catalog" "created_catalog" {
  catalog_id = "catalog_id"
}

Arguments & Attributes ReferenceArguments & Attributes Reference

  • ai_markup_rules [Block]. AI markup enabled flag
    • ai_enabled (Bool). If set to true, AI marking up of catalog entities will be enabled
    • documentation_rules (String). Rules for the AI agent, that will be used for assets mark up
    • domain_rules (String). Rules for the AI agent, that will be used for domains mark up
    • tags_rules (String). Rules for the AI agent, that will be used for tags mark up
    • terms_rules (String). Rules for the AI agent, that will be used for terms mark up
  • auto_ingestion_params [Block]. Configuration for auto ingestion feature
    • service_account_id (String). ID of service account, which will be used for auto ingestion feature
  • catalog_id (String). ID of the catalog to return.
  • created_at (Read-Only) (String). Date of catalog creation
  • created_by (Read-Only) (String). Id of subject who created the catalog
  • description (String). Catalog description
  • folder_id (String). Folder identifier
  • id (String). ID of the catalog to return.
  • labels (Map Of String). Catalog labels
  • name (Required)(String). Catalog name
  • timeouts [Block].
    • create (String). A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
    • delete (String). A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs.
    • read (String). A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Read operations occur during any refresh or planning operation when refresh is enabled.
    • update (String). A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
  • updated_at (Read-Only) (String). Date of catalog last update

Was the article helpful?

Previous
datasphere_project_iam_binding
Next
datacatalog_catalog
© 2026 Direct Cursus Technology L.L.C.