Table of Contents

Search

  1. Preface
  2. Introduction to Informatica Connector Toolkit
  3. Before you begin
  4. Develop a connector for Cloud Data Integration
  5. Develop a connector for Data Loader
  6. Import a connector
  7. Connection attributes
  8. Type system
  9. Connector metadata
  10. Partitioning capability
  11. Pushdown capability
  12. Mappings in advanced mode
  13. Manual changes to Informatica Connector Toolkit source code
  14. Runtime behavior
  15. Connector example: MySQL_Cloud
  16. Version control integration
  17. Appendix A: Metadata models
  18. Appendix B: ASO model
  19. Appendix C: Connector project migration
  20. Appendix D: Frequently used generic APIs in Informatica Connector Toolkit
  21. Appendix E: Frequently asked questions

Cloud Data Integration Connector Toolkit Developer Guide

Cloud Data Integration Connector Toolkit Developer Guide

Build a connector in Git repository

Build a connector in Git repository

You can build a connector in the Git repository and recall version specific files and deploy them into your current projects.
  1. In the Eclipse IDE, create a new connector project.
  2. Click
    File > New > Project
    .
    A
    New Project
    window appears.
  3. Enter the project name in the
    Project Name
    field.
  4. Click
    Finish
    .
  5. Select
    Window
    Perspective
    Open Perspective
    Other
    .
    A window appears with a list of open perspectives.
  6. Select
    Informatica Connector
    from the list of perspectives.
    The Git repositories and Git staging tabs are displayed in the Informatica connector perspective: New Project homepage in Eclipse
  7. Follow the instructions from Chapter 3 to create a new connector.
    After you create the connector the project workspace is initialized as a
    .git
    file in the connector workspace: Local directory
  8. Select the
    Add an existing local Git repository
    option on the
    Git Repositories
    tab. New connector implemented in the Git repository
    A search window appears.
  9. Select the required connector workspace from your local system.
  10. Select the file and click
    Add
    .
  11. Expand the
    Working Tree
    to view the files in the connector bundle. Git Working Tree
    The
    Git Staging
    tab displays staged and unstaged files. The selected files are listed under
    Staged Changes
    .
  12. Add a commit message and click
    Commit.
    Git commit of Staged files
    The connector workspace is saved in a local Git repository.
  13. To provide the remote Git repository details to save your connector workspace in a remote Git repository, click
    Commit and Push
    .

0 COMMENTS

We’d like to hear from you!